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