summaryrefslogtreecommitdiffstats
path: root/ds9/unix
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-27 18:59:30 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-27 18:59:30 (GMT)
commite1605708257f4ef5800a57af05039a72d4a353f6 (patch)
tree004b7a38c0bd8cafcfa6dd231bb5dbb916cf1117 /ds9/unix
parent9212f790aaf716a609290e68b6edbadfec78553d (diff)
downloadblt-e1605708257f4ef5800a57af05039a72d4a353f6.zip
blt-e1605708257f4ef5800a57af05039a72d4a353f6.tar.gz
blt-e1605708257f4ef5800a57af05039a72d4a353f6.tar.bz2
simplify build
Diffstat (limited to 'ds9/unix')
-rw-r--r--ds9/unix/Makefile.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in
index 4b93160..f1673d9 100644
--- a/ds9/unix/Makefile.in
+++ b/ds9/unix/Makefile.in
@@ -165,7 +165,7 @@ ds9base : $(OBJS)
$(TK_LIBS) \
$(LIBS)
-ds9.zip : $(APPDIR) framework $(FILES)
+ds9.zip : $(APPDIR) framework tkblt tkcon $(FILES)
$(RM) $@
find $(APPDIR) -depth -name "CVS" -exec rm -r {} \;
zip -r ds9.zip $(APPDIR)
@@ -202,14 +202,6 @@ $(APPDIR)/tcllib :
cp -r $(prefix)/tcllib/modules/textutil $(APPDIR)/tcllib/.
cp -r $(prefix)/tcllib/modules/math $(APPDIR)/tcllib/.
-$(APPDIR)/tkblt :
- mkdir $(APPDIR)/tkblt
- cp $(prefix)/tkblt/library/graph.tcl $(APPDIR)/tkblt/.
-
-$(APPDIR)/tkcon :
- mkdir $(APPDIR)/tkcon
- cp $(prefix)/tkcon/*.tcl $@
-
#--------------------------cleanup
.PHONY : clean distclean