summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-04 19:26:53 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-04 19:26:53 +0000
commit6daa88242886915eea04461f3ee212dce0bb3ecd (patch)
tree7989ebca92daef6669e9359be05ceaf348120052 /lib/make/make.config.defn.in
parent031d44ca1ebb3f0ba56759874d1ba8672dbef53f (diff)
Added yet another make variable.
Now the make stuff required for the final linking of libraries is bundled up into GENERAL_LIBRARIES which defaults to $(LIBDIRS:%=-L%) $(LIBS:%=-l%) which should work on all unices. For NT I have made it $(LIBS) and LIBDIRS has no use. NT stuff needs to specify the full path and name of each library in the LIBS variable. Maybe one day we'll find a neater way ! Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@874 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index 3c7b6272..8401775a 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -76,6 +76,9 @@ GET_WD = @GET_WD@
LIBS += @LIBS@
LIBDIRS += @LIBDIRS@
+# Command to generate the link line for libraries
+GENERAL_LIBRARIES = @GENERAL_LIBRARIES@
+
# System include directories
SYS_INC_DIRS += @SYS_INC_DIRS@