|
1 # Makefile.in generated automatically by automake 1.4a 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@ |
|
50 INSTALL_DATA = @INSTALL_DATA@ |
|
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|
52 INSTALL_STRIP_FLAG = |
|
53 transform = @program_transform_name@ |
|
54 |
|
55 NORMAL_INSTALL = : |
|
56 PRE_INSTALL = : |
|
57 POST_INSTALL = : |
|
58 NORMAL_UNINSTALL = : |
|
59 PRE_UNINSTALL = : |
|
60 POST_UNINSTALL = : |
|
61 CC = @CC@ |
|
62 CDBPROGS = @CDBPROGS@ |
|
63 CDBSCRIPTS = @CDBSCRIPTS@ |
|
64 CXX = @CXX@ |
|
65 HTML2TXT = @HTML2TXT@ |
|
66 LN = @LN@ |
|
67 LYNX = @LYNX@ |
|
68 MAKEINFO = @MAKEINFO@ |
|
69 MKDIR = @MKDIR@ |
|
70 PACKAGE = @PACKAGE@ |
|
71 POD2HTML = @POD2HTML@ |
|
72 POD2MAN = @POD2MAN@ |
|
73 PYTHON = @PYTHON@ |
|
74 RANLIB = @RANLIB@ |
|
75 RM = @RM@ |
|
76 STRIP = @STRIP@ |
|
77 SUFFIXES = @SUFFIXES@ |
|
78 VERSION = @VERSION@ |
|
79 W3M = @W3M@ |
|
80 cgidir = @cgidir@ |
|
81 phpdir = @phpdir@ |
|
82 pythonlibdir = @pythonlibdir@ |
|
83 |
|
84 SUBDIRS = misc vdomain vpwentry vpwtable cdb++ cgi cli fdbuf mystring config courier-authlib |
|
85 |
|
86 noinst_LIBRARIES = libvmailmgr.a libcgi.a libcli.a |
|
87 EXTRA_DIST = mergelib.sh |
|
88 |
|
89 libvmailmgr_a_SOURCES = |
|
90 |
|
91 libcli_a_SOURCES = |
|
92 |
|
93 libcgi_a_SOURCES = |
|
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|
95 CONFIG_HEADER = ../config.h |
|
96 CONFIG_CLEAN_FILES = |
|
97 LIBRARIES = $(noinst_LIBRARIES) |
|
98 |
|
99 |
|
100 DEFS = @DEFS@ -I. -I$(srcdir) -I.. |
|
101 CPPFLAGS = @CPPFLAGS@ |
|
102 LDFLAGS = @LDFLAGS@ |
|
103 LIBS = @LIBS@ |
|
104 libvmailmgr_a_LIBADD = |
|
105 libvmailmgr_a_OBJECTS = |
|
106 libcgi_a_LIBADD = |
|
107 libcgi_a_OBJECTS = |
|
108 libcli_a_LIBADD = |
|
109 libcli_a_OBJECTS = |
|
110 AR = ar |
|
111 DIST_COMMON = Makefile.am Makefile.in |
|
112 |
|
113 |
|
114 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
|
115 |
|
116 TAR = gtar |
|
117 GZIP_ENV = --best |
|
118 SOURCES = $(libvmailmgr_a_SOURCES) $(libcgi_a_SOURCES) $(libcli_a_SOURCES) |
|
119 OBJECTS = $(libvmailmgr_a_OBJECTS) $(libcgi_a_OBJECTS) $(libcli_a_OBJECTS) |
|
120 |
|
121 all: all-redirect |
|
122 .SUFFIXES: |
|
123 .SUFFIXES: .S .c .o .s @SUFFIXES@ |
|
124 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
125 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile |
|
126 |
|
127 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
128 cd $(top_builddir) \ |
|
129 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|
130 |
|
131 |
|
132 mostlyclean-noinstLIBRARIES: |
|
133 |
|
134 clean-noinstLIBRARIES: |
|
135 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
|
136 |
|
137 distclean-noinstLIBRARIES: |
|
138 |
|
139 maintainer-clean-noinstLIBRARIES: |
|
140 |
|
141 .c.o: |
|
142 $(COMPILE) -c $< |
|
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 # This directory's subdirectories are mostly independent; you can cd |
|
161 # into them and run `make' without going through this Makefile. |
|
162 # To change the values of `make' variables: instead of editing Makefiles, |
|
163 # (1) if the variable is set in `config.status', edit `config.status' |
|
164 # (which will cause the Makefiles to be regenerated when you run `make'); |
|
165 # (2) otherwise, pass the desired values on the `make' command line. |
|
166 |
|
167 @SET_MAKE@ |
|
168 |
|
169 all-recursive install-data-recursive install-exec-recursive \ |
|
170 installdirs-recursive install-recursive uninstall-recursive \ |
|
171 check-recursive installcheck-recursive info-recursive dvi-recursive: |
|
172 @set fnord $(MAKEFLAGS); amf=$$2; \ |
|
173 dot_seen=no; \ |
|
174 target=`echo $@ | sed s/-recursive//`; \ |
|
175 list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
176 echo "Making $$target in $$subdir"; \ |
|
177 if test "$$subdir" = "."; then \ |
|
178 dot_seen=yes; \ |
|
179 local_target="$$target-am"; \ |
|
180 else \ |
|
181 local_target="$$target"; \ |
|
182 fi; \ |
|
183 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|
184 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
|
185 done; \ |
|
186 if test "$$dot_seen" = "no"; then \ |
|
187 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
|
188 fi; test -z "$$fail" |
|
189 |
|
190 mostlyclean-recursive clean-recursive distclean-recursive \ |
|
191 maintainer-clean-recursive: |
|
192 @set fnord $(MAKEFLAGS); amf=$$2; \ |
|
193 dot_seen=no; \ |
|
194 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
195 rev="$$subdir $$rev"; \ |
|
196 test "$$subdir" = "." && dot_seen=yes; \ |
|
197 done; \ |
|
198 test "$$dot_seen" = "no" && rev=". $$rev"; \ |
|
199 target=`echo $@ | sed s/-recursive//`; \ |
|
200 for subdir in $$rev; do \ |
|
201 echo "Making $$target in $$subdir"; \ |
|
202 if test "$$subdir" = "."; then \ |
|
203 local_target="$$target-am"; \ |
|
204 else \ |
|
205 local_target="$$target"; \ |
|
206 fi; \ |
|
207 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|
208 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
|
209 done && test -z "$$fail" |
|
210 tags-recursive: |
|
211 list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
212 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|
213 done |
|
214 |
|
215 tags: TAGS |
|
216 |
|
217 ID: $(HEADERS) $(SOURCES) $(LISP) |
|
218 list='$(SOURCES) $(HEADERS)'; \ |
|
219 unique=`for i in $$list; do echo $$i; done | \ |
|
220 awk ' { files[$$0] = 1; } \ |
|
221 END { for (i in files) print i; }'`; \ |
|
222 here=`pwd` && cd $(srcdir) \ |
|
223 && mkid -f$$here/ID $$unique $(LISP) |
|
224 |
|
225 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
|
226 tags=; \ |
|
227 here=`pwd`; \ |
|
228 list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
229 if test "$$subdir" = .; then :; else \ |
|
230 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
|
231 fi; \ |
|
232 done; \ |
|
233 list='$(SOURCES) $(HEADERS)'; \ |
|
234 unique=`for i in $$list; do echo $$i; done | \ |
|
235 awk ' { files[$$0] = 1; } \ |
|
236 END { for (i in files) print i; }'`; \ |
|
237 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
|
238 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
|
239 |
|
240 mostlyclean-tags: |
|
241 |
|
242 clean-tags: |
|
243 |
|
244 distclean-tags: |
|
245 -rm -f TAGS ID |
|
246 |
|
247 maintainer-clean-tags: |
|
248 |
|
249 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
|
250 |
|
251 subdir = lib |
|
252 |
|
253 distdir: $(DISTFILES) |
|
254 @for file in $(DISTFILES); do \ |
|
255 d=$(srcdir); \ |
|
256 if test -d $$d/$$file; then \ |
|
257 cp -pr $$d/$$file $(distdir)/$$file; \ |
|
258 else \ |
|
259 test -f $(distdir)/$$file \ |
|
260 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
|
261 || cp -p $$d/$$file $(distdir)/$$file || :; \ |
|
262 fi; \ |
|
263 done |
|
264 for subdir in $(SUBDIRS); do \ |
|
265 if test "$$subdir" = .; then :; else \ |
|
266 test -d $(distdir)/$$subdir \ |
|
267 || mkdir $(distdir)/$$subdir \ |
|
268 || exit 1; \ |
|
269 chmod 777 $(distdir)/$$subdir; \ |
|
270 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ |
|
271 || exit 1; \ |
|
272 fi; \ |
|
273 done |
|
274 info-am: |
|
275 info: info-recursive |
|
276 dvi-am: |
|
277 dvi: dvi-recursive |
|
278 check-am: all-am |
|
279 check: check-recursive |
|
280 installcheck-am: |
|
281 installcheck: installcheck-recursive |
|
282 install-exec-am: |
|
283 install-exec: install-exec-recursive |
|
284 |
|
285 install-data-am: |
|
286 install-data: install-data-recursive |
|
287 |
|
288 install-am: all-am |
|
289 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
290 install: install-recursive |
|
291 uninstall-am: |
|
292 uninstall: uninstall-recursive |
|
293 all-am: Makefile $(LIBRARIES) |
|
294 all-redirect: all-recursive |
|
295 install-strip: |
|
296 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
|
297 installdirs: installdirs-recursive |
|
298 installdirs-am: |
|
299 |
|
300 |
|
301 mostlyclean-generic: |
|
302 |
|
303 clean-generic: |
|
304 |
|
305 distclean-generic: |
|
306 -rm -f Makefile $(CONFIG_CLEAN_FILES) |
|
307 -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|
308 |
|
309 maintainer-clean-generic: |
|
310 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
|
311 mostlyclean-tags mostlyclean-generic |
|
312 |
|
313 mostlyclean: mostlyclean-recursive |
|
314 |
|
315 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \ |
|
316 mostlyclean-am |
|
317 |
|
318 clean: clean-recursive |
|
319 |
|
320 distclean-am: distclean-noinstLIBRARIES distclean-compile \ |
|
321 distclean-tags distclean-generic clean-am |
|
322 |
|
323 distclean: distclean-recursive |
|
324 |
|
325 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ |
|
326 maintainer-clean-compile maintainer-clean-tags \ |
|
327 maintainer-clean-generic distclean-am |
|
328 @echo "This command is intended for maintainers to use;" |
|
329 @echo "it deletes files that may require special tools to rebuild." |
|
330 |
|
331 maintainer-clean: maintainer-clean-recursive |
|
332 |
|
333 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ |
|
334 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
|
335 mostlyclean-compile distclean-compile clean-compile \ |
|
336 maintainer-clean-compile install-data-recursive \ |
|
337 uninstall-data-recursive install-exec-recursive \ |
|
338 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ |
|
339 all-recursive check-recursive installcheck-recursive info-recursive \ |
|
340 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ |
|
341 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
|
342 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
|
343 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ |
|
344 install-exec install-data-am install-data install-am install \ |
|
345 uninstall-am uninstall all-redirect all-am all installdirs-am \ |
|
346 installdirs mostlyclean-generic distclean-generic clean-generic \ |
|
347 maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
|
348 |
|
349 libvmailmgr.a: mergelib.sh cdb++/libcdb++.a misc/libmisc.a \ |
|
350 config/libconfig.a vpwentry/libvpwentry.a vpwtable/libvpwtable.a \ |
|
351 vdomain/libvdomain.a fdbuf/libfdbuf.a mystring/libmystring.a |
|
352 $(RM) -f $@ |
|
353 sh mergelib.sh $@ cdb++/libcdb++.a misc/libmisc.a \ |
|
354 config/libconfig.a vpwentry/libvpwentry.a vpwtable/libvpwtable.a \ |
|
355 vdomain/libvdomain.a fdbuf/libfdbuf.a mystring/libmystring.a |
|
356 libcli.a: cli/libcli.a mergelib.sh |
|
357 $(RM) -f $@ |
|
358 sh mergelib.sh $@ cli/libcli.a |
|
359 libcgi.a: cgi/libcgi.a mergelib.sh |
|
360 $(RM) -f $@ |
|
361 sh mergelib.sh $@ cgi/libcgi.a |
|
362 |
|
363 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
364 # Otherwise a system limit (for SysV at least) may be exceeded. |
|
365 .NOEXPORT: |