diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-02-01 21:59:55 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-02-01 21:59:55 (GMT) |
commit | aa361c98946c941d118ee32a8ea1ecce32b0bf82 (patch) | |
tree | 5c8e8433ac95cb73b6eac85d57187b4797260d85 /ds9/macosx | |
parent | 95c15584538a898737a9df48a491bfabf5a0ae98 (diff) | |
download | blt-aa361c98946c941d118ee32a8ea1ecce32b0bf82.zip blt-aa361c98946c941d118ee32a8ea1ecce32b0bf82.tar.gz blt-aa361c98946c941d118ee32a8ea1ecce32b0bf82.tar.bz2 |
simplify build
Diffstat (limited to 'ds9/macosx')
-rw-r--r-- | ds9/macosx/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in index 584c99e..fddc01f 100644 --- a/ds9/macosx/Makefile.in +++ b/ds9/macosx/Makefile.in @@ -137,7 +137,7 @@ PREQS = \ .NOTPARALLEL : .PHONY : debug -$(MACDIR)/ds9 : ds9base ds9ext +$(MACDIR)/ds9 : ds9base $(APPDIR) $(PREQS) $(TCLFW)/Tcl $(TKFW)/Tk $(LIBDIR)/pcc-i386-snowleopard.tar.gz cp -p ds9base "$@" strip "$@" install_name_tool -change \ @@ -150,7 +150,7 @@ $(MACDIR)/ds9 : ds9base ds9ext "$@" cd $(bindir); codesign --deep -f -s "$(ID)" SAOImage\ DS9.app -debug : ds9base ds9ext +debug : ds9base $(APPDIR) $(PREQS) $(TCLFW)/Tcl $(TKFW)/Tk $(LIBDIR)/pcc-i386-snowleopard.tar.gz cp -p ds9base $(APPDIR)/Contents/MacOS/ds9 install_name_tool -change \ /Library/Frameworks/Tcl.framework/Versions/8.6/Tcl \ @@ -179,8 +179,6 @@ ds9base : $(OBJS) $(LLIBS) $(TK_LIBS) \ $(LIBS) -ds9ext : $(APPDIR) $(PREQS) $(TCLFW)/Tcl $(TKFW)/Tk $(LIBDIR)/pcc-i386-snowleopard.tar.gz - $(APPDIR): cp -prf SAOImage\ DS9.app $(bindir)/. |