From 69aae1fa8d12b5d41f0161ea3cd310e90fb9aa3b Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 15 Aug 2003 15:57:47 +0000 Subject: [PATCH] Add Makefile to generate make_dependencies. git-svn-id: https://svn.dealii.org/trunk@7926 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 deal.II/common/scripts/Makefile diff --git a/deal.II/common/scripts/Makefile b/deal.II/common/scripts/Makefile new file mode 100644 index 0000000000..ff1e869852 --- /dev/null +++ b/deal.II/common/scripts/Makefile @@ -0,0 +1,14 @@ +# $Id$ +# Copyright W. Bangerth, 2003 + + +# deal.II top level directory +D=../.. + +include $D/common/Make.global_options + + + +make_dependencies : make_dependencies.cc + @echo ============================ Compiling $@ + @$(CXX) $(CXXFLAGS.o) $< -o $@ -- 2.39.5