X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Ffgis.git;a=blobdiff_plain;f=tcl%2FMakefile.am;fp=tcl%2FMakefile.am;h=daae713a503834c51c8b5ca10b24e6708ecb6b62;hp=816f4094daa7e7e51023532418d7723a33e9c860;hb=2cc91b9f6889f9dde33a17eb6bd2c1859d7af1bf;hpb=05960800e662deedeb452b2739cf0924e28fbf41 diff --git a/tcl/Makefile.am b/tcl/Makefile.am index 816f409..daae713 100644 --- a/tcl/Makefile.am +++ b/tcl/Makefile.am @@ -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