From 0f602c5bdc3f3952d3a8aef3243c01209eb1b7f5 Mon Sep 17 00:00:00 2001 From: William Joye Date: Tue, 27 Feb 2018 16:53:09 -0500 Subject: add ds9 parsers --- ds9/library/source.tcl | 3 +++ ds9/macos/Makefile.in | 2 +- ds9/make.include | 2 +- ds9/unix/Makefile.in | 2 +- ds9/win/Makefile.in | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ds9/library/source.tcl b/ds9/library/source.tcl index 48bd469..feba385 100644 --- a/ds9/library/source.tcl +++ b/ds9/library/source.tcl @@ -188,6 +188,9 @@ source $ds9(root)/library/xmfbox.tcl source $ds9(root)/library/xmlrpc.tcl source $ds9(root)/library/xpa.tcl +source $ds9(root)/library/zoomparser.tcl +source $ds9(root)/library/zoomlex.tcl + switch [tk windowingsystem] { x11 {} aqua {source $ds9(root)/library/macosx.tcl} diff --git a/ds9/macos/Makefile.in b/ds9/macos/Makefile.in index c5df13c..629fbc9 100644 --- a/ds9/macos/Makefile.in +++ b/ds9/macos/Makefile.in @@ -214,7 +214,7 @@ $(LIBDIR)/pcc-i386-snowleopard.tar.gz: $(prefix)/compilers/pcc-i386-snowleopard. .PHONY : clean -clean : +clean : parsersclean $(RM) core *~ *# *.o $(RM) -rf $(APPDIR) diff --git a/ds9/make.include b/ds9/make.include index 10facd8..4726233 100644 --- a/ds9/make.include +++ b/ds9/make.include @@ -84,7 +84,7 @@ $(LIBDIR)/math : $(prefix)/tcllib/modules/math .PHONY : distclean parsersclean -distclean: clean parsersclean +distclean: clean -rm -f Makefile config.cache config.log config.status -rm -rf autom4te.cache diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in index a2841bd..c498b19 100644 --- a/ds9/unix/Makefile.in +++ b/ds9/unix/Makefile.in @@ -211,7 +211,7 @@ $(LIBDIR)/tk$(TCL_VERSION) : .PHONY : clean -clean : +clean : parsersclean $(RM) core *~ *# ds9base ds9 *.zip *.o $(RM) -rf $(APPDIR) diff --git a/ds9/win/Makefile.in b/ds9/win/Makefile.in index 14e7ed7..7956ed1 100755 --- a/ds9/win/Makefile.in +++ b/ds9/win/Makefile.in @@ -213,7 +213,7 @@ DLLs: .PHONY : clean -clean : +clean : parsersclean $(RM) core *~ *# ds9base.exe ds9.exe *.zip *.o $(RM) -rf $(APPDIR) -- cgit v0.12