1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62CC = @CC@
63CXX = @CXX@
64HAVE_LIB = @HAVE_LIB@
65HTML2TXT = @HTML2TXT@
66LIB = @LIB@
67LN = @LN@
68LTLIB = @LTLIB@
69LYNX = @LYNX@
70MAKEINFO = @MAKEINFO@
71MKDIR = @MKDIR@
72PACKAGE = @PACKAGE@
73POD2HTML = @POD2HTML@
74POD2MAN = @POD2MAN@
75PYTHON = @PYTHON@
76RANLIB = @RANLIB@
77RM = @RM@
78STRIP = @STRIP@
79SUFFIXES = @SUFFIXES@
80VERSION = @VERSION@
81W3M = @W3M@
82cgidir = @cgidir@
83phpdir = @phpdir@
84pythonlibdir = @pythonlibdir@
85
86sbin_PROGRAMS = vmailmgrd
87
88noinst_PODS = vmailmgrd.pod
89noinst_HTMLS = $(noinst_PODS:.pod=.html)
90man_MANS = $(noinst_PODS:.pod=.8)
91
92CLEANFILES = $(man_MANS) $(noinst_HTMLS) $(noinst_PODS) 	pod2html-dircache pod2html-itemcache
93
94EXTRA_DIST = $(man_MANS) $(noinst_HTMLS) $(noinst_PODS)
95
96INCLUDES = -I../lib
97
98vmailmgrd_SOURCES = daemon.h 	adduser.cc 	autoresponse.cc 	chattr.cc 	check.cc 	command.h command.cc 	deluser.cc 	dispatch.cc 	listdomain.cc 	log.h log.cc 	lookup.cc 	main.cc 	stat.cc 	state.h state.cc
99
100vmailmgrd_LDADD = ../lib/libvmailmgr.a ../lib/cli++/libcli++.a
101mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102CONFIG_HEADER = ../config.h
103CONFIG_CLEAN_FILES =
104PROGRAMS =  $(sbin_PROGRAMS)
105
106
107DEFS = @DEFS@ -I. -I$(srcdir) -I..
108CPPFLAGS = @CPPFLAGS@
109LDFLAGS = @LDFLAGS@
110LIBS = @LIBS@
111vmailmgrd_OBJECTS =  adduser.o autoresponse.o chattr.o check.o command.o \
112deluser.o dispatch.o listdomain.o log.o lookup.o main.o stat.o state.o
113vmailmgrd_DEPENDENCIES =  ../lib/libvmailmgr.a ../lib/cli++/libcli++.a
114vmailmgrd_LDFLAGS =
115CXXFLAGS = @CXXFLAGS@
116CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
117CXXLD = $(CXX)
118CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
119CFLAGS = @CFLAGS@
120COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121CCLD = $(CC)
122LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
123man8dir = $(mandir)/man8
124MANS = $(man_MANS)
125
126NROFF = nroff
127DIST_COMMON =  Makefile.am Makefile.in
128
129
130DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
131
132TAR = tar
133GZIP_ENV = --best
134SOURCES = $(vmailmgrd_SOURCES)
135OBJECTS = $(vmailmgrd_OBJECTS)
136
137all: all-redirect
138.SUFFIXES:
139.SUFFIXES: .S .c .cc .o .s @SUFFIXES@
140$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
141	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps daemon/Makefile
142
143Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
144	cd $(top_builddir) \
145	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
146
147
148mostlyclean-sbinPROGRAMS:
149
150clean-sbinPROGRAMS:
151	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
152
153distclean-sbinPROGRAMS:
154
155maintainer-clean-sbinPROGRAMS:
156
157install-sbinPROGRAMS: $(sbin_PROGRAMS)
158	@$(NORMAL_INSTALL)
159	$(mkinstalldirs) $(DESTDIR)$(sbindir)
160	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
161	  if test -f $$p; then \
162	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
163	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
164	  else :; fi; \
165	done
166
167uninstall-sbinPROGRAMS:
168	@$(NORMAL_UNINSTALL)
169	list='$(sbin_PROGRAMS)'; for p in $$list; do \
170	  rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
171	done
172
173.c.o:
174	$(COMPILE) -c $<
175
176.s.o:
177	$(COMPILE) -c $<
178
179.S.o:
180	$(COMPILE) -c $<
181
182mostlyclean-compile:
183	-rm -f *.o core *.core
184
185clean-compile:
186
187distclean-compile:
188	-rm -f *.tab.c
189
190maintainer-clean-compile:
191
192vmailmgrd: $(vmailmgrd_OBJECTS) $(vmailmgrd_DEPENDENCIES)
193	@rm -f vmailmgrd
194	$(CXXLINK) $(vmailmgrd_LDFLAGS) $(vmailmgrd_OBJECTS) $(vmailmgrd_LDADD) $(LIBS)
195.cc.o:
196	$(CXXCOMPILE) -c $<
197
198install-man8:
199	$(mkinstalldirs) $(DESTDIR)$(man8dir)
200	@list='$(man8_MANS)'; \
201	l2='$(man_MANS)'; for i in $$l2; do \
202	  case "$$i" in \
203	    *.8*) list="$$list $$i" ;; \
204	  esac; \
205	done; \
206	for i in $$list; do \
207	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
208	  else file=$$i; fi; \
209	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
210	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
211	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
212	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
213	  $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
214	done
215
216uninstall-man8:
217	@list='$(man8_MANS)'; \
218	l2='$(man_MANS)'; for i in $$l2; do \
219	  case "$$i" in \
220	    *.8*) list="$$list $$i" ;; \
221	  esac; \
222	done; \
223	for i in $$list; do \
224	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
225	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
226	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
227	  echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
228	  rm -f $(DESTDIR)$(man8dir)/$$inst; \
229	done
230install-man: $(MANS)
231	@$(NORMAL_INSTALL)
232	$(MAKE) $(AM_MAKEFLAGS) install-man8
233uninstall-man:
234	@$(NORMAL_UNINSTALL)
235	$(MAKE) $(AM_MAKEFLAGS) uninstall-man8
236
237tags: TAGS
238
239ID: $(HEADERS) $(SOURCES) $(LISP)
240	list='$(SOURCES) $(HEADERS)'; \
241	unique=`for i in $$list; do echo $$i; done | \
242	  awk '    { files[$$0] = 1; } \
243	       END { for (i in files) print i; }'`; \
244	here=`pwd` && cd $(srcdir) \
245	  && mkid -f$$here/ID $$unique $(LISP)
246
247TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
248	tags=; \
249	here=`pwd`; \
250	list='$(SOURCES) $(HEADERS)'; \
251	unique=`for i in $$list; do echo $$i; done | \
252	  awk '    { files[$$0] = 1; } \
253	       END { for (i in files) print i; }'`; \
254	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
255	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
256
257mostlyclean-tags:
258
259clean-tags:
260
261distclean-tags:
262	-rm -f TAGS ID
263
264maintainer-clean-tags:
265
266distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
267
268subdir = daemon
269
270distdir: $(DISTFILES)
271	@for file in $(DISTFILES); do \
272	  d=$(srcdir); \
273	  if test -d $$d/$$file; then \
274	    cp -pr $$d/$$file $(distdir)/$$file; \
275	  else \
276	    test -f $(distdir)/$$file \
277	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
278	    || cp -p $$d/$$file $(distdir)/$$file || :; \
279	  fi; \
280	done
281	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
282adduser.o: adduser.cc ../config.h daemon.h ../lib/mystring/mystring.h \
283	../lib/mystring/rep.h ../lib/mystring/iter.h \
284	../lib/mystring/join.h ../lib/misc/pwentry.h \
285	../lib/config/configrc.h ../lib/misc/strlist.h \
286	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
287	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
288	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
289	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
290	../lib/fdbuf/fdobuf.h
291autoresponse.o: autoresponse.cc ../config.h daemon.h \
292	../lib/mystring/mystring.h ../lib/mystring/rep.h \
293	../lib/mystring/iter.h ../lib/mystring/join.h \
294	../lib/misc/pwentry.h ../lib/config/configrc.h \
295	../lib/misc/strlist.h ../lib/vpwentry/vpwentry.h \
296	../lib/misc/pwcrypt.h ../lib/misc/itoa.h state.h \
297	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
298	../lib/misc/response.h command.h log.h ../lib/fdbuf/fdbuf.h \
299	../lib/fdbuf/fdibuf.h ../lib/fdbuf/fdobuf.h \
300	../lib/misc/lookup.h ../lib/misc/maildir.h \
301	../lib/misc/pwentry_table.h ../lib/misc/stat_fns.h
302chattr.o: chattr.cc ../config.h daemon.h ../lib/mystring/mystring.h \
303	../lib/mystring/rep.h ../lib/mystring/iter.h \
304	../lib/mystring/join.h ../lib/misc/pwentry.h \
305	../lib/config/configrc.h ../lib/misc/strlist.h \
306	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
307	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
308	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
309	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
310	../lib/fdbuf/fdobuf.h
311check.o: check.cc ../config.h daemon.h ../lib/mystring/mystring.h \
312	../lib/mystring/rep.h ../lib/mystring/iter.h \
313	../lib/mystring/join.h ../lib/misc/pwentry.h \
314	../lib/config/configrc.h ../lib/misc/strlist.h \
315	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
316	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
317	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
318	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
319	../lib/fdbuf/fdobuf.h
320command.o: command.cc ../config.h daemon.h ../lib/mystring/mystring.h \
321	../lib/mystring/rep.h ../lib/mystring/iter.h \
322	../lib/mystring/join.h ../lib/misc/pwentry.h \
323	../lib/config/configrc.h ../lib/misc/strlist.h \
324	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
325	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
326	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
327	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
328	../lib/fdbuf/fdobuf.h
329deluser.o: deluser.cc ../config.h daemon.h ../lib/mystring/mystring.h \
330	../lib/mystring/rep.h ../lib/mystring/iter.h \
331	../lib/mystring/join.h ../lib/misc/pwentry.h \
332	../lib/config/configrc.h ../lib/misc/strlist.h \
333	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
334	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
335	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
336	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
337	../lib/fdbuf/fdobuf.h
338dispatch.o: dispatch.cc ../config.h daemon.h ../lib/mystring/mystring.h \
339	../lib/mystring/rep.h ../lib/mystring/iter.h \
340	../lib/mystring/join.h ../lib/misc/pwentry.h \
341	../lib/config/configrc.h ../lib/misc/strlist.h \
342	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
343	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
344	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
345	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
346	../lib/fdbuf/fdobuf.h ../lib/misc/lookup.h
347listdomain.o: listdomain.cc ../config.h daemon.h \
348	../lib/mystring/mystring.h ../lib/mystring/rep.h \
349	../lib/mystring/iter.h ../lib/mystring/join.h \
350	../lib/misc/pwentry.h ../lib/config/configrc.h \
351	../lib/misc/strlist.h ../lib/vpwentry/vpwentry.h \
352	../lib/misc/pwcrypt.h ../lib/misc/itoa.h state.h \
353	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
354	../lib/misc/response.h command.h log.h ../lib/fdbuf/fdbuf.h \
355	../lib/fdbuf/fdibuf.h ../lib/fdbuf/fdobuf.h \
356	../lib/misc/lookup.h
357log.o: log.cc ../config.h daemon.h ../lib/mystring/mystring.h \
358	../lib/mystring/rep.h ../lib/mystring/iter.h \
359	../lib/mystring/join.h ../lib/misc/pwentry.h \
360	../lib/config/configrc.h ../lib/misc/strlist.h \
361	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
362	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
363	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
364	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
365	../lib/fdbuf/fdobuf.h
366lookup.o: lookup.cc ../config.h daemon.h ../lib/mystring/mystring.h \
367	../lib/mystring/rep.h ../lib/mystring/iter.h \
368	../lib/mystring/join.h ../lib/misc/pwentry.h \
369	../lib/config/configrc.h ../lib/misc/strlist.h \
370	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
371	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
372	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
373	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
374	../lib/fdbuf/fdobuf.h ../lib/misc/lookup.h \
375	../lib/misc/pwentry_table.h
376main.o: main.cc ../config.h ../lib/cli++/cli++.h daemon.h \
377	../lib/mystring/mystring.h ../lib/mystring/rep.h \
378	../lib/mystring/iter.h ../lib/mystring/join.h \
379	../lib/misc/pwentry.h ../lib/config/configrc.h \
380	../lib/misc/strlist.h ../lib/vpwentry/vpwentry.h \
381	../lib/misc/pwcrypt.h ../lib/misc/itoa.h state.h \
382	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
383	../lib/misc/response.h command.h log.h ../lib/fdbuf/fdbuf.h \
384	../lib/fdbuf/fdibuf.h ../lib/fdbuf/fdobuf.h
385stat.o: stat.cc ../config.h daemon.h ../lib/mystring/mystring.h \
386	../lib/mystring/rep.h ../lib/mystring/iter.h \
387	../lib/mystring/join.h ../lib/misc/pwentry.h \
388	../lib/config/configrc.h ../lib/misc/strlist.h \
389	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
390	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
391	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
392	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
393	../lib/fdbuf/fdobuf.h ../lib/misc/lookup.h ../lib/misc/utoa.h \
394	../lib/misc/stat_fns.h ../lib/ac/dirent.h
395state.o: state.cc state.h ../lib/misc/pwentry.h \
396	../lib/mystring/mystring.h ../lib/mystring/rep.h \
397	../lib/mystring/iter.h ../lib/mystring/join.h \
398	../lib/config/configrc.h ../lib/misc/strlist.h \
399	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
400	../lib/vpwentry/vpwentry.h ../lib/misc/response.h
401
402info-am:
403info: info-am
404dvi-am:
405dvi: dvi-am
406check-am: all-am
407check: check-am
408installcheck-am:
409installcheck: installcheck-am
410install-exec-am: install-sbinPROGRAMS
411install-exec: install-exec-am
412
413install-data-am: install-man
414install-data: install-data-am
415
416install-am: all-am
417	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
418install: install-am
419uninstall-am: uninstall-sbinPROGRAMS uninstall-man
420uninstall: uninstall-am
421all-am: Makefile $(PROGRAMS) $(MANS)
422all-redirect: all-am
423install-strip:
424	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
425installdirs:
426	$(mkinstalldirs)  $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)/man8
427
428
429mostlyclean-generic:
430
431clean-generic:
432	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
433
434distclean-generic:
435	-rm -f Makefile $(CONFIG_CLEAN_FILES)
436	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
437
438maintainer-clean-generic:
439mostlyclean-am:  mostlyclean-sbinPROGRAMS mostlyclean-compile \
440		mostlyclean-tags mostlyclean-generic
441
442mostlyclean: mostlyclean-am
443
444clean-am:  clean-sbinPROGRAMS clean-compile clean-tags clean-generic \
445		mostlyclean-am
446
447clean: clean-am
448
449distclean-am:  distclean-sbinPROGRAMS distclean-compile distclean-tags \
450		distclean-generic clean-am
451
452distclean: distclean-am
453
454maintainer-clean-am:  maintainer-clean-sbinPROGRAMS \
455		maintainer-clean-compile maintainer-clean-tags \
456		maintainer-clean-generic distclean-am
457	@echo "This command is intended for maintainers to use;"
458	@echo "it deletes files that may require special tools to rebuild."
459
460maintainer-clean: maintainer-clean-am
461
462.PHONY: mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS \
463clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
464install-sbinPROGRAMS mostlyclean-compile distclean-compile \
465clean-compile maintainer-clean-compile install-man8 uninstall-man8 \
466install-man uninstall-man tags mostlyclean-tags distclean-tags \
467clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
468check-am installcheck-am installcheck install-exec-am install-exec \
469install-data-am install-data install-am install uninstall-am uninstall \
470all-redirect all-am all installdirs mostlyclean-generic \
471distclean-generic clean-generic maintainer-clean-generic clean \
472mostlyclean distclean maintainer-clean
473
474
475all: docs
476
477docs: $(noinst_HTMLS) $(noinst_TXTS)
478
479dist-hook:
480	touch $(distdir)/*.html $(distdir)/*.[123456789]
481
482vmailmgrd.pod: main.cc ../configure.in ../lib/cli++/cli++topod.pl
483	perl ../lib/cli++/cli++topod.pl $< >$@
484%.8: %.pod ../configure.in; $(POD2MAN) --section=8 $< >$@
485%.html: %.pod; $(POD2HTML) $< >$@
486
487# Tell versions [3.59,3.63) of GNU make to not export all variables.
488# Otherwise a system limit (for SysV at least) may be exceeded.
489.NOEXPORT:
490