]> https://gitweb.dealii.org/ - dealii.git/commitdiff
File with make-rules started
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 12 Jan 2000 15:05:40 +0000 (15:05 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 12 Jan 2000 15:05:40 +0000 (15:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@2215 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.rules [new file with mode: 0644]

diff --git a/deal.II/common/Make.rules b/deal.II/common/Make.rules
new file mode 100644 (file)
index 0000000..7f1f3cd
--- /dev/null
@@ -0,0 +1,19 @@
+
+
+############################################################
+# Include general settings for including DEAL libraries
+############################################################
+
+include $D/common/Make.global_options
+
+
+############################################################
+# Targets for compilation
+############################################################
+
+%.g.o : %.cc Makefile
+       @echo =====debug========= $<
+       @$(CXX) $(flags) -c $< -o $@
+%.o : %.cc Makefile
+       @echo =====optimized===== $<
+       @$(CXX) $(flags) -c $< -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.