diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-26 22:21:21 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-26 22:21:21 (GMT) |
commit | f374041570ddc22b4901a6fa6705efb9edf39a7e (patch) | |
tree | f3e20063df6033acde34e6de760a51a6fc1469c4 /ds9/macosx | |
parent | f1b41a84a8f0813f3e5c9f6a687a7a4ab9d2d19d (diff) | |
download | blt-f374041570ddc22b4901a6fa6705efb9edf39a7e.zip blt-f374041570ddc22b4901a6fa6705efb9edf39a7e.tar.gz blt-f374041570ddc22b4901a6fa6705efb9edf39a7e.tar.bz2 |
simplify ./ds9 make
Diffstat (limited to 'ds9/macosx')
-rw-r--r-- | ds9/macosx/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in index f00280d..d6ba339 100644 --- a/ds9/macosx/Makefile.in +++ b/ds9/macosx/Makefile.in @@ -9,8 +9,6 @@ datarootdir = @datarootdir@ datadir = @datadir@ mandir = @mandir@ -include $(prefix)/make.pkgs - TCL_VERSION = @TCL_VERSION@ TCL_LIB_SPEC = @TCL_LIB_SPEC@ TCL_STUB_LIB_SPEC= @TCL_STUB_LIB_SPEC@ @@ -66,13 +64,16 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) .C.@OBJEXT@: $(COMPILE) -c $< -o $@ +include ../make.include + #--------------------------defines +APPDIR = $(bindir)/SAOImage\ DS9.app + ID = $(shell finger $(shell whoami) | egrep -o 'Name: [a-zA-Z0-9 ]{1,}' | cut -d ':' -f 2 | xargs echo) OBJS = ds9.o tkAppInit.o -APPDIR = $(bindir)/SAOImage\ DS9.app TKSAOFW = $(bindir)/SAOImage\ DS9.app/Contents/Frameworks/Tksao.framework TKSAORES= $(bindir)/SAOImage\ DS9.app/Contents/Frameworks/Tksao.framework/Resources TCLFW = $(bindir)/SAOImage\ DS9.app/Contents/Frameworks/Tcl.framework |