X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=Makefile.in;h=c32c48731992772033165a42e43ab484e49e6992;hb=d0a2b35e3b85abdf23f7ec4d5cbab26ae4addc3a;hp=cf1ac9f9184ce3c06fff490ef4b24c43752b7b99;hpb=349ccc7f5d161a4d10ac72cf16ea5073fe071b4e;p=oss%2Ffgis.git diff --git a/Makefile.in b/Makefile.in index cf1ac9f..c32c487 100644 --- a/Makefile.in +++ b/Makefile.in @@ -72,7 +72,11 @@ 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@ @@ -89,7 +93,7 @@ am__quote = @am__quote@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = dist-bzip2 -SUBDIRS = include dll lib tcl +SUBDIRS = etc include lib dll tcl subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -247,7 +251,7 @@ distcleancheck_listfiles = find . -type f -print distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkinstalldirs) $(distdir)/tcl + $(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,/[^/]*$$,,'`; \