ui/motif/objs.mk

changeset 3
c1a75454b444
parent 0
1f419bd32da1
child 4
39b9b86ec452
equal deleted inserted replaced
2:eeb50c534497 3:c1a75454b444
28 28
29 MOTIF_SRC_DIR = ui/motif/ 29 MOTIF_SRC_DIR = ui/motif/
30 MOTIF_OBJPRE = $(OBJ_DIR)$(MOTIF_SRC_DIR) 30 MOTIF_OBJPRE = $(OBJ_DIR)$(MOTIF_SRC_DIR)
31 31
32 MOTIFOBJ = toolkit.o 32 MOTIFOBJ = toolkit.o
33 MOTIFOBJ += stock.o
33 MOTIFOBJ += window.o 34 MOTIFOBJ += window.o
34
35 MOTIFOBJ += menu.o 35 MOTIFOBJ += menu.o
36 MOTIFOBJ += toolbar.o
36 MOTIFOBJ += button.o 37 MOTIFOBJ += button.o
37 38
38 TOOLKITOBJS = $(MOTIFOBJ:%=$(MOTIF_OBJPRE)%) 39 TOOLKITOBJS = $(MOTIFOBJ:%=$(MOTIF_OBJPRE)%)
39 TOOLKITSOURCE = $(MOTIFOBJ:%.o=motif/%.c) 40 TOOLKITSOURCE = $(MOTIFOBJ:%.o=motif/%.c)

mercurial