summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-05-29 21:10:57 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-05-29 21:10:57 (GMT)
commit77573989e854e6b75d0ed0d06ba708941c0c3b2e (patch)
treeef2d9f73a9cda60fa477899584c02a5d032916b6
parent2cd1ea0dc7229288520bf615853f67f064a7af8a (diff)
downloadblt-77573989e854e6b75d0ed0d06ba708941c0c3b2e.zip
blt-77573989e854e6b75d0ed0d06ba708941c0c3b2e.tar.gz
blt-77573989e854e6b75d0ed0d06ba708941c0c3b2e.tar.bz2
build tac/fcl files
-rw-r--r--ds9/make.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/ds9/make.include b/ds9/make.include
index a4c2b6e..7692b2b 100644
--- a/ds9/make.include
+++ b/ds9/make.include
@@ -8,7 +8,7 @@ $(prefix)/ds9/library/parser.tcl : $(prefix)/ds9/library/parser.tac
#--------------------------framework
-$(LIBDIR)/library : $(prefix)/ds9/library/*.tcl
+$(LIBDIR)/library : $(prefix)/ds9/library/parser.tcl $(prefix)/ds9/library/lex.tcl $(prefix)/ds9/library/*.tcl
mkdir -p "$@"
cp -p $? "$@"
# must do it this way for win
@@ -77,4 +77,5 @@ $(LIBDIR)/math : $(prefix)/tcllib/modules/math
distclean: clean
-rm -f Makefile config.cache config.log config.status
+ -rm -f library/parser.output library/parser.tcl library/parser.tab.tcl
-rm -rf autom4te.cache