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

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

E-mail: