Date: Monday, November 14, 2005 @ 19:14:30
  Author: marc
    Path: /cvsroot/carob/carob

Modified: Makefile (1.13 -> 1.14) test/GNUmakefile (1.2 -> 1.3)

removed useless (default) %.o: %.cpp targets


------------------+
 Makefile         |    2 --
 test/GNUmakefile |    3 ---
 2 files changed, 5 deletions(-)


Index: carob/Makefile
diff -u carob/Makefile:1.13 carob/Makefile:1.14
--- carob/Makefile:1.13 Mon Nov 14 19:11:31 2005
+++ carob/Makefile      Mon Nov 14 19:14:30 2005
@@ -77,8 +77,6 @@
        ${RM} ${LIB_CAROB_LIB_SHORT}
        ${LN} ${LIB_CAROB_LIB} ${LIB_CAROB_LIB_SHORT}
 
-%.o: %.cpp
-       ${CXX} $(CXXFLAGS) -o $@ -c $<
 clean: clean-lib clean-test clean-doc
 clean-lib:
        ${RM} ${SRCDIR}/*.o ${LIB_CAROB_LIB} ${LIB_CAROB_LIB_SHORT}
Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.2 carob/test/GNUmakefile:1.3
--- carob/test/GNUmakefile:1.2  Mon Nov 14 19:12:05 2005
+++ carob/test/GNUmakefile      Mon Nov 14 19:14:30 2005
@@ -45,8 +45,5 @@
 ${EXE}: ${OBJS}
        ${CXX} ${LDFLAGS} -o ${EXE} ${OBJS}
 
-${TESTDIR}%.o: ${TESTDIR}%.cpp
-       ${CXX} ${CXXFLAGS} -o $@ -c $<
-
 clean:
        ${RM} *.o ${EXE}

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to