summaryrefslogtreecommitdiffstats
path: root/ds9/make.include
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-06-26 20:13:58 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-06-26 20:13:58 (GMT)
commitcd8a5c4b16051fff5da584541c3f2a7f6c7d3fa6 (patch)
treeb934c116c6d134397c0c83440a01c455467aa521 /ds9/make.include
parent16f24c9410852c9155cc646c43af0ff488630bf6 (diff)
downloadblt-cd8a5c4b16051fff5da584541c3f2a7f6c7d3fa6.zip
blt-cd8a5c4b16051fff5da584541c3f2a7f6c7d3fa6.tar.gz
blt-cd8a5c4b16051fff5da584541c3f2a7f6c7d3fa6.tar.bz2
disable new parser
Diffstat (limited to 'ds9/make.include')
-rw-r--r--ds9/make.include12
1 files changed, 7 insertions, 5 deletions
diff --git a/ds9/make.include b/ds9/make.include
index e379bdc..7f3be8b 100644
--- a/ds9/make.include
+++ b/ds9/make.include
@@ -1,15 +1,17 @@
#--------------------------parser
-# must do it this way for win
+# will not work for win
$(prefix)/ds9/library/lex.tcl : $(prefix)/ds9/library/lex.fcl
- cat $(prefix)/fickle/fickle.tcl | $(TCLSH_PROG) -o $@ $?
+ $(TCLSH_PROG) $(prefix)/fickle/fickle.tcl -o $@ $?
+# will not work for win
$(prefix)/ds9/library/parser.tcl : $(prefix)/ds9/library/parser.tac
- cat $(prefix)/taccle/taccle.tcl | $(TCLSH_PROG) -d -o $@ $?
+ $(TCLSH_PROG) $(prefix)/taccle/taccle.tcl -d -o $@ $?
#--------------------------framework
+#$(prefix)/ds9/library/parser.tcl $(prefix)/ds9/library/lex.tcl
-$(LIBDIR)/library : $(prefix)/ds9/library/parser.tcl $(prefix)/ds9/library/lex.tcl $(prefix)/ds9/library/*.tcl
+$(LIBDIR)/library : $(prefix)/ds9/library/*.tcl
mkdir -p "$@"
cp -p $? "$@"
# must do it this way for win
@@ -79,4 +81,4 @@ $(LIBDIR)/math : $(prefix)/tcllib/modules/math
distclean: clean
-rm -f Makefile config.cache config.log config.status
-rm -rf autom4te.cache
- -rm -f ../library/parser.output ../library/parser.tcl ../library/parser.tab.tcl ../library/lex.tcl
+