Annotation of parser3/src/pcre/Makefile.in, revision 1.28

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: 
1.28    ! paf        41: top_builddir = ../..
1.1       paf        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@
1.19      parser     62: APACHE13 = @APACHE13@
1.22      paf        63: APACHE_LIBS = @APACHE_LIBS@
1.1       paf        64: AS = @AS@
                     65: AWK = @AWK@
                     66: CC = @CC@
                     67: CXX = @CXX@
1.23      paf        68: DB2_INCLUDES = @DB2_INCLUDES@
                     69: DB2_LIBS = @DB2_LIBS@
1.1       paf        70: DLLTOOL = @DLLTOOL@
                     71: INCLTDL = @INCLTDL@
                     72: LIBADD_DL = @LIBADD_DL@
                     73: LIBLTDL = @LIBLTDL@
                     74: LIBTOOL = @LIBTOOL@
                     75: LIBTOOL_DEPS = @LIBTOOL_DEPS@
                     76: LN_S = @LN_S@
                     77: MAKEINFO = @MAKEINFO@
                     78: OBJDUMP = @OBJDUMP@
1.19      parser     79: P3S = @P3S@
1.1       paf        80: PACKAGE = @PACKAGE@
1.28    ! paf        81: PARSER_ROOT_CONFIG_DIR = @PARSER_ROOT_CONFIG_DIR@
1.1       paf        82: RANLIB = @RANLIB@
                     83: VERSION = @VERSION@
1.15      parser     84: XML_INCLUDES = @XML_INCLUDES@
                     85: XML_LIBS = @XML_LIBS@
1.1       paf        86: YACC = @YACC@
1.27      paf        87: charsetsdir = @charsetsdir@
1.1       paf        88: host_os = @host_os@
1.28    ! paf        89: sqldriversdir = @sqldriversdir@
1.3       parser     90: 
1.27      paf        91: noinst_PROGRAMS = dftables pcre_parser_ctype
1.2       paf        92: dftables_SOURCES = dftables.c 
                     93: pcre_parser_ctype_SOURCES = pcre_parser_ctype.c
1.26      paf        94: 
1.27      paf        95: CLEANFILES = auto_part.p chartables.c
1.26      paf        96: 
1.1       paf        97: noinst_LIBRARIES = libpcre.a
1.5       parser     98: libpcre_a_SOURCES = get.c pcre.c study.c maketables.c
1.1       paf        99: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.28    ! paf       100: CONFIG_HEADER = ../../src/include/pa_config_auto.h
1.1       paf       101: CONFIG_CLEAN_FILES = 
                    102: LIBRARIES =  $(noinst_LIBRARIES)
                    103: 
                    104: 
1.28    ! paf       105: DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include
1.1       paf       106: CPPFLAGS = @CPPFLAGS@
                    107: LDFLAGS = @LDFLAGS@
                    108: LIBS = @LIBS@
                    109: libpcre_a_LIBADD = 
1.5       parser    110: libpcre_a_OBJECTS =  get.o pcre.o study.o maketables.o
1.1       paf       111: AR = ar
1.27      paf       112: PROGRAMS =  $(noinst_PROGRAMS)
1.1       paf       113: 
                    114: dftables_OBJECTS =  dftables.o
                    115: dftables_LDADD = $(LDADD)
                    116: dftables_DEPENDENCIES = 
                    117: dftables_LDFLAGS = 
1.2       paf       118: pcre_parser_ctype_OBJECTS =  pcre_parser_ctype.o
                    119: pcre_parser_ctype_LDADD = $(LDADD)
                    120: pcre_parser_ctype_DEPENDENCIES = 
                    121: pcre_parser_ctype_LDFLAGS = 
1.1       paf       122: CFLAGS = @CFLAGS@
                    123: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    124: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    125: CCLD = $(CC)
                    126: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
                    127: DIST_COMMON =  README Makefile.am Makefile.in
                    128: 
                    129: 
                    130: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    131: 
1.24      paf       132: TAR = tar
1.1       paf       133: GZIP_ENV = --best
1.5       parser    134: DEP_FILES =  .deps/dftables.P .deps/get.P .deps/maketables.P \
                    135: .deps/pcre.P .deps/pcre_parser_ctype.P .deps/study.P
1.2       paf       136: SOURCES = $(libpcre_a_SOURCES) $(dftables_SOURCES) $(pcre_parser_ctype_SOURCES)
                    137: OBJECTS = $(libpcre_a_OBJECTS) $(dftables_OBJECTS) $(pcre_parser_ctype_OBJECTS)
1.1       paf       138: 
                    139: all: all-redirect
                    140: .SUFFIXES:
                    141: .SUFFIXES: .S .c .lo .o .s
                    142: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
1.28    ! paf       143:        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/pcre/Makefile
1.1       paf       144: 
                    145: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
                    146:        cd $(top_builddir) \
                    147:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    148: 
                    149: 
                    150: mostlyclean-noinstLIBRARIES:
                    151: 
                    152: clean-noinstLIBRARIES:
                    153:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    154: 
                    155: distclean-noinstLIBRARIES:
                    156: 
                    157: maintainer-clean-noinstLIBRARIES:
                    158: 
                    159: .s.o:
                    160:        $(COMPILE) -c $<
                    161: 
                    162: .S.o:
                    163:        $(COMPILE) -c $<
                    164: 
                    165: mostlyclean-compile:
                    166:        -rm -f *.o core *.core
                    167: 
                    168: clean-compile:
                    169: 
                    170: distclean-compile:
                    171:        -rm -f *.tab.c
                    172: 
                    173: maintainer-clean-compile:
                    174: 
                    175: .s.lo:
                    176:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    177: 
                    178: .S.lo:
                    179:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    180: 
                    181: mostlyclean-libtool:
                    182:        -rm -f *.lo
                    183: 
                    184: clean-libtool:
                    185:        -rm -rf .libs _libs
                    186: 
                    187: distclean-libtool:
                    188: 
                    189: maintainer-clean-libtool:
                    190: 
                    191: libpcre.a: $(libpcre_a_OBJECTS) $(libpcre_a_DEPENDENCIES)
                    192:        -rm -f libpcre.a
                    193:        $(AR) cru libpcre.a $(libpcre_a_OBJECTS) $(libpcre_a_LIBADD)
                    194:        $(RANLIB) libpcre.a
                    195: 
1.27      paf       196: mostlyclean-noinstPROGRAMS:
1.1       paf       197: 
1.27      paf       198: clean-noinstPROGRAMS:
                    199:        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1.1       paf       200: 
1.27      paf       201: distclean-noinstPROGRAMS:
1.1       paf       202: 
1.27      paf       203: maintainer-clean-noinstPROGRAMS:
1.1       paf       204: 
                    205: dftables: $(dftables_OBJECTS) $(dftables_DEPENDENCIES)
                    206:        @rm -f dftables
                    207:        $(LINK) $(dftables_LDFLAGS) $(dftables_OBJECTS) $(dftables_LDADD) $(LIBS)
                    208: 
1.2       paf       209: pcre_parser_ctype: $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_DEPENDENCIES)
                    210:        @rm -f pcre_parser_ctype
                    211:        $(LINK) $(pcre_parser_ctype_LDFLAGS) $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_LDADD) $(LIBS)
                    212: 
1.1       paf       213: tags: TAGS
                    214: 
                    215: ID: $(HEADERS) $(SOURCES) $(LISP)
                    216:        list='$(SOURCES) $(HEADERS)'; \
                    217:        unique=`for i in $$list; do echo $$i; done | \
                    218:          awk '    { files[$$0] = 1; } \
                    219:               END { for (i in files) print i; }'`; \
                    220:        here=`pwd` && cd $(srcdir) \
                    221:          && mkid -f$$here/ID $$unique $(LISP)
                    222: 
                    223: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    224:        tags=; \
                    225:        here=`pwd`; \
                    226:        list='$(SOURCES) $(HEADERS)'; \
                    227:        unique=`for i in $$list; do echo $$i; done | \
                    228:          awk '    { files[$$0] = 1; } \
                    229:               END { for (i in files) print i; }'`; \
                    230:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    231:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    232: 
                    233: mostlyclean-tags:
                    234: 
                    235: clean-tags:
                    236: 
                    237: distclean-tags:
                    238:        -rm -f TAGS ID
                    239: 
                    240: maintainer-clean-tags:
                    241: 
                    242: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    243: 
1.28    ! paf       244: subdir = src/pcre
1.1       paf       245: 
                    246: distdir: $(DISTFILES)
                    247:        here=`cd $(top_builddir) && pwd`; \
                    248:        top_distdir=`cd $(top_distdir) && pwd`; \
                    249:        distdir=`cd $(distdir) && pwd`; \
                    250:        cd $(top_srcdir) \
1.28    ! paf       251:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/pcre/Makefile
1.1       paf       252:        @for file in $(DISTFILES); do \
                    253:          d=$(srcdir); \
                    254:          if test -d $$d/$$file; then \
