From e3362cc762ef08d514ba9dae27210e801c393589 Mon Sep 17 00:00:00 2001 From: jthorn Date: Sat, 19 Jul 2003 17:07:56 +0000 Subject: rename this standalone-test makefile so it doesn't confuse the Cactus build process on machines with case-insensitive filenames (eg windoze), where 'makefile' looks a lot like 'Makefile' git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@8 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef --- src/Makefile.standalone | 15 +++++++++++++++ src/makefile | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 src/Makefile.standalone delete mode 100644 src/makefile diff --git a/src/Makefile.standalone b/src/Makefile.standalone new file mode 100644 index 0000000..2e369df --- /dev/null +++ b/src/Makefile.standalone @@ -0,0 +1,15 @@ +# Makefile for standalone test programs in this directory +# $Header$ + +test_molecule_posn : test_molecule_posn.c molecule_posn.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 \ + -DAEILOCALINTERP_STANDALONE_TEST -o test_molecule_posn \ + test_molecule_posn.c molecule_posn.c -lm + +.PHONY : clean +clean : + -rm test_molecule_posn diff --git a/src/makefile b/src/makefile deleted file mode 100644 index 71ce9a8..0000000 --- a/src/makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Makefile for standalone test programs in this directory -# $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AEILocalInterp/src/makefile,v 1.1.1.1 2003-07-06 11:16:11 jthorn Exp $ - -test_molecule_posn : test_molecule_posn.c molecule_posn.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 \ - -DAEILOCALINTERP_STANDALONE_TEST -o test_molecule_posn \ - test_molecule_posn.c molecule_posn.c -lm - -.PHONY : clean -clean : - -rm test_molecule_posn -- cgit v1.2.3