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

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

E-mail: