src/server/test/Makefile

branch
webdav
changeset 287
a171da778817
parent 198
2f845b5bda9d
child 504
c094afcdfb27
equal deleted inserted replaced
286:864e2d701dd4 287:a171da778817
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