]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove now no longer used third Makefile template.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Nov 2010 03:27:07 +0000 (03:27 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Nov 2010 03:27:07 +0000 (03:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@22603 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Makefile.template.in [deleted file]
deal.II/configure
deal.II/configure.in

diff --git a/deal.II/common/Makefile.template.in b/deal.II/common/Makefile.template.in
deleted file mode 100644 (file)
index 2240878..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-# Directory with the DEAL distribution
-
-D = @prefix@
-
-
-# Include general rules for making deal.II object files
-
-include $D/common/Make.rules
-
-# Set debug-mode as a default.
-# You may replace this by by a command line argument debug-mode=off
-
-debug-mode = on
-
-
-# Define library names. Using these variables automatically selects
-# the proper names for shared or static libraries.
-#
-# Here, the version for 2d. Replace 2d by 3d or add $(lib-deal2-3d.o)
-# when needed.
-
-libs   = $(lib-deal2-2d.o) $(lib-lac.o) $(lib-base.o)
-libs.g = $(lib-deal2-2d.g) $(lib-lac.g) $(lib-base.g)
-
-# Select compiler flags according to debug-mode
-# and allow for additional CXXFLAGS.
-
-
-ifeq ($(debug-mode),on)
-libraries = $(libs.g)
-flags     = $(CXXFLAGS.g) $(CXXFLAGS)
-endif
-
-ifeq ($(debug-mode),off)
-libraries = $(libs)
-flags     = $(CXXFLAGS.o) $(CXXFLAGS)
-endif
-
-
-# Typical block for building a running program called target1
-#
-# 1. provide a list of source files in ...-cc-files
-#    If you have several targets in one directory, replace
-#    the shell command by an explicit list of .cc-files.
-
-target1-cc-files = $(shell echo *.cc)
-
-# 2. generate the list of object files according to debug-mode
-
-ifeq ($(debug-mode),on)
-target1-o-files = $(target1-cc-files:.cc=.g.o)
-else
-target1-o-files = $(target1-cc-files:.cc=.o)
-endif
-
-# 3. make executable
-#    Use extra libraries and linker flags as configured. We
-#    always add -g to keep debug symbols. Use strip for smaller
-#    executables.
-
-target1: $(target1-o-files) $(libraries)
-       $(CXX) $(LDFLAGS) -g -o $@ $^ $(LIBS)
-
-# Copy this block for all your targets and replace "target1" by a proper name.
-
-# Cleanup targets
-
-clean:
-       rm -f *.o *.go
-
-veryclean: clean
-       rm -f target1 *.inp *.gpl *.eps *.gnuplot
-
-
-
index e48e04ec30dc9e20e4de7324b864e6b66fe48deb..d83c19a6837b2f705a4bd0985abd8cfec80ead2a 100755 (executable)
@@ -18109,7 +18109,6 @@ LDFLAGS="-L$DEAL_II_PATH/lib $LDFLAGS"
 
 
 process_files="common/Make.global_options
-               common/Makefile.template
                common/scripts/make_dependencies.pl
               common/scripts/make_todo.pl
               Version
index 53cd9b1e11901c8cd0baa2e202d0cfe65346d525..7dab4cc12b86a792066c80b321fbb460ce19796d 100644 (file)
@@ -808,7 +808,6 @@ AC_SUBST(LDFLAGSPIC)
 dnl Write output to the global options file and modify other files as well
 dnl that need some information
 process_files="common/Make.global_options
-               common/Makefile.template
                common/scripts/make_dependencies.pl
               common/scripts/make_todo.pl
               Version

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.