]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add exeext
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 13 Jul 2010 00:25:32 +0000 (00:25 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 13 Jul 2010 00:25:32 +0000 (00:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@21478 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/Makefile

index 96e2913115bcb308ea5d357f0e30ca89176f248d..c35688d82c879dd3a24630dd48ff7bb76a5733f0 100644 (file)
@@ -7,7 +7,8 @@ D=../..
 
 include $D/common/Make.global_options
 
-default: make_dependencies expand_instantiations
+default: make_dependencies$(EXEEXT) expand_instantiations$(EXEEXT) \
+         report_features$(EXEEXT)
 
 
 # rules to generate the program. let is be dependent on the global flags for
@@ -16,15 +17,15 @@ default: make_dependencies expand_instantiations
 # 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 : make_dependencies.cc $D/common/Make.global_options
+make_dependencies$(EXEEXT) : make_dependencies.cc $D/common/Make.global_options
        @echo ============================ Compiling $@
        @$(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@
 
-expand_instantiations : expand_instantiations.cc $D/common/Make.global_options
+expand_instantiations$(EXEEXT) : expand_instantiations.cc $D/common/Make.global_options
        @echo ============================ Compiling $@
        @$(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@
 
-report_features: report_features.cc $D/common/Make.global_options
+report_features$(EXEEXT) : report_features.cc $D/common/Make.global_options
        @echo ============================ Compiling $@
        @$(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@
 

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.