ui/Makefile

changeset 103
6606616eca9f
parent 0
2483f517c562
child 108
77254bd6dccb
equal deleted inserted replaced
102:64ded9f6a6c6 103:6606616eca9f
31 31
32 OBJ_DIR = ../build/ 32 OBJ_DIR = ../build/
33 33
34 include common/objs.mk 34 include common/objs.mk
35 35
36 UI_LIB = ../build/lib/libuitk$(LIB_EXT) 36 UI_LIB = ../build/lib/$(LIB_PREFIX)uitk$(LIB_EXT)
37 37
38 include $(TOOLKIT)/objs.mk 38 include $(TOOLKIT)/objs.mk
39 OBJ = $(TOOLKITOBJS) $(COMMONOBJS) 39 OBJ = $(TOOLKITOBJS) $(COMMONOBJS)
40 40
41 all: $(UI_LIB) 41 all: $(UI_LIB)
42 42
43 include $(TOOLKIT)/Makefile 43 include $(TOOLKIT)/Makefile
44 44
45 $(COMMON_OBJPRE)%.o: common/%.c 45 $(COMMON_OBJPRE)uic_%$(OBJ_EXT): common/%.c
46 $(CC) -o $@ -c -I../ucx/ $(CFLAGS) $(TK_CFLAGS) $< 46 $(CC) -o $@ -c -I../ucx/ $(CFLAGS) $(TK_CFLAGS) $<
47 47

mercurial