From eeb269f0e112346e0bb5b80da966880b0a7ce97a Mon Sep 17 00:00:00 2001 From: William Joye Date: Tue, 24 Mar 2020 11:37:29 -0400 Subject: distclean --- fitsy/Makefile.in | 1 + macos/Makefile.in | 20 ++++++++++++++++++++ make.include | 4 ++++ util/Makefile.in | 1 + vector/Makefile.in | 1 + 5 files changed, 27 insertions(+) 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) -- cgit v0.12