|
|
| version 1.27, 2001/10/11 09:37:58 | version 1.49, 2002/06/24 15:10:18 |
|---|---|
| Line 38 pkgdatadir = $(datadir)/@PACKAGE@ | Line 38 pkgdatadir = $(datadir)/@PACKAGE@ |
| pkglibdir = $(libdir)/@PACKAGE@ | pkglibdir = $(libdir)/@PACKAGE@ |
| pkgincludedir = $(includedir)/@PACKAGE@ | pkgincludedir = $(includedir)/@PACKAGE@ |
| top_builddir = . | top_builddir = .. |
| ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ |
| AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ |
| Line 60 POST_UNINSTALL = : | Line 60 POST_UNINSTALL = : |
| host_alias = @host_alias@ | host_alias = @host_alias@ |
| host_triplet = @host@ | host_triplet = @host@ |
| APACHE13 = @APACHE13@ | APACHE13 = @APACHE13@ |
| AS = @AS@ | APACHE_LIBS = @APACHE_LIBS@ |
| AWK = @AWK@ | AWK = @AWK@ |
| CC = @CC@ | CC = @CC@ |
| CPP_LIBS = @CPP_LIBS@ | |
| CXX = @CXX@ | CXX = @CXX@ |
| DLLTOOL = @DLLTOOL@ | |
| INCLTDL = @INCLTDL@ | INCLTDL = @INCLTDL@ |
| LIBADD_DL = @LIBADD_DL@ | LIBADD_DL = @LIBADD_DL@ |
| LIBLTDL = @LIBLTDL@ | LIBLTDL = @LIBLTDL@ |
| LIBTOOL = @LIBTOOL@ | |
| LN_S = @LN_S@ | |
| MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ |
| MATH_LIBS = @MATH_LIBS@ | MIME_INCLUDES = @MIME_INCLUDES@ |
| OBJDUMP = @OBJDUMP@ | MIME_LIBS = @MIME_LIBS@ |
| P3S = @P3S@ | P3S = @P3S@ |
| PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ |
| RANLIB = @RANLIB@ | RANLIB = @RANLIB@ |
| Line 81 VERSION = @VERSION@ | Line 77 VERSION = @VERSION@ |
| XML_INCLUDES = @XML_INCLUDES@ | XML_INCLUDES = @XML_INCLUDES@ |
| XML_LIBS = @XML_LIBS@ | XML_LIBS = @XML_LIBS@ |
| YACC = @YACC@ | YACC = @YACC@ |
| charsetsdir = @charsetsdir@ | |
| commentcharset_ = @commentcharset_@ | |
| host_os = @host_os@ | host_os = @host_os@ |
| mysql_client = @mysql_client@ | |
| oracle_client = @oracle_client@ | |
| pgsql_client = @pgsql_client@ | |
| sqldriversdir = @sqldriversdir@ | |
| SUBDIRS = classes types main libltdl pcre targets | SUBDIRS = include main sql types classes lib targets |
| EXTRA_DIST = ident.awk | |
| LIBTOOL_DEPS = @LIBTOOL_DEPS@ | |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| CONFIG_HEADER = ./include/pa_config_auto.h | CONFIG_HEADER = ../src/include/pa_config_auto.h |
| CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = |
| DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ | DIST_COMMON = Makefile.am Makefile.in |
| Makefile.in NEWS acinclude.m4 aclocal.m4 config.guess config.sub \ | |
| configure configure.in include/pa_config_auto.h.in include/stamp-h.in \ | |
| install-sh ltconfig ltmain.sh missing mkinstalldirs | |
| DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
| TAR = gtar | TAR = tar |
| GZIP_ENV = --best | GZIP_ENV = --best |
| all: all-redirect | all: all-redirect |
| .SUFFIXES: | .SUFFIXES: |
| $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
| cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile | cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
| cd $(top_builddir) \ | cd $(top_builddir) \ |
| && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
| $(ACLOCAL_M4): configure.in acinclude.m4 | |
| cd $(srcdir) && $(ACLOCAL) | |
| config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
| $(SHELL) ./config.status --recheck | |
| $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | |
| cd $(srcdir) && $(AUTOCONF) | |
| include/pa_config_auto.h: include/stamp-h | |
| @if test ! -f $@; then \ | |
| rm -f include/stamp-h; \ | |
| $(MAKE) include/stamp-h; \ | |
| else :; fi | |
| include/stamp-h: $(srcdir)/include/pa_config_auto.h.in $(top_builddir)/config.status | |
| cd $(top_builddir) \ | |
| && CONFIG_FILES= CONFIG_HEADERS=include/pa_config_auto.h \ | |
| $(SHELL) ./config.status | |
| @echo timestamp > include/stamp-h 2> /dev/null | |
| $(srcdir)/include/pa_config_auto.h.in: $(srcdir)/include/stamp-h.in | |
| @if test ! -f $@; then \ | |
| rm -f $(srcdir)/include/stamp-h.in; \ | |
| $(MAKE) $(srcdir)/include/stamp-h.in; \ | |
| else :; fi | |
| $(srcdir)/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
| cd $(top_srcdir) && $(AUTOHEADER) | |
| @echo timestamp > $(srcdir)/include/stamp-h.in 2> /dev/null | |
| mostlyclean-hdr: | |
| clean-hdr: | |
| distclean-hdr: | |
| -rm -f include/pa_config_auto.h | |
| maintainer-clean-hdr: | |
| # This directory's subdirectories are mostly independent; you can cd | # This directory's subdirectories are mostly independent; you can cd |
| # into them and run `make' without going through this Makefile. | # into them and run `make' without going through this Makefile. |
| Line 234 distclean-tags: | Line 196 distclean-tags: |
| maintainer-clean-tags: | maintainer-clean-tags: |
| distdir = $(PACKAGE)-$(VERSION) | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
| top_distdir = $(distdir) | |
| subdir = src | |
| # This target untars the dist file and tries a VPATH configuration. Then | |
| # it guarantees that the distribution is self-contained by making another | |
| # tarfile. | |
| distcheck: dist | |
| -rm -rf $(distdir) | |
| GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz | |
| mkdir $(distdir)/=build | |
| mkdir $(distdir)/=inst | |
| dc_install_base=`cd $(distdir)/=inst && pwd`; \ | |
| cd $(distdir)/=build \ | |
| && ../configure --srcdir=.. --prefix=$$dc_install_base \ | |
| && $(MAKE) $(AM_MAKEFLAGS) \ | |
| && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
| && $(MAKE) $(AM_MAKEFLAGS) check \ | |
| && $(MAKE) $(AM_MAKEFLAGS) install \ | |
| && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
| && $(MAKE) $(AM_MAKEFLAGS) dist | |
| -rm -rf $(distdir) | |
| @banner="$(distdir).tar.gz is ready for distribution"; \ | |
| dashes=`echo "$$banner" | sed s/./=/g`; \ | |
| echo "$$dashes"; \ | |
| echo "$$banner"; \ | |
| echo "$$dashes" | |
| dist: distdir | |
| -chmod -R a+r $(distdir) | |
| GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | |
| -rm -rf $(distdir) | |
| dist-all: distdir | |
| -chmod -R a+r $(distdir) | |
| GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | |
| -rm -rf $(distdir) | |
| distdir: $(DISTFILES) | distdir: $(DISTFILES) |
| -rm -rf $(distdir) | |
| mkdir $(distdir) | |
| -chmod 777 $(distdir) | |
| here=`cd $(top_builddir) && pwd`; \ | here=`cd $(top_builddir) && pwd`; \ |
| top_distdir=`cd $(distdir) && pwd`; \ | top_distdir=`cd $(top_distdir) && pwd`; \ |
| distdir=`cd $(distdir) && pwd`; \ | distdir=`cd $(distdir) && pwd`; \ |
| cd $(top_srcdir) \ | cd $(top_srcdir) \ |
| && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile |
| @for file in $(DISTFILES); do \ | @for file in $(DISTFILES); do \ |
| d=$(srcdir); \ | d=$(srcdir); \ |
| if test -d $$d/$$file; then \ | if test -d $$d/$$file; then \ |
| cp -pr $$d/$$file $(distdir)/$$file; \ | cp -pr $$/$$file $(distdir)/$$file; \ |
| else \ | else \ |
| test -f $(distdir)/$$file \ | test -f $(distdir)/$$file \ |
| || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| Line 293 distdir: $(DISTFILES) | Line 222 distdir: $(DISTFILES) |
| || mkdir $(distdir)/$$subdir \ | || mkdir $(distdir)/$$subdir \ |
| || exit 1; \ | || exit 1; \ |
| chmod 777 $(distdir)/$$subdir; \ | chmod 777 $(distdir)/$$subdir; \ |
| (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ |
| || exit 1; \ | || exit 1; \ |
| fi; \ | fi; \ |
| done | done |
| Line 333 distclean-generic: | Line 262 distclean-generic: |
| -rm -f config.cache config.log stamp-h stamp-h[0-9]* | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
| maintainer-clean-generic: | maintainer-clean-generic: |
| mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic | mostlyclean-am: mostlyclean-tags mostlyclean-generic |
| mostlyclean: mostlyclean-recursive | mostlyclean: mostlyclean-recursive |
| clean-am: clean-hdr clean-tags clean-generic mostlyclean-am | clean-am: clean-tags clean-generic mostlyclean-am |
| clean: clean-recursive | clean: clean-recursive |
| distclean-am: distclean-hdr distclean-tags distclean-generic clean-am | distclean-am: distclean-tags distclean-generic clean-am |
| -rm -f libtool | |
| distclean: distclean-recursive | distclean: distclean-recursive |
| -rm -f config.status | |
| maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ | maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ |
| maintainer-clean-generic distclean-am | distclean-am |
| @echo "This command is intended for maintainers to use;" | @echo "This command is intended for maintainers to use;" |
| @echo "it deletes files that may require special tools to rebuild." | @echo "it deletes files that may require special tools to rebuild." |
| maintainer-clean: maintainer-clean-recursive | maintainer-clean: maintainer-clean-recursive |
| -rm -f config.status | |
| .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ | .PHONY: install-data-recursive uninstall-data-recursive \ |
| install-data-recursive uninstall-data-recursive install-exec-recursive \ | install-exec-recursive uninstall-exec-recursive installdirs-recursive \ |
| uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ | uninstalldirs-recursive all-recursive check-recursive \ |
| all-recursive check-recursive installcheck-recursive info-recursive \ | installcheck-recursive info-recursive dvi-recursive \ |
| dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ | mostlyclean-recursive distclean-recursive clean-recursive \ |
| maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
| distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
| dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ | dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ |
| Line 368 uninstall-am uninstall all-redirect all- | Line 294 uninstall-am uninstall all-redirect all- |
| installdirs mostlyclean-generic distclean-generic clean-generic \ | installdirs mostlyclean-generic distclean-generic clean-generic \ |
| maintainer-clean-generic clean mostlyclean distclean maintainer-clean | maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
| libtool: $(LIBTOOL_DEPS) | |
| $(SHELL) ./config.status --recheck | |
| # Tell versions [3.59,3.63) of GNU make to not export all variables. | # 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. | # Otherwise a system limit (for SysV at least) may be exceeded. |