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

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: AWK = @AWK@
                     65: CC = @CC@
                     66: CXX = @CXX@
                     67: INCLTDL = @INCLTDL@
                     68: LIBADD_DL = @LIBADD_DL@
                     69: LIBLTDL = @LIBLTDL@
                     70: MAKEINFO = @MAKEINFO@
1.19      parser     71: P3S = @P3S@
1.1       paf        72: PACKAGE = @PACKAGE@
                     73: RANLIB = @RANLIB@
                     74: VERSION = @VERSION@
1.15      parser     75: XML_INCLUDES = @XML_INCLUDES@
                     76: XML_LIBS = @XML_LIBS@
1.1       paf        77: YACC = @YACC@
1.27      paf        78: charsetsdir = @charsetsdir@
1.1       paf        79: host_os = @host_os@
1.29      paf        80: rootconfigdir = @rootconfigdir@
1.28      paf        81: sqldriversdir = @sqldriversdir@
1.3       parser     82: 
1.27      paf        83: noinst_PROGRAMS = dftables pcre_parser_ctype
1.2       paf        84: dftables_SOURCES = dftables.c 
                     85: pcre_parser_ctype_SOURCES = pcre_parser_ctype.c
1.31      paf        86: 
1.27      paf        87: CLEANFILES = auto_part.p chartables.c
1.31      paf        88: 
1.1       paf        89: noinst_LIBRARIES = libpcre.a
1.32      paf        90: noinst_HEADERS = pcre.h internal.h
1.5       parser     91: libpcre_a_SOURCES = get.c pcre.c study.c maketables.c
1.32      paf        92: 
                     93: EXTRA_DIST = pcre.3.html pcre.3.txt pcre.dsp pcre_dftables.dsp pcre_parser_ctype.dsp
1.1       paf        94: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.28      paf        95: CONFIG_HEADER = ../../src/include/pa_config_auto.h
1.1       paf        96: CONFIG_CLEAN_FILES = 
                     97: LIBRARIES =  $(noinst_LIBRARIES)
                     98: 
                     99: 
1.28      paf       100: DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include
1.1       paf       101: CPPFLAGS = @CPPFLAGS@
                    102: LDFLAGS = @LDFLAGS@
                    103: LIBS = @LIBS@
                    104: libpcre_a_LIBADD = 
1.5       parser    105: libpcre_a_OBJECTS =  get.o pcre.o study.o maketables.o
1.1       paf       106: AR = ar
1.27      paf       107: PROGRAMS =  $(noinst_PROGRAMS)
1.1       paf       108: 
                    109: dftables_OBJECTS =  dftables.o
                    110: dftables_LDADD = $(LDADD)
                    111: dftables_DEPENDENCIES = 
                    112: dftables_LDFLAGS = 
1.2       paf       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 = 
1.1       paf       117: CFLAGS = @CFLAGS@
                    118: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    119: CCLD = $(CC)
1.33      paf       120: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
1.32      paf       121: HEADERS =  $(noinst_HEADERS)
                    122: 
1.1       paf       123: DIST_COMMON =  README Makefile.am Makefile.in
                    124: 
                    125: 
                    126: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    127: 
1.24      paf       128: TAR = tar
1.1       paf       129: GZIP_ENV = --best
1.5       parser    130: DEP_FILES =  .deps/dftables.P .deps/get.P .deps/maketables.P \
                    131: .deps/pcre.P .deps/pcre_parser_ctype.P .deps/study.P
1.2       paf       132: SOURCES = $(libpcre_a_SOURCES) $(dftables_SOURCES) $(pcre_parser_ctype_SOURCES)
                    133: OBJECTS = $(libpcre_a_OBJECTS) $(dftables_OBJECTS) $(pcre_parser_ctype_OBJECTS)
1.1       paf       134: 
                    135: all: all-redirect
                    136: .SUFFIXES:
1.33      paf       137: .SUFFIXES: .S .c .o .s
1.1       paf       138: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
1.28      paf       139:        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/pcre/Makefile
1.1       paf       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: 
1.27      paf       176: mostlyclean-noinstPROGRAMS:
1.1       paf       177: 
1.27      paf       178: clean-noinstPROGRAMS:
                    179:        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1.1       paf       180: 
1.27      paf       181: distclean-noinstPROGRAMS:
1.1       paf       182: 
1.27      paf       183: maintainer-clean-noinstPROGRAMS:
1.1       paf       184: 
                    185: dftables: $(dftables_OBJECTS) $(dftables_DEPENDENCIES)
                    186:        @rm -f dftables
                    187:        $(LINK) $(dftables_LDFLAGS) $(dftables_OBJECTS) $(dftables_LDADD) $(LIBS)
                    188: 
1.2       paf       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: 
1.1       paf       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: 
1.28      paf       224: subdir = src/pcre
1.1       paf       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) \
1.28      paf       231:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/pcre/Makefile
1.1       paf       232:        @for file in $(DISTFILES); do \
                    233:          d=$(srcdir); \
                    234:          if test -d $$d/$$file; then \
1.24      paf       235:            cp -pr $$/$$file $(distdir)/$$file; \
1.1       paf       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
1.27      paf       282: install-exec-am:
1.1       paf       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
1.27      paf       291: uninstall-am:
1.1       paf       292: uninstall: uninstall-am
1.32      paf       293: all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
1.1       paf       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:
1.4       parser    303:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1.1       paf       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 \
1.33      paf       311:                mostlyclean-noinstPROGRAMS mostlyclean-tags \
                    312:                mostlyclean-depend mostlyclean-generic
1.1       paf       313: 
                    314: mostlyclean: mostlyclean-am
                    315: 
1.33      paf       316: clean-am:  clean-noinstLIBRARIES clean-compile clean-noinstPROGRAMS \
                    317:                clean-tags clean-depend clean-generic mostlyclean-am
1.1       paf       318: 
                    319: clean: clean-am
                    320: 
                    321: distclean-am:  distclean-noinstLIBRARIES distclean-compile \
1.33      paf       322:                distclean-noinstPROGRAMS distclean-tags \
                    323:                distclean-depend distclean-generic clean-am
1.1       paf       324: 
                    325: distclean: distclean-am
                    326: 
                    327: maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
1.33      paf       328:                maintainer-clean-compile \
1.27      paf       329:                maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
1.1       paf       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 \
1.33      paf       340: maintainer-clean-compile mostlyclean-noinstPROGRAMS \
1.27      paf       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
1.1       paf       350: 
                    351: 
1.2       paf       352: auto_part.p:   pcre_parser_ctype
                    353:        ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p
                    354: 
1.27      paf       355: chartables.c:   dftables
                    356:        ./dftables >chartables.c
1.5       parser    357: 
1.27      paf       358: pcre.c: chartables.c
1.1       paf       359: 
                    360: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    361: # Otherwise a system limit (for SysV at least) may be exceeded.
                    362: .NOEXPORT:

E-mail: