ui/Makefile

branch
newapi
changeset 174
0358f1d9c506
parent 172
706080c30af6
equal deleted inserted replaced
173:809581724cc7 174:0358f1d9c506
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/libuitk$(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)%.o: common/%.c
46 $(CC) -o $@ -c $(CFLAGS) $(TK_CFLAGS) $< 46 $(CC) -o $@ -c -I../ucx/ $(CFLAGS) $(TK_CFLAGS) $<
47 47

mercurial