ui/Makefile

changeset 510
9f562a7de4a2
parent 174
0358f1d9c506
child 512
3cb2587f8891
equal deleted inserted replaced
509:5aa9740411f2 510:9f562a7de4a2
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)%$(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