1.24      paf       255:            cp -pr $$/$$file $(distdir)/$$file; \
1.1       paf       256:          else \
                    257:            test -f $(distdir)/$$file \
                    258:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    259:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    260:          fi; \
                    261:        done
                    262: 
                    263: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
                    264: 
                    265: -include $(DEP_FILES)
                    266: 
                    267: mostlyclean-depend:
                    268: 
                    269: clean-depend:
                    270: 
                    271: distclean-depend:
                    272:        -rm -rf .deps
                    273: 
                    274: maintainer-clean-depend:
                    275: 
                    276: %.o: %.c
                    277:        @echo '$(COMPILE) -c $<'; \
                    278:        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    279:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
                    280:        tr ' ' '\012' < .deps/$(*F).pp \
                    281:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    282:            >> .deps/$(*F).P; \
                    283:        rm .deps/$(*F).pp
                    284: 
                    285: %.lo: %.c
                    286:        @echo '$(LTCOMPILE) -c $<'; \
                    287:        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    288:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
                    289:          < .deps/$(*F).pp > .deps/$(*F).P; \
                    290:        tr ' ' '\012' < .deps/$(*F).pp \
                    291:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    292:            >> .deps/$(*F).P; \
                    293:        rm -f .deps/$(*F).pp
                    294: info-am:
                    295: info: info-am
                    296: dvi-am:
                    297: dvi: dvi-am
                    298: check-am: all-am
                    299: check: check-am
                    300: installcheck-am:
                    301: installcheck: installcheck-am
1.27      paf       302: install-exec-am:
1.1       paf       303: install-exec: install-exec-am
                    304: 
                    305: install-data-am:
                    306: install-data: install-data-am
                    307: 
                    308: install-am: all-am
                    309:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    310: install: install-am
1.27      paf       311: uninstall-am:
1.1       paf       312: uninstall: uninstall-am
                    313: all-am: Makefile $(LIBRARIES) $(PROGRAMS)
                    314: all-redirect: all-am
                    315: install-strip:
                    316:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    317: installdirs:
                    318: 
                    319: 
                    320: mostlyclean-generic:
                    321: 
                    322: clean-generic:
1.4       parser    323:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1.1       paf       324: 
                    325: distclean-generic:
                    326:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    327:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    328: 
                    329: maintainer-clean-generic:
                    330: mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
1.27      paf       331:                mostlyclean-libtool mostlyclean-noinstPROGRAMS \
1.1       paf       332:                mostlyclean-tags mostlyclean-depend mostlyclean-generic
                    333: 
                    334: mostlyclean: mostlyclean-am
                    335: 
                    336: clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
1.27      paf       337:                clean-noinstPROGRAMS clean-tags clean-depend \
                    338:                clean-generic mostlyclean-am
1.1       paf       339: 
                    340: clean: clean-am
                    341: 
                    342: distclean-am:  distclean-noinstLIBRARIES distclean-compile \
1.27      paf       343:                distclean-libtool distclean-noinstPROGRAMS \
                    344:                distclean-tags distclean-depend distclean-generic \
                    345:                clean-am
1.1       paf       346:        -rm -f libtool
                    347: 
                    348: distclean: distclean-am
                    349: 
                    350: maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
                    351:                maintainer-clean-compile maintainer-clean-libtool \
1.27      paf       352:                maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
1.1       paf       353:                maintainer-clean-depend maintainer-clean-generic \
                    354:                distclean-am
                    355:        @echo "This command is intended for maintainers to use;"
                    356:        @echo "it deletes files that may require special tools to rebuild."
                    357: 
                    358: maintainer-clean: maintainer-clean-am
                    359: 
                    360: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
                    361: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
                    362: mostlyclean-compile distclean-compile clean-compile \
                    363: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1.27      paf       364: clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
                    365: distclean-noinstPROGRAMS clean-noinstPROGRAMS \
                    366: maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
                    367: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
                    368: distclean-depend clean-depend maintainer-clean-depend info-am info \
                    369: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
                    370: install-exec install-data-am install-data install-am install \
                    371: uninstall-am uninstall all-redirect all-am all installdirs \
                    372: mostlyclean-generic distclean-generic clean-generic \
                    373: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1.1       paf       374: 
                    375: 
1.2       paf       376: auto_part.p:   pcre_parser_ctype
                    377:        ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p
                    378: 
1.27      paf       379: chartables.c:   dftables
                    380:        ./dftables >chartables.c
1.5       parser    381: 
1.27      paf       382: pcre.c: chartables.c
1.1       paf       383: 
                    384: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    385: # Otherwise a system limit (for SysV at least) may be exceeded.
                    386: .NOEXPORT:

E-mail: