aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-31 17:27:10 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-31 17:27:10 +0000
commit0b8ee44874fddd9132c378ae073489e38f2af7fd (patch)
treec9159e4b1bb9d78708e070fd4eed3ca9c24808ba /src
parent51c532bd20beef142a42704257f3cc4f20f7ee82 (diff)
rename makefile to Makefile.standalone
since the latter is the Cactus standard and doesn't interfere with the Cactus build systems on Windoze systems git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1168 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/gr/Makefile.standalone (renamed from src/gr/makefile)2
-rw-r--r--src/jtutil/Makefile.standalone (renamed from src/jtutil/makefile)2
-rw-r--r--src/patch/Makefile.standalone (renamed from src/patch/makefile)2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gr/makefile b/src/gr/Makefile.standalone
index 455c0f3..e41da5b 100644
--- a/src/gr/makefile
+++ b/src/gr/Makefile.standalone
@@ -1,5 +1,5 @@
# Makefile for GR code
-# $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/gr/makefile,v 1.8 2002-09-16 14:17:06 jthorn Exp $
+# $Header$
#
# Environment Variables:
diff --git a/src/jtutil/makefile b/src/jtutil/Makefile.standalone
index ff56b27..4a80336 100644
--- a/src/jtutil/makefile
+++ b/src/jtutil/Makefile.standalone
@@ -1,5 +1,5 @@
# Makefile for standalone test drivers in this directory
-# $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/jtutil/makefile,v 1.12 2003-05-02 19:20:53 jthorn Exp $
+# $Header$
#
# CC, CXX = C and C++ compilers. Defaults are gcc and g++ if
# variables aren't set from command line or environment.
diff --git a/src/patch/makefile b/src/patch/Makefile.standalone
index 2820a80..c0ecc7a 100644
--- a/src/patch/makefile
+++ b/src/patch/Makefile.standalone
@@ -1,5 +1,5 @@
# Makefile for standalone test drivers in this directory
-# $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/patch/makefile,v 1.5 2002-09-16 14:15:48 jthorn Exp $
+# $Header$
#
# CC, CXX = C and C++ compilers. Defaults are gcc and g++ if
# variables aren't set from command line or environment.