Annotation of parser3/src/lib/pcre/Makefile.in, revision 1.2

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