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

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

E-mail: