summaryrefslogtreecommitdiffstats
path: root/ds9/macosx
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-30 18:21:43 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-30 18:21:43 (GMT)
commit7cb75e10cf003d28856d0dce1df09901db1c6e1d (patch)
treedbb8acfc1090bf5bc06e259dca746faeba5a97c5 /ds9/macosx
parentbc0a3e63be8207a505de3d7d05b2e1005f2a6b6a (diff)
downloadblt-7cb75e10cf003d28856d0dce1df09901db1c6e1d.zip
blt-7cb75e10cf003d28856d0dce1df09901db1c6e1d.tar.gz
blt-7cb75e10cf003d28856d0dce1df09901db1c6e1d.tar.bz2
simplify build
Diffstat (limited to 'ds9/macosx')
-rw-r--r--ds9/macosx/Makefile.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in
index 5063a8e..bfa4dbc 100644
--- a/ds9/macosx/Makefile.in
+++ b/ds9/macosx/Makefile.in
@@ -152,9 +152,8 @@ ds9base : $(OBJS)
$(TK_LIBS) \
$(LIBS)
-appdir :
- rm -rf $(APPDIR)
- cp -rp SAOImage\ DS9.app $(bindir)/.
+$(APPDIR):
+ cp -rp SAOImage\ DS9.app $@
tcl :
cp -p $(prefix)/build/tcl/Tcl.framework/Versions/8.6/Tcl $(TCLFW)/.
@@ -185,5 +184,12 @@ compiler:
cleanup:
cd $(APPDIR); find . -name keepme -exec rm -rf {} \;
+#--------------------------clean
+
+.PHONY : clean
+
+clean :
+ $(RM) core *~ *# *.o
+
include ../make.include