aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/src/util
diff options
context:
space:
mode:
authorschnetter <>2002-09-30 13:36:00 +0000
committerschnetter <>2002-09-30 13:36:00 +0000
commit2f81151fdf66348b3bf1d42f0aa9a51c9f3e3bab (patch)
treeac81832c2dcc570fd66fabbfb80e1f7025ca08e6 /Carpet/CarpetIOASCII/src/util
parent1de3020b325f854cc7391c1bfcc50d4629227b78 (diff)
Added a large quantity of makefile magic to make Scott's carpet2*
Added a large quantity of makefile magic to make Scott's carpet2* converters compile automatically. carpet2xgraph should compile all the time, carpet2sdf only when the necessary rnpl libraries are installed. Boy, is this *-utils stuff in Cactus a mess. darcs-hash:20020930133628-07bb3-be133c40ed242545c97f8915dccc042cd67e0c20.gz
Diffstat (limited to 'Carpet/CarpetIOASCII/src/util')
-rw-r--r--Carpet/CarpetIOASCII/src/util/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Carpet/CarpetIOASCII/src/util/Makefile b/Carpet/CarpetIOASCII/src/util/Makefile
deleted file mode 100644
index 14c4981fd..000000000
--- a/Carpet/CarpetIOASCII/src/util/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-
-all: carpet2sdf carpet2xgraph
-
-.c.o:
- cc -Wall -g -I$(HOME)/include -c $*.c
-
-carpet2sdf: carpet2sdf.o
- cc -g carpet2sdf.o -o carpet2sdf -L$(HOME)/lib -lrnpl -lmfhdf -ldf -ljpeg -lz -lvsso -lsv -lm
-
-carpet2xgraph: carpet2xgraph.o
- cc -g carpet2xgraph.o -o carpet2xgraph