-config.log config.status
+config.log config.status Makefile
all: base lac fe deal.II big-tests
base:
- cd base ; $(MAKE) D=@DEAL2_DIR@
+ cd base ; $(MAKE)
lac:
- cd lac ; $(MAKE) D=@DEAL2_DIR@
+ cd lac ; $(MAKE)
fe:
- cd fe ; $(MAKE) D=@DEAL2_DIR@
+ cd fe ; $(MAKE)
deal.II:
- cd deal.II ; $(MAKE) D=@DEAL2_DIR@
+ cd deal.II ; $(MAKE)
big-tests:
- cd big-tests ; $(MAKE) D=@DEAL2_DIR@
+ cd big-tests ; $(MAKE)
clean: clean-base clean-lac clean-deal.II clean-fe
clean-base:
- cd base ; $(MAKE) clean D=@DEAL2_DIR@
+ cd base ; $(MAKE) clean
clean-lac:
- cd lac ; $(MAKE) clean D=@DEAL2_DIR@
+ cd lac ; $(MAKE) clean
clean-fe:
- cd fe ; $(MAKE) clean D=@DEAL2_DIR@
+ cd fe ; $(MAKE) clean
clean-deal.II:
- cd deal.II ; $(MAKE) clean D=@DEAL2_DIR@
+ cd deal.II ; $(MAKE) clean
clean-big:
- cd big-tests ; $(MAKE) clean D=@DEAL2_DIR@
+ cd big-tests ; $(MAKE) clean
.PHONY : all base lac fe deal.II big-tests clean clean-base clean-lac clean-fe clean-deal.II clean-big
*.go reference logtest tensor
*.testcase
*.dat
-Make.depend
+Make.depend Makefile
############################################################
-# $D contains the root of the deal distribution and should
-# be supplied as a command line argument D=../../...
+# $Id$
+# Copyright (C) 2000 by the deal.II authors
############################################################
-
############################################################
# Include general settings for including DEAL libraries
############################################################
+D = @DEAL2_DIR@
+
include $D/common/Make.global_options
+############################################################
# $Id$
-# Copyright W. Bangerth, University of Heidelberg, 1998
+# Copyright (C) 2000 by the deal.II authors
+############################################################
+
+############################################################
+# Include general settings for including DEAL libraries
+############################################################
+
+D = @DEAL2_DIR@
+
+include $D/common/Make.global_options
# list the directories we want to visit
ac_given_srcdir=$srcdir
-trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "Makefile base/Makefile lac/Makefile fe/Makefile deal.II/Makefile big-tests/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
cat >> $CONFIG_STATUS <<EOF
-CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
+CONFIG_FILES=\${CONFIG_FILES-"Makefile base/Makefile lac/Makefile fe/Makefile deal.II/Makefile big-tests/Makefile"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
fi)
AC_SUBST(DEAL2_DIR)
-AC_OUTPUT(Makefile)
+AC_OUTPUT(Makefile base/Makefile lac/Makefile fe/Makefile deal.II/Makefile big-tests/Makefile)
+Makefile Make.depend
*.go
*.testcase
############################################################
-# $D contains the root of the deal distribution and should
-# be supplied as a command line argument D=../../...
+# $Id$
+# Copyright (C) 2000 by the deal.II authors
############################################################
-
############################################################
# Include general settings for including DEAL libraries
############################################################
+D = @DEAL2_DIR@
+
include $D/common/Make.global_options
-Make.depend
+Makefile Make.depend
*.dat
show_shapes
show_transform
############################################################
-# $D contains the root of the deal distribution and should
-# be supplied as a command line argument D=../../...
+# $Id$
+# Copyright (C) 2000 by the deal.II authors
############################################################
-
############################################################
# Include general settings for including DEAL libraries
############################################################
+D = @DEAL2_DIR@
+
include $D/common/Make.global_options
-Make.depend
+Makefile Make.depend
*.go
*.testcase
*.output
############################################################
-# $D contains the root of the deal distribution and should
-# be supplied as a command line argument D=../../...
+# $Id$
+# Copyright (C) 2000 by the deal.II authors
############################################################
-
############################################################
# Include general settings for including DEAL libraries
############################################################
+D = @DEAL2_DIR@
+
include $D/common/Make.global_options