ui/Makefile

changeset 157
0b33b9396851
parent 156
62f1a55535e7
child 172
706080c30af6
equal deleted inserted replaced
156:62f1a55535e7 157:0b33b9396851
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)%.o: common/%.c
46 $(CC) -o $@ -c $(CFLAGS) $(TK_CFLAGS) $< 46 $(CC) -o $@ -c -I../ucx $(CFLAGS) $(TK_CFLAGS) $<
47 47

mercurial