masqmail-0.2

view Makefile.in @ 87:3cbcc46c7d49

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