|
|
| version 1.10, 2001/08/27 12:02:24 | version 1.35, 2002/04/03 14:52:58 |
|---|---|
| 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 59 PRE_UNINSTALL = : | Line 59 PRE_UNINSTALL = : |
| POST_UNINSTALL = : | POST_UNINSTALL = : |
| host_alias = @host_alias@ | host_alias = @host_alias@ |
| host_triplet = @host@ | host_triplet = @host@ |
| AS = @AS@ | APACHE13 = @APACHE13@ |
| APACHE_LIBS = @APACHE_LIBS@ | |
| AWK = @AWK@ | AWK = @AWK@ |
| CC = @CC@ | CC = @CC@ |
| CXX = @CXX@ | CXX = @CXX@ |
| DLLTOOL = @DLLTOOL@ | |
| INCLTDL = @INCLTDL@ | INCLTDL = @INCLTDL@ |
| LIBADD_DL = @LIBADD_DL@ | LIBADD_DL = @LIBADD_DL@ |
| LIBLTDL = @LIBLTDL@ | LIBLTDL = @LIBLTDL@ |
| LIBTOOL = @LIBTOOL@ | |
| LIBTOOL_DEPS = @LIBTOOL_DEPS@ | |
| LN_S = @LN_S@ | |
| MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ |
| OBJDUMP = @OBJDUMP@ | P3S = @P3S@ |
| PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ |
| RANLIB = @RANLIB@ | RANLIB = @RANLIB@ |
| VERSION = @VERSION@ | VERSION = @VERSION@ |
| XML_INCLUDES = @XML_INCLUDES@ | |
| 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@ | |
| rootconfigdir = @rootconfigdir@ | |
| sqldriversdir = @sqldriversdir@ | |
| bin_PROGRAMS = dftables pcre_parser_ctype | noinst_PROGRAMS = dftables pcre_parser_ctype |
| dftables_SOURCES = dftables.c | dftables_SOURCES = dftables.c |
| pcre_parser_ctype_SOURCES = pcre_parser_ctype.c | pcre_parser_ctype_SOURCES = pcre_parser_ctype.c |
| CHARTABLES_C = chartables.c | CLEANFILES = auto_part.p chartables.c |
| noinst_LIBRARIES = libpcre.a | noinst_LIBRARIES = libpcre.a |
| noinst_HEADERS = pcre.h internal.h | |
| libpcre_a_SOURCES = get.c pcre.c study.c maketables.c | libpcre_a_SOURCES = get.c pcre.c study.c maketables.c |
| CLEANFILES = $(CHARTABLES_C) | |
| EXTRA_DIST = pcre.3.html pcre.3.txt pcre.dsp pcre_dftables.dsp pcre_parser_ctype.dsp | |
| 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 = |
| LIBRARIES = $(noinst_LIBRARIES) | LIBRARIES = $(noinst_LIBRARIES) |
| DEFS = @DEFS@ -I. -I$(srcdir) -I../include | DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include |
| CPPFLAGS = @CPPFLAGS@ | CPPFLAGS = @CPPFLAGS@ |
| LDFLAGS = @LDFLAGS@ | LDFLAGS = @LDFLAGS@ |
| LIBS = @LIBS@ | LIBS = @LIBS@ |
| libpcre_a_LIBADD = | libpcre_a_LIBADD = |
| libpcre_a_OBJECTS = get.o pcre.o study.o maketables.o | libpcre_a_OBJECTS = get.o pcre.o study.o maketables.o |
| AR = ar | AR = ar |
| PROGRAMS = $(bin_PROGRAMS) | PROGRAMS = $(noinst_PROGRAMS) |
| dftables_OBJECTS = dftables.o | dftables_OBJECTS = dftables.o |
| dftables_LDADD = $(LDADD) | dftables_LDADD = $(LDADD) |
| Line 112 pcre_parser_ctype_DEPENDENCIES = | Line 120 pcre_parser_ctype_DEPENDENCIES = |
| pcre_parser_ctype_LDFLAGS = | pcre_parser_ctype_LDFLAGS = |
| CFLAGS = @CFLAGS@ | CFLAGS = @CFLAGS@ |
| COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| CCLD = $(CC) | CCLD = $(CC) |
| LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
| HEADERS = $(noinst_HEADERS) | |
| DIST_COMMON = README Makefile.am Makefile.in | DIST_COMMON = README Makefile.am Makefile.in |
| Line 129 OBJECTS = $(libpcre_a_OBJECTS) $(dftable | Line 138 OBJECTS = $(libpcre_a_OBJECTS) $(dftable |
| all: all-redirect | all: all-redirect |
| .SUFFIXES: | .SUFFIXES: |
| .SUFFIXES: .S .c .lo .o .s | .SUFFIXES: .S .c .o .s |
| $(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 pcre/Makefile | cd $(top_srcdir) && $(AUTOMAKE) --gnu src/pcre/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) \ |
| Line 163 distclean-compile: | Line 172 distclean-compile: |
| maintainer-clean-compile: | maintainer-clean-compile: |
| .s.lo: | |
| $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
| .S.lo: | |
| $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
| mostlyclean-libtool: | |
| -rm -f *.lo | |
| clean-libtool: | |
| -rm -rf .libs _libs | |
| distclean-libtool: | |
| maintainer-clean-libtool: | |
| libpcre.a: $(libpcre_a_OBJECTS) $(libpcre_a_DEPENDENCIES) | libpcre.a: $(libpcre_a_OBJECTS) $(libpcre_a_DEPENDENCIES) |
| -rm -f libpcre.a | -rm -f libpcre.a |
| $(AR) cru libpcre.a $(libpcre_a_OBJECTS) $(libpcre_a_LIBADD) | $(AR) cru libpcre.a $(libpcre_a_OBJECTS) $(libpcre_a_LIBADD) |
| $(RANLIB) libpcre.a | $(RANLIB) libpcre.a |
| mostlyclean-binPROGRAMS: | mostlyclean-noinstPROGRAMS: |
| clean-binPROGRAMS: | |
| -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | |
| distclean-binPROGRAMS: | clean-noinstPROGRAMS: |
| -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) | |
| maintainer-clean-binPROGRAMS: | distclean-noinstPROGRAMS: |
| install-binPROGRAMS: $(bin_PROGRAMS) | maintainer-clean-noinstPROGRAMS: |
| @$(NORMAL_INSTALL) | |
| $(mkinstalldirs) $(DESTDIR)$(bindir) | |
| @list='$(bin_PROGRAMS)'; for p in $$list; do \ | |
| if test -f $$p; then \ | |
| echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ | |
| $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ | |
| else :; fi; \ | |
| done | |
| uninstall-binPROGRAMS: | |
| @$(NORMAL_UNINSTALL) | |
| list='$(bin_PROGRAMS)'; for p in $$list; do \ | |
| rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ | |
| done | |
| dftables: $(dftables_OBJECTS) $(dftables_DEPENDENCIES) | dftables: $(dftables_OBJECTS) $(dftables_DEPENDENCIES) |
| @rm -f dftables | @rm -f dftables |
| Line 248 maintainer-clean-tags: | Line 225 maintainer-clean-tags: |
| distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
| subdir = pcre | subdir = src/pcre |
| distdir: $(DISTFILES) | distdir: $(DISTFILES) |
| here=`cd $(top_builddir) && pwd`; \ | here=`cd $(top_builddir) && pwd`; \ |
| top_distdir=`cd $(top_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 pcre/Makefile | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/pcre/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 \ |
| Line 306 check-am: all-am | Line 283 check-am: all-am |
| check: check-am | check: check-am |
| installcheck-am: | installcheck-am: |
| installcheck: installcheck-am | installcheck: installcheck-am |
| install-exec-am: install-binPROGRAMS | install-exec-am: |
| install-exec: install-exec-am | install-exec: install-exec-am |
| install-data-am: | install-data-am: |
| Line 315 install-data: install-data-am | Line 292 install-data: install-data-am |
| install-am: all-am | install-am: all-am |
| @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| install: install-am | install: install-am |
| uninstall-am: uninstall-binPROGRAMS | uninstall-am: |
| uninstall: uninstall-am | uninstall: uninstall-am |
| all-am: Makefile $(LIBRARIES) $(PROGRAMS) | all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS) |
| all-redirect: all-am | all-redirect: all-am |
| install-strip: | install-strip: |
| $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
| installdirs: | installdirs: |
| $(mkinstalldirs) $(DESTDIR)$(bindir) | |
| mostlyclean-generic: | mostlyclean-generic: |
| Line 336 distclean-generic: | Line 312 distclean-generic: |
| maintainer-clean-generic: | maintainer-clean-generic: |
| mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ | mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
| mostlyclean-libtool mostlyclean-binPROGRAMS \ | mostlyclean-noinstPROGRAMS mostlyclean-tags \ |
| mostlyclean-tags mostlyclean-depend mostlyclean-generic | mostlyclean-depend mostlyclean-generic |
| mostlyclean: mostlyclean-am | mostlyclean: mostlyclean-am |
| clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \ | clean-am: clean-noinstLIBRARIES clean-compile clean-noinstPROGRAMS \ |
| clean-binPROGRAMS clean-tags clean-depend clean-generic \ | clean-tags clean-depend clean-generic mostlyclean-am |
| mostlyclean-am | |
| clean: clean-am | clean: clean-am |
| distclean-am: distclean-noinstLIBRARIES distclean-compile \ | distclean-am: distclean-noinstLIBRARIES distclean-compile \ |
| distclean-libtool distclean-binPROGRAMS distclean-tags \ | distclean-noinstPROGRAMS distclean-tags \ |
| distclean-depend distclean-generic clean-am | distclean-depend distclean-generic clean-am |
| -rm -f libtool | |
| distclean: distclean-am | distclean: distclean-am |
| maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ | maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ |
| maintainer-clean-compile maintainer-clean-libtool \ | maintainer-clean-compile \ |
| maintainer-clean-binPROGRAMS maintainer-clean-tags \ | maintainer-clean-noinstPROGRAMS maintainer-clean-tags \ |
| maintainer-clean-depend maintainer-clean-generic \ | maintainer-clean-depend 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;" |
| Line 367 maintainer-clean: maintainer-clean-am | Line 341 maintainer-clean: maintainer-clean-am |
| .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ | .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ |
| clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ | clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
| mostlyclean-compile distclean-compile clean-compile \ | mostlyclean-compile distclean-compile clean-compile \ |
| maintainer-clean-compile mostlyclean-libtool distclean-libtool \ | maintainer-clean-compile mostlyclean-noinstPROGRAMS \ |
| clean-libtool maintainer-clean-libtool mostlyclean-binPROGRAMS \ | distclean-noinstPROGRAMS clean-noinstPROGRAMS \ |
| distclean-binPROGRAMS clean-binPROGRAMS maintainer-clean-binPROGRAMS \ | maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \ |
| uninstall-binPROGRAMS install-binPROGRAMS tags mostlyclean-tags \ | clean-tags maintainer-clean-tags distdir mostlyclean-depend \ |
| distclean-tags clean-tags maintainer-clean-tags distdir \ | distclean-depend clean-depend maintainer-clean-depend info-am info \ |
| mostlyclean-depend distclean-depend clean-depend \ | dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ |
| maintainer-clean-depend info-am info dvi-am dvi check check-am \ | install-exec install-data-am install-data install-am install \ |
| installcheck-am installcheck install-exec-am install-exec \ | uninstall-am uninstall all-redirect all-am all installdirs \ |
| install-data-am install-data install-am install uninstall-am uninstall \ | mostlyclean-generic distclean-generic clean-generic \ |
| all-redirect all-am all installdirs mostlyclean-generic \ | maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
| distclean-generic clean-generic maintainer-clean-generic clean \ | |
| mostlyclean distclean maintainer-clean | |
| auto_part.p: pcre_parser_ctype | auto_part.p: pcre_parser_ctype |
| ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p | ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p |
| $(CHARTABLES_C): dftables | chartables.c: dftables |
| ./dftables >$(CHARTABLES_C) | ./dftables >chartables.c |
| pcre.c: $(CHARTABLES_C) | pcre.c: chartables.c |
| # 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. |