summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-05 18:12:24 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-05 18:12:24 (GMT)
commit3e073cc5722743e146120349e7e4d866b73d8661 (patch)
tree4dd81b20299607008271dc1dcb9c0ad3428e2cff
parent1f6ba616ceb4ba5798cc7836c6c1b5da35e021d4 (diff)
downloadblt-3e073cc5722743e146120349e7e4d866b73d8661.zip
blt-3e073cc5722743e146120349e7e4d866b73d8661.tar.gz
blt-3e073cc5722743e146120349e7e4d866b73d8661.tar.bz2
update doc
-rw-r--r--make.include42
1 files changed, 36 insertions, 6 deletions
diff --git a/make.include b/make.include
index 275b696..8451a4e 100644
--- a/make.include
+++ b/make.include
@@ -11,9 +11,10 @@
# tkhtml1 1.0
# tkimg 1.4.7
# tkmpeg 1.0
+# tkagif 1.0
# tktable 2.10
-# ast 8.6.2
+# ast 8.6.3
# funtools 1.4.7
# zlib 1.2.8
# xpa 2.1.18+
@@ -52,7 +53,7 @@ TKIMGTMPFILES = \
.NOTPARALLEL :
.PHONY : all dirs ds9 tcliis tclxml tclzipfs tls xpa
-.PHONY : tkblt tkcon tkhtml1 tkimg tkmpeg tksao tktable
+.PHONY : tkblt tkcon tkhtml1 tkimg tkmpeg tkagif tksao tktable
.PHONY : ast funtools
all : saods9
@@ -257,6 +258,23 @@ tkmpeg/Makefile :
$(STD) \
$(CACHE)
+#-------------------------- tkagif
+
+tkagif : tkagif/Makefile
+ @echo ""
+ @echo "*** $@ ***"
+ $(MAKE) -C tkagif -j $(JOBS) install
+
+tkagif/Makefile :
+ @echo ""
+ @echo "*** $@ ***"
+ cd tkagif; \
+ ./configure \
+ $(WITHTK) \
+ $(PREFIX) \
+ $(STD) \
+ $(CACHE)
+
#-------------------------- tksao
tksao : ast funtools tksao/Makefile
@@ -402,13 +420,14 @@ scrub :
.PHONY : tcliisclean
.PHONY : tclxmlclean tlsclean
.PHONY : tkbltclean tkconclean tkhtml1clean tkimgclean
-.PHONY : tkmpegclean tksaoclean astclean funtoolsclean tktableclean xpaclean
+.PHONY : tkmpegclean tkagifclean
+.PHONY : tksaoclean astclean funtoolsclean tktableclean xpaclean
clean : tclclean tkclean \
tcliisclean \
tlsclean tclxmlclean xpaclean \
tkbltclean tkconclean tktableclean tkimgclean \
- tkmpegclean tkhtml1clean \
+ tkmpegclean tkagifclean tkhtml1clean \
tksaoclean astclean funtoolsclean ds9clean \
osclean dirsclean localclean scrub
@@ -472,6 +491,11 @@ tkmpegclean:
@echo "*** $@ ***"
$(MAKE) -C tkmpeg clean
+tkagifclean:
+ @echo ""
+ @echo "*** $@ ***"
+ $(MAKE) -C tkagif clean
+
tksaoclean :
@echo ""
@echo "*** $@ ***"
@@ -503,7 +527,7 @@ xpaclean :
.PHONY : tcliisdistclean
.PHONY : tclxmldistclean tlsdistclean
.PHONY : tkbltdistclean tkcondistclean tkhtml1distclean
-.PHONY : tkimgdistclean tkmpegdistclean
+.PHONY : tkimgdistclean tkmpegdistclean tkagifdistclean
.PHONY : tksaodistclean astdistclean funtoolsdistclean
.PHONY : tktabledistclean xpadistclean
@@ -511,7 +535,7 @@ distclean : tcldistclean tkdistclean \
tcliisdistclean tclsignaldistclean \
tlsdistclean tclxmldistclean xpadistclean \
tkbltdistclean tktabledistclean tkcondistclean tkimgdistclean \
- tkmpegdistclean tkhtml1distclean \
+ tkmpegdistclean tkagifdistclean tkhtml1distclean \
tksaodistclean astdistclean funtoolsdistclean ds9distclean \
osdistclean dirsdistclean localdistclean scrub
@@ -580,6 +604,12 @@ tkmpegdistclean:
$(MAKE) -C tkmpeg distclean
rm -f tkmpeg/tkmpegConfig.sh
+tkagifdistclean:
+ @echo ""
+ @echo "*** $@ ***"
+ $(MAKE) -C tkagif distclean
+ rm -f tkagif/tkagifConfig.sh
+
tksaodistclean :
@echo ""
@echo "*** $@ ***"