ui/Makefile

changeset 1159
9811e27e0889
parent 647
e93dc5b1da07
equal deleted inserted replaced
1158:96c202d45fbb 1159:9811e27e0889
39 include $(TOOLKIT)/objs.mk 39 include $(TOOLKIT)/objs.mk
40 OBJ = $(TOOLKITOBJS) $(COMMONOBJS) 40 OBJ = $(TOOLKITOBJS) $(COMMONOBJS)
41 41
42 all: $(UI_LIB) $(UI_SHLIB) 42 all: $(UI_LIB) $(UI_SHLIB)
43 43
44 include common/Makefile
44 include $(TOOLKIT)/Makefile 45 include $(TOOLKIT)/Makefile
45
46 $(COMMON_OBJPRE)uic_%$(OBJ_EXT): common/%.c
47 $(CC) -o $@ -c -I../ucx/ $(CFLAGS) $(SHLIB_CFLAGS) $(TK_CFLAGS) $<
48

mercurial