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/makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/makefile b/src/GeneralizedPolynomial-Uniform/makefile
index 97920f1..cd9c941 100644
--- a/src/GeneralizedPolynomial-Uniform/makefile
+++ b/src/GeneralizedPolynomial-Uniform/makefile
@@ -1,8 +1,5 @@
# Makefile for standalone test programs in this directory
-# $Header: /mnt/data2/cvs2svn/cvs-repositories/arrangements/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/makefile,v 1.6 2003-02-03 08:57:03 jthorn Exp $
-
-.PHONY : all
-all : test_molecule_posn test_strlcpy
+# $Header: /mnt/data2/cvs2svn/cvs-repositories/arrangements/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/makefile,v 1.7 2003-05-02 18:57:57 jthorn Exp $
test_molecule_posn : test_molecule_posn.c molecule_posn.c \
InterpLocalUniform.h
@@ -13,14 +10,6 @@ test_molecule_posn : test_molecule_posn.c molecule_posn.c \
-DLOCALINTERP_STANDALONE_BUILD -o test_molecule_posn \
test_molecule_posn.c molecule_posn.c -lm
-test_strlcpy : test_strlcpy.c util.c InterpLocalUniform.h
- gcc -g \
- -Wall -W -Wno-unused -Wshadow -Winline -Wpointer-arith \
- -Wbad-function-cast -Wcast-align -Wcast-qual \
- -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
- -DLOCALINTERP_STANDALONE_BUILD -o test_strlcpy \
- test_strlcpy.c util.c
-
.PHONY : clean
clean :
- -rm test_molecule_posn test_strlcpy
+ -rm test_molecule_posn