ui/Makefile

changeset 534
21f8a7656f6a
parent 512
3cb2587f8891
equal deleted inserted replaced
533:951b92ce3708 534:21f8a7656f6a
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)%$(OBJ_EXT): 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