]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
More work on the contrib dir.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 Jun 2000 13:31:31 +0000 (13:31 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
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/.cvsignore
deal.II/contrib/Makefile.in [new file with mode: 0644]
deal.II/contrib/configure
deal.II/contrib/configure.in
deal.II/contrib/kdoc/Makefile [new file with mode: 0644]

index 5ed30fc2718493a87f83517d141b59d951d9060e..0a628601600d4af647c00dd3ef89fd6f44f6af3e 100644 (file)
@@ -1 +1,2 @@
-config.*
\ No newline at end of file
+config.*
+Makefile
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)
diff --git a/deal.II/contrib/kdoc/Makefile b/deal.II/contrib/kdoc/Makefile
new file mode 100644 (file)
index 0000000..2572773
--- /dev/null
@@ -0,0 +1,17 @@
+# $Id$
+# Makefile for the /contrib subdirectory
+
+
+# by default do nothing
+default:
+
+
+# specific targets
+install:
+       cd src ; $(MAKE) ; $(MAKE) install
+
+clean:
+       cd src ; $(MAKE) clean
+       -rm -r bin doc man share
+
+

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.