]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Have the original perl script just call the C++ executable now.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Aug 2003 16:29:21 +0000 (16:29 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Aug 2003 16:29:21 +0000 (16:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@7932 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/make_dependencies.pl.in [new file with mode: 0644]

diff --git a/deal.II/common/scripts/make_dependencies.pl.in b/deal.II/common/scripts/make_dependencies.pl.in
new file mode 100644 (file)
index 0000000..1422230
--- /dev/null
@@ -0,0 +1,11 @@
+# $Id$
+
+# this used to be a whole perl script, but it has been superceded by a
+# program written in C++ since it was too slow. if someone is still
+# using the perl script, simply forward all actions to the C++
+# executable
+#
+# since the perl script is not usually called from the directory which
+# it is in, we need to have the path to the C++ executable. Autoconf
+# does this for us upon configuration time.
+print `@DEAL2_DIR@/common/scripts/make_dependencies @ARGV`

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.