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 @WANTPYTHON_TRUE@SUBDIRS = python php lib authenticate commands daemon cgi doc scripts
       
    84 @WANTPYTHON_FALSE@SUBDIRS = php lib authenticate commands daemon cgi doc scripts
       
    85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
       
    86 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
       
    87 CONFIG_HEADER = config.h
       
    88 CONFIG_CLEAN_FILES = 
       
    89 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
       
    90 Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 \
       
    91 config.h.in configure configure.in install-sh missing mkinstalldirs
       
    92 
       
    93 
       
    94 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
       
    95 
       
    96 TAR = gtar
       
    97 GZIP_ENV = --best
       
    98 DIST_SUBDIRS =  python php lib authenticate commands daemon cgi doc \
       
    99 scripts php lib authenticate commands daemon cgi doc scripts
       
   100 all: all-redirect
       
   101 .SUFFIXES:
       
   102 .SUFFIXES: @SUFFIXES@
       
   103 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
       
   104 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
       
   105 
       
   106 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
       
   107 	cd $(top_builddir) \
       
   108 	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
       
   109 
       
   110 $(ACLOCAL_M4):  configure.in  acinclude.m4
       
   111 	cd $(srcdir) && $(ACLOCAL)
       
   112 
       
   113 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
       
   114 	$(SHELL) ./config.status --recheck
       
   115 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
       
   116 	cd $(srcdir) && $(AUTOCONF)
       
   117 
       
   118 config.h: stamp-h
       
   119 	@if test ! -f $@; then \
       
   120 		rm -f stamp-h; \
       
   121 		$(MAKE) stamp-h; \
       
   122 	else :; fi
       
   123 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
       
   124 	cd $(top_builddir) \
       
   125 	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
       
   126 	     $(SHELL) ./config.status
       
   127 	@echo timestamp > stamp-h 2> /dev/null
       
   128 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
       
   129 	@if test ! -f $@; then \
       
   130 		rm -f $(srcdir)/stamp-h.in; \
       
   131 		$(MAKE) $(srcdir)/stamp-h.in; \
       
   132 	else :; fi
       
   133 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
       
   134 	cd $(top_srcdir) && $(AUTOHEADER)
       
   135 	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
       
   136 
       
   137 mostlyclean-hdr:
       
   138 
       
   139 clean-hdr:
       
   140 
       
   141 distclean-hdr:
       
   142 	-rm -f config.h
       
   143 
       
   144 maintainer-clean-hdr:
       
   145 
       
   146 # This directory's subdirectories are mostly independent; you can cd
       
   147 # into them and run `make' without going through this Makefile.
       
   148 # To change the values of `make' variables: instead of editing Makefiles,
       
   149 # (1) if the variable is set in `config.status', edit `config.status'
       
   150 #     (which will cause the Makefiles to be regenerated when you run `make');
       
   151 # (2) otherwise, pass the desired values on the `make' command line.
       
   152 
       
   153 @SET_MAKE@
       
   154 
       
   155 all-recursive install-data-recursive install-exec-recursive \
       
   156 installdirs-recursive install-recursive uninstall-recursive  \
       
   157 check-recursive installcheck-recursive info-recursive dvi-recursive:
       
   158 	@set fnord $(MAKEFLAGS); amf=$$2; \
       
   159 	dot_seen=no; \
       
   160 	target=`echo $@ | sed s/-recursive//`; \
       
   161 	list='$(SUBDIRS)'; for subdir in $$list; do \
       
   162 	  echo "Making $$target in $$subdir"; \
       
   163 	  if test "$$subdir" = "."; then \
       
   164 	    dot_seen=yes; \
       
   165 	    local_target="$$target-am"; \
       
   166 	  else \
       
   167 	    local_target="$$target"; \
       
   168 	  fi; \
       
   169 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
       
   170 	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
       
   171 	done; \
       
   172 	if test "$$dot_seen" = "no"; then \
       
   173 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
       
   174 	fi; test -z "$$fail"
       
   175 
       
   176 mostlyclean-recursive clean-recursive distclean-recursive \
       
   177 maintainer-clean-recursive:
       
   178 	@set fnord $(MAKEFLAGS); amf=$$2; \
       
   179 	dot_seen=no; \
       
   180 	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
       
   181 	  rev="$$subdir $$rev"; \
       
   182 	  test "$$subdir" = "." && dot_seen=yes; \
       
   183 	done; \
       
   184 	test "$$dot_seen" = "no" && rev=". $$rev"; \
       
   185 	target=`echo $@ | sed s/-recursive//`; \
       
   186 	for subdir in $$rev; do \
       
   187 	  echo "Making $$target in $$subdir"; \
       
   188 	  if test "$$subdir" = "."; then \
       
   189 	    local_target="$$target-am"; \
       
   190 	  else \
       
   191 	    local_target="$$target"; \
       
   192 	  fi; \
       
   193 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
       
   194 	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
       
   195 	done && test -z "$$fail"
       
   196 tags-recursive:
       
   197 	list='$(SUBDIRS)'; for subdir in $$list; do \
       
   198 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
       
   199 	done
       
   200 
       
   201 tags: TAGS
       
   202 
       
   203 ID: $(HEADERS) $(SOURCES) $(LISP)
       
   204 	list='$(SOURCES) $(HEADERS)'; \
       
   205 	unique=`for i in $$list; do echo $$i; done | \
       
   206 	  awk '    { files[$$0] = 1; } \
       
   207 	       END { for (i in files) print i; }'`; \
       
   208 	here=`pwd` && cd $(srcdir) \
       
   209 	  && mkid -f$$here/ID $$unique $(LISP)
       
   210 
       
   211 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
       
   212 	tags=; \
       
   213 	here=`pwd`; \
       
   214 	list='$(SUBDIRS)'; for subdir in $$list; do \
       
   215    if test "$$subdir" = .; then :; else \
       
   216 	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
       
   217    fi; \
       
   218 	done; \
       
   219 	list='$(SOURCES) $(HEADERS)'; \
       
   220 	unique=`for i in $$list; do echo $$i; done | \
       
   221 	  awk '    { files[$$0] = 1; } \
       
   222 	       END { for (i in files) print i; }'`; \
       
   223 	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
       
   224 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
       
   225 
       
   226 mostlyclean-tags:
       
   227 
       
   228 clean-tags:
       
   229 
       
   230 distclean-tags:
       
   231 	-rm -f TAGS ID
       
   232 
       
   233 maintainer-clean-tags:
       
   234 
       
   235 distdir = $(PACKAGE)-$(VERSION)
       
   236 top_distdir = $(distdir)
       
   237 
       
   238 # This target untars the dist file and tries a VPATH configuration.  Then
       
   239 # it guarantees that the distribution is self-contained by making another
       
   240 # tarfile.
       
   241 distcheck: dist
       
   242 	-rm -rf $(distdir)
       
   243 	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
       
   244 	mkdir $(distdir)/=build
       
   245 	mkdir $(distdir)/=inst
       
   246 	dc_install_base=`cd $(distdir)/=inst && pwd`; \
       
   247 	cd $(distdir)/=build \
       
   248 	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
       
   249 	  && $(MAKE) $(AM_MAKEFLAGS) \
       
   250 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
       
   251 	  && $(MAKE) $(AM_MAKEFLAGS) check \
       
   252 	  && $(MAKE) $(AM_MAKEFLAGS) install \
       
   253 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
       
   254 	  && $(MAKE) $(AM_MAKEFLAGS) dist
       
   255 	-rm -rf $(distdir)
       
   256 	@banner="$(distdir).tar.gz is ready for distribution"; \
       
   257 	dashes=`echo "$$banner" | sed s/./=/g`; \
       
   258 	echo "$$dashes"; \
       
   259 	echo "$$banner"; \
       
   260 	echo "$$dashes"
       
   261 dist: distdir
       
   262 	-chmod -R a+r $(distdir)
       
   263 	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
       
   264 	-rm -rf $(distdir)
       
   265 dist-all: distdir
       
   266 	-chmod -R a+r $(distdir)
       
   267 	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
       
   268 	-rm -rf $(distdir)
       
   269 distdir: $(DISTFILES)
       
   270 	-rm -rf $(distdir)
       
   271 	mkdir $(distdir)
       
   272 	-chmod 777 $(distdir)
       
   273 	@for file in $(DISTFILES); do \
       
   274 	  d=$(srcdir); \
       
   275 	  if test -d $$d/$$file; then \
       
   276 	    cp -pr $$d/$$file $(distdir)/$$file; \
       
   277 	  else \
       
   278 	    test -f $(distdir)/$$file \
       
   279 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
       
   280 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
       
   281 	  fi; \
       
   282 	done
       
   283 	for subdir in $(DIST_SUBDIRS); do \
       
   284 	  if test "$$subdir" = .; then :; else \
       
   285 	    test -d $(distdir)/$$subdir \
       
   286 	    || mkdir $(distdir)/$$subdir \
       
   287 	    || exit 1; \
       
   288 	    chmod 777 $(distdir)/$$subdir; \
       
   289 	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
       
   290 	      || exit 1; \
       
   291 	  fi; \
       
   292 	done
       
   293 	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
       
   294 info-am:
       
   295 info: info-recursive
       
   296 dvi-am:
       
   297 dvi: dvi-recursive
       
   298 check-am: all-am
       
   299 check: check-recursive
       
   300 installcheck-am:
       
   301 installcheck: installcheck-recursive
       
   302 all-recursive-am: config.h
       
   303 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
       
   304 
       
   305 install-exec-am:
       
   306 install-exec: install-exec-recursive
       
   307 
       
   308 install-data-am:
       
   309 install-data: install-data-recursive
       
   310 
       
   311 install-am: all-am
       
   312 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
       
   313 install: install-recursive
       
   314 uninstall-am:
       
   315 uninstall: uninstall-recursive
       
   316 all-am: Makefile config.h
       
   317 all-redirect: all-recursive-am
       
   318 install-strip:
       
   319 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
       
   320 installdirs: installdirs-recursive
       
   321 installdirs-am:
       
   322 
       
   323 
       
   324 mostlyclean-generic:
       
   325 
       
   326 clean-generic:
       
   327 
       
   328 distclean-generic:
       
   329 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
       
   330 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
       
   331 
       
   332 maintainer-clean-generic:
       
   333 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
       
   334 
       
   335 mostlyclean: mostlyclean-recursive
       
   336 
       
   337 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
       
   338 
       
   339 clean: clean-recursive
       
   340 
       
   341 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
       
   342 
       
   343 distclean: distclean-recursive
       
   344 	-rm -f config.status
       
   345 
       
   346 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
       
   347 		maintainer-clean-generic distclean-am
       
   348 	@echo "This command is intended for maintainers to use;"
       
   349 	@echo "it deletes files that may require special tools to rebuild."
       
   350 
       
   351 maintainer-clean: maintainer-clean-recursive
       
   352 	-rm -f config.status
       
   353 
       
   354 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
       
   355 install-data-recursive uninstall-data-recursive install-exec-recursive \
       
   356 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
       
   357 all-recursive check-recursive installcheck-recursive info-recursive \
       
   358 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
       
   359 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
       
   360 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
       
   361 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
       
   362 install-exec-am install-exec install-data-am install-data install-am \
       
   363 install uninstall-am uninstall all-redirect all-am all installdirs-am \
       
   364 installdirs mostlyclean-generic distclean-generic clean-generic \
       
   365 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
       
   366 
       
   367 
       
   368 dist-hook:
       
   369 	cp -dP `find lib/ac -name CVS -prune -o \( -not -name '*~' -a -type f -o -type l \) -print` $(distdir)
       
   370 	sed -e s/@VERSION\@/@VERSION@/ <spec >$(distdir)/vmailmgr-@VERSION@.spec
       
   371 
       
   372 docs:
       
   373 	$(MAKE) -C doc all
       
   374 	$(MAKE) -C daemon docs
       
   375 	$(MAKE) -C commands docs
       
   376 
       
   377 # Tell versions [3.59,3.63) of GNU make to not export all variables.
       
   378 # Otherwise a system limit (for SysV at least) may be exceeded.
       
   379 .NOEXPORT: