summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-01 22:10:31 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-01 22:10:31 (GMT)
commitd10e0e2bd1ac8db149e0a97f369c91d912c671ab (patch)
tree476050a487389818ea543f9c6e4e82ef2923e13c
parent5e4105b44cc2ce3105af6ed654a7b3bd61bd6968 (diff)
downloadblt-d10e0e2bd1ac8db149e0a97f369c91d912c671ab.zip
blt-d10e0e2bd1ac8db149e0a97f369c91d912c671ab.tar.gz
blt-d10e0e2bd1ac8db149e0a97f369c91d912c671ab.tar.bz2
add ds9 parsers
-rw-r--r--ds9/make.include6
-rw-r--r--ds9/unix/Makefile.in2
2 files changed, 5 insertions, 3 deletions
diff --git a/ds9/make.include b/ds9/make.include
index 0cb8da5..32b9ac9 100644
--- a/ds9/make.include
+++ b/ds9/make.include
@@ -92,9 +92,11 @@ $(LIBDIR)/math : $(prefix)/tcllib/modules/math
#--------------------------distclean
-.PHONY : distclean
+.PHONY : distclean parsersclean
distclean: clean
-rm -f Makefile config.cache config.log config.status
- -rm -rf $(prefix)/ds9/parsers/*.tcl $(prefix)/ds9/parsers/*.out
-rm -rf autom4te.cache
+
+parsersclean:
+ -rm -rf *# *~ $(prefix)/ds9/parsers/*.tcl $(prefix)/ds9/parsers/*.output
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in
index d10db26..e21d2f9 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)