masqmail-0.2

changeset 7:969bc91ff13b

removed docs from Makefiles; stuff about last commit
author meillo@marmaro.de
date Mon, 27 Oct 2008 14:51:31 +0100
parents 2c09cca4cab9
children 7e01b9096bb6
files Makefile.am Makefile.in tests/Makefile tests/Makefile.am tests/Makefile.in
diffstat 5 files changed, 21 insertions(+), 309 deletions(-) [+]
line diff
     1.1 --- a/Makefile.am	Fri Sep 26 21:51:05 2008 +0200
     1.2 +++ b/Makefile.am	Mon Oct 27 14:51:31 2008 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \
     1.5  INSTALL.agenda INSTALL.ipaq agenda-config.site
     1.6  
     1.7 -SUBDIRS = src tests docs
     1.8 +SUBDIRS = src tests
     1.9  
    1.10  install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir
    1.11  
     2.1 --- a/Makefile.in	Fri Sep 26 21:51:05 2008 +0200
     2.2 +++ b/Makefile.in	Mon Oct 27 14:51:31 2008 +0100
     2.3 @@ -134,7 +134,7 @@
     2.4  INSTALL.agenda INSTALL.ipaq agenda-config.site
     2.5  
     2.6  
     2.7 -SUBDIRS = src tests docs
     2.8 +SUBDIRS = src tests
     2.9  subdir = .
    2.10  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    2.11  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/tests/Makefile	Mon Oct 27 14:51:31 2008 +0100
     3.3 @@ -0,0 +1,19 @@
     3.4 +# Makefile by markus schnalke <meillo@marmaro.de>
     3.5 +# heavily based on Makefile.am written by oliver kurth
     3.6 +
     3.7 +all: test.conf local.sh smtpout.sh
     3.8 +
     3.9 +
    3.10 +test.conf: conf.templ
    3.11 +	sed s/SMTP_HOST/`hostname`/ conf.templ > test.conf
    3.12 +
    3.13 +local.sh: test.templ
    3.14 +	sed s/RECV_HOST/localhost/ test.templ > local.sh
    3.15 +	chmod ugo+x local.sh
    3.16 +
    3.17 +smtpout.sh: test.templ
    3.18 +	sed s/RECV_HOST/`hostname`/ test.templ > smtpout.sh
    3.19 +	chmod ugo+x smtpout.sh
    3.20 +
    3.21 +clean:
    3.22 +	rm -f test.conf local.sh smtpout.sh
     4.1 --- a/tests/Makefile.am	Fri Sep 26 21:51:05 2008 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,20 +0,0 @@
     4.4 -test.conf: $(srcdir)/conf.templ
     4.5 -	sed s/SMTP_HOST/`hostname`/ $(srcdir)/conf.templ > test.conf
     4.6 -
     4.7 -local.sh: $(srcdir)/test.templ
     4.8 -	sed s/RECV_HOST/localhost/ $(srcdir)/test.templ > local.sh
     4.9 -	chmod ugo+x local.sh
    4.10 -
    4.11 -smtpout.sh: $(srcdir)/test.templ
    4.12 -	sed s/RECV_HOST/`hostname`/ $(srcdir)/test.templ > smtpout.sh
    4.13 -	chmod ugo+x smtpout.sh
    4.14 -
    4.15 -input/:
    4.16 -	mkdir input
    4.17 -
    4.18 -all: test.conf local.sh smtpout.sh input/
    4.19 -
    4.20 -EXTRA_DIST=conf.templ test.templ
    4.21 -
    4.22 -conf.templ:
    4.23 -test.templ:
     5.1 --- a/tests/Makefile.in	Fri Sep 26 21:51:05 2008 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,287 +0,0 @@
     5.4 -# Makefile.in generated by automake 1.7.9 from Makefile.am.
     5.5 -# @configure_input@
     5.6 -
     5.7 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
     5.8 -# Free Software Foundation, Inc.
     5.9 -# This Makefile.in is free software; the Free Software Foundation
    5.10 -# gives unlimited permission to copy and/or distribute it,
    5.11 -# with or without modifications, as long as this notice is preserved.
    5.12 -
    5.13 -# This program is distributed in the hope that it will be useful,
    5.14 -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    5.15 -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    5.16 -# PARTICULAR PURPOSE.
    5.17 -
    5.18 -@SET_MAKE@
    5.19 -
    5.20 -srcdir = @srcdir@
    5.21 -top_srcdir = @top_srcdir@
    5.22 -VPATH = @srcdir@
    5.23 -pkgdatadir = $(datadir)/@PACKAGE@
    5.24 -pkglibdir = $(libdir)/@PACKAGE@
    5.25 -pkgincludedir = $(includedir)/@PACKAGE@
    5.26 -top_builddir = ..
    5.27 -
    5.28 -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    5.29 -INSTALL = @INSTALL@
    5.30 -install_sh_DATA = $(install_sh) -c -m 644
    5.31 -install_sh_PROGRAM = $(install_sh) -c
    5.32 -install_sh_SCRIPT = $(install_sh) -c
    5.33 -INSTALL_HEADER = $(INSTALL_DATA)
    5.34 -transform = $(program_transform_name)
    5.35 -NORMAL_INSTALL = :
    5.36 -PRE_INSTALL = :
    5.37 -POST_INSTALL = :
    5.38 -NORMAL_UNINSTALL = :
    5.39 -PRE_UNINSTALL = :
    5.40 -POST_UNINSTALL = :
    5.41 -ACLOCAL = @ACLOCAL@
    5.42 -AMDEP_FALSE = @AMDEP_FALSE@
    5.43 -AMDEP_TRUE = @AMDEP_TRUE@
    5.44 -AMTAR = @AMTAR@
    5.45 -AUTOCONF = @AUTOCONF@
    5.46 -AUTOHEADER = @AUTOHEADER@
    5.47 -AUTOMAKE = @AUTOMAKE@
    5.48 -AWK = @AWK@
    5.49 -BASE64_LIBS = @BASE64_LIBS@
    5.50 -CC = @CC@
    5.51 -CCDEPMODE = @CCDEPMODE@
    5.52 -CFLAGS = @CFLAGS@
    5.53 -CPP = @CPP@
    5.54 -CPPFLAGS = @CPPFLAGS@
    5.55 -CYGPATH_W = @CYGPATH_W@
    5.56 -DEFS = @DEFS@
    5.57 -DEPDIR = @DEPDIR@
    5.58 -ECHO_C = @ECHO_C@
    5.59 -ECHO_N = @ECHO_N@
    5.60 -ECHO_T = @ECHO_T@
    5.61 -EGREP = @EGREP@
    5.62 -EXEEXT = @EXEEXT@
    5.63 -GLIB_CFLAGS = @GLIB_CFLAGS@
    5.64 -GLIB_LIBS = @GLIB_LIBS@
    5.65 -GREP = @GREP@
    5.66 -IDENT_LIBS = @IDENT_LIBS@
    5.67 -INSTALL_DATA = @INSTALL_DATA@
    5.68 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
    5.69 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
    5.70 -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    5.71 -LDFLAGS = @LDFLAGS@
    5.72 -LIBOBJS = @LIBOBJS@
    5.73 -LIBS = @LIBS@
    5.74 -LOCKFILE_LIBS = @LOCKFILE_LIBS@
    5.75 -LTLIBOBJS = @LTLIBOBJS@
    5.76 -MAKEINFO = @MAKEINFO@
    5.77 -MD5_LIBS = @MD5_LIBS@
    5.78 -OBJEXT = @OBJEXT@
    5.79 -PACKAGE = @PACKAGE@
    5.80 -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    5.81 -PACKAGE_NAME = @PACKAGE_NAME@
    5.82 -PACKAGE_STRING = @PACKAGE_STRING@
    5.83 -PACKAGE_TARNAME = @PACKAGE_TARNAME@
    5.84 -PACKAGE_VERSION = @PACKAGE_VERSION@
    5.85 -PATH_SEPARATOR = @PATH_SEPARATOR@
    5.86 -PKG_CONFIG = @PKG_CONFIG@
    5.87 -RANLIB = @RANLIB@
    5.88 -RESOLV_LIBS = @RESOLV_LIBS@
    5.89 -SET_MAKE = @SET_MAKE@
    5.90 -SHELL = @SHELL@
    5.91 -STRIP = @STRIP@
    5.92 -USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
    5.93 -VERSION = @VERSION@
    5.94 -ac_ct_CC = @ac_ct_CC@
    5.95 -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
    5.96 -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
    5.97 -am__include = @am__include@
    5.98 -am__leading_dot = @am__leading_dot@
    5.99 -am__quote = @am__quote@
   5.100 -bindir = @bindir@
   5.101 -build_alias = @build_alias@
   5.102 -datadir = @datadir@
   5.103 -datarootdir = @datarootdir@
   5.104 -docdir = @docdir@
   5.105 -dvidir = @dvidir@
   5.106 -exec_prefix = @exec_prefix@
   5.107 -has_ident = @has_ident@
   5.108 -host_alias = @host_alias@
   5.109 -htmldir = @htmldir@
   5.110 -includedir = @includedir@
   5.111 -infodir = @infodir@
   5.112 -install_sh = @install_sh@
   5.113 -libdir = @libdir@
   5.114 -libexecdir = @libexecdir@
   5.115 -localedir = @localedir@
   5.116 -localstatedir = @localstatedir@
   5.117 -mandir = @mandir@
   5.118 -oldincludedir = @oldincludedir@
   5.119 -pdfdir = @pdfdir@
   5.120 -prefix = @prefix@
   5.121 -program_transform_name = @program_transform_name@
   5.122 -psdir = @psdir@
   5.123 -sbindir = @sbindir@
   5.124 -sharedstatedir = @sharedstatedir@
   5.125 -sysconfdir = @sysconfdir@
   5.126 -target_alias = @target_alias@
   5.127 -with_confdir = @with_confdir@
   5.128 -with_group = @with_group@
   5.129 -with_logdir = @with_logdir@
   5.130 -with_spooldir = @with_spooldir@
   5.131 -with_user = @with_user@
   5.132 -
   5.133 -EXTRA_DIST = conf.templ test.templ
   5.134 -subdir = tests
   5.135 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   5.136 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   5.137 -CONFIG_HEADER = $(top_builddir)/config.h
   5.138 -CONFIG_CLEAN_FILES =
   5.139 -DIST_SOURCES =
   5.140 -DIST_COMMON = README $(srcdir)/Makefile.in Makefile.am
   5.141 -all: all-am
   5.142 -
   5.143 -.SUFFIXES:
   5.144 -$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
   5.145 -	cd $(top_srcdir) && \
   5.146 -	  $(AUTOMAKE) --gnu  tests/Makefile
   5.147 -Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
   5.148 -	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
   5.149 -uninstall-info-am:
   5.150 -tags: TAGS
   5.151 -TAGS:
   5.152 -
   5.153 -ctags: CTAGS
   5.154 -CTAGS:
   5.155 -
   5.156 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   5.157 -
   5.158 -top_distdir = ..
   5.159 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
   5.160 -
   5.161 -distdir: $(DISTFILES)
   5.162 -	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
   5.163 -	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
   5.164 -	list='$(DISTFILES)'; for file in $$list; do \
   5.165 -	  case $$file in \
   5.166 -	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
   5.167 -	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
   5.168 -	  esac; \
   5.169 -	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   5.170 -	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
   5.171 -	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
   5.172 -	    dir="/$$dir"; \
   5.173 -	    $(mkinstalldirs) "$(distdir)$$dir"; \
   5.174 -	  else \
   5.175 -	    dir=''; \
   5.176 -	  fi; \
   5.177 -	  if test -d $$d/$$file; then \
   5.178 -	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   5.179 -	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
   5.180 -	    fi; \
   5.181 -	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
   5.182 -	  else \
   5.183 -	    test -f $(distdir)/$$file \
   5.184 -	    || cp -p $$d/$$file $(distdir)/$$file \
   5.185 -	    || exit 1; \
   5.186 -	  fi; \
   5.187 -	done
   5.188 -check-am: all-am
   5.189 -check: check-am
   5.190 -all-am: Makefile
   5.191 -
   5.192 -installdirs:
   5.193 -install: install-am
   5.194 -install-exec: install-exec-am
   5.195 -install-data: install-data-am
   5.196 -uninstall: uninstall-am
   5.197 -
   5.198 -install-am: all-am
   5.199 -	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   5.200 -
   5.201 -installcheck: installcheck-am
   5.202 -install-strip:
   5.203 -	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   5.204 -	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   5.205 -	  `test -z '$(STRIP)' || \
   5.206 -	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   5.207 -mostlyclean-generic:
   5.208 -
   5.209 -clean-generic:
   5.210 -
   5.211 -distclean-generic:
   5.212 -	-rm -f $(CONFIG_CLEAN_FILES)
   5.213 -
   5.214 -maintainer-clean-generic:
   5.215 -	@echo "This command is intended for maintainers to use"
   5.216 -	@echo "it deletes files that may require special tools to rebuild."
   5.217 -clean: clean-am
   5.218 -
   5.219 -clean-am: clean-generic mostlyclean-am
   5.220 -
   5.221 -distclean: distclean-am
   5.222 -	-rm -f Makefile
   5.223 -distclean-am: clean-am distclean-generic
   5.224 -
   5.225 -dvi: dvi-am
   5.226 -
   5.227 -dvi-am:
   5.228 -
   5.229 -info: info-am
   5.230 -
   5.231 -info-am:
   5.232 -
   5.233 -install-data-am:
   5.234 -
   5.235 -install-exec-am:
   5.236 -
   5.237 -install-info: install-info-am
   5.238 -
   5.239 -install-man:
   5.240 -
   5.241 -installcheck-am:
   5.242 -
   5.243 -maintainer-clean: maintainer-clean-am
   5.244 -	-rm -f Makefile
   5.245 -maintainer-clean-am: distclean-am maintainer-clean-generic
   5.246 -
   5.247 -mostlyclean: mostlyclean-am
   5.248 -
   5.249 -mostlyclean-am: mostlyclean-generic
   5.250 -
   5.251 -pdf: pdf-am
   5.252 -
   5.253 -pdf-am:
   5.254 -
   5.255 -ps: ps-am
   5.256 -
   5.257 -ps-am:
   5.258 -
   5.259 -uninstall-am: uninstall-info-am
   5.260 -
   5.261 -.PHONY: all all-am check check-am clean clean-generic distclean \
   5.262 -	distclean-generic distdir dvi dvi-am info info-am install \
   5.263 -	install-am install-data install-data-am install-exec \
   5.264 -	install-exec-am install-info install-info-am install-man \
   5.265 -	install-strip installcheck installcheck-am installdirs \
   5.266 -	maintainer-clean maintainer-clean-generic mostlyclean \
   5.267 -	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
   5.268 -	uninstall-info-am
   5.269 -
   5.270 -test.conf: $(srcdir)/conf.templ
   5.271 -	sed s/SMTP_HOST/`hostname`/ $(srcdir)/conf.templ > test.conf
   5.272 -
   5.273 -local.sh: $(srcdir)/test.templ
   5.274 -	sed s/RECV_HOST/localhost/ $(srcdir)/test.templ > local.sh
   5.275 -	chmod ugo+x local.sh
   5.276 -
   5.277 -smtpout.sh: $(srcdir)/test.templ
   5.278 -	sed s/RECV_HOST/`hostname`/ $(srcdir)/test.templ > smtpout.sh
   5.279 -	chmod ugo+x smtpout.sh
   5.280 -
   5.281 -input/:
   5.282 -	mkdir input
   5.283 -
   5.284 -all: test.conf local.sh smtpout.sh input/
   5.285 -
   5.286 -conf.templ:
   5.287 -test.templ:
   5.288 -# Tell versions [3.59,3.63) of GNU make to not export all variables.
   5.289 -# Otherwise a system limit (for SysV at least) may be exceeded.
   5.290 -.NOEXPORT: