Annotation of parser3/src/classes/smtp/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@
64: AWK = @AWK@
65: CC = @CC@
66: CXX = @CXX@
67: INCLTDL = @INCLTDL@
68: LIBADD_DL = @LIBADD_DL@
69: LIBLTDL = @LIBLTDL@
70: MAKEINFO = @MAKEINFO@
71: P3S = @P3S@
72: PACKAGE = @PACKAGE@
73: RANLIB = @RANLIB@
74: VERSION = @VERSION@
75: XML_INCLUDES = @XML_INCLUDES@
76: XML_LIBS = @XML_LIBS@
77: YACC = @YACC@
78: charsetsdir = @charsetsdir@
79: host_os = @host_os@
80: rootconfigdir = @rootconfigdir@
81: sqldriversdir = @sqldriversdir@
82:
83: noinst_HEADERS = smtp.h
84: EXTRA_DIST = comms.C smtp.C smtp.dsp
85: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86: CONFIG_HEADER = ../../../src/include/pa_config_auto.h
87: CONFIG_CLEAN_FILES =
88: HEADERS = $(noinst_HEADERS)
89:
90: DIST_COMMON = Makefile.am Makefile.in
91:
92:
93: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
94:
95: TAR = tar
96: GZIP_ENV = --best
97: all: all-redirect
98: .SUFFIXES:
99: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
100: cd $(top_srcdir) && $(AUTOMAKE) --gnu src/classes/smtp/Makefile
101:
102: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
103: cd $(top_builddir) \
104: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
105:
106:
107: tags: TAGS
108:
109: ID: $(HEADERS) $(SOURCES) $(LISP)
110: list='$(SOURCES) $(HEADERS)'; \
111: unique=`for i in $$list; do echo $$i; done | \
112: awk ' { files[$$0] = 1; } \
113: END { for (i in files) print i; }'`; \
114: here=`pwd` && cd $(srcdir) \
115: && mkid -f$$here/ID $$unique $(LISP)
116:
117: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
118: tags=; \
119: here=`pwd`; \
120: list='$(SOURCES) $(HEADERS)'; \
121: unique=`for i in $$list; do echo $$i; done | \
122: awk ' { files[$$0] = 1; } \
123: END { for (i in files) print i; }'`; \
124: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
125: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
126:
127: mostlyclean-tags:
128:
129: clean-tags:
130:
131: distclean-tags:
132: -rm -f TAGS ID
133:
134: maintainer-clean-tags:
135:
136: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
137:
138: subdir = src/classes/smtp
139:
140: distdir: $(DISTFILES)
141: here=`cd $(top_builddir) && pwd`; \
142: top_distdir=`cd $(top_distdir) && pwd`; \
143: distdir=`cd $(distdir) && pwd`; \
144: cd $(top_srcdir) \
145: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/classes/smtp/Makefile
146: @for file in $(DISTFILES); do \
147: d=$(srcdir); \
148: if test -d $$d/$$file; then \
149: cp -pr $$/$$file $(distdir)/$$file; \
150: else \
151: test -f $(distdir)/$$file \
152: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
153: || cp -p $$d/$$file $(distdir)/$$file || :; \
154: fi; \
155: done
156: info-am:
157: info: info-am
158: dvi-am:
159: dvi: dvi-am
160: check-am: all-am
161: check: check-am
162: installcheck-am:
163: installcheck: installcheck-am
164: install-exec-am:
165: install-exec: install-exec-am
166:
167: install-data-am:
168: install-data: install-data-am
169:
170: install-am: all-am
171: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
172: install: install-am
173: uninstall-am:
174: uninstall: uninstall-am
175: all-am: Makefile $(HEADERS)
176: all-redirect: all-am
177: install-strip:
178: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
179: installdirs:
180:
181:
182: mostlyclean-generic:
183:
184: clean-generic:
185:
186: distclean-generic:
187: -rm -f Makefile $(CONFIG_CLEAN_FILES)
188: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
189:
190: maintainer-clean-generic:
191: mostlyclean-am: mostlyclean-tags mostlyclean-generic
192:
193: mostlyclean: mostlyclean-am
194:
195: clean-am: clean-tags clean-generic mostlyclean-am
196:
197: clean: clean-am
198:
199: distclean-am: distclean-tags distclean-generic clean-am
200:
201: distclean: distclean-am
202:
203: maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
204: distclean-am
205: @echo "This command is intended for maintainers to use;"
206: @echo "it deletes files that may require special tools to rebuild."
207:
208: maintainer-clean: maintainer-clean-am
209:
210: .PHONY: tags mostlyclean-tags distclean-tags clean-tags \
211: maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
212: installcheck-am installcheck install-exec-am install-exec \
213: install-data-am install-data install-am install uninstall-am uninstall \
214: all-redirect all-am all installdirs mostlyclean-generic \
215: distclean-generic clean-generic maintainer-clean-generic clean \
216: mostlyclean distclean maintainer-clean
217:
218:
219: # Tell versions [3.59,3.63) of GNU make to not export all variables.
220: # Otherwise a system limit (for SysV at least) may be exceeded.
221: .NOEXPORT:
E-mail: