Annotation of parser3/src/lib/md5/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:
! 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@
! 62: APACHE13 = @APACHE13@
! 63: APACHE_LIBS = @APACHE_LIBS@
! 64: AWK = @AWK@
! 65: CC = @CC@
! 66: CXX = @CXX@
! 67: INCLTDL = @INCLTDL@
! 68: LIBADD_DL = @LIBADD_DL@
! 69: LIBLTDL = @LIBLTDL@
! 70: MAKEINFO = @MAKEINFO@
! 71: MIME_INCLUDES = @MIME_INCLUDES@
! 72: MIME_LIBS = @MIME_LIBS@
! 73: P3S = @P3S@
! 74: PACKAGE = @PACKAGE@
! 75: RANLIB = @RANLIB@
! 76: VERSION = @VERSION@
! 77: XML_INCLUDES = @XML_INCLUDES@
! 78: XML_LIBS = @XML_LIBS@
! 79: YACC = @YACC@
! 80: charsetsdir = @charsetsdir@
! 81: commentcharset_ = @commentcharset_@
! 82: host_os = @host_os@
! 83: mysql_client = @mysql_client@
! 84: oracle_client = @oracle_client@
! 85: pgsql_client = @pgsql_client@
! 86: sqldriversdir = @sqldriversdir@
! 87:
! 88: noinst_HEADERS = pa_md5.h
! 89: noinst_LIBRARIES = libmd5.a
! 90: libmd5_a_SOURCES = pa_md5c.c
! 91:
! 92: EXTRA_DIST = md5.dsp
! 93: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 94: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
! 95: CONFIG_CLEAN_FILES =
! 96: LIBRARIES = $(noinst_LIBRARIES)
! 97:
! 98:
! 99: DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src/include
! 100: CPPFLAGS = @CPPFLAGS@
! 101: LDFLAGS = @LDFLAGS@
! 102: LIBS = @LIBS@
! 103: libmd5_a_LIBADD =
! 104: libmd5_a_OBJECTS = pa_md5c.o
! 105: AR = ar
! 106: CFLAGS = @CFLAGS@
! 107: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 108: CCLD = $(CC)
! 109: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
! 110: HEADERS = $(noinst_HEADERS)
! 111:
! 112: DIST_COMMON = Makefile.am Makefile.in
! 113:
! 114:
! 115: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 116:
! 117: TAR = tar
! 118: GZIP_ENV = --best
! 119: DEP_FILES = .deps/pa_md5c.P
! 120: SOURCES = $(libmd5_a_SOURCES)
! 121: OBJECTS = $(libmd5_a_OBJECTS)
! 122:
! 123: all: all-redirect
! 124: .SUFFIXES:
! 125: .SUFFIXES: .S .c .o .s
! 126: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 127: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/md5/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: libmd5.a: $(libmd5_a_OBJECTS) $(libmd5_a_DEPENDENCIES)
! 160: -rm -f libmd5.a
! 161: $(AR) cru libmd5.a $(libmd5_a_OBJECTS) $(libmd5_a_LIBADD)
! 162: $(RANLIB) libmd5.a
! 163:
! 164: tags: TAGS
! 165:
! 166: ID: $(HEADERS) $(SOURCES) $(LISP)
! 167: list='$(SOURCES) $(HEADERS)'; \
! 168: unique=`for i in $$list; do echo $$i; done | \
! 169: awk ' { files[$$0] = 1; } \
! 170: END { for (i in files) print i; }'`; \
! 171: here=`pwd` && cd $(srcdir) \
! 172: && mkid -f$$here/ID $$unique $(LISP)
! 173:
! 174: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
! 175: tags=; \
! 176: here=`pwd`; \
! 177: list='$(SOURCES) $(HEADERS)'; \
! 178: unique=`for i in $$list; do echo $$i; done | \
! 179: awk ' { files[$$0] = 1; } \
! 180: END { for (i in files) print i; }'`; \
! 181: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 182: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
! 183:
! 184: mostlyclean-tags:
! 185:
! 186: clean-tags:
! 187:
! 188: distclean-tags:
! 189: -rm -f TAGS ID
! 190:
! 191: maintainer-clean-tags:
! 192:
! 193: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 194:
! 195: subdir = src/lib/md5
! 196:
! 197: distdir: $(DISTFILES)
! 198: here=`cd $(top_builddir) && pwd`; \
! 199: top_distdir=`cd $(top_distdir) && pwd`; \
! 200: distdir=`cd $(distdir) && pwd`; \
! 201: cd $(top_srcdir) \
! 202: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/lib/md5/Makefile
! 203: @for file in $(DISTFILES); do \
! 204: d=$(srcdir); \
! 205: if test -d $$d/$$file; then \
! 206: cp -pr $$/$$file $(distdir)/$$file; \
! 207: else \
! 208: test -f $(distdir)/$$file \
! 209: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 210: || cp -p $$d/$$file $(distdir)/$$file || :; \
! 211: fi; \
! 212: done
! 213:
! 214: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
! 215:
! 216: -include $(DEP_FILES)
! 217:
! 218: mostlyclean-depend:
! 219:
! 220: clean-depend:
! 221:
! 222: distclean-depend:
! 223: -rm -rf .deps
! 224:
! 225: maintainer-clean-depend:
! 226:
! 227: %.o: %.c
! 228: @echo '$(COMPILE) -c $<'; \
! 229: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 230: @-cp .deps/$(*F).pp .deps/$(*F).P; \
! 231: tr ' ' '\012' < .deps/$(*F).pp \
! 232: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 233: >> .deps/$(*F).P; \
! 234: rm .deps/$(*F).pp
! 235:
! 236: %.lo: %.c
! 237: @echo '$(LTCOMPILE) -c $<'; \
! 238: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 239: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
! 240: < .deps/$(*F).pp > .deps/$(*F).P; \
! 241: tr ' ' '\012' < .deps/$(*F).pp \
! 242: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 243: >> .deps/$(*F).P; \
! 244: rm -f .deps/$(*F).pp
! 245: info-am:
! 246: info: info-am
! 247: dvi-am:
! 248: dvi: dvi-am
! 249: check-am: all-am
! 250: check: check-am
! 251: installcheck-am:
! 252: installcheck: installcheck-am
! 253: install-exec-am:
! 254: install-exec: install-exec-am
! 255:
! 256: install-data-am:
! 257: install-data: install-data-am
! 258:
! 259: install-am: all-am
! 260: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 261: install: install-am
! 262: uninstall-am:
! 263: uninstall: uninstall-am
! 264: all-am: Makefile $(LIBRARIES) $(HEADERS)
! 265: all-redirect: all-am
! 266: install-strip:
! 267: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
! 268: installdirs:
! 269:
! 270:
! 271: mostlyclean-generic:
! 272:
! 273: clean-generic:
! 274:
! 275: distclean-generic:
! 276: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 277: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 278:
! 279: maintainer-clean-generic:
! 280: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
! 281: mostlyclean-tags mostlyclean-depend mostlyclean-generic
! 282:
! 283: mostlyclean: mostlyclean-am
! 284:
! 285: clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
! 286: clean-generic mostlyclean-am
! 287:
! 288: clean: clean-am
! 289:
! 290: distclean-am: distclean-noinstLIBRARIES distclean-compile \
! 291: distclean-tags distclean-depend distclean-generic \
! 292: clean-am
! 293:
! 294: distclean: distclean-am
! 295:
! 296: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
! 297: maintainer-clean-compile maintainer-clean-tags \
! 298: maintainer-clean-depend maintainer-clean-generic \
! 299: distclean-am
! 300: @echo "This command is intended for maintainers to use;"
! 301: @echo "it deletes files that may require special tools to rebuild."
! 302:
! 303: maintainer-clean: maintainer-clean-am
! 304:
! 305: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
! 306: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
! 307: mostlyclean-compile distclean-compile clean-compile \
! 308: maintainer-clean-compile tags mostlyclean-tags distclean-tags \
! 309: clean-tags maintainer-clean-tags distdir mostlyclean-depend \
! 310: distclean-depend clean-depend maintainer-clean-depend info-am info \
! 311: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
! 312: install-exec install-data-am install-data install-am install \
! 313: uninstall-am uninstall all-redirect all-am all installdirs \
! 314: mostlyclean-generic distclean-generic clean-generic \
! 315: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
! 316:
! 317:
! 318: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 319: # Otherwise a system limit (for SysV at least) may be exceeded.
! 320: .NOEXPORT:
E-mail: