|
|
| version 1.4, 2001/05/21 08:01:56 | version 1.29, 2002/01/31 11:11:45 |
|---|---|
| Line 10 | Line 10 |
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| # PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. |
| # $Id$ | |
| SHELL = @SHELL@ | SHELL = @SHELL@ |
| Line 40 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 61 PRE_UNINSTALL = : | Line 59 PRE_UNINSTALL = : |
| POST_UNINSTALL = : | POST_UNINSTALL = : |
| host_alias = @host_alias@ | host_alias = @host_alias@ |
| host_triplet = @host@ | host_triplet = @host@ |
| APACHE13 = @APACHE13@ | |
| APACHE_LIBS = @APACHE_LIBS@ | |
| AS = @AS@ | AS = @AS@ |
| AWK = @AWK@ | AWK = @AWK@ |
| CC = @CC@ | CC = @CC@ |
| CXX = @CXX@ | CXX = @CXX@ |
| DB2_INCLUDES = @DB2_INCLUDES@ | |
| DB2_LIBS = @DB2_LIBS@ | |
| DLLTOOL = @DLLTOOL@ | DLLTOOL = @DLLTOOL@ |
| INCLTDL = @INCLTDL@ | INCLTDL = @INCLTDL@ |
| LIBADD_DL = @LIBADD_DL@ | LIBADD_DL = @LIBADD_DL@ |
| Line 74 LIBTOOL_DEPS = @LIBTOOL_DEPS@ | Line 76 LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
| LN_S = @LN_S@ | LN_S = @LN_S@ |
| MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ |
| OBJDUMP = @OBJDUMP@ | OBJDUMP = @OBJDUMP@ |
| P3S = @P3S@ | |
| PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ |
| RANLIB = @RANLIB@ | RANLIB = @RANLIB@ |
| VERSION = @VERSION@ | VERSION = @VERSION@ |
| WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ | XML_INCLUDES = @XML_INCLUDES@ |
| XML_LIBS = @XML_LIBS@ | |
| YACC = @YACC@ | YACC = @YACC@ |
| charsetsdir = @charsetsdir@ | |
| host_os = @host_os@ | host_os = @host_os@ |
| 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 |
| libpcre_a_SOURCES = get.c pcre.c study.c chartables.c maketables.c | libpcre_a_SOURCES = get.c pcre.c study.c maketables.c |
| CLEANFILES = $(CHARTABLES_C) | |
| 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 chartables.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 123 DIST_COMMON = README Makefile.am Makefi | Line 129 DIST_COMMON = README Makefile.am Makefi |
| 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 |
| DEP_FILES = .deps/chartables.P .deps/dftables.P .deps/get.P \ | DEP_FILES = .deps/dftables.P .deps/get.P .deps/maketables.P \ |
| .deps/maketables.P .deps/pcre.P .deps/pcre_parser_ctype.P .deps/study.P | .deps/pcre.P .deps/pcre_parser_ctype.P .deps/study.P |
| SOURCES = $(libpcre_a_SOURCES) $(dftables_SOURCES) $(pcre_parser_ctype_SOURCES) | SOURCES = $(libpcre_a_SOURCES) $(dftables_SOURCES) $(pcre_parser_ctype_SOURCES) |
| OBJECTS = $(libpcre_a_OBJECTS) $(dftables_OBJECTS) $(pcre_parser_ctype_OBJECTS) | OBJECTS = $(libpcre_a_OBJECTS) $(dftables_OBJECTS) $(pcre_parser_ctype_OBJECTS) |
| Line 134 all: all-redirect | Line 140 all: all-redirect |
| .SUFFIXES: | .SUFFIXES: |
| .SUFFIXES: .S .c .lo .o .s | .SUFFIXES: .S .c .lo .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 187 libpcre.a: $(libpcre_a_OBJECTS) $(libpcr | Line 193 libpcre.a: $(libpcre_a_OBJECTS) $(libpcr |
| $(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: | |
| maintainer-clean-binPROGRAMS: | clean-noinstPROGRAMS: |
| -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) | |
| install-binPROGRAMS: $(bin_PROGRAMS) | distclean-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: | maintainer-clean-noinstPROGRAMS: |
| @$(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 251 maintainer-clean-tags: | Line 241 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 \ |
| 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 309 check-am: all-am | Line 299 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 318 install-data: install-data-am | Line 308 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) |
| 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 339 distclean-generic: | Line 328 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-libtool mostlyclean-noinstPROGRAMS \ |
| mostlyclean-tags mostlyclean-depend mostlyclean-generic | mostlyclean-tags 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-libtool \ |
| clean-binPROGRAMS clean-tags clean-depend clean-generic \ | clean-noinstPROGRAMS clean-tags clean-depend \ |
| mostlyclean-am | clean-generic 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-libtool distclean-noinstPROGRAMS \ |
| distclean-depend distclean-generic clean-am | distclean-tags distclean-depend distclean-generic \ |
| clean-am | |
| -rm -f libtool | -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-libtool \ |
| 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 371 maintainer-clean: maintainer-clean-am | Line 361 maintainer-clean: maintainer-clean-am |
| 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-libtool distclean-libtool \ |
| clean-libtool maintainer-clean-libtool mostlyclean-binPROGRAMS \ | clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \ |
| distclean-binPROGRAMS clean-binPROGRAMS maintainer-clean-binPROGRAMS \ | distclean-noinstPROGRAMS clean-noinstPROGRAMS \ |
| uninstall-binPROGRAMS install-binPROGRAMS tags mostlyclean-tags \ | maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \ |
| distclean-tags clean-tags maintainer-clean-tags distdir \ | clean-tags maintainer-clean-tags distdir mostlyclean-depend \ |
| mostlyclean-depend distclean-depend clean-depend \ | distclean-depend clean-depend maintainer-clean-depend info-am info \ |
| maintainer-clean-depend info-am info dvi-am dvi check check-am \ | dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ |
| installcheck-am installcheck install-exec-am install-exec \ | install-exec install-data-am install-data install-am install \ |
| install-data-am install-data install-am install uninstall-am uninstall \ | uninstall-am uninstall all-redirect all-am all installdirs \ |
| all-redirect all-am all installdirs mostlyclean-generic \ | mostlyclean-generic distclean-generic clean-generic \ |
| distclean-generic clean-generic maintainer-clean-generic clean \ | maintainer-clean-generic clean mostlyclean distclean maintainer-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 | |
| # 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. |