aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/makefile')
-rw-r--r--src/GeneralizedPolynomial-Uniform/makefile80
1 files changed, 2 insertions, 78 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/makefile b/src/GeneralizedPolynomial-Uniform/makefile
index de6f550..752cb59 100644
--- a/src/GeneralizedPolynomial-Uniform/makefile
+++ b/src/GeneralizedPolynomial-Uniform/makefile
@@ -1,35 +1,5 @@
-.PHONY : no-default-target
-no-default-target:
- @echo 'there is (deliberately) no default target in this makefile!'
- @echo 'see the makefile to find out about targets you can specify explicitly'
-
-#
-# main targets: rebuild machine-generated coefficient files
-#
-
-.PHONY : 1d
-1d :
- -rm 1d.coeffs/*/*.c
- cat util.maple interpolate.maple 1d.maple \
- | maple 2>&1 >1d.log
-
-.PHONY : 2d
-2d :
- -rm 2d.coeffs/*/*.c
- cat util.maple interpolate.maple 2d.maple \
- | maple 2>&1 >2d.log
-
-.PHONY : 3d
-3d :
- -rm 3d.coeffs/*/*.c
- cat util.maple interpolate.maple 3d.maple \
- | maple 2>&1 >3d.log
-
-################################################################################
-
-#
-# standalone test programs
-#
+# Makefile for standalone test programs in this directory
+# $Header: /mnt/data2/cvs2svn/cvs-repositories/arrangements/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/makefile,v 1.5 2002-09-02 10:21:03 jthorn Exp $
test_molecule_posn : test_molecule_posn.c molecule_posn.c \
InterpLocalUniform.h
@@ -39,49 +9,3 @@ test_molecule_posn : test_molecule_posn.c molecule_posn.c \
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
-DLOCALINTERP_STANDALONE_BUILD -o test_molecule_posn \
test_molecule_posn.c molecule_posn.c -lm
-
-################################################################################
-
-#
-# targets to initially create directories for machine-generated coefficients
-# these only need to be run if you're setting up a new interpolator,
-# i.e. if you don't already have the directories in cvs
-# (you still have to add them to cvs by hand)
-#
-
-.PHONY : coeffs-common
-coeffs-common:
- -rm -rf coeffs-common
- mkdir coeffs-common
- cd coeffs-common && mkdir 1d.cube.size2
- cd coeffs-common && mkdir 1d.cube.size3
- cd coeffs-common && mkdir 1d.cube.size4
- cd coeffs-common && mkdir 1d.cube.size5
- cd coeffs-common && mkdir 1d.cube.size6
- cd coeffs-common && mkdir 1d.cube.size7
-
-.PHONY : 2d.coeffs
-2d.coeffs:
- -rm -rf 2d.coeffs
- mkdir 2d.coeffs
- cd 2d.coeffs && mkdir 2d.cube.size2
- cd 2d.coeffs && mkdir 2d.cube.size3
- cd 2d.coeffs && mkdir 2d.cube.size4
- cd 2d.coeffs && mkdir 2d.cube.size5
- cd 2d.coeffs && mkdir 2d.cube.order1.smooth0
- cd 2d.coeffs && mkdir 2d.cube.order2.smooth0
- cd 2d.coeffs && mkdir 2d.cube.order3.smooth0
- cd 2d.coeffs && mkdir 2d.cube.order4.smooth0
-
-.PHONY : 3d.coeffs
-3d.coeffs:
- -rm -rf 3d.coeffs
- mkdir 3d.coeffs
- cd 3d.coeffs && mkdir 3d.cube.size2
- cd 3d.coeffs && mkdir 3d.cube.size3
- cd 3d.coeffs && mkdir 3d.cube.size4
- cd 3d.coeffs && mkdir 3d.cube.size5
- cd 3d.coeffs && mkdir 3d.cube.order1.smooth0
- cd 3d.coeffs && mkdir 3d.cube.order2.smooth0
- cd 3d.coeffs && mkdir 3d.cube.order3.smooth0
- cd 3d.coeffs && mkdir 3d.cube.order4.smooth0