comparison Makefile.in @ 4:2c09cca4cab9

removed references to distribution directories
author meillo@marmaro.de
date Fri, 26 Sep 2008 21:51:05 +0200
parents 8c55886cacd8
children 3cafdebd1479
comparison
equal deleted inserted replaced
3:8c55886cacd8 4:2c09cca4cab9
127 with_spooldir = @with_spooldir@ 127 with_spooldir = @with_spooldir@
128 with_user = @with_user@ 128 with_user = @with_user@
129 EXTRA_DIST = \ 129 EXTRA_DIST = \
130 examples/example.get examples/example.route examples/masqmail.conf \ 130 examples/example.get examples/example.route examples/masqmail.conf \
131 docs/README docs/m*.[0-9] \ 131 docs/README docs/m*.[0-9] \
132 suse/masqmail suse/masqmail.spec suse/masqmail.spec.in \
133 redhat/masqmail redhat/masqmail.spec redhat/masqmail.spec.in \
134 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ 132 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \
135 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ 133 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \
136 INSTALL.agenda INSTALL.ipaq agenda-config.site 134 INSTALL.agenda INSTALL.ipaq agenda-config.site
137 135
138 136
139 SUBDIRS = src tests docs debian 137 SUBDIRS = src tests docs
140 subdir = . 138 subdir = .
141 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 139 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
142 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 140 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
143 CONFIG_HEADER = config.h 141 CONFIG_HEADER = config.h
144 CONFIG_CLEAN_FILES = suse/masqmail.spec redhat/masqmail.spec 142 CONFIG_CLEAN_FILES =
145 DIST_SOURCES = 143 DIST_SOURCES =
146 144
147 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ 145 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
148 ps-recursive install-info-recursive uninstall-info-recursive \ 146 ps-recursive install-info-recursive uninstall-info-recursive \
149 all-recursive install-data-recursive install-exec-recursive \ 147 all-recursive install-data-recursive install-exec-recursive \
189 cd $(top_srcdir) && $(AUTOHEADER) 187 cd $(top_srcdir) && $(AUTOHEADER)
190 touch $(srcdir)/config.h.in 188 touch $(srcdir)/config.h.in
191 189
192 distclean-hdr: 190 distclean-hdr:
193 -rm -f config.h stamp-h1 191 -rm -f config.h stamp-h1
194 suse/masqmail.spec: $(top_builddir)/config.status $(top_srcdir)/suse/masqmail.spec.in
195 cd $(top_builddir) && $(SHELL) ./config.status $@
196 redhat/masqmail.spec: $(top_builddir)/config.status $(top_srcdir)/redhat/masqmail.spec.in
197 cd $(top_builddir) && $(SHELL) ./config.status $@
198 uninstall-info-am: 192 uninstall-info-am:
199 193
200 # This directory's subdirectories are mostly independent; you can cd 194 # This directory's subdirectories are mostly independent; you can cd
201 # into them and run `make' without going through this Makefile. 195 # into them and run `make' without going through this Makefile.
202 # To change the values of `make' variables: instead of editing Makefiles, 196 # To change the values of `make' variables: instead of editing Makefiles,
335 distcleancheck_listfiles = find . -type f -print 329 distcleancheck_listfiles = find . -type f -print
336 330
337 distdir: $(DISTFILES) 331 distdir: $(DISTFILES)
338 $(am__remove_distdir) 332 $(am__remove_distdir)
339 mkdir $(distdir) 333 mkdir $(distdir)
340 $(mkinstalldirs) $(distdir)/docs $(distdir)/examples $(distdir)/redhat $(distdir)/suse $(distdir)/tpl 334 $(mkinstalldirs) $(distdir)/docs $(distdir)/examples $(distdir)/tpl
341 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 335 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
342 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 336 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
343 list='$(DISTFILES)'; for file in $$list; do \ 337 list='$(DISTFILES)'; for file in $$list; do \
344 case $$file in \ 338 case $$file in \
345 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 339 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \