summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-18 19:28:01 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-18 19:28:01 (GMT)
commit9c9aa666e45a91f2dbfc9e843bbb5df9cae271fa (patch)
tree4532d564d943b12afa6486daf2aa09c6fb7d12a6 /unix/Makefile.in
parentaf8d1d62cdd21bfeb644ec9f94be673b6131d41e (diff)
downloadblt-9c9aa666e45a91f2dbfc9e843bbb5df9cae271fa.zip
blt-9c9aa666e45a91f2dbfc9e843bbb5df9cae271fa.tar.gz
blt-9c9aa666e45a91f2dbfc9e843bbb5df9cae271fa.tar.bz2
tclzipfs
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in36
1 files changed, 32 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index b8bae50..4b1a5a4 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -61,9 +61,26 @@ tk$(TCL_VERSION)/unix/Makefile :
--disable-shared --enable-symbols \
$(CACHE)
+#-------------------------- tclzipfs
+
+tclzipfs: tclzipfs/Makefile
+ @echo ""
+ @echo "*** $@ ***"
+ $(MAKE) -C tclzipfs install
+
+tclzipfs/Makefile :
+ @echo ""
+ @echo "*** $@ ***"
+ cd tclzipfs; \
+ ./configure \
+ $(WITHTCL) \
+ $(PREFIX) \
+ $(STD) \
+ $(CACHE)
+
#--------------------------clean
-.PHONY : tclclean tkclean tkosclean
+.PHONY : tclclean tkclean tkosclean tclzipfsclean
tclclean :
@echo ""
@@ -75,13 +92,18 @@ tkclean :
@echo "*** $@ ***"
$(MAKE) -C tk$(TCL_VERSION)/unix clean
-tkosclean :
+tkosclean : tclzipfsclean
+ @echo ""
+ @echo "*** $@ ***"
+
+tclzipfsclean:
@echo ""
@echo "*** $@ ***"
+ $(MAKE) -C tclzipfs clean
#--------------------------distclean
-.PHONY : tcldistclean tkdistclean tkosdistclean
+.PHONY : tcldistclean tkdistclean tkosdistclean tclzipfsdistclean
tcldistclean :
@echo ""
@@ -93,9 +115,15 @@ tkdistclean :
@echo "*** $@ ***"
$(MAKE) -C tk$(TCL_VERSION)/unix distclean
-tkosdistclean :
+tkosdistclean : tclzipfsdistclean
+ @echo ""
+ @echo "*** $@ ***"
+
+tclzipfsdistclean:
@echo ""
@echo "*** $@ ***"
+ $(MAKE) -C tclzipfs distclean
+ rm -f tclzipfs/tclzipfsConfig.sh
#--------------------------distribution