X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=Makefile.in;h=c32c48731992772033165a42e43ab484e49e6992;hb=96a9075a6b6a85c93540b7e94c719e496823674d;hp=b32fe6f44977b78151ed418a70bd9b97ce4b2125;hpb=c5a9bf19ca03b1c193bc8413b1332e2ed499e280;p=oss%2Ffgis.git diff --git a/Makefile.in b/Makefile.in index b32fe6f..c32c487 100644 --- a/Makefile.in +++ b/Makefile.in @@ -72,14 +72,20 @@ CC = @CC@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ +FGIS_CONFIG = @FGIS_CONFIG@ +FGIS_LIBDIR = @FGIS_LIBDIR@ +FGIS_SCRIPTS = @FGIS_SCRIPTS@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBEPP = @LIBEPP@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ 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 +93,7 @@ am__quote = @am__quote@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = dist-bzip2 -SUBDIRS = include dll +SUBDIRS = etc include lib dll tcl subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -245,6 +251,7 @@ distcleancheck_listfiles = find . -type f -print distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) + $(mkinstalldirs) $(distdir)/etc $(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 +428,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: