Mercurial > masqmail
annotate Makefile.in @ 56:f6a6f55b7b9e
added old manual from the old website
it is dated May/July 2000
author | meillo@marmaro.de |
---|---|
date | Sat, 29 May 2010 21:51:13 +0200 |
parents | 185ba6c0e6f0 |
children | ed34413652fc |
rev | line source |
---|---|
36 | 1 # Makefile.in generated by automake 1.11.1 from Makefile.am. |
0 | 2 # @configure_input@ |
3 | |
36 | 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
6 # Inc. | |
0 | 7 # This Makefile.in is free software; the Free Software Foundation |
8 # gives unlimited permission to copy and/or distribute it, | |
9 # with or without modifications, as long as this notice is preserved. | |
10 | |
11 # This program is distributed in the hope that it will be useful, | |
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
14 # PARTICULAR PURPOSE. | |
15 | |
16 @SET_MAKE@ | |
17 VPATH = @srcdir@ | |
18 pkgdatadir = $(datadir)/@PACKAGE@ | |
36 | 19 pkgincludedir = $(includedir)/@PACKAGE@ |
0 | 20 pkglibdir = $(libdir)/@PACKAGE@ |
36 | 21 pkglibexecdir = $(libexecdir)/@PACKAGE@ |
0 | 22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
23 install_sh_DATA = $(install_sh) -c -m 644 | |
24 install_sh_PROGRAM = $(install_sh) -c | |
25 install_sh_SCRIPT = $(install_sh) -c | |
26 INSTALL_HEADER = $(INSTALL_DATA) | |
27 transform = $(program_transform_name) | |
28 NORMAL_INSTALL = : | |
29 PRE_INSTALL = : | |
30 POST_INSTALL = : | |
31 NORMAL_UNINSTALL = : | |
32 PRE_UNINSTALL = : | |
33 POST_UNINSTALL = : | |
36 | 34 subdir = . |
35 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | |
36 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ | |
37 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ | |
38 TODO acconfig.h config.guess config.sub depcomp install-sh \ | |
39 missing mkinstalldirs | |
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
43 $(ACLOCAL_M4) | |
44 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
45 configure.lineno config.status.lineno | |
46 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
47 CONFIG_HEADER = config.h | |
48 CONFIG_CLEAN_FILES = | |
49 CONFIG_CLEAN_VPATH_FILES = | |
50 SOURCES = | |
51 DIST_SOURCES = | |
52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
53 html-recursive info-recursive install-data-recursive \ | |
54 install-dvi-recursive install-exec-recursive \ | |
55 install-html-recursive install-info-recursive \ | |
56 install-pdf-recursive install-ps-recursive install-recursive \ | |
57 installcheck-recursive installdirs-recursive pdf-recursive \ | |
58 ps-recursive uninstall-recursive | |
59 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
60 distclean-recursive maintainer-clean-recursive | |
61 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | |
62 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | |
63 distdir dist dist-all distcheck | |
64 ETAGS = etags | |
65 CTAGS = ctags | |
66 DIST_SUBDIRS = $(SUBDIRS) | |
67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
68 distdir = $(PACKAGE)-$(VERSION) | |
69 top_distdir = $(distdir) | |
70 am__remove_distdir = \ | |
71 { test ! -d "$(distdir)" \ | |
72 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
73 && rm -fr "$(distdir)"; }; } | |
74 am__relativize = \ | |
75 dir0=`pwd`; \ | |
76 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
77 sed_rest='s,^[^/]*/*,,'; \ | |
78 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
79 sed_butlast='s,/*[^/]*$$,,'; \ | |
80 while test -n "$$dir1"; do \ | |
81 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
82 if test "$$first" != "."; then \ | |
83 if test "$$first" = ".."; then \ | |
84 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
85 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
86 else \ | |
87 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
88 if test "$$first2" = "$$first"; then \ | |
89 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
90 else \ | |
91 dir2="../$$dir2"; \ | |
92 fi; \ | |
93 dir0="$$dir0"/"$$first"; \ | |
94 fi; \ | |
95 fi; \ | |
96 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
97 done; \ | |
98 reldir="$$dir2" | |
99 DIST_ARCHIVES = $(distdir).tar.gz | |
100 GZIP_ENV = --best | |
101 distuninstallcheck_listfiles = find . -type f -print | |
102 distcleancheck_listfiles = find . -type f -print | |
0 | 103 ACLOCAL = @ACLOCAL@ |
104 AMTAR = @AMTAR@ | |
105 AUTOCONF = @AUTOCONF@ | |
106 AUTOHEADER = @AUTOHEADER@ | |
107 AUTOMAKE = @AUTOMAKE@ | |
108 AWK = @AWK@ | |
109 BASE64_LIBS = @BASE64_LIBS@ | |
110 CC = @CC@ | |
111 CCDEPMODE = @CCDEPMODE@ | |
112 CFLAGS = @CFLAGS@ | |
113 CPP = @CPP@ | |
114 CPPFLAGS = @CPPFLAGS@ | |
115 CYGPATH_W = @CYGPATH_W@ | |
116 DEFS = @DEFS@ | |
117 DEPDIR = @DEPDIR@ | |
118 ECHO_C = @ECHO_C@ | |
119 ECHO_N = @ECHO_N@ | |
120 ECHO_T = @ECHO_T@ | |
121 EGREP = @EGREP@ | |
122 EXEEXT = @EXEEXT@ | |
123 GLIB_CFLAGS = @GLIB_CFLAGS@ | |
124 GLIB_LIBS = @GLIB_LIBS@ | |
1 | 125 GREP = @GREP@ |
0 | 126 IDENT_LIBS = @IDENT_LIBS@ |
36 | 127 INSTALL = @INSTALL@ |
0 | 128 INSTALL_DATA = @INSTALL_DATA@ |
129 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
130 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
131 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
132 LDFLAGS = @LDFLAGS@ | |
133 LIBOBJS = @LIBOBJS@ | |
134 LIBS = @LIBS@ | |
135 LOCKFILE_LIBS = @LOCKFILE_LIBS@ | |
136 LTLIBOBJS = @LTLIBOBJS@ | |
137 MAKEINFO = @MAKEINFO@ | |
138 MD5_LIBS = @MD5_LIBS@ | |
36 | 139 MKDIR_P = @MKDIR_P@ |
0 | 140 OBJEXT = @OBJEXT@ |
141 PACKAGE = @PACKAGE@ | |
142 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
143 PACKAGE_NAME = @PACKAGE_NAME@ | |
144 PACKAGE_STRING = @PACKAGE_STRING@ | |
145 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
36 | 146 PACKAGE_URL = @PACKAGE_URL@ |
0 | 147 PACKAGE_VERSION = @PACKAGE_VERSION@ |
148 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
149 PKG_CONFIG = @PKG_CONFIG@ | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
36
diff
changeset
|
150 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
36
diff
changeset
|
151 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
0 | 152 RANLIB = @RANLIB@ |
153 RESOLV_LIBS = @RESOLV_LIBS@ | |
154 SET_MAKE = @SET_MAKE@ | |
155 SHELL = @SHELL@ | |
156 STRIP = @STRIP@ | |
157 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ | |
158 VERSION = @VERSION@ | |
36 | 159 abs_builddir = @abs_builddir@ |
160 abs_srcdir = @abs_srcdir@ | |
161 abs_top_builddir = @abs_top_builddir@ | |
162 abs_top_srcdir = @abs_top_srcdir@ | |
0 | 163 ac_ct_CC = @ac_ct_CC@ |
164 am__include = @am__include@ | |
165 am__leading_dot = @am__leading_dot@ | |
166 am__quote = @am__quote@ | |
36 | 167 am__tar = @am__tar@ |
168 am__untar = @am__untar@ | |
0 | 169 bindir = @bindir@ |
170 build_alias = @build_alias@ | |
36 | 171 builddir = @builddir@ |
0 | 172 datadir = @datadir@ |
1 | 173 datarootdir = @datarootdir@ |
174 docdir = @docdir@ | |
175 dvidir = @dvidir@ | |
0 | 176 exec_prefix = @exec_prefix@ |
177 has_ident = @has_ident@ | |
178 host_alias = @host_alias@ | |
1 | 179 htmldir = @htmldir@ |
0 | 180 includedir = @includedir@ |
181 infodir = @infodir@ | |
182 install_sh = @install_sh@ | |
183 libdir = @libdir@ | |
184 libexecdir = @libexecdir@ | |
1 | 185 localedir = @localedir@ |
0 | 186 localstatedir = @localstatedir@ |
187 mandir = @mandir@ | |
36 | 188 mkdir_p = @mkdir_p@ |
0 | 189 oldincludedir = @oldincludedir@ |
1 | 190 pdfdir = @pdfdir@ |
0 | 191 prefix = @prefix@ |
192 program_transform_name = @program_transform_name@ | |
1 | 193 psdir = @psdir@ |
0 | 194 sbindir = @sbindir@ |
195 sharedstatedir = @sharedstatedir@ | |
36 | 196 srcdir = @srcdir@ |
0 | 197 sysconfdir = @sysconfdir@ |
198 target_alias = @target_alias@ | |
36 | 199 top_build_prefix = @top_build_prefix@ |
200 top_builddir = @top_builddir@ | |
201 top_srcdir = @top_srcdir@ | |
0 | 202 with_confdir = @with_confdir@ |
203 with_group = @with_group@ | |
204 with_logdir = @with_logdir@ | |
205 with_spooldir = @with_spooldir@ | |
206 with_user = @with_user@ | |
207 EXTRA_DIST = \ | |
208 examples/example.get examples/example.route examples/masqmail.conf \ | |
3 | 209 docs/README docs/m*.[0-9] \ |
0 | 210 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ |
211 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ | |
212 INSTALL.agenda INSTALL.ipaq agenda-config.site | |
213 | |
55
185ba6c0e6f0
install man pages again, patch by Juergen Daubert
meillo@marmaro.de
parents:
54
diff
changeset
|
214 SUBDIRS = src docs |
0 | 215 all: config.h |
216 $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
217 | |
218 .SUFFIXES: | |
36 | 219 am--refresh: |
220 @: | |
221 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
222 @for dep in $?; do \ | |
223 case '$(am__configure_deps)' in \ | |
224 *$$dep*) \ | |
225 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ | |
226 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ | |
227 && exit 0; \ | |
228 exit 1;; \ | |
229 esac; \ | |
230 done; \ | |
231 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
232 $(am__cd) $(top_srcdir) && \ | |
233 $(AUTOMAKE) --gnu Makefile | |
234 .PRECIOUS: Makefile | |
235 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
236 @case '$?' in \ | |
237 *config.status*) \ | |
238 echo ' $(SHELL) ./config.status'; \ | |
239 $(SHELL) ./config.status;; \ | |
240 *) \ | |
241 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
242 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
243 esac; | |
0 | 244 |
36 | 245 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
246 $(SHELL) ./config.status --recheck | |
0 | 247 |
36 | 248 $(top_srcdir)/configure: $(am__configure_deps) |
249 $(am__cd) $(srcdir) && $(AUTOCONF) | |
250 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
251 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
252 $(am__aclocal_m4_deps): | |
0 | 253 |
254 config.h: stamp-h1 | |
255 @if test ! -f $@; then \ | |
256 rm -f stamp-h1; \ | |
36 | 257 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ |
0 | 258 else :; fi |
259 | |
260 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |
261 @rm -f stamp-h1 | |
262 cd $(top_builddir) && $(SHELL) ./config.status config.h | |
36 | 263 $(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h |
264 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |
265 rm -f stamp-h1 | |
266 touch $@ | |
0 | 267 |
268 distclean-hdr: | |
269 -rm -f config.h stamp-h1 | |
270 | |
271 # This directory's subdirectories are mostly independent; you can cd | |
272 # into them and run `make' without going through this Makefile. | |
273 # To change the values of `make' variables: instead of editing Makefiles, | |
274 # (1) if the variable is set in `config.status', edit `config.status' | |
275 # (which will cause the Makefiles to be regenerated when you run `make'); | |
276 # (2) otherwise, pass the desired values on the `make' command line. | |
277 $(RECURSIVE_TARGETS): | |
36 | 278 @fail= failcom='exit 1'; \ |
279 for f in x $$MAKEFLAGS; do \ | |
280 case $$f in \ | |
281 *=* | --[!k]*);; \ | |
282 *k*) failcom='fail=yes';; \ | |
283 esac; \ | |
284 done; \ | |
0 | 285 dot_seen=no; \ |
286 target=`echo $@ | sed s/-recursive//`; \ | |
287 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
288 echo "Making $$target in $$subdir"; \ | |
289 if test "$$subdir" = "."; then \ | |
290 dot_seen=yes; \ | |
291 local_target="$$target-am"; \ | |
292 else \ | |
293 local_target="$$target"; \ | |
294 fi; \ | |
36 | 295 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
296 || eval $$failcom; \ | |
0 | 297 done; \ |
298 if test "$$dot_seen" = "no"; then \ | |
299 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
300 fi; test -z "$$fail" | |
301 | |
36 | 302 $(RECURSIVE_CLEAN_TARGETS): |
303 @fail= failcom='exit 1'; \ | |
304 for f in x $$MAKEFLAGS; do \ | |
305 case $$f in \ | |
306 *=* | --[!k]*);; \ | |
307 *k*) failcom='fail=yes';; \ | |
308 esac; \ | |
309 done; \ | |
0 | 310 dot_seen=no; \ |
311 case "$@" in \ | |
312 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
313 *) list='$(SUBDIRS)' ;; \ | |
314 esac; \ | |
315 rev=''; for subdir in $$list; do \ | |
316 if test "$$subdir" = "."; then :; else \ | |
317 rev="$$subdir $$rev"; \ | |
318 fi; \ | |
319 done; \ | |
320 rev="$$rev ."; \ | |
321 target=`echo $@ | sed s/-recursive//`; \ | |
322 for subdir in $$rev; do \ | |
323 echo "Making $$target in $$subdir"; \ | |
324 if test "$$subdir" = "."; then \ | |
325 local_target="$$target-am"; \ | |
326 else \ | |
327 local_target="$$target"; \ | |
328 fi; \ | |
36 | 329 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
330 || eval $$failcom; \ | |
0 | 331 done && test -z "$$fail" |
332 tags-recursive: | |
333 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
36 | 334 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
0 | 335 done |
336 ctags-recursive: | |
337 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
36 | 338 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
0 | 339 done |
340 | |
341 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
342 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
343 unique=`for i in $$list; do \ | |
344 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
345 done | \ | |
36 | 346 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
347 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
0 | 348 mkid -fID $$unique |
36 | 349 tags: TAGS |
0 | 350 |
351 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
352 $(TAGS_FILES) $(LISP) | |
36 | 353 set x; \ |
0 | 354 here=`pwd`; \ |
36 | 355 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
0 | 356 include_option=--etags-include; \ |
36 | 357 empty_fix=.; \ |
0 | 358 else \ |
359 include_option=--include; \ | |
36 | 360 empty_fix=; \ |
0 | 361 fi; \ |
362 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
363 if test "$$subdir" = .; then :; else \ | |
36 | 364 test ! -f $$subdir/TAGS || \ |
365 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
0 | 366 fi; \ |
367 done; \ | |
368 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
369 unique=`for i in $$list; do \ | |
370 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
371 done | \ | |
36 | 372 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
373 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
374 shift; \ | |
375 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
376 test -n "$$unique" || unique=$$empty_fix; \ | |
377 if test $$# -gt 0; then \ | |
378 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
379 "$$@" $$unique; \ | |
380 else \ | |
381 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
382 $$unique; \ | |
383 fi; \ | |
384 fi | |
0 | 385 ctags: CTAGS |
386 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
387 $(TAGS_FILES) $(LISP) | |
388 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
389 unique=`for i in $$list; do \ | |
390 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
391 done | \ | |
36 | 392 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
393 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
394 test -z "$(CTAGS_ARGS)$$unique" \ | |
0 | 395 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
36 | 396 $$unique |
0 | 397 |
398 GTAGS: | |
399 here=`$(am__cd) $(top_builddir) && pwd` \ | |
36 | 400 && $(am__cd) $(top_srcdir) \ |
401 && gtags -i $(GTAGS_ARGS) "$$here" | |
0 | 402 |
403 distclean-tags: | |
404 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
405 | |
406 distdir: $(DISTFILES) | |
407 $(am__remove_distdir) | |
36 | 408 test -d "$(distdir)" || mkdir "$(distdir)" |
409 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
410 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
411 list='$(DISTFILES)'; \ | |
412 dist_files=`for file in $$list; do echo $$file; done | \ | |
413 sed -e "s|^$$srcdirstrip/||;t" \ | |
414 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
415 case $$dist_files in \ | |
416 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
417 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
418 sort -u` ;; \ | |
419 esac; \ | |
420 for file in $$dist_files; do \ | |
0 | 421 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
36 | 422 if test -d $$d/$$file; then \ |
423 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
424 if test -d "$(distdir)/$$file"; then \ | |
425 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
426 fi; \ | |
427 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
428 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
429 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
430 fi; \ | |
431 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
0 | 432 else \ |
36 | 433 test -f "$(distdir)/$$file" \ |
434 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
0 | 435 || exit 1; \ |
436 fi; \ | |
437 done | |
36 | 438 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
0 | 439 if test "$$subdir" = .; then :; else \ |
36 | 440 test -d "$(distdir)/$$subdir" \ |
441 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
0 | 442 || exit 1; \ |
36 | 443 fi; \ |
444 done | |
445 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
446 if test "$$subdir" = .; then :; else \ | |
447 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
448 $(am__relativize); \ | |
449 new_distdir=$$reldir; \ | |
450 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
451 $(am__relativize); \ | |
452 new_top_distdir=$$reldir; \ | |
453 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
454 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
455 ($(am__cd) $$subdir && \ | |
0 | 456 $(MAKE) $(AM_MAKEFLAGS) \ |
36 | 457 top_distdir="$$new_top_distdir" \ |
458 distdir="$$new_distdir" \ | |
459 am__remove_distdir=: \ | |
460 am__skip_length_check=: \ | |
461 am__skip_mode_fix=: \ | |
0 | 462 distdir) \ |
463 || exit 1; \ | |
464 fi; \ | |
465 done | |
36 | 466 -test -n "$(am__skip_mode_fix)" \ |
467 || find "$(distdir)" -type d ! -perm -755 \ | |
468 -exec chmod u+rwx,go+rx {} \; -o \ | |
0 | 469 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
470 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
36 | 471 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
472 || chmod -R a+r "$(distdir)" | |
0 | 473 dist-gzip: distdir |
36 | 474 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
475 $(am__remove_distdir) | |
476 | |
477 dist-bzip2: distdir | |
478 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
479 $(am__remove_distdir) | |
480 | |
481 dist-lzma: distdir | |
482 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma | |
483 $(am__remove_distdir) | |
484 | |
485 dist-xz: distdir | |
486 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz | |
487 $(am__remove_distdir) | |
488 | |
489 dist-tarZ: distdir | |
490 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
491 $(am__remove_distdir) | |
492 | |
493 dist-shar: distdir | |
494 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
495 $(am__remove_distdir) | |
496 | |
497 dist-zip: distdir | |
498 -rm -f $(distdir).zip | |
499 zip -rq $(distdir).zip $(distdir) | |
0 | 500 $(am__remove_distdir) |
501 | |
502 dist dist-all: distdir | |
36 | 503 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
0 | 504 $(am__remove_distdir) |
505 | |
506 # This target untars the dist file and tries a VPATH configuration. Then | |
507 # it guarantees that the distribution is self-contained by making another | |
508 # tarfile. | |
509 distcheck: dist | |
36 | 510 case '$(DIST_ARCHIVES)' in \ |
511 *.tar.gz*) \ | |
512 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | |
513 *.tar.bz2*) \ | |
514 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |
515 *.tar.lzma*) \ | |
516 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ | |
517 *.tar.xz*) \ | |
518 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
519 *.tar.Z*) \ | |
520 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
521 *.shar.gz*) \ | |
522 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | |
523 *.zip*) \ | |
524 unzip $(distdir).zip ;;\ | |
525 esac | |
0 | 526 chmod -R a-w $(distdir); chmod a+w $(distdir) |
527 mkdir $(distdir)/_build | |
528 mkdir $(distdir)/_inst | |
529 chmod a-w $(distdir) | |
36 | 530 test -d $(distdir)/_build || exit 0; \ |
0 | 531 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
532 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
36 | 533 && am__cwd=`pwd` \ |
534 && $(am__cd) $(distdir)/_build \ | |
0 | 535 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
536 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
537 && $(MAKE) $(AM_MAKEFLAGS) \ | |
538 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
539 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
540 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
541 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
542 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
543 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
544 distuninstallcheck \ | |
545 && chmod -R a-w "$$dc_install_base" \ | |
546 && ({ \ | |
36 | 547 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
0 | 548 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
549 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
550 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
551 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
552 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
553 && rm -rf "$$dc_destdir" \ | |
36 | 554 && $(MAKE) $(AM_MAKEFLAGS) dist \ |
555 && rm -rf $(DIST_ARCHIVES) \ | |
556 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ | |
557 && cd "$$am__cwd" \ | |
558 || exit 1 | |
0 | 559 $(am__remove_distdir) |
36 | 560 @(echo "$(distdir) archives ready for distribution: "; \ |
561 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
562 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
0 | 563 distuninstallcheck: |
36 | 564 @$(am__cd) '$(distuninstallcheck_dir)' \ |
0 | 565 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
566 || { echo "ERROR: files left after uninstall:" ; \ | |
567 if test -n "$(DESTDIR)"; then \ | |
568 echo " (check DESTDIR support)"; \ | |
569 fi ; \ | |
570 $(distuninstallcheck_listfiles) ; \ | |
571 exit 1; } >&2 | |
572 distcleancheck: distclean | |
573 @if test '$(srcdir)' = . ; then \ | |
574 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
575 exit 1 ; \ | |
576 fi | |
577 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
578 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
579 $(distcleancheck_listfiles) ; \ | |
580 exit 1; } >&2 | |
581 check-am: all-am | |
582 check: check-recursive | |
583 all-am: Makefile config.h | |
584 installdirs: installdirs-recursive | |
585 installdirs-am: | |
586 install: install-recursive | |
587 install-exec: install-exec-recursive | |
588 install-data: install-data-recursive | |
589 uninstall: uninstall-recursive | |
590 | |
591 install-am: all-am | |
592 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
593 | |
594 installcheck: installcheck-recursive | |
595 install-strip: | |
596 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
597 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
598 `test -z '$(STRIP)' || \ | |
599 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
600 mostlyclean-generic: | |
601 | |
602 clean-generic: | |
603 | |
604 distclean-generic: | |
36 | 605 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
606 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
0 | 607 |
608 maintainer-clean-generic: | |
609 @echo "This command is intended for maintainers to use" | |
610 @echo "it deletes files that may require special tools to rebuild." | |
611 clean: clean-recursive | |
612 | |
613 clean-am: clean-generic mostlyclean-am | |
614 | |
615 distclean: distclean-recursive | |
616 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
617 -rm -f Makefile | |
618 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags | |
619 | |
620 dvi: dvi-recursive | |
621 | |
622 dvi-am: | |
623 | |
36 | 624 html: html-recursive |
625 | |
626 html-am: | |
627 | |
0 | 628 info: info-recursive |
629 | |
630 info-am: | |
631 | |
632 install-data-am: install-data-local | |
633 | |
36 | 634 install-dvi: install-dvi-recursive |
635 | |
636 install-dvi-am: | |
637 | |
0 | 638 install-exec-am: |
639 | |
36 | 640 install-html: install-html-recursive |
641 | |
642 install-html-am: | |
643 | |
0 | 644 install-info: install-info-recursive |
645 | |
36 | 646 install-info-am: |
647 | |
0 | 648 install-man: |
649 | |
36 | 650 install-pdf: install-pdf-recursive |
651 | |
652 install-pdf-am: | |
653 | |
654 install-ps: install-ps-recursive | |
655 | |
656 install-ps-am: | |
657 | |
0 | 658 installcheck-am: |
659 | |
660 maintainer-clean: maintainer-clean-recursive | |
661 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
662 -rm -rf $(top_srcdir)/autom4te.cache | |
663 -rm -f Makefile | |
664 maintainer-clean-am: distclean-am maintainer-clean-generic | |
665 | |
666 mostlyclean: mostlyclean-recursive | |
667 | |
668 mostlyclean-am: mostlyclean-generic | |
669 | |
670 pdf: pdf-recursive | |
671 | |
672 pdf-am: | |
673 | |
674 ps: ps-recursive | |
675 | |
676 ps-am: | |
677 | |
36 | 678 uninstall-am: |
0 | 679 |
36 | 680 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ |
681 ctags-recursive install-am install-strip tags-recursive | |
0 | 682 |
36 | 683 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
684 all all-am am--refresh check check-am clean clean-generic \ | |
685 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ | |
686 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ | |
687 distclean distclean-generic distclean-hdr distclean-tags \ | |
688 distcleancheck distdir distuninstallcheck dvi dvi-am html \ | |
689 html-am info info-am install install-am install-data \ | |
690 install-data-am install-data-local install-dvi install-dvi-am \ | |
691 install-exec install-exec-am install-html install-html-am \ | |
692 install-info install-info-am install-man install-pdf \ | |
693 install-pdf-am install-ps install-ps-am install-strip \ | |
694 installcheck installcheck-am installdirs installdirs-am \ | |
695 maintainer-clean maintainer-clean-generic mostlyclean \ | |
696 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ | |
697 uninstall uninstall-am | |
0 | 698 |
699 | |
700 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir | |
701 | |
702 conf_dir: $(DESTDIR)@with_confdir@ | |
703 | |
704 $(DESTDIR)@with_confdir@: | |
705 install -d $(DESTDIR)@with_confdir@ | |
706 | |
707 tpl_dir: $(DESTDIR)@datadir@/tpl | |
708 | |
709 $(DESTDIR)@datadir@/tpl: conf_dir | |
710 install -d $(DESTDIR)@datadir@/masqmail/tpl | |
711 install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl | |
1 | 712 install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl |
0 | 713 install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl |
1 | 714 install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl |
0 | 715 |
716 log_dir: $(DESTDIR)@with_logdir@ | |
717 | |
718 spool_dir: $(DESTDIR)@with_spooldir@ | |
719 | |
720 uid_bit: $(DESTDIR)@prefix@/sbin/masqmail | |
721 chmod u+s $(DESTDIR)@prefix@/sbin/masqmail | |
722 | |
723 run_dir: | |
724 install -d -o @with_user@ -g @with_group@ $(DESTDIR)/var/run/masqmail | |
725 | |
726 $(DESTDIR)@with_logdir@: | |
727 [ -d `dirname $(DESTDIR)@with_logdir@` ] || \ | |
728 install -d `dirname $(DESTDIR)@with_logdir@` | |
729 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_logdir@ | |
730 | |
731 $(DESTDIR)@with_spooldir@: | |
732 [ -d `dirname $(DESTDIR)@with_spooldir@` ] || \ | |
733 install -d `dirname $(DESTDIR)@with_spooldir@` | |
734 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@ | |
735 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock | |
736 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input | |
737 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl | |
36 | 738 |
0 | 739 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
740 # Otherwise a system limit (for SysV at least) may be exceeded. | |
741 .NOEXPORT: |