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