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