summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-20 16:04:33 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-20 16:04:33 +0000
commit329e96f93d3d63a001071c14e927bd311ed4c52a (patch)
tree349d279423e361a3a9a3d1370dfb1e6bee6fc718 /lib
parent638a67307ae3bdb56914b9a7163001cf2ceb95e5 (diff)
Added definition of Double to headers.
Link libCactus.a after libCactusBindings. as well as before. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@95 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/acconfig.h2
-rw-r--r--lib/make/config.h.in2
-rw-r--r--lib/make/make.configuration2
3 files changed, 5 insertions, 1 deletions
diff --git a/lib/make/acconfig.h b/lib/make/acconfig.h
index df5d200d..8fdcc192 100644
--- a/lib/make/acconfig.h
+++ b/lib/make/acconfig.h
@@ -7,3 +7,5 @@
#else
#error "Unable to find a 4 byte integer type. "
#endif
+
+#define Double double
diff --git a/lib/make/config.h.in b/lib/make/config.h.in
index 48eb0abc..826cb94a 100644
--- a/lib/make/config.h.in
+++ b/lib/make/config.h.in
@@ -26,3 +26,5 @@
#else
#error "Unable to find a 4 byte integer type. "
#endif
+
+#define Double double
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 66c98030..85bfd10c 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -36,7 +36,7 @@ $(EXE): $(CONFIG)/make.thornlist $(patsubst %,$(CCTK_LIBDIR)/lib%.a,$(notdir $(T
@echo $(DIVIDER)
@echo Creating $(EXE) from $(THORNS)
$(CC) -c $(DATESTAMP) -o $(TOP)/datestamp.o
- $(CC) -o $@ $(LDFLAGS) $(TOP)/datestamp.o -L$(CCTK_LIBDIR) $(addprefix -l,$(notdir $(THORNS))) -lCactus -lCactusBindings $(LIBDIRS:%=-L%) $(LIBS:%=-l%)
+ $(CC) -o $@ $(LDFLAGS) $(TOP)/datestamp.o -L$(CCTK_LIBDIR) $(addprefix -l,$(notdir $(THORNS))) -lCactus -lCactusBindings -lCactus $(LIBDIRS:%=-L%) $(LIBS:%=-l%)
@echo $(DIVIDER)
@echo All done !
@echo $(DIVIDER)