summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-02-01 22:40:13 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-02-01 22:40:13 (GMT)
commit1c0425860c86e12df4940445fe5846344c29636f (patch)
tree72ccbfc6d605f912199df1752465fc90845f89b8 /ds9
parent63d647591c342dd312cf32afa5885ba3c13959f3 (diff)
downloadblt-1c0425860c86e12df4940445fe5846344c29636f.zip
blt-1c0425860c86e12df4940445fe5846344c29636f.tar.gz
blt-1c0425860c86e12df4940445fe5846344c29636f.tar.bz2
simplify build
Diffstat (limited to 'ds9')
-rwxr-xr-xds9/win/Makefile.in17
1 files changed, 8 insertions, 9 deletions
diff --git a/ds9/win/Makefile.in b/ds9/win/Makefile.in
index 2396195..0c20c31 100755
--- a/ds9/win/Makefile.in
+++ b/ds9/win/Makefile.in
@@ -114,6 +114,9 @@ LLIBS = \
PREQS = \
$(APPDIR) \
+ $(APPDIR)/tcl$(TCL_VERSION) \
+ $(APPDIR)/tcl8 \
+ $(APPDIR)/tk$(TCL_VERSION) \
$(LIBDIR)/library \
$(LIBDIR)/msgs \
$(LIBDIR)/doc \
@@ -125,25 +128,21 @@ PREQS = \
$(LIBDIR)/ftp \
$(LIBDIR)/log \
$(LIBDIR)/textutil \
- $(LIBDIR)/math
+ $(LIBDIR)/math \
+ $(APPDIR)/xpans.exe \
+ $(APPDIR)/install.vbs
#--------------------------main
.NOTPARALLEL :
.PHONY : debug
-$(APPDIR)/ds9.exe : ds9Base.exe $(PREQS) \
- $(APPDIR)/tcl$(TCL_VERSION) $(APPDIR)/tcl8 \
- $(APPDIR)/tk$(TCL_VERSION) \
- $(APPDIR)/xpans.exe $(APPDIR)/install.vbs
+$(APPDIR)/ds9.exe : ds9Base.exe $(PREQS)
cp -p ds9base.exe ds9.exe
$(STRIP) ds9.exe
cp -p ds9.exe $(APPDIR)/.
-debug : ds9Base.exe $(PREQS) \
- $(APPDIR)/tcl$(TCL_VERSION) $(APPDIR)/tcl8 \
- $(APPDIR)/tk$(TCL_VERSION) \
- $(APPDIR)/xpans.exe $(APPDIR)/install.vbs
+debug : ds9Base.exe $(PREQS)
mv ds9base.exe ds9.exe
cp -p ds9.exe $(APPDIR)/.