]> https://gitweb.dealii.org/ - dealii.git/commitdiff
More work on the contrib dir.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 21 Jun 2000 13:31:31 +0000 (13:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 21 Jun 2000 13:31:31 +0000 (13:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@3053 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/Makefile.in [new file with mode: 0644]
deal.II/contrib/configure
deal.II/contrib/configure.in

diff --git a/deal.II/contrib/Makefile.in b/deal.II/contrib/Makefile.in
new file mode 100644 (file)
index 0000000..b70d5ab
--- /dev/null
@@ -0,0 +1,19 @@
+# $Id$
+# Makefile for the /contrib subdirectory
+
+
+# by default do nothing
+default:
+
+
+# targets for the kdoc package
+kdoc-install:
+       cd kdoc ; $(MAKE) install
+
+kdoc-clean:
+       cd kdoc ; $(MAKE) clean
+
+
+
+# generic targets
+clean: kdoc-clean
index e9aeca6a67f8f310a62d0f2e6f1ebb81e0672276..2b6de69f2f0d5dffb72ec3ecf923c0be678968d7 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.25 
+# From configure.in Revision: 1.1 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
@@ -594,7 +594,7 @@ done
 
 ac_given_srcdir=$srcdir
 
-trap 'rm -fr `echo "" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
 
@@ -667,7 +667,7 @@ EOF
 
 cat >> $CONFIG_STATUS <<EOF
 
-CONFIG_FILES=\${CONFIG_FILES-""}
+CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
index 77721532b41fdc6cb971f66841eb78ab7bf985b9..f1f8759b322418606b4323d1fa810a480afe89ea 100644 (file)
@@ -32,6 +32,4 @@ dnl -------------------------------------------------------------
 dnl Output results
 dnl -------------------------------------------------------------
 
-dnl    At present there are no output files. nonetheless, autoconf
-dnl    requires this statement
-AC_OUTPUT()
+AC_OUTPUT(Makefile)

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.