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

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

E-mail: