Date: Wednesday, January 18, 2006 @ 20:06:21
  Author: marc
    Path: /cvsroot/carob/carob

Modified: Makefile (1.31 -> 1.32)

Added "checkheaders" target


----------+
 Makefile |    6 ++++++
 1 files changed, 6 insertions(+)


Index: carob/Makefile
diff -u carob/Makefile:1.31 carob/Makefile:1.32
--- carob/Makefile:1.31 Thu Jan  5 16:11:43 2006
+++ carob/Makefile      Wed Jan 18 20:06:21 2006
@@ -95,6 +95,12 @@
 ${DOC_HTML}: ${DOXYFILE}
        ${DOXYGEN} ${DOXYFILE}
 
+# compile each include/*.hpp, isolated
+checkheaders:
+       cd include ; \
+       for h in *.hpp; do ln -sf $$h someheader.cpp; \
+       printf "compiling $$h\n"; \
+       ${CXX} -c ${CXXFLAGS} someheader.cpp; done
 
 # Or using the command line if you prefer
 # export CAROB_SUFFIX=-latest

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

Reply via email to