diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-03-19 15:19:27 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-03-19 15:19:27 (GMT) |
commit | d32f7bea985401e3cffea5b2327ea237df23010d (patch) | |
tree | 7c5754cda550b3f99086b1714db32fe2b251808f | |
parent | fabe2a00d362493b8dc9afa67e6740870fa22583 (diff) | |
download | blt-d32f7bea985401e3cffea5b2327ea237df23010d.zip blt-d32f7bea985401e3cffea5b2327ea237df23010d.tar.gz blt-d32f7bea985401e3cffea5b2327ea237df23010d.tar.bz2 |
libfitsy
-rw-r--r-- | macos/Makefile.in | 3 | ||||
-rw-r--r-- | make.include | 2 | ||||
-rw-r--r-- | unix/Makefile.in | 3 | ||||
-rw-r--r-- | win/Makefile.in | 3 |
4 files changed, 7 insertions, 4 deletions
diff --git a/macos/Makefile.in b/macos/Makefile.in index 60fb38d..e9cc5a3 100644 --- a/macos/Makefile.in +++ b/macos/Makefile.in @@ -47,7 +47,8 @@ TKFILES = \ .PHONY : saods9 tcl tk tkmacosx saods9 : dirs tcl tk \ - openssl vector xpa \ + openssl \ + xpa vector funtools \ tclfitsy tcliis tclsignal \ tls tclxml \ tkblt tktable tkimg \ diff --git a/make.include b/make.include index af44558..ecd2d54 100644 --- a/make.include +++ b/make.include @@ -317,7 +317,7 @@ tkagif/Makefile : #-------------------------- tksao -tksao : ast funtools tksao/Makefile +tksao : ast tksao/Makefile @echo "" @echo "*** $@ ***" $(MAKE) -C tksao -j $(JOBS) install diff --git a/unix/Makefile.in b/unix/Makefile.in index 08f042a..559c9f8 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -31,7 +31,8 @@ CACHE = --config-cache --cache-file=$(prefix)/config.cache .PHONY : saods9 tcl tk saods9 : dirs tcl tk \ - openssl vector xpa \ + openssl \ + xpa vector funtools \ tclfitsy tcliis tclsignal \ tclzipfs tls tclxml \ tkblt tktable tkimg \ diff --git a/win/Makefile.in b/win/Makefile.in index fa65af5..c4fa7d1 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -46,7 +46,8 @@ DS9APP =SAOImageDS9\ $(DS9_VERSION) .PHONY : saods9 tcl tk tkwin libxml2 saods9 : dirs tcl tk \ - libxml2 openssl vector xpa \ + libxml2 openssl \ + xpa vector funtools \ tclfitsy tcliis tls tclxml \ tkblt tktable tkimg \ tkmpeg tkagif tkhtml1 tkcon \ |