daemon/Makefile.in
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     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 sbin_PROGRAMS = vmailmgrd
       
    85 
       
    86 noinst_PODS = vmailmgrd.pod
       
    87 noinst_HTMLS = $(noinst_PODS:.pod=.html)
       
    88 man_MANS = $(noinst_PODS:.pod=.8)
       
    89 
       
    90 CLEANFILES = $(man_MANS) $(noinst_HTMLS) $(noinst_PODS) 	pod2html-dircache pod2html-itemcache
       
    91 
       
    92 EXTRA_DIST = $(man_MANS) $(noinst_HTMLS) $(noinst_PODS)
       
    93 
       
    94 CXXLINK = $(CC) $(CXXFLAGS) $(LDFLAGS) -o $@
       
    95 INCLUDES = -I../lib
       
    96 
       
    97 vmailmgrd_SOURCES = daemon.h 	adduser2.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 	state.h state.cc
       
    98 
       
    99 vmailmgrd_LDADD = ../lib/libvmailmgr.a ../lib/cli/libcli.a
       
   100 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
       
   101 CONFIG_HEADER = ../config.h
       
   102 CONFIG_CLEAN_FILES = 
       
   103 PROGRAMS =  $(sbin_PROGRAMS)
       
   104 
       
   105 
       
   106 DEFS = @DEFS@ -I. -I$(srcdir) -I..
       
   107 CPPFLAGS = @CPPFLAGS@
       
   108 LDFLAGS = @LDFLAGS@
       
   109 LIBS = @LIBS@
       
   110 vmailmgrd_OBJECTS =  adduser2.o autoresponse.o chattr.o check.o \
       
   111 command.o deluser.o dispatch.o listdomain.o log.o lookup.o main.o \
       
   112 state.o
       
   113 vmailmgrd_DEPENDENCIES =  ../lib/libvmailmgr.a ../lib/cli/libcli.a
       
   114 vmailmgrd_LDFLAGS = 
       
   115 CXXFLAGS = @CXXFLAGS@
       
   116 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
       
   117 CXXLD = $(CXX)
       
   118 CFLAGS = @CFLAGS@
       
   119 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
       
   120 CCLD = $(CC)
       
   121 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
       
   122 man8dir = $(mandir)/man8
       
   123 MANS = $(man_MANS)
       
   124 
       
   125 NROFF = nroff
       
   126 DIST_COMMON =  Makefile.am Makefile.in
       
   127 
       
   128 
       
   129 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
       
   130 
       
   131 TAR = gtar
       
   132 GZIP_ENV = --best
       
   133 SOURCES = $(vmailmgrd_SOURCES)
       
   134 OBJECTS = $(vmailmgrd_OBJECTS)
       
   135 
       
   136 all: all-redirect
       
   137 .SUFFIXES:
       
   138 .SUFFIXES: .S .c .cc .o .s @SUFFIXES@
       
   139 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
       
   140 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps daemon/Makefile
       
   141 
       
   142 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
       
   143 	cd $(top_builddir) \
       
   144 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
       
   145 
       
   146 
       
   147 mostlyclean-sbinPROGRAMS:
       
   148 
       
   149 clean-sbinPROGRAMS:
       
   150 	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
       
   151 
       
   152 distclean-sbinPROGRAMS:
       
   153 
       
   154 maintainer-clean-sbinPROGRAMS:
       
   155 
       
   156 install-sbinPROGRAMS: $(sbin_PROGRAMS)
       
   157 	@$(NORMAL_INSTALL)
       
   158 	$(mkinstalldirs) $(DESTDIR)$(sbindir)
       
   159 	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
       
   160 	  if test -f $$p; then \
       
   161 	    echo "  $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
       
   162 	     $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
       
   163 	  else :; fi; \
       
   164 	done
       
   165 
       
   166 uninstall-sbinPROGRAMS:
       
   167 	@$(NORMAL_UNINSTALL)
       
   168 	list='$(sbin_PROGRAMS)'; for p in $$list; do \
       
   169 	  rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
       
   170 	done
       
   171 
       
   172 .c.o:
       
   173 	$(COMPILE) -c $<
       
   174 
       
   175 .s.o:
       
   176 	$(COMPILE) -c $<
       
   177 
       
   178 .S.o:
       
   179 	$(COMPILE) -c $<
       
   180 
       
   181 mostlyclean-compile:
       
   182 	-rm -f *.o core *.core
       
   183 
       
   184 clean-compile:
       
   185 
       
   186 distclean-compile:
       
   187 	-rm -f *.tab.c
       
   188 
       
   189 maintainer-clean-compile:
       
   190 
       
   191 vmailmgrd: $(vmailmgrd_OBJECTS) $(vmailmgrd_DEPENDENCIES)
       
   192 	@rm -f vmailmgrd
       
   193 	$(CXXLINK) $(vmailmgrd_LDFLAGS) $(vmailmgrd_OBJECTS) $(vmailmgrd_LDADD) $(LIBS)
       
   194 .cc.o:
       
   195 	$(CXXCOMPILE) -c $<
       
   196 
       
   197 install-man8:
       
   198 	$(mkinstalldirs) $(DESTDIR)$(man8dir)
       
   199 	@list='$(man8_MANS)'; \
       
   200 	l2='$(man_MANS)'; for i in $$l2; do \
       
   201 	  case "$$i" in \
       
   202 	    *.8*) list="$$list $$i" ;; \
       
   203 	  esac; \
       
   204 	done; \
       
   205 	for i in $$list; do \
       
   206 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
       
   207 	  else file=$$i; fi; \
       
   208 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
       
   209 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
       
   210 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
       
   211 	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
       
   212 	  $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
       
   213 	done
       
   214 
       
   215 uninstall-man8:
       
   216 	@list='$(man8_MANS)'; \
       
   217 	l2='$(man_MANS)'; for i in $$l2; do \
       
   218 	  case "$$i" in \
       
   219 	    *.8*) list="$$list $$i" ;; \
       
   220 	  esac; \
       
   221 	done; \
       
   222 	for i in $$list; do \
       
   223 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
       
   224 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
       
   225 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
       
   226 	  echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
       
   227 	  rm -f $(DESTDIR)$(man8dir)/$$inst; \
       
   228 	done
       
   229 install-man: $(MANS)
       
   230 	@$(NORMAL_INSTALL)
       
   231 	$(MAKE) $(AM_MAKEFLAGS) install-man8
       
   232 uninstall-man:
       
   233 	@$(NORMAL_UNINSTALL)
       
   234 	$(MAKE) $(AM_MAKEFLAGS) uninstall-man8
       
   235 
       
   236 tags: TAGS
       
   237 
       
   238 ID: $(HEADERS) $(SOURCES) $(LISP)
       
   239 	list='$(SOURCES) $(HEADERS)'; \
       
   240 	unique=`for i in $$list; do echo $$i; done | \
       
   241 	  awk '    { files[$$0] = 1; } \
       
   242 	       END { for (i in files) print i; }'`; \
       
   243 	here=`pwd` && cd $(srcdir) \
       
   244 	  && mkid -f$$here/ID $$unique $(LISP)
       
   245 
       
   246 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
       
   247 	tags=; \
       
   248 	here=`pwd`; \
       
   249 	list='$(SOURCES) $(HEADERS)'; \
       
   250 	unique=`for i in $$list; do echo $$i; done | \
       
   251 	  awk '    { files[$$0] = 1; } \
       
   252 	       END { for (i in files) print i; }'`; \
       
   253 	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
       
   254 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
       
   255 
       
   256 mostlyclean-tags:
       
   257 
       
   258 clean-tags:
       
   259 
       
   260 distclean-tags:
       
   261 	-rm -f TAGS ID
       
   262 
       
   263 maintainer-clean-tags:
       
   264 
       
   265 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
       
   266 
       
   267 subdir = daemon
       
   268 
       
   269 distdir: $(DISTFILES)
       
   270 	@for file in $(DISTFILES); do \
       
   271 	  d=$(srcdir); \
       
   272 	  if test -d $$d/$$file; then \
       
   273 	    cp -pr $$d/$$file $(distdir)/$$file; \
       
   274 	  else \
       
   275 	    test -f $(distdir)/$$file \
       
   276 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
       
   277 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
       
   278 	  fi; \
       
   279 	done
       
   280 	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
       
   281 addalias.o: addalias.cc ../config.h daemon.h ../lib/mystring/mystring.h \
       
   282 	../lib/fdbuf/fdbuf.h ../lib/misc/pwentry.h \
       
   283 	../lib/config/configrc.h ../lib/misc/strlist.h \
       
   284 	../lib/vpw/vpwentry.h ../lib/misc/pwcrypt.h ../lib/misc/itoa.h \
       
   285 	state.h ../lib/misc/vdomain.h ../lib/vpw/vpwtable.h \
       
   286 	../lib/misc/response.h command.h log.h
       
   287 addaliasp.o: addaliasp.cc ../config.h daemon.h \
       
   288 	../lib/mystring/mystring.h ../lib/fdbuf/fdbuf.h \
       
   289 	../lib/misc/pwentry.h ../lib/config/configrc.h \
       
   290 	../lib/misc/strlist.h ../lib/vpw/vpwentry.h \
       
   291 	../lib/misc/pwcrypt.h ../lib/misc/itoa.h state.h \
       
   292 	../lib/misc/vdomain.h ../lib/vpw/vpwtable.h \
       
   293 	../lib/misc/response.h command.h log.h
       
   294 adduser.o: adduser.cc ../config.h daemon.h ../lib/mystring/mystring.h \
       
   295 	../lib/fdbuf/fdbuf.h ../lib/misc/pwentry.h \
       
   296 	../lib/config/configrc.h ../lib/misc/strlist.h \
       
   297 	../lib/vpw/vpwentry.h ../lib/misc/pwcrypt.h ../lib/misc/itoa.h \
       
   298 	state.h ../lib/misc/vdomain.h ../lib/vpw/vpwtable.h \
       
   299 	../lib/misc/response.h command.h log.h
       
   300 adduser2.o: adduser2.cc ../config.h daemon.h ../lib/mystring/mystring.h \
       
   301 	../lib/mystring/rep.h ../lib/mystring/iter.h \
       
   302 	../lib/mystring/join.h ../lib/misc/pwentry.h \
       
   303 	../lib/config/configrc.h ../lib/misc/strlist.h \
       
   304 	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
       
   305 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
       
   306 	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
       
   307 	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
       
   308 	../lib/fdbuf/fdobuf.h
       
   309 autoresponse.o: autoresponse.cc ../config.h daemon.h \
       
   310 	../lib/mystring/mystring.h ../lib/mystring/rep.h \
       
   311 	../lib/mystring/iter.h ../lib/mystring/join.h \
       
   312 	../lib/misc/pwentry.h ../lib/config/configrc.h \
       
   313 	../lib/misc/strlist.h ../lib/vpwentry/vpwentry.h \
       
   314 	../lib/misc/pwcrypt.h ../lib/misc/itoa.h state.h \
       
   315 	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
       
   316 	../lib/misc/response.h command.h log.h ../lib/fdbuf/fdbuf.h \
       
   317 	../lib/fdbuf/fdibuf.h ../lib/fdbuf/fdobuf.h \
       
   318 	../lib/misc/lookup.h ../lib/misc/maildir.h \
       
   319 	../lib/misc/pwentry_table.h ../lib/misc/stat_fns.h
       
   320 chattr.o: chattr.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
       
   329 check.o: check.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
       
   338 command.o: command.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
       
   347 deluser.o: deluser.cc ../config.h daemon.h ../lib/mystring/mystring.h \
       
   348 	../lib/mystring/rep.h ../lib/mystring/iter.h \
       
   349 	../lib/mystring/join.h ../lib/misc/pwentry.h \
       
   350 	../lib/config/configrc.h ../lib/misc/strlist.h \
       
   351 	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
       
   352 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
       
   353 	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
       
   354 	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
       
   355 	../lib/fdbuf/fdobuf.h
       
   356 dispatch.o: dispatch.cc ../config.h daemon.h ../lib/mystring/mystring.h \
       
   357 	../lib/mystring/rep.h ../lib/mystring/iter.h \
       
   358 	../lib/mystring/join.h ../lib/misc/pwentry.h \
       
   359 	../lib/config/configrc.h ../lib/misc/strlist.h \
       
   360 	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
       
   361 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
       
   362 	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
       
   363 	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
       
   364 	../lib/fdbuf/fdobuf.h ../lib/misc/lookup.h
       
   365 fork.o: fork.cc ../config.h daemon.h ../lib/mystring/mystring.h \
       
   366 	../lib/mystring/rep.h ../lib/mystring/iter.h \
       
   367 	../lib/mystring/join.h ../lib/misc/pwentry.h \
       
   368 	../lib/config/configrc.h ../lib/misc/strlist.h \
       
   369 	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
       
   370 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
       
   371 	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
       
   372 	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
       
   373 	../lib/fdbuf/fdobuf.h ../lib/ac/wait.h
       
   374 listdomain.o: listdomain.cc ../config.h daemon.h \
       
   375 	../lib/mystring/mystring.h ../lib/mystring/rep.h \
       
   376 	../lib/mystring/iter.h ../lib/mystring/join.h \
       
   377 	../lib/misc/pwentry.h ../lib/config/configrc.h \
       
   378 	../lib/misc/strlist.h ../lib/vpwentry/vpwentry.h \
       
   379 	../lib/misc/pwcrypt.h ../lib/misc/itoa.h state.h \
       
   380 	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
       
   381 	../lib/misc/response.h command.h log.h ../lib/fdbuf/fdbuf.h \
       
   382 	../lib/fdbuf/fdibuf.h ../lib/fdbuf/fdobuf.h \
       
   383 	../lib/misc/lookup.h
       
   384 log.o: log.cc ../config.h daemon.h ../lib/mystring/mystring.h \
       
   385 	../lib/mystring/rep.h ../lib/mystring/iter.h \
       
   386 	../lib/mystring/join.h ../lib/misc/pwentry.h \
       
   387 	../lib/config/configrc.h ../lib/misc/strlist.h \
       
   388 	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
       
   389 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
       
   390 	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
       
   391 	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
       
   392 	../lib/fdbuf/fdobuf.h
       
   393 lookup.o: lookup.cc ../config.h daemon.h ../lib/mystring/mystring.h \
       
   394 	../lib/mystring/rep.h ../lib/mystring/iter.h \
       
   395 	../lib/mystring/join.h ../lib/misc/pwentry.h \
       
   396 	../lib/config/configrc.h ../lib/misc/strlist.h \
       
   397 	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
       
   398 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
       
   399 	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
       
   400 	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
       
   401 	../lib/fdbuf/fdobuf.h ../lib/misc/lookup.h \
       
   402 	../lib/misc/pwentry_table.h
       
   403 main.o: main.cc ../config.h ../lib/cli/cli.h daemon.h \
       
   404 	../lib/mystring/mystring.h ../lib/mystring/rep.h \
       
   405 	../lib/mystring/iter.h ../lib/mystring/join.h \
       
   406 	../lib/misc/pwentry.h ../lib/config/configrc.h \
       
   407 	../lib/misc/strlist.h ../lib/vpwentry/vpwentry.h \
       
   408 	../lib/misc/pwcrypt.h ../lib/misc/itoa.h state.h \
       
   409 	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
       
   410 	../lib/misc/response.h command.h log.h ../lib/fdbuf/fdbuf.h \
       
   411 	../lib/fdbuf/fdibuf.h ../lib/fdbuf/fdobuf.h
       
   412 state.o: state.cc state.h ../lib/misc/pwentry.h \
       
   413 	../lib/mystring/mystring.h ../lib/mystring/rep.h \
       
   414 	../lib/mystring/iter.h ../lib/mystring/join.h \
       
   415 	../lib/config/configrc.h ../lib/misc/strlist.h \
       
   416 	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
       
   417 	../lib/vpwentry/vpwentry.h ../lib/misc/response.h
       
   418 
       
   419 info-am:
       
   420 info: info-am
       
   421 dvi-am:
       
   422 dvi: dvi-am
       
   423 check-am: all-am
       
   424 check: check-am
       
   425 installcheck-am:
       
   426 installcheck: installcheck-am
       
   427 install-exec-am: install-sbinPROGRAMS
       
   428 install-exec: install-exec-am
       
   429 
       
   430 install-data-am: install-man
       
   431 install-data: install-data-am
       
   432 
       
   433 install-am: all-am
       
   434 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
       
   435 install: install-am
       
   436 uninstall-am: uninstall-sbinPROGRAMS uninstall-man
       
   437 uninstall: uninstall-am
       
   438 all-am: Makefile $(PROGRAMS) $(MANS)
       
   439 all-redirect: all-am
       
   440 install-strip:
       
   441 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
       
   442 installdirs:
       
   443 	$(mkinstalldirs)  $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)/man8
       
   444 
       
   445 
       
   446 mostlyclean-generic:
       
   447 
       
   448 clean-generic:
       
   449 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
       
   450 
       
   451 distclean-generic:
       
   452 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
       
   453 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
       
   454 
       
   455 maintainer-clean-generic:
       
   456 mostlyclean-am:  mostlyclean-sbinPROGRAMS mostlyclean-compile \
       
   457 		mostlyclean-tags mostlyclean-generic
       
   458 
       
   459 mostlyclean: mostlyclean-am
       
   460 
       
   461 clean-am:  clean-sbinPROGRAMS clean-compile clean-tags clean-generic \
       
   462 		mostlyclean-am
       
   463 
       
   464 clean: clean-am
       
   465 
       
   466 distclean-am:  distclean-sbinPROGRAMS distclean-compile distclean-tags \
       
   467 		distclean-generic clean-am
       
   468 
       
   469 distclean: distclean-am
       
   470 
       
   471 maintainer-clean-am:  maintainer-clean-sbinPROGRAMS \
       
   472 		maintainer-clean-compile maintainer-clean-tags \
       
   473 		maintainer-clean-generic distclean-am
       
   474 	@echo "This command is intended for maintainers to use;"
       
   475 	@echo "it deletes files that may require special tools to rebuild."
       
   476 
       
   477 maintainer-clean: maintainer-clean-am
       
   478 
       
   479 .PHONY: mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS \
       
   480 clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
       
   481 install-sbinPROGRAMS mostlyclean-compile distclean-compile \
       
   482 clean-compile maintainer-clean-compile install-man8 uninstall-man8 \
       
   483 install-man uninstall-man tags mostlyclean-tags distclean-tags \
       
   484 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
       
   485 check-am installcheck-am installcheck install-exec-am install-exec \
       
   486 install-data-am install-data install-am install uninstall-am uninstall \
       
   487 all-redirect all-am all installdirs mostlyclean-generic \
       
   488 distclean-generic clean-generic maintainer-clean-generic clean \
       
   489 mostlyclean distclean maintainer-clean
       
   490 
       
   491 
       
   492 all: docs
       
   493 
       
   494 docs: $(noinst_HTMLS) $(noinst_TXTS)
       
   495 
       
   496 dist-hook:
       
   497 	touch $(distdir)/*.html $(distdir)/*.[123456789]
       
   498 
       
   499 vmailmgrd.pod: main.cc ../configure.in ../lib/cli/cli2pod.pl
       
   500 	perl ../lib/cli/cli2pod.pl $< >$@
       
   501 %.8: %.pod ../configure.in; $(POD2MAN) --section=8 $< >$@
       
   502 %.html: %.pod; $(POD2HTML) $< >$@
       
   503 
       
   504 # Tell versions [3.59,3.63) of GNU make to not export all variables.
       
   505 # Otherwise a system limit (for SysV at least) may be exceeded.
       
   506 .NOEXPORT: