daemon/Makefile.in
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
equal deleted inserted replaced
1:30113bfbe723 2:b3afb9f1e801
     1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
     1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
     2 
     2 
     3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
     4 # This Makefile.in is free software; the Free Software Foundation
     4 # This Makefile.in is free software; the Free Software Foundation
     5 # gives unlimited permission to copy and/or distribute it,
     5 # gives unlimited permission to copy and/or distribute it,
     6 # with or without modifications, as long as this notice is preserved.
     6 # with or without modifications, as long as this notice is preserved.
     7 
     7 
     8 # This program is distributed in the hope that it will be useful,
     8 # This program is distributed in the hope that it will be useful,
    44 AUTOCONF = @AUTOCONF@
    44 AUTOCONF = @AUTOCONF@
    45 AUTOMAKE = @AUTOMAKE@
    45 AUTOMAKE = @AUTOMAKE@
    46 AUTOHEADER = @AUTOHEADER@
    46 AUTOHEADER = @AUTOHEADER@
    47 
    47 
    48 INSTALL = @INSTALL@
    48 INSTALL = @INSTALL@
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
    50 INSTALL_DATA = @INSTALL_DATA@
    50 INSTALL_DATA = @INSTALL_DATA@
    51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    52 INSTALL_STRIP_FLAG =
       
    53 transform = @program_transform_name@
    52 transform = @program_transform_name@
    54 
    53 
    55 NORMAL_INSTALL = :
    54 NORMAL_INSTALL = :
    56 PRE_INSTALL = :
    55 PRE_INSTALL = :
    57 POST_INSTALL = :
    56 POST_INSTALL = :
    58 NORMAL_UNINSTALL = :
    57 NORMAL_UNINSTALL = :
    59 PRE_UNINSTALL = :
    58 PRE_UNINSTALL = :
    60 POST_UNINSTALL = :
    59 POST_UNINSTALL = :
       
    60 host_alias = @host_alias@
       
    61 host_triplet = @host@
    61 CC = @CC@
    62 CC = @CC@
    62 CDBPROGS = @CDBPROGS@
       
    63 CDBSCRIPTS = @CDBSCRIPTS@
       
    64 CXX = @CXX@
    63 CXX = @CXX@
       
    64 HAVE_LIB = @HAVE_LIB@
    65 HTML2TXT = @HTML2TXT@
    65 HTML2TXT = @HTML2TXT@
       
    66 LIB = @LIB@
    66 LN = @LN@
    67 LN = @LN@
       
    68 LTLIB = @LTLIB@
    67 LYNX = @LYNX@
    69 LYNX = @LYNX@
    68 MAKEINFO = @MAKEINFO@
    70 MAKEINFO = @MAKEINFO@
    69 MKDIR = @MKDIR@
    71 MKDIR = @MKDIR@
    70 PACKAGE = @PACKAGE@
    72 PACKAGE = @PACKAGE@
    71 POD2HTML = @POD2HTML@
    73 POD2HTML = @POD2HTML@
    89 
    91 
    90 CLEANFILES = $(man_MANS) $(noinst_HTMLS) $(noinst_PODS) 	pod2html-dircache pod2html-itemcache
    92 CLEANFILES = $(man_MANS) $(noinst_HTMLS) $(noinst_PODS) 	pod2html-dircache pod2html-itemcache
    91 
    93 
    92 EXTRA_DIST = $(man_MANS) $(noinst_HTMLS) $(noinst_PODS)
    94 EXTRA_DIST = $(man_MANS) $(noinst_HTMLS) $(noinst_PODS)
    93 
    95 
    94 CXXLINK = $(CC) $(CXXFLAGS) $(LDFLAGS) -o $@
       
    95 INCLUDES = -I../lib
    96 INCLUDES = -I../lib
    96 
    97 
    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 vmailmgrd_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
    98 
    99 
    99 vmailmgrd_LDADD = ../lib/libvmailmgr.a ../lib/cli/libcli.a
   100 vmailmgrd_LDADD = ../lib/libvmailmgr.a ../lib/cli++/libcli++.a
   100 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   101 CONFIG_HEADER = ../config.h
   102 CONFIG_HEADER = ../config.h
   102 CONFIG_CLEAN_FILES = 
   103 CONFIG_CLEAN_FILES = 
   103 PROGRAMS =  $(sbin_PROGRAMS)
   104 PROGRAMS =  $(sbin_PROGRAMS)
   104 
   105 
   105 
   106 
   106 DEFS = @DEFS@ -I. -I$(srcdir) -I..
   107 DEFS = @DEFS@ -I. -I$(srcdir) -I..
   107 CPPFLAGS = @CPPFLAGS@
   108 CPPFLAGS = @CPPFLAGS@
   108 LDFLAGS = @LDFLAGS@
   109 LDFLAGS = @LDFLAGS@
   109 LIBS = @LIBS@
   110 LIBS = @LIBS@
   110 vmailmgrd_OBJECTS =  adduser2.o autoresponse.o chattr.o check.o \
   111 vmailmgrd_OBJECTS =  adduser.o autoresponse.o chattr.o check.o command.o \
   111 command.o deluser.o dispatch.o listdomain.o log.o lookup.o main.o \
   112 deluser.o dispatch.o listdomain.o log.o lookup.o main.o stat.o state.o
   112 state.o
   113 vmailmgrd_DEPENDENCIES =  ../lib/libvmailmgr.a ../lib/cli++/libcli++.a
   113 vmailmgrd_DEPENDENCIES =  ../lib/libvmailmgr.a ../lib/cli/libcli.a
       
   114 vmailmgrd_LDFLAGS = 
   114 vmailmgrd_LDFLAGS = 
   115 CXXFLAGS = @CXXFLAGS@
   115 CXXFLAGS = @CXXFLAGS@
   116 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
   116 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
   117 CXXLD = $(CXX)
   117 CXXLD = $(CXX)
       
   118 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
   118 CFLAGS = @CFLAGS@
   119 CFLAGS = @CFLAGS@
   119 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   120 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   120 CCLD = $(CC)
   121 CCLD = $(CC)
   121 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
   122 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
   122 man8dir = $(mandir)/man8
   123 man8dir = $(mandir)/man8
   126 DIST_COMMON =  Makefile.am Makefile.in
   127 DIST_COMMON =  Makefile.am Makefile.in
   127 
   128 
   128 
   129 
   129 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
   130 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
   130 
   131 
   131 TAR = gtar
   132 TAR = tar
   132 GZIP_ENV = --best
   133 GZIP_ENV = --best
   133 SOURCES = $(vmailmgrd_SOURCES)
   134 SOURCES = $(vmailmgrd_SOURCES)
   134 OBJECTS = $(vmailmgrd_OBJECTS)
   135 OBJECTS = $(vmailmgrd_OBJECTS)
   135 
   136 
   136 all: all-redirect
   137 all: all-redirect
   156 install-sbinPROGRAMS: $(sbin_PROGRAMS)
   157 install-sbinPROGRAMS: $(sbin_PROGRAMS)
   157 	@$(NORMAL_INSTALL)
   158 	@$(NORMAL_INSTALL)
   158 	$(mkinstalldirs) $(DESTDIR)$(sbindir)
   159 	$(mkinstalldirs) $(DESTDIR)$(sbindir)
   159 	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
   160 	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
   160 	  if test -f $$p; then \
   161 	  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 	    echo "  $(INSTALL_PROGRAM) $$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 	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
   163 	  else :; fi; \
   164 	  else :; fi; \
   164 	done
   165 	done
   165 
   166 
   166 uninstall-sbinPROGRAMS:
   167 uninstall-sbinPROGRAMS:
   167 	@$(NORMAL_UNINSTALL)
   168 	@$(NORMAL_UNINSTALL)
   276 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
   277 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
   277 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
   278 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
   278 	  fi; \
   279 	  fi; \
   279 	done
   280 	done
   280 	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
   281 	$(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 \
   282 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 \
   283 	../lib/mystring/rep.h ../lib/mystring/iter.h \
   302 	../lib/mystring/join.h ../lib/misc/pwentry.h \
   284 	../lib/mystring/join.h ../lib/misc/pwentry.h \
   303 	../lib/config/configrc.h ../lib/misc/strlist.h \
   285 	../lib/config/configrc.h ../lib/misc/strlist.h \
   304 	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
   286 	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
   305 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
   287 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
   360 	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
   342 	../lib/vpwentry/vpwentry.h ../lib/misc/pwcrypt.h \
   361 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
   343 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
   362 	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
   344 	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
   363 	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
   345 	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
   364 	../lib/fdbuf/fdobuf.h ../lib/misc/lookup.h
   346 	../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 \
   347 listdomain.o: listdomain.cc ../config.h daemon.h \
   375 	../lib/mystring/mystring.h ../lib/mystring/rep.h \
   348 	../lib/mystring/mystring.h ../lib/mystring/rep.h \
   376 	../lib/mystring/iter.h ../lib/mystring/join.h \
   349 	../lib/mystring/iter.h ../lib/mystring/join.h \
   377 	../lib/misc/pwentry.h ../lib/config/configrc.h \
   350 	../lib/misc/pwentry.h ../lib/config/configrc.h \
   378 	../lib/misc/strlist.h ../lib/vpwentry/vpwentry.h \
   351 	../lib/misc/strlist.h ../lib/vpwentry/vpwentry.h \
   398 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
   371 	../lib/misc/itoa.h state.h ../lib/vdomain/vdomain.h \
   399 	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
   372 	../lib/vpwtable/vpwtable.h ../lib/misc/response.h command.h \
   400 	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
   373 	log.h ../lib/fdbuf/fdbuf.h ../lib/fdbuf/fdibuf.h \
   401 	../lib/fdbuf/fdobuf.h ../lib/misc/lookup.h \
   374 	../lib/fdbuf/fdobuf.h ../lib/misc/lookup.h \
   402 	../lib/misc/pwentry_table.h
   375 	../lib/misc/pwentry_table.h
   403 main.o: main.cc ../config.h ../lib/cli/cli.h daemon.h \
   376 main.o: main.cc ../config.h ../lib/cli++/cli++.h daemon.h \
   404 	../lib/mystring/mystring.h ../lib/mystring/rep.h \
   377 	../lib/mystring/mystring.h ../lib/mystring/rep.h \
   405 	../lib/mystring/iter.h ../lib/mystring/join.h \
   378 	../lib/mystring/iter.h ../lib/mystring/join.h \
   406 	../lib/misc/pwentry.h ../lib/config/configrc.h \
   379 	../lib/misc/pwentry.h ../lib/config/configrc.h \
   407 	../lib/misc/strlist.h ../lib/vpwentry/vpwentry.h \
   380 	../lib/misc/strlist.h ../lib/vpwentry/vpwentry.h \
   408 	../lib/misc/pwcrypt.h ../lib/misc/itoa.h state.h \
   381 	../lib/misc/pwcrypt.h ../lib/misc/itoa.h state.h \
   409 	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
   382 	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
   410 	../lib/misc/response.h command.h log.h ../lib/fdbuf/fdbuf.h \
   383 	../lib/misc/response.h command.h log.h ../lib/fdbuf/fdbuf.h \
   411 	../lib/fdbuf/fdibuf.h ../lib/fdbuf/fdobuf.h
   384 	../lib/fdbuf/fdibuf.h ../lib/fdbuf/fdobuf.h
       
   385 stat.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
   412 state.o: state.cc state.h ../lib/misc/pwentry.h \
   395 state.o: state.cc state.h ../lib/misc/pwentry.h \
   413 	../lib/mystring/mystring.h ../lib/mystring/rep.h \
   396 	../lib/mystring/mystring.h ../lib/mystring/rep.h \
   414 	../lib/mystring/iter.h ../lib/mystring/join.h \
   397 	../lib/mystring/iter.h ../lib/mystring/join.h \
   415 	../lib/config/configrc.h ../lib/misc/strlist.h \
   398 	../lib/config/configrc.h ../lib/misc/strlist.h \
   416 	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
   399 	../lib/vdomain/vdomain.h ../lib/vpwtable/vpwtable.h \
   436 uninstall-am: uninstall-sbinPROGRAMS uninstall-man
   419 uninstall-am: uninstall-sbinPROGRAMS uninstall-man
   437 uninstall: uninstall-am
   420 uninstall: uninstall-am
   438 all-am: Makefile $(PROGRAMS) $(MANS)
   421 all-am: Makefile $(PROGRAMS) $(MANS)
   439 all-redirect: all-am
   422 all-redirect: all-am
   440 install-strip:
   423 install-strip:
   441 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
   424 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
   442 installdirs:
   425 installdirs:
   443 	$(mkinstalldirs)  $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)/man8
   426 	$(mkinstalldirs)  $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)/man8
   444 
   427 
   445 
   428 
   446 mostlyclean-generic:
   429 mostlyclean-generic:
   494 docs: $(noinst_HTMLS) $(noinst_TXTS)
   477 docs: $(noinst_HTMLS) $(noinst_TXTS)
   495 
   478 
   496 dist-hook:
   479 dist-hook:
   497 	touch $(distdir)/*.html $(distdir)/*.[123456789]
   480 	touch $(distdir)/*.html $(distdir)/*.[123456789]
   498 
   481 
   499 vmailmgrd.pod: main.cc ../configure.in ../lib/cli/cli2pod.pl
   482 vmailmgrd.pod: main.cc ../configure.in ../lib/cli++/cli++topod.pl
   500 	perl ../lib/cli/cli2pod.pl $< >$@
   483 	perl ../lib/cli++/cli++topod.pl $< >$@
   501 %.8: %.pod ../configure.in; $(POD2MAN) --section=8 $< >$@
   484 %.8: %.pod ../configure.in; $(POD2MAN) --section=8 $< >$@
   502 %.html: %.pod; $(POD2HTML) $< >$@
   485 %.html: %.pod; $(POD2HTML) $< >$@
   503 
   486 
   504 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   487 # 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.
   488 # Otherwise a system limit (for SysV at least) may be exceeded.