src/server/util/Makefile

branch
cpp-ports
changeset 363
7f0f5c03666a
parent 94
6b15a094d996
child 504
c094afcdfb27
equal deleted inserted replaced
362:e45f218628cd 363:7f0f5c03666a
28 28
29 UTIL_CFLAGS = 29 UTIL_CFLAGS =
30 30
31 $(UTIL_OBJPRE)%.o: util/%.c 31 $(UTIL_OBJPRE)%.o: util/%.c
32 $(CC) -o $@ -c $(UTIL_CFLAGS) $(CFLAGS) $< 32 $(CC) -o $@ -c $(UTIL_CFLAGS) $(CFLAGS) $<
33
34 $(UTIL_OBJPRE)%.o: util/%.cpp
35 $(CXX) -o $@ -c $(UTIL_CFLAGS) $(CFLAGS) $<
36

mercurial