+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}:
## 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
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 = .
$(INSTALL_PROGRAM) -m 644 fgis.rc $(FGIS_CONFDIR)/fgis.rc ; \
else true; fi
+uninstall:
+ -rm -f $(FGIS_CONFDIR)/fgis.rc
+
## 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
+
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:
$(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