summaryrefslogtreecommitdiffstats
path: root/ds9/macosx
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-30 21:06:41 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-30 21:06:41 (GMT)
commit11a82b17320c5753c27088fc703394272c99a745 (patch)
tree4259257a18c93a01260e1e39b616aa77ca4eece2 /ds9/macosx
parentf769fff827484f7c1e4ee44a44593cf58c91351e (diff)
downloadblt-11a82b17320c5753c27088fc703394272c99a745.zip
blt-11a82b17320c5753c27088fc703394272c99a745.tar.gz
blt-11a82b17320c5753c27088fc703394272c99a745.tar.bz2
simplify build
Diffstat (limited to 'ds9/macosx')
-rw-r--r--ds9/macosx/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in
index bfa4dbc..9718bac 100644
--- a/ds9/macosx/Makefile.in
+++ b/ds9/macosx/Makefile.in
@@ -83,10 +83,10 @@ OBJS = ds9.o tkAppInit.o
#--------------------------main
.NOTPARALLEL :
-.PHONY : ds9 debug appdir framework tcl tcl_debug tk tk_debug
+.PHONY : ds9 debug framework tcl tcl_debug tk tk_debug
.PHONY : tcllib tkcon tkblt xpa compiler cleanup
-ds9 : ds9base appdir framework tcl tk tcllib tkcon tkblt xpa compiler cleanup
+ds9 : ds9base $(APPDIR) framework tcl tk tcllib tkcon tkblt xpa compiler cleanup
cp -p ds9base $(APPDIR)/Contents/MacOS/ds9
strip $(APPDIR)/Contents/MacOS/ds9
install_name_tool -change \
@@ -99,7 +99,7 @@ ds9 : ds9base appdir framework tcl tk tcllib tkcon tkblt xpa compiler cleanup
$(APPDIR)/Contents/MacOS/ds9
cd $(bindir); codesign --deep -f -s "$(ID)" SAOImage\ DS9.app
-debug : ds9base appdir framework tcl tk tcllib tkcon tkblt xpa compiler cleanup
+debug : ds9base $(APPDIR) framework tcl tk tcllib tkcon tkblt xpa compiler cleanup
cp -p ds9base $(APPDIR)/Contents/MacOS/ds9
install_name_tool -change \
/Library/Frameworks/Tcl.framework/Versions/8.6/Tcl \
@@ -153,7 +153,7 @@ ds9base : $(OBJS)
$(LIBS)
$(APPDIR):
- cp -rp SAOImage\ DS9.app $@
+ cp -rp SAOImage\ DS9.app $(bindir)/.
tcl :
cp -p $(prefix)/build/tcl/Tcl.framework/Versions/8.6/Tcl $(TCLFW)/.