summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2020-03-24 15:37:29 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2020-03-24 15:37:29 (GMT)
commiteeb269f0e112346e0bb5b80da966880b0a7ce97a (patch)
treed70df4fd90947ed19a71bd272b80750539f35c05
parent26e68e97983cfb7d221602a6ec6bc891b4951e40 (diff)
downloadblt-eeb269f0e112346e0bb5b80da966880b0a7ce97a.zip
blt-eeb269f0e112346e0bb5b80da966880b0a7ce97a.tar.gz
blt-eeb269f0e112346e0bb5b80da966880b0a7ce97a.tar.bz2
distclean
-rw-r--r--fitsy/Makefile.in1
-rw-r--r--macos/Makefile.in20
-rw-r--r--make.include4
-rw-r--r--util/Makefile.in1
-rw-r--r--vector/Makefile.in1
5 files changed, 27 insertions, 0 deletions
diff --git a/fitsy/Makefile.in b/fitsy/Makefile.in
index 36480b6..7511ddc 100644
--- a/fitsy/Makefile.in
+++ b/fitsy/Makefile.in
@@ -435,6 +435,7 @@ install-lib-binaries: binaries
echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \
$(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \
fi
+ $(INSTALL_DATA) fitsyConfig.sh $(DESTDIR)$(libdir)
#========================================================================
# Install binary executables (e.g. .exe files and dependent .dll files)
diff --git a/macos/Makefile.in b/macos/Makefile.in
index 1ccafca3..7c05683 100644
--- a/macos/Makefile.in
+++ b/macos/Makefile.in
@@ -176,11 +176,30 @@ tcldistclean :
@echo ""
@echo "*** $@ ***"
$(MAKE) -C tcl$(TCL_VERSION)/macosx distclean
+ rm -rf \
+ tcl8.6/macosx/Makefile \
+ tcl8.6/macosx/Tcl-Info.plist \
+ tcl8.6/macosx/Tclsh-Info.plist \
+ tcl8.6/macosx/config.log \
+ tcl8.6/macosx/config.status \
+ tcl8.6/macosx/dltest/ \
+ tcl8.6/macosx/tcl.pc \
+ tcl8.6/macosx/tclConfig.h \
+ tcl8.6/macosx/tclConfig.sh
tkdistclean :
@echo ""
@echo "*** $@ ***"
$(MAKE) -C tk$(TCL_VERSION)/macosx distclean
+ rm -rf \
+ tk8.6/macosx/Makefile \
+ tk8.6/macosx/Tk-Info.plist \
+ tk8.6/macosx/Wish-Info.plist \
+ tk8.6/macosx/config.log \
+ tk8.6/macosx/config.status \
+ tk8.6/macosx/tk.pc \
+ tk8.6/macosx/tkConfig.h \
+ tk8.6/macosx/tkConfig.sh
osdistclean : tclsignaldistclean tkmacosxdistclean
@@ -194,6 +213,7 @@ tkmacosxdistclean :
@echo ""
@echo "*** $@ ***"
$(MAKE) -C tkmacosx distclean
+ rm -f tkmacosx/tkmacosxConfig.sh
#--------------------------distribution
diff --git a/make.include b/make.include
index b0686a9..1d9a9b3 100644
--- a/make.include
+++ b/make.include
@@ -717,6 +717,7 @@ tclxmldistclean:
@echo "*** $@ ***"
$(MAKE) -C tclxml distclean
rm -f tclxml/tclxmlConfig.sh
+ rm -f tclxml/include/tclxml/tclxml.h
tlsdistclean:
@echo ""
@@ -776,16 +777,19 @@ utildistclean :
@echo ""
@echo "*** $@ ***"
$(MAKE) -C util distclean
+ rm -f util/utilConfig.sh
vectordistclean :
@echo ""
@echo "*** $@ ***"
$(MAKE) -C vector distclean
+ rm -f vector/vectorConfig.sh
fitsydistclean :
@echo ""
@echo "*** $@ ***"
$(MAKE) -C fitsy distclean
+ rm -f fitsy/fitsyConfig.sh
funtoolsdistclean :
@echo ""
diff --git a/util/Makefile.in b/util/Makefile.in
index 90858d7..89d08ce 100644
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -421,6 +421,7 @@ install-lib-binaries: binaries
echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \
$(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \
fi
+ $(INSTALL_DATA) utilConfig.sh $(DESTDIR)$(libdir)
#========================================================================
# Install binary executables (e.g. .exe files and dependent .dll files)
diff --git a/vector/Makefile.in b/vector/Makefile.in
index 90858d7..640fc33 100644
--- a/vector/Makefile.in
+++ b/vector/Makefile.in
@@ -421,6 +421,7 @@ install-lib-binaries: binaries
echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \
$(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \
fi
+ $(INSTALL_DATA) vectorConfig.sh $(DESTDIR)$(libdir)
#========================================================================
# Install binary executables (e.g. .exe files and dependent .dll files)