src/server/test/Makefile

changeset 385
a1f4cb076d2f
parent 287
a171da778817
child 504
c094afcdfb27
equal deleted inserted replaced
210:21274e5950af 385:a1f4cb076d2f
27 # 27 #
28 28
29 TEST_CFLAGS = 29 TEST_CFLAGS =
30 30
31 $(TEST_OBJPRE)%.o: test/%.c 31 $(TEST_OBJPRE)%.o: test/%.c
32 $(CC) -o $@ -c $(ADMIN_CFLAGS) $(CFLAGS) $< 32 $(CC) -o $@ -c $(TEST_CFLAGS) $(CFLAGS) $<
33 33
34 $(TEST_OBJPRE)%.o: test/%.cpp 34 $(TEST_OBJPRE)%.o: test/%.cpp
35 $(CXX) -o $@ -c $(ADMIN_CFLAGS) $(CFLAGS) $< 35 $(CXX) -o $@ -c $(TEST_CFLAGS) $(CFLAGS) $<
36 36

mercurial