summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-10 11:24:27 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-10 11:24:27 +0000
commit357851e65caeb391a289bec38b5d8e31ee4369b4 (patch)
treeffb7dffc79d308abc1f93cd13a99885df04a00f3 /lib/make/make.config.defn.in
parentf6c83e2f7a9d78b2f41bf30f2faee680ef54c4a6 (diff)
Added detection of X library location.
Sets make variables X_LIB_DIR X_INC_DIR Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1377 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index d887bfd7..afb5f1a9 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -99,6 +99,12 @@ OS = @host_os@
CPU = @host_cpu@
VENDOR = @host_vendor@
+# X stuff
+
+X_LIB_DIR = @X_LIB_DIR@
+X_INC_DIR = @X_INC_DIR@
+
+
# Where the CCTK puts things
PACKAGE_DIR = $(CCTK_HOME)/@PACKAGE_DIR@
BUILD_DIR = $(TOP)/@BUILD_DIR@