X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Ffgis.git;a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=cf1ac9f9184ce3c06fff490ef4b24c43752b7b99;hp=b32fe6f44977b78151ed418a70bd9b97ce4b2125;hb=349ccc7f5d161a4d10ac72cf16ea5073fe071b4e;hpb=c5a9bf19ca03b1c193bc8413b1332e2ed499e280 diff --git a/Makefile.in b/Makefile.in index b32fe6f..cf1ac9f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,7 +79,9 @@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ STRIP = @STRIP@ -TCL_INCLUDE = @TCL_INCLUDE@ +TCL_INC_DIR = @TCL_INC_DIR@ +TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@ +TK_INC_DIR = @TK_INC_DIR@ VERSION = @VERSION@ YACC = @YACC@ am__include = @am__include@ @@ -87,7 +89,7 @@ am__quote = @am__quote@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = dist-bzip2 -SUBDIRS = include dll +SUBDIRS = include dll lib tcl subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -245,6 +247,7 @@ distcleancheck_listfiles = find . -type f -print distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) + $(mkinstalldirs) $(distdir)/tcl @list='$(DISTFILES)'; for file in $$list; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ @@ -421,11 +424,6 @@ uninstall-info: uninstall-info-recursive tags tags-recursive uninstall uninstall-am uninstall-info-am \ uninstall-info-recursive uninstall-recursive - -pkgIndex.tcl: - $(ECHO) "package ifneeded Fgis 1.0 \"package require Tk; [list load [file join @libdir@ fgis.so] Fgis]\"" > pkgIndex.tcl - -all: pkgIndex.tcl # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: