aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorgoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-04 09:33:52 +0000
committergoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-04 09:33:52 +0000
commita56d13efe4ca5ae5ec16daf48a1842e61de89109 (patch)
treef9c3f93aeecc0cfd9ee3447675584071ad424481 /src/make.code.defn
parent26d5683ec2ee7d39c246029122ef80bcd4d63b96 (diff)
Socket layer. Compiles but untested.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@6 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 4145cb4..1ccb5ec 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,13 +1,8 @@
# Main make.code.defn file for thorn IsoSurfacer
# $Header$
--include $(CCTK_HOME)/arrangements/external/TCPXX/src/make.code.defn
-
# Source files in this directory
SRCS = Startup.c IsoSurfacerInit.c IsoSurfacer.c \
- NuSurfacer.c
-
-INC_DIRS += $(CCTK_HOME)/arrangements/external/TCPXX/src/ \
- $(CCTK_HOME)/arrangements/external/RemoteIO/src
+ NuSurfacer.c Sockets.c