ui/Makefile

branch
newapi
changeset 172
706080c30af6
parent 157
0b33b9396851
child 174
0358f1d9c506
equal deleted inserted replaced
171:5065d0d52680 172:706080c30af6
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 -I../ucx $(CFLAGS) $(TK_CFLAGS) $< 46 $(CC) -o $@ -c $(CFLAGS) $(TK_CFLAGS) $<
47 47

mercurial