src/server/util/Makefile

changeset 386
b91f8efadb63
parent 363
7f0f5c03666a
child 504
c094afcdfb27
equal deleted inserted replaced
385:a1f4cb076d2f 386:b91f8efadb63
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