]> www.wagner.pp.ru Git - oss/fgis.git/blobdiff - Makefile.in
Added logic to find GDAL installation.
[oss/fgis.git] / Makefile.in
index b32fe6f44977b78151ed418a70bd9b97ce4b2125..d9c7565c39fada8a2e62cfe0d31f63ea6f2b4982 100644 (file)
@@ -72,22 +72,30 @@ CC = @CC@
 DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+FGIS_CONFDIR = @FGIS_CONFDIR@
+FGIS_LIBDIR = @FGIS_LIBDIR@
+FGIS_SCRIPTDIR = @FGIS_SCRIPTDIR@
 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@
 am__quote = @am__quote@
 install_sh = @install_sh@
 
+EXTRA_DIST = acsite.m4 autogen.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 +253,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 +430,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: