clean:
rm -f *.o *.go *~ Makefile.dep ../lib/lib*
+# rule how to make the file containing all the forward declarations
+../include/base/forward-declarations.h: $(filter-out %forward-declarations.h,$(h-files))
+ @echo ============================ Generating $@
+ @perl ../../deal.II/Make_forward_declarations $(filter-out %forward-declarations.h,$(h-files)) > $@
.PHONY: lib lib.a lib.g.a clean
rm -f *.o *.go *~ Makefile.dep ../lib/lib*
+# rule how to make the file containing all the forward declarations
+../include/lac/forward-declarations.h: $(filter-out %forward-declarations.h,$(h-files))
+ @echo ============================ Generating $@
+ @perl ../../deal.II/Make_forward_declarations $(filter-out %forward-declarations.h,$(h-files)) > $@
+
+
+
.PHONY: lib lib.a lib.g.a clean
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams