summaryrefslogtreecommitdiffstats
path: root/make.include
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-26 20:13:12 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-26 20:13:12 (GMT)
commit2e6c8635389c11e90bf4405aa115f21b80af07c3 (patch)
treef8999a2a9b80af654e48cc79cf768768f59223ff /make.include
parent2130155e11bfabd3b51b10d5a0946bef4f4abbbf (diff)
downloadblt-2e6c8635389c11e90bf4405aa115f21b80af07c3.zip
blt-2e6c8635389c11e90bf4405aa115f21b80af07c3.tar.gz
blt-2e6c8635389c11e90bf4405aa115f21b80af07c3.tar.bz2
simplify Makefile
Diffstat (limited to 'make.include')
-rw-r--r--make.include12
1 files changed, 8 insertions, 4 deletions
diff --git a/make.include b/make.include
index f05b21c..c0eee8f 100644
--- a/make.include
+++ b/make.include
@@ -1,3 +1,7 @@
+DS9_VERSION = 7.6b1
+XPA_VERSION = 2.1.17
+TCL_VERSION = 8.6
+
include ./make.pkgs
#-------------------------- Defs
@@ -422,7 +426,7 @@ localclean :
-rm -f core *~ *#
tclclean :
- $(MAKE) -C tcl$(TCLVER)/$(OS) clean
+ $(MAKE) -C tcl$(TCL_VERSION)/$(OS) clean
tclcheckdnsclean :
$(MAKE) -C tclcheckdns clean
@@ -440,7 +444,7 @@ tclzvfsclean:
$(MAKE) -C tclzvfs clean
tkclean :
- $(MAKE) -C tk$(TCLVER)/$(OS) clean
+ $(MAKE) -C tk$(TCL_VERSION)/$(OS) clean
tkbltclean:
$(MAKE) -C tkblt clean
@@ -497,7 +501,7 @@ localdistclean : localclean
-rm -f config.log config.status config.cache Makefile
tcldistclean :
- $(MAKE) -C tcl$(TCLVER)/$(OS) distclean
+ $(MAKE) -C tcl$(TCL_VERSION)/$(OS) distclean
tclcheckdnsdistclean :
$(MAKE) -C tclcheckdns distclean
@@ -515,7 +519,7 @@ tclzvfsdistclean:
$(MAKE) -C tclzvfs distclean
tkdistclean :
- $(MAKE) -C tk$(TCLVER)/$(OS) distclean
+ $(MAKE) -C tk$(TCL_VERSION)/$(OS) distclean
tkbltdistclean:
$(MAKE) -C tkblt distclean