src/server/util/Makefile

changeset 41
bb7a1f5a8b48
parent 23
a2c8fc23c90e
child 44
3da1f7b6847f
equal deleted inserted replaced
40:56cda23f48d4 41:bb7a1f5a8b48
27 # 27 #
28 28
29 UTIL_CFLAGS = -I/usr/include/mps -g 29 UTIL_CFLAGS = -I/usr/include/mps -g
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 33
34 $(UTIL_OBJPRE)%.o: util/%.cpp 34 $(UTIL_OBJPRE)%.o: util/%.cpp
35 CC -o $@ -c $(UTIL_CFLAGS) $(CFLAGS) $< 35 $(CXX) -o $@ -c $(UTIL_CFLAGS) $(CFLAGS) $<
36 36

mercurial