]> www.wagner.pp.ru Git - oss/fgis.git/commitdiff
uninstall targets added
authordron <dron>
Sat, 11 Jan 2003 19:13:12 +0000 (19:13 +0000)
committerdron <dron>
Sat, 11 Jan 2003 19:13:12 +0000 (19:13 +0000)
ChangeLog
Makefile.am
Makefile.in
etc/Makefile.am
include/Makefile.am
tcl/Makefile.am

index 3cba1cb36200fb4172246c9c3ada43721895c42f..56be480023cf9975cdc7287e8359369cc674e013 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-01-08  Andrey Kiselev  <dron@remotesensing.org>
+       
+       * /etc/Makefile.am, /include/Makefile.am, /tcl/Makefile.am:
+       uninstall targets added
+       * /etc/Makefile.in, /include/Makefile.in, /tcl/Makefile.in,
+       /dll/Makefile.in, /lib/Makefile.in, Makefile.in: created
+
 2003-01-08  Andrey Kiselev  <dron@remotesensing.org>
        
        * /etc/fgis.rc.in, /tcl/{mapview, hypermap}:
index 9d820749e0b4eadaf72e74e4f0b27162428d8b26..baac7ca4db285a7e9e4445ee57a9b4eb4fa99f5b 100644 (file)
@@ -19,6 +19,8 @@
 
 ## Process this file with automake to produce Makefile.in.
 
+EXTRA_DIST = acsite.m4 autogen.sh
+
 AUTOMAKE_OPTIONS = dist-bzip2
 SUBDIRS = etc include lib dll tcl
 
index c392c59693cf01c1f032f58502348dd78aa1ca41..d9c7565c39fada8a2e62cfe0d31f63ea6f2b4982 100644 (file)
@@ -92,6 +92,8 @@ am__include = @am__include@
 am__quote = @am__quote@
 install_sh = @install_sh@
 
+EXTRA_DIST = acsite.m4 autogen.sh
+
 AUTOMAKE_OPTIONS = dist-bzip2
 SUBDIRS = etc include lib dll tcl
 subdir = .
index 3c5ada86d03e39a85a61896e82b6a38232cf288b..efb5beb35286dcea48ffd22b5af20117488e4d83 100644 (file)
@@ -27,3 +27,6 @@ install-libraries:
            $(INSTALL_PROGRAM) -m 644 fgis.rc $(FGIS_CONFDIR)/fgis.rc ; \
        else true; fi
 
+uninstall:
+       -rm -f $(FGIS_CONFDIR)/fgis.rc
+
index 418dedbb062da5c962735108713af672cb8968cb..e29bc4b3aa97d416a5b825326c8ea0de9c5bd305 100644 (file)
@@ -19,3 +19,5 @@
 
 ## Process this file with automake to produce Makefile.in.
 
+EXTRA_DIST = clr.h defpal.h dgt.h epp.h epp_err.h eppl.h eppl_ut.h getopt.h reclass.h regex.h 
+
index 816f4094daa7e7e51023532418d7723a33e9c860..daae713a503834c51c8b5ca10b24e6708ecb6b62 100644 (file)
@@ -22,6 +22,8 @@
 bin_SCRIPTS = hypermap mapview
 SCRIPT_LIST = admin.layer balloonhelp.tcl calculator.tcl combobox.tcl console.tcl draw.tcl getopt.tcl help.tcl hierarchy.tcl html_library.tcl layer.tcl legend.tcl lesras.lay objects.tcl planchet.tcl progressbar.tcl tabnotebook.tcl tclIndex toolbar.tcl ventry.tcl viewer.tcl widget.tcl
 
+EXTRA_DIST = $(bin_SCRIPTS) $(SCRIPT_LIST)
+
 install: all install-binaries install-libraries
 
 install-binaries:
@@ -44,3 +46,11 @@ install-libraries:
            $(INSTALL_PROGRAM) -m 644 pkgIndex.tcl $(TCL_PACKAGE_PATH)/fgis/pkgIndex.tcl ; \
        else true; fi
 
+uninstall:
+       -for i in $(bin_SCRIPTS) ; do \
+         rm -f $(bindir)/$$i ; \
+       done
+       -for i in $(SCRIPT_LIST) ; do \
+         rm -f $(FGIS_SCRIPTDIR)/$$i ; \
+       done
+       -rm -f $(TCL_PACKAGE_PATH)/fgis/pkgIndex.tcl