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

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

E-mail: