src/server/util/objs.mk

changeset 385
a1f4cb076d2f
parent 211
2160585200ac
child 480
9f69e4b8b695
equal deleted inserted replaced
210:21274e5950af 385:a1f4cb076d2f
40 UTILOBJ += system.o 40 UTILOBJ += system.o
41 UTILOBJ += systhr.o 41 UTILOBJ += systhr.o
42 UTILOBJ += thrpool.o 42 UTILOBJ += thrpool.o
43 UTILOBJ += util.o 43 UTILOBJ += util.o
44 UTILOBJ += date.o 44 UTILOBJ += date.o
45 UTILOBJ += writer.o
45 46
46 UTILOBJS = $(UTILOBJ:%=$(UTIL_OBJPRE)%) 47 UTILOBJS = $(UTILOBJ:%=$(UTIL_OBJPRE)%)
47 UTILSOURCE = $(UTILOBJ:%.o=util/%.c) 48 UTILSOURCE = $(UTILOBJ:%.o=util/%.c)
48 49
49 # add cpp files 50 # add cpp files

mercurial