Annotation of parser3/src/lib/pcre/Makefile.in, revision 1.1
1.1 ! paf 1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
! 2:
! 3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
! 4: # This Makefile.in is free software; the Free Software Foundation
! 5: # gives unlimited permission to copy and/or distribute it,
! 6: # with or without modifications, as long as this notice is preserved.
! 7:
! 8: # This program is distributed in the hope that it will be useful,
! 9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! 10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! 11: # PARTICULAR PURPOSE.
! 12:
! 13:
! 14: SHELL = @SHELL@
! 15:
! 16: srcdir = @srcdir@
! 17: top_srcdir = @top_srcdir@
! 18: VPATH = @srcdir@
! 19: prefix = @prefix@
! 20: exec_prefix = @exec_prefix@
! 21:
! 22: bindir = @bindir@
! 23: sbindir = @sbindir@
! 24: libexecdir = @libexecdir@
! 25: datadir = @datadir@
! 26: sysconfdir = @sysconfdir@
! 27: sharedstatedir = @sharedstatedir@
! 28: localstatedir = @localstatedir@
! 29: libdir = @libdir@
! 30: infodir = @infodir@
! 31: mandir = @mandir@
! 32: includedir = @includedir@
! 33: oldincludedir = /usr/include
! 34:
! 35: DESTDIR =
! 36:
! 37: pkgdatadir = $(datadir)/@PACKAGE@
! 38: pkglibdir = $(libdir)/@PACKAGE@
! 39: pkgincludedir = $(includedir)/@PACKAGE@
! 40:
! 41: top_builddir = ../..
! 42:
! 43: ACLOCAL = @ACLOCAL@
! 44: AUTOCONF = @AUTOCONF@
! 45: AUTOMAKE = @AUTOMAKE@
! 46: AUTOHEADER = @AUTOHEADER@
! 47:
! 48: INSTALL = @INSTALL@
! 49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
! 50: INSTALL_DATA = @INSTALL_DATA@
! 51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 52: transform = @program_transform_name@
! 53:
! 54: NORMAL_INSTALL = :
! 55: PRE_INSTALL = :
! 56: POST_INSTALL = :
! 57: NORMAL_UNINSTALL = :
! 58: PRE_UNINSTALL = :
! 59: POST_UNINSTALL = :
! 60: host_alias = @host_alias@
! 61: host_triplet = @host@
! 62: APACHE13 = @APACHE13@
! 63: APACHE_LIBS = @APACHE_LIBS@
! 64: AWK = @AWK@
! 65: CC = @CC@
! 66: CXX = @CXX@
! 67: INCLTDL = @INCLTDL@
! 68: LIBADD_DL = @LIBADD_DL@
! 69: LIBLTDL = @LIBLTDL@
! 70: MAKEINFO = @MAKEINFO@
! 71: P3S = @P3S@
! 72: PACKAGE = @PACKAGE@
! 73: RANLIB = @RANLIB@
! 74: VERSION = @VERSION@
! 75: XML_INCLUDES = @XML_INCLUDES@
! 76: XML_LIBS = @XML_LIBS@
! 77: YACC = @YACC@
! 78: charsetsdir = @charsetsdir@
! 79: commentcharset_ = @commentcharset_@
! 80: host_os = @host_os@
! 81: mysql_client = @mysql_client@
! 82: oracle_client = @oracle_client@
! 83: pgsql_client = @pgsql_client@
! 84: sqldriversdir = @sqldriversdir@
! 85:
! 86: noinst_PROGRAMS = dftables pcre_parser_ctype
! 87: dftables_SOURCES = dftables.c
! 88: pcre_parser_ctype_SOURCES = pcre_parser_ctype.c
! 89: CLEANFILES = auto_part.p chartables.c
! 90: noinst_LIBRARIES = libpcre.a
! 91: noinst_HEADERS = pcre.h internal.h
! 92: libpcre_a_SOURCES = get.c pcre.c study.c maketables.c
! 93: EXTRA_DIST = pcre.3.html pcre.3.txt pcre.dsp pcre_dftables.dsp pcre_parser_ctype.dsp
! 94: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 95: CONFIG_HEADER = ../../src/include/pa_config_auto.h
! 96: CONFIG_CLEAN_FILES =
! 97: LIBRARIES = $(noinst_LIBRARIES)
! 98:
! 99:
! 100: DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include
! 101: CPPFLAGS = @CPPFLAGS@
! 102: LDFLAGS = @LDFLAGS@
! 103: LIBS = @LIBS@
! 104: libpcre_a_LIBADD =
! 105: libpcre_a_OBJECTS = get.o pcre.o study.o maketables.o
! 106: AR = ar
! 107: PROGRAMS = $(noinst_PROGRAMS)
! 108:
! 109: dftables_OBJECTS = dftables.o
! 110: dftables_LDADD = $(LDADD)
! 111: dftables_DEPENDENCIES =
! 112: dftables_LDFLAGS =
! 113: pcre_parser_ctype_OBJECTS = pcre_parser_ctype.o
! 114: pcre_parser_ctype_LDADD = $(LDADD)
! 115: pcre_parser_ctype_DEPENDENCIES =
! 116: pcre_parser_ctype_LDFLAGS =
! 117: CFLAGS = @CFLAGS@
! 118: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 119: CCLD = $(CC)
! 120: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
! 121: HEADERS = $(noinst_HEADERS)
! 122:
! 123: DIST_COMMON = README Makefile.am Makefile.in
! 124:
! 125:
! 126: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 127:
! 128: TAR = tar
! 129: GZIP_ENV = --best
! 130: DEP_FILES = .deps/dftables.P .deps/get.P .deps/maketables.P \
! 131: .deps/pcre.P .deps/pcre_parser_ctype.P .deps/study.P
! 132: SOURCES = $(libpcre_a_SOURCES) $(dftables_SOURCES) $(pcre_parser_ctype_SOURCES)
! 133: OBJECTS = $(libpcre_a_OBJECTS) $(dftables_OBJECTS) $(pcre_parser_ctype_OBJECTS)
! 134:
! 135: all: all-redirect
! 136: .SUFFIXES:
! 137: .SUFFIXES: .S .c .o .s
! 138: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 139: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/pcre/Makefile
! 140:
! 141: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
! 142: cd $(top_builddir) \
! 143: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 144:
! 145:
! 146: mostlyclean-noinstLIBRARIES:
! 147:
! 148: clean-noinstLIBRARIES:
! 149: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
! 150:
! 151: distclean-noinstLIBRARIES:
! 152:
! 153: maintainer-clean-noinstLIBRARIES:
! 154:
! 155: .s.o:
! 156: $(COMPILE) -c $<
! 157:
! 158: .S.o:
! 159: $(COMPILE) -c $<
! 160:
! 161: mostlyclean-compile:
! 162: -rm -f *.o core *.core
! 163:
! 164: clean-compile:
! 165:
! 166: distclean-compile:
! 167: -rm -f *.tab.c
! 168:
! 169: maintainer-clean-compile:
! 170:
! 171: libpcre.a: $(libpcre_a_OBJECTS) $(libpcre_a_DEPENDENCIES)
! 172: -rm -f libpcre.a
! 173: $(AR) cru libpcre.a $(libpcre_a_OBJECTS) $(libpcre_a_LIBADD)
! 174: $(RANLIB) libpcre.a
! 175:
! 176: mostlyclean-noinstPROGRAMS:
! 177:
! 178: clean-noinstPROGRAMS:
! 179: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
! 180:
! 181: distclean-noinstPROGRAMS:
! 182:
! 183: maintainer-clean-noinstPROGRAMS:
! 184:
! 185: dftables: $(dftables_OBJECTS) $(dftables_DEPENDENCIES)
! 186: @rm -f dftables
! 187: $(LINK) $(dftables_LDFLAGS) $(dftables_OBJECTS) $(dftables_LDADD) $(LIBS)
! 188:
! 189: pcre_parser_ctype: $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_DEPENDENCIES)
! 190: @rm -f pcre_parser_ctype
! 191: $(LINK) $(pcre_parser_ctype_LDFLAGS) $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_LDADD) $(LIBS)
! 192:
! 193: tags: TAGS
! 194:
! 195: ID: $(HEADERS) $(SOURCES) $(LISP)
! 196: list='$(SOURCES) $(HEADERS)'; \
! 197: unique=`for i in $$list; do echo $$i; done | \
! 198: awk ' { files[$$0] = 1; } \
! 199: END { for (i in files) print i; }'`; \
! 200: here=`pwd` && cd $(srcdir) \
! 201: && mkid -f$$here/ID $$unique $(LISP)
! 202:
! 203: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
! 204: tags=; \
! 205: here=`pwd`; \
! 206: list='$(SOURCES) $(HEADERS)'; \
! 207: unique=`for i in $$list; do echo $$i; done | \
! 208: awk ' { files[$$0] = 1; } \
! 209: END { for (i in files) print i; }'`; \
! 210: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 211: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
! 212:
! 213: mostlyclean-tags:
! 214:
! 215: clean-tags:
! 216:
! 217: distclean-tags:
! 218: -rm -f TAGS ID
! 219:
! 220: maintainer-clean-tags:
! 221:
! 222: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 223:
! 224: subdir = src/pcre
! 225:
! 226: distdir: $(DISTFILES)
! 227: here=`cd $(top_builddir) && pwd`; \
! 228: top_distdir=`cd $(top_distdir) && pwd`; \
! 229: distdir=`cd $(distdir) && pwd`; \
! 230: cd $(top_srcdir) \
! 231: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/pcre/Makefile
! 232: @for file in $(DISTFILES); do \
! 233: d=$(srcdir); \
! 234: if test -d $$d/$$file; then \
! 235: cp -pr $$/$$file $(distdir)/$$file; \
! 236: else \
! 237: test -f $(distdir)/$$file \
! 238: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 239: || cp -p $$d/$$file $(distdir)/$$file || :; \
! 240: fi; \
! 241: done
! 242:
! 243: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
! 244:
! 245: -include $(DEP_FILES)
! 246:
! 247: mostlyclean-depend:
! 248:
! 249: clean-depend:
! 250:
! 251: distclean-depend:
! 252: -rm -rf .deps
! 253:
! 254: maintainer-clean-depend:
! 255:
! 256: %.o: %.c
! 257: @echo '$(COMPILE) -c $<'; \
! 258: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 259: @-cp .deps/$(*F).pp .deps/$(*F).P; \
! 260: tr ' ' '\012' < .deps/$(*F).pp \
! 261: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 262: >> .deps/$(*F).P; \
! 263: rm .deps/$(*F).pp
! 264:
! 265: %.lo: %.c
! 266: @echo '$(LTCOMPILE) -c $<'; \
! 267: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 268: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
! 269: < .deps/$(*F).pp > .deps/$(*F).P; \
! 270: tr ' ' '\012' < .deps/$(*F).pp \
! 271: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 272: >> .deps/$(*F).P; \
! 273: rm -f .deps/$(*F).pp
! 274: info-am:
! 275: info: info-am
! 276: dvi-am:
! 277: dvi: dvi-am
! 278: check-am: all-am
! 279: check: check-am
! 280: installcheck-am:
! 281: installcheck: installcheck-am
! 282: install-exec-am:
! 283: install-exec: install-exec-am
! 284:
! 285: install-data-am:
! 286: install-data: install-data-am
! 287:
! 288: install-am: all-am
! 289: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 290: install: install-am
! 291: uninstall-am:
! 292: uninstall: uninstall-am
! 293: all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
! 294: all-redirect: all-am
! 295: install-strip:
! 296: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
! 297: installdirs:
! 298:
! 299:
! 300: mostlyclean-generic:
! 301:
! 302: clean-generic:
! 303: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 304:
! 305: distclean-generic:
! 306: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 307: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 308:
! 309: maintainer-clean-generic:
! 310: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
! 311: mostlyclean-noinstPROGRAMS mostlyclean-tags \
! 312: mostlyclean-depend mostlyclean-generic
! 313:
! 314: mostlyclean: mostlyclean-am
! 315:
! 316: clean-am: clean-noinstLIBRARIES clean-compile clean-noinstPROGRAMS \
! 317: clean-tags clean-depend clean-generic mostlyclean-am
! 318:
! 319: clean: clean-am
! 320:
! 321: distclean-am: distclean-noinstLIBRARIES distclean-compile \
! 322: distclean-noinstPROGRAMS distclean-tags \
! 323: distclean-depend distclean-generic clean-am
! 324:
! 325: distclean: distclean-am
! 326:
! 327: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
! 328: maintainer-clean-compile \
! 329: maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
! 330: maintainer-clean-depend maintainer-clean-generic \
! 331: distclean-am
! 332: @echo "This command is intended for maintainers to use;"
! 333: @echo "it deletes files that may require special tools to rebuild."
! 334:
! 335: maintainer-clean: maintainer-clean-am
! 336:
! 337: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
! 338: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
! 339: mostlyclean-compile distclean-compile clean-compile \
! 340: maintainer-clean-compile mostlyclean-noinstPROGRAMS \
! 341: distclean-noinstPROGRAMS clean-noinstPROGRAMS \
! 342: maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
! 343: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
! 344: distclean-depend clean-depend maintainer-clean-depend info-am info \
! 345: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! 346: install-exec install-data-am install-data install-am install \
! 347: uninstall-am uninstall all-redirect all-am all installdirs \
! 348: mostlyclean-generic distclean-generic clean-generic \
! 349: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
! 350:
! 351:
! 352: auto_part.p: pcre_parser_ctype
! 353: ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p
! 354:
! 355: chartables.c: dftables
! 356: ./dftables >chartables.c
! 357:
! 358:
! 359: pcre.c: chartables.c
! 360:
! 361:
! 362:
! 363: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 364: # Otherwise a system limit (for SysV at least) may be exceeded.
! 365: .NOEXPORT:
E-mail: