Annotation of parser3/src/pcre/Makefile, revision 1.2

1.2     ! parser      1: # Generated automatically from Makefile.in by configure.
        !             2: # Makefile.in generated automatically by automake 1.4 from Makefile.am
1.1       paf         3: 
1.2     ! parser      4: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
        !             5: # This Makefile.in is free software; the Free Software Foundation
        !             6: # gives unlimited permission to copy and/or distribute it,
        !             7: # with or without modifications, as long as this notice is preserved.
        !             8: 
        !             9: # This program is distributed in the hope that it will be useful,
        !            10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
        !            11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        !            12: # PARTICULAR PURPOSE.
        !            13: 
        !            14: #  $Id: Makefile.am,v 1.5 2001/04/23 16:13:05 paf Exp $
        !            15: 
        !            16: 
        !            17: SHELL = /bin/sh
        !            18: 
        !            19: srcdir = .
        !            20: top_srcdir = ..
        !            21: prefix = /usr/local
        !            22: exec_prefix = ${prefix}
        !            23: 
        !            24: bindir = ${exec_prefix}/bin
        !            25: sbindir = ${exec_prefix}/sbin
        !            26: libexecdir = ${exec_prefix}/libexec
        !            27: datadir = ${prefix}/share
        !            28: sysconfdir = ${prefix}/etc
        !            29: sharedstatedir = ${prefix}/com
        !            30: localstatedir = ${prefix}/var
        !            31: libdir = ${exec_prefix}/lib
        !            32: infodir = ${prefix}/info
        !            33: mandir = ${prefix}/man
        !            34: includedir = ${prefix}/include
        !            35: oldincludedir = /usr/include
        !            36: 
        !            37: DESTDIR =
        !            38: 
        !            39: pkgdatadir = $(datadir)/parser
        !            40: pkglibdir = $(libdir)/parser
        !            41: pkgincludedir = $(includedir)/parser
        !            42: 
        !            43: top_builddir = ..
        !            44: 
        !            45: ACLOCAL = aclocal
        !            46: AUTOCONF = autoconf
        !            47: AUTOMAKE = automake
        !            48: AUTOHEADER = autoheader
        !            49: 
        !            50: INSTALL = /usr/bin/install -c
        !            51: INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
        !            52: INSTALL_DATA = ${INSTALL} -m 644
        !            53: INSTALL_SCRIPT = ${INSTALL_PROGRAM}
        !            54: transform = s,x,x,
        !            55: 
        !            56: NORMAL_INSTALL = :
        !            57: PRE_INSTALL = :
        !            58: POST_INSTALL = :
        !            59: NORMAL_UNINSTALL = :
        !            60: PRE_UNINSTALL = :
        !            61: POST_UNINSTALL = :
        !            62: host_alias = i686-pc-linux
        !            63: host_triplet = i686-pc-linux-gnu
        !            64: AS = @AS@
        !            65: AWK = gawk
        !            66: CC = gcc
        !            67: CXX = c++
        !            68: DLLTOOL = @DLLTOOL@
        !            69: INCLTDL = -I${top_srcdir}/libltdl
        !            70: LIBADD_DL = 
        !            71: LIBLTDL = ${top_builddir}/libltdl/libltdlc.la
        !            72: LIBTOOL = $(SHELL) $(top_builddir)/libtool
        !            73: LIBTOOL_DEPS = ./ltconfig ./ltmain.sh
        !            74: LN_S = ln -s
        !            75: MAKEINFO = makeinfo
        !            76: OBJDUMP = @OBJDUMP@
        !            77: PACKAGE = parser
        !            78: RANLIB = ranlib
        !            79: VERSION = 3.0g
        !            80: WIN32_ADDITIONAL_LIBS = 
        !            81: YACC = bison -y
        !            82: host_os = linux-gnu
        !            83: 
        !            84: bin_PROGRAMS = dftables pcre_parser_ctype
        !            85: dftables_SOURCES = dftables.c 
        !            86: pcre_parser_ctype_SOURCES = pcre_parser_ctype.c
        !            87: 
        !            88: noinst_LIBRARIES = libpcre.a
        !            89: libpcre_a_SOURCES = chartables.c get.c pcre.c study.c  chartables.c maketables.c
        !            90: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !            91: CONFIG_HEADER = ../include/pa_config_auto.h
        !            92: CONFIG_CLEAN_FILES = 
        !            93: LIBRARIES =  $(noinst_LIBRARIES)
        !            94: 
        !            95: 
        !            96: DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../include
        !            97: CPPFLAGS = 
        !            98: LDFLAGS = 
        !            99: LIBS = 
        !           100: libpcre_a_LIBADD = 
        !           101: libpcre_a_OBJECTS =  chartables.o get.o pcre.o study.o chartables.o \
        !           102: maketables.o
        !           103: AR = ar
        !           104: PROGRAMS =  $(bin_PROGRAMS)
        !           105: 
        !           106: dftables_OBJECTS =  dftables.o
        !           107: dftables_LDADD = $(LDADD)
        !           108: dftables_DEPENDENCIES = 
        !           109: dftables_LDFLAGS = 
        !           110: pcre_parser_ctype_OBJECTS =  pcre_parser_ctype.o
        !           111: pcre_parser_ctype_LDADD = $(LDADD)
        !           112: pcre_parser_ctype_DEPENDENCIES = 
        !           113: pcre_parser_ctype_LDFLAGS = 
        !           114: CFLAGS = -g -O2
        !           115: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           116: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           117: CCLD = $(CC)
        !           118: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
        !           119: DIST_COMMON =  README Makefile.am Makefile.in
        !           120: 
        !           121: 
        !           122: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
        !           123: 
        !           124: TAR = gtar
        !           125: GZIP_ENV = --best
        !           126: DEP_FILES =  .deps/chartables.P .deps/dftables.P .deps/get.P \
        !           127: .deps/maketables.P .deps/pcre.P .deps/pcre_parser_ctype.P .deps/study.P
        !           128: SOURCES = $(libpcre_a_SOURCES) $(dftables_SOURCES) $(pcre_parser_ctype_SOURCES)
        !           129: OBJECTS = $(libpcre_a_OBJECTS) $(dftables_OBJECTS) $(pcre_parser_ctype_OBJECTS)
        !           130: 
        !           131: all: all-redirect
        !           132: .SUFFIXES:
        !           133: .SUFFIXES: .S .c .lo .o .s
        !           134: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        !           135:        cd $(top_srcdir) && $(AUTOMAKE) --gnu pcre/Makefile
        !           136: 
        !           137: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        !           138:        cd $(top_builddir) \
        !           139:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
        !           140: 
        !           141: 
        !           142: mostlyclean-noinstLIBRARIES:
        !           143: 
        !           144: clean-noinstLIBRARIES:
        !           145:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
        !           146: 
        !           147: distclean-noinstLIBRARIES:
        !           148: 
        !           149: maintainer-clean-noinstLIBRARIES:
        !           150: 
        !           151: .s.o:
        !           152:        $(COMPILE) -c $<
        !           153: 
        !           154: .S.o:
        !           155:        $(COMPILE) -c $<
        !           156: 
        !           157: mostlyclean-compile:
        !           158:        -rm -f *.o core *.core
        !           159: 
        !           160: clean-compile:
        !           161: 
        !           162: distclean-compile:
        !           163:        -rm -f *.tab.c
        !           164: 
        !           165: maintainer-clean-compile:
        !           166: 
        !           167: .s.lo:
        !           168:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
        !           169: 
        !           170: .S.lo:
        !           171:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
        !           172: 
        !           173: mostlyclean-libtool:
        !           174:        -rm -f *.lo
        !           175: 
        !           176: clean-libtool:
        !           177:        -rm -rf .libs _libs
        !           178: 
        !           179: distclean-libtool:
        !           180: 
        !           181: maintainer-clean-libtool:
        !           182: 
        !           183: libpcre.a: $(libpcre_a_OBJECTS) $(libpcre_a_DEPENDENCIES)
        !           184:        -rm -f libpcre.a
        !           185:        $(AR) cru libpcre.a $(libpcre_a_OBJECTS) $(libpcre_a_LIBADD)
        !           186:        $(RANLIB) libpcre.a
        !           187: 
        !           188: mostlyclean-binPROGRAMS:
        !           189: 
        !           190: clean-binPROGRAMS:
        !           191:        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
        !           192: 
        !           193: distclean-binPROGRAMS:
        !           194: 
        !           195: maintainer-clean-binPROGRAMS:
        !           196: 
        !           197: install-binPROGRAMS: $(bin_PROGRAMS)
        !           198:        @$(NORMAL_INSTALL)
        !           199:        $(mkinstalldirs) $(DESTDIR)$(bindir)
        !           200:        @list='$(bin_PROGRAMS)'; for p in $$list; do \
        !           201:          if test -f $$p; then \
        !           202:            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
        !           203:            $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
        !           204:          else :; fi; \
        !           205:        done
        !           206: 
        !           207: uninstall-binPROGRAMS:
        !           208:        @$(NORMAL_UNINSTALL)
        !           209:        list='$(bin_PROGRAMS)'; for p in $$list; do \
        !           210:          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
        !           211:        done
        !           212: 
        !           213: dftables: $(dftables_OBJECTS) $(dftables_DEPENDENCIES)
        !           214:        @rm -f dftables
        !           215:        $(LINK) $(dftables_LDFLAGS) $(dftables_OBJECTS) $(dftables_LDADD) $(LIBS)
        !           216: 
        !           217: pcre_parser_ctype: $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_DEPENDENCIES)
        !           218:        @rm -f pcre_parser_ctype
        !           219:        $(LINK) $(pcre_parser_ctype_LDFLAGS) $(pcre_parser_ctype_OBJECTS) $(pcre_parser_ctype_LDADD) $(LIBS)
        !           220: 
        !           221: tags: TAGS
        !           222: 
        !           223: ID: $(HEADERS) $(SOURCES) $(LISP)
        !           224:        list='$(SOURCES) $(HEADERS)'; \
        !           225:        unique=`for i in $$list; do echo $$i; done | \
        !           226:          awk '    { files[$$0] = 1; } \
        !           227:               END { for (i in files) print i; }'`; \
        !           228:        here=`pwd` && cd $(srcdir) \
        !           229:          && mkid -f$$here/ID $$unique $(LISP)
        !           230: 
        !           231: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
        !           232:        tags=; \
        !           233:        here=`pwd`; \
        !           234:        list='$(SOURCES) $(HEADERS)'; \
        !           235:        unique=`for i in $$list; do echo $$i; done | \
        !           236:          awk '    { files[$$0] = 1; } \
        !           237:               END { for (i in files) print i; }'`; \
        !           238:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
        !           239:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
        !           240: 
        !           241: mostlyclean-tags:
        !           242: 
        !           243: clean-tags:
        !           244: 
        !           245: distclean-tags:
        !           246:        -rm -f TAGS ID
        !           247: 
        !           248: maintainer-clean-tags:
        !           249: 
        !           250: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
        !           251: 
        !           252: subdir = pcre
        !           253: 
        !           254: distdir: $(DISTFILES)
        !           255:        here=`cd $(top_builddir) && pwd`; \
        !           256:        top_distdir=`cd $(top_distdir) && pwd`; \
        !           257:        distdir=`cd $(distdir) && pwd`; \
        !           258:        cd $(top_srcdir) \
        !           259:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu pcre/Makefile
        !           260:        @for file in $(DISTFILES); do \
        !           261:          d=$(srcdir); \
        !           262:          if test -d $$d/$$file; then \
        !           263:            cp -pr $$d/$$file $(distdir)/$$file; \
        !           264:          else \
        !           265:            test -f $(distdir)/$$file \
        !           266:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
        !           267:            || cp -p $$d/$$file $(distdir)/$$file || :; \
        !           268:          fi; \
        !           269:        done
        !           270: 
        !           271: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
        !           272: 
        !           273: -include $(DEP_FILES)
        !           274: 
        !           275: mostlyclean-depend:
        !           276: 
        !           277: clean-depend:
        !           278: 
        !           279: distclean-depend:
        !           280:        -rm -rf .deps
        !           281: 
        !           282: maintainer-clean-depend:
        !           283: 
        !           284: %.o: %.c
        !           285:        @echo '$(COMPILE) -c $<'; \
        !           286:        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
        !           287:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
        !           288:        tr ' ' '\012' < .deps/$(*F).pp \
        !           289:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
        !           290:            >> .deps/$(*F).P; \
        !           291:        rm .deps/$(*F).pp
        !           292: 
        !           293: %.lo: %.c
        !           294:        @echo '$(LTCOMPILE) -c $<'; \
        !           295:        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
        !           296:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
        !           297:          < .deps/$(*F).pp > .deps/$(*F).P; \
        !           298:        tr ' ' '\012' < .deps/$(*F).pp \
        !           299:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
        !           300:            >> .deps/$(*F).P; \
        !           301:        rm -f .deps/$(*F).pp
        !           302: info-am:
        !           303: info: info-am
        !           304: dvi-am:
        !           305: dvi: dvi-am
        !           306: check-am: all-am
        !           307: check: check-am
        !           308: installcheck-am:
        !           309: installcheck: installcheck-am
        !           310: install-exec-am: install-binPROGRAMS
        !           311: install-exec: install-exec-am
        !           312: 
        !           313: install-data-am:
        !           314: install-data: install-data-am
        !           315: 
        !           316: install-am: all-am
        !           317:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           318: install: install-am
        !           319: uninstall-am: uninstall-binPROGRAMS
        !           320: uninstall: uninstall-am
        !           321: all-am: Makefile $(LIBRARIES) $(PROGRAMS)
        !           322: all-redirect: all-am
        !           323: install-strip:
        !           324:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
        !           325: installdirs:
        !           326:        $(mkinstalldirs)  $(DESTDIR)$(bindir)
        !           327: 
        !           328: 
        !           329: mostlyclean-generic:
        !           330: 
        !           331: clean-generic:
        !           332: 
        !           333: distclean-generic:
        !           334:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        !           335:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
        !           336: 
        !           337: maintainer-clean-generic:
        !           338: mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
        !           339:                mostlyclean-libtool mostlyclean-binPROGRAMS \
        !           340:                mostlyclean-tags mostlyclean-depend mostlyclean-generic
        !           341: 
        !           342: mostlyclean: mostlyclean-am
        !           343: 
        !           344: clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
        !           345:                clean-binPROGRAMS clean-tags clean-depend clean-generic \
        !           346:                mostlyclean-am
        !           347: 
        !           348: clean: clean-am
        !           349: 
        !           350: distclean-am:  distclean-noinstLIBRARIES distclean-compile \
        !           351:                distclean-libtool distclean-binPROGRAMS distclean-tags \
        !           352:                distclean-depend distclean-generic clean-am
        !           353:        -rm -f libtool
        !           354: 
        !           355: distclean: distclean-am
        !           356: 
        !           357: maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
        !           358:                maintainer-clean-compile maintainer-clean-libtool \
        !           359:                maintainer-clean-binPROGRAMS maintainer-clean-tags \
        !           360:                maintainer-clean-depend maintainer-clean-generic \
        !           361:                distclean-am
        !           362:        @echo "This command is intended for maintainers to use;"
        !           363:        @echo "it deletes files that may require special tools to rebuild."
        !           364: 
        !           365: maintainer-clean: maintainer-clean-am
        !           366: 
        !           367: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
        !           368: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
        !           369: mostlyclean-compile distclean-compile clean-compile \
        !           370: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
        !           371: clean-libtool maintainer-clean-libtool mostlyclean-binPROGRAMS \
        !           372: distclean-binPROGRAMS clean-binPROGRAMS maintainer-clean-binPROGRAMS \
        !           373: uninstall-binPROGRAMS install-binPROGRAMS tags mostlyclean-tags \
        !           374: distclean-tags clean-tags maintainer-clean-tags distdir \
        !           375: mostlyclean-depend distclean-depend clean-depend \
        !           376: maintainer-clean-depend info-am info dvi-am dvi check check-am \
        !           377: installcheck-am installcheck install-exec-am install-exec \
        !           378: install-data-am install-data install-am install uninstall-am uninstall \
        !           379: all-redirect all-am all installdirs mostlyclean-generic \
        !           380: distclean-generic clean-generic maintainer-clean-generic clean \
        !           381: mostlyclean distclean maintainer-clean
1.1       paf       382: 
                    383: 
1.2     ! parser    384: auto_part.p:   pcre_parser_ctype
        !           385:        ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p
1.1       paf       386: 
                    387: chartables.c:   dftables
1.2     ! parser    388:        ./dftables >chartables.c
1.1       paf       389: 
1.2     ! parser    390: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           391: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           392: .NOEXPORT:

E-mail: