]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a Makefile that has been superseded by the cmake build system.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2012 00:25:01 +0000 (00:25 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2012 00:25:01 +0000 (00:25 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26814 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/scripts/Makefile [deleted file]

diff --git a/deal.II/scripts/Makefile b/deal.II/scripts/Makefile
deleted file mode 100644 (file)
index 09609aa..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# $Id$
-# Copyright W. Bangerth, 2003
-
-
-# deal.II top level directory
-D=../..
-
-include $D/common/Make.global_options
-
-default: make_dependencies$(EXEEXT) expand_instantiations$(EXEEXT) \
-         report_features$(EXEEXT)
-
-
-# rules to generate the program. let is be dependent on the global flags for
-# the following reason: if you go to a different system, but keep with the
-# same directory, you get into trouble because make_dependencies is not
-# deleted by "make clean"; following this, we generate empty Makefile.dep's
-# because we can't run the executable. So better be careful and regenerate
-# make_dependencies whenever we think it may be beneficial
-make_dependencies$(EXEEXT) : make_dependencies.cc $D/common/Make.global_options
-       @echo ===================================== Compiling $@
-       @$(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@
-
-expand_instantiations$(EXEEXT) : expand_instantiations.cc $D/common/Make.global_options
-       @echo ===================================== Compiling $@
-       @$(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@
-
-report_features$(EXEEXT) : report_features.cc $D/common/Make.global_options
-       @echo ===================================== Compiling $@
-       @$(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@
-
-clean:
-       -rm -f make_dependencies$(EXEEXT)
-       -rm -f make_dependencies.o
-       -rm -f expand_instantiations$(EXEEXT)
-       -rm -f expand_instantiations.o
-
-.PHONY: 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


Typeset in Trocchi and Trocchi Bold Sans Serif.