Mercurial > masqmail
annotate Makefile.in @ 57:ed34413652fc
moved man pages from docs/ to man/
author | meillo@marmaro.de |
---|---|
date | Sat, 29 May 2010 22:07:07 +0200 |
parents | 185ba6c0e6f0 |
children | 6ab62592cac4 |
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 = \ | |
57 | 208 examples/* docs/* man/* tpl/* \ |
0 | 209 INSTALL.agenda INSTALL.ipaq agenda-config.site |
210 | |
57 | 211 SUBDIRS = src man |
0 | 212 all: config.h |
213 $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
214 | |
215 .SUFFIXES: | |
36 | 216 am--refresh: |
217 @: | |
218 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
219 @for dep in $?; do \ | |
220 case '$(am__configure_deps)' in \ | |
221 *$$dep*) \ | |
222 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ | |
223 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ | |
224 && exit 0; \ | |
225 exit 1;; \ | |
226 esac; \ | |
227 done; \ | |
228 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
229 $(am__cd) $(top_srcdir) && \ | |
230 $(AUTOMAKE) --gnu Makefile | |
231 .PRECIOUS: Makefile | |
232 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
233 @case '$?' in \ | |
234 *config.status*) \ | |
235 echo ' $(SHELL) ./config.status'; \ | |
236 $(SHELL) ./config.status;; \ | |
237 *) \ | |
238 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
239 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
240 esac; | |
0 | 241 |
36 | 242 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
243 $(SHELL) ./config.status --recheck | |
0 | 244 |
36 | 245 $(top_srcdir)/configure: $(am__configure_deps) |
246 $(am__cd) $(srcdir) && $(AUTOCONF) | |
247 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
248 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
249 $(am__aclocal_m4_deps): | |
0 | 250 |
251 config.h: stamp-h1 | |
252 @if test ! -f $@; then \ | |
253 rm -f stamp-h1; \ | |
36 | 254 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ |
0 | 255 else :; fi |
256 | |
257 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |
258 @rm -f stamp-h1 | |
259 cd $(top_builddir) && $(SHELL) ./config.status config.h | |
36 | 260 $(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h |
261 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |
262 rm -f stamp-h1 | |
263 touch $@ | |
0 | 264 |
265 distclean-hdr: | |
266 -rm -f config.h stamp-h1 | |
267 | |
268 # This directory's subdirectories are mostly independent; you can cd | |
269 # into them and run `make' without going through this Makefile. | |
270 # To change the values of `make' variables: instead of editing Makefiles, | |
271 # (1) if the variable is set in `config.status', edit `config.status' | |
272 # (which will cause the Makefiles to be regenerated when you run `make'); | |
273 # (2) otherwise, pass the desired values on the `make' command line. | |
274 $(RECURSIVE_TARGETS): | |
36 | 275 @fail= failcom='exit 1'; \ |
276 for f in x $$MAKEFLAGS; do \ | |
277 case $$f in \ | |
278 *=* | --[!k]*);; \ | |
279 *k*) failcom='fail=yes';; \ | |
280 esac; \ | |
281 done; \ | |
0 | 282 dot_seen=no; \ |
283 target=`echo $@ | sed s/-recursive//`; \ | |
284 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
285 echo "Making $$target in $$subdir"; \ | |
286 if test "$$subdir" = "."; then \ | |
287 dot_seen=yes; \ | |
288 local_target="$$target-am"; \ | |
289 else \ | |
290 local_target="$$target"; \ | |
291 fi; \ | |
36 | 292 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
293 || eval $$failcom; \ | |
0 | 294 done; \ |
295 if test "$$dot_seen" = "no"; then \ | |
296 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
297 fi; test -z "$$fail" | |
298 | |
36 | 299 $(RECURSIVE_CLEAN_TARGETS): |
300 @fail= failcom='exit 1'; \ | |
301 for f in x $$MAKEFLAGS; do \ | |
302 case $$f in \ | |
303 *=* | --[!k]*);; \ | |
304 *k*) failcom='fail=yes';; \ | |
305 esac; \ | |
306 done; \ | |
0 | 307 dot_seen=no; \ |
308 case "$@" in \ | |
309 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
310 *) list='$(SUBDIRS)' ;; \ | |
311 esac; \ | |
312 rev=''; for subdir in $$list; do \ | |
313 if test "$$subdir" = "."; then :; else \ | |
314 rev="$$subdir $$rev"; \ | |
315 fi; \ | |
316 done; \ | |
317 rev="$$rev ."; \ | |
318 target=`echo $@ | sed s/-recursive//`; \ | |
319 for subdir in $$rev; do \ | |
320 echo "Making $$target in $$subdir"; \ | |
321 if test "$$subdir" = "."; then \ | |
322 local_target="$$target-am"; \ | |
323 else \ | |
324 local_target="$$target"; \ | |
325 fi; \ | |
36 | 326 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
327 || eval $$failcom; \ | |
0 | 328 done && test -z "$$fail" |
329 tags-recursive: | |
330 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
36 | 331 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
0 | 332 done |
333 ctags-recursive: | |
334 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
36 | 335 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
0 | 336 done |
337 | |
338 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
339 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
340 unique=`for i in $$list; do \ | |
341 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
342 done | \ | |
36 | 343 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
344 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
0 | 345 mkid -fID $$unique |
36 | 346 tags: TAGS |
0 | 347 |
348 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
349 $(TAGS_FILES) $(LISP) | |
36 | 350 set x; \ |
0 | 351 here=`pwd`; \ |
36 | 352 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
0 | 353 include_option=--etags-include; \ |
36 | 354 empty_fix=.; \ |
0 | 355 else \ |
356 include_option=--include; \ | |
36 | 357 empty_fix=; \ |
0 | 358 fi; \ |
359 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
360 if test "$$subdir" = .; then :; else \ | |
36 | 361 test ! -f $$subdir/TAGS || \ |
362 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
0 | 363 fi; \ |
364 done; \ | |
365 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
366 unique=`for i in $$list; do \ | |
367 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
368 done | \ | |
36 | 369 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
370 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
371 shift; \ | |
372 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
373 test -n "$$unique" || unique=$$empty_fix; \ | |
374 if test $$# -gt 0; then \ | |
375 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
376 "$$@" $$unique; \ | |
377 else \ | |
378 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
379 $$unique; \ | |
380 fi; \ | |
381 fi | |
0 | 382 ctags: CTAGS |
383 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
384 $(TAGS_FILES) $(LISP) | |
385 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
386 unique=`for i in $$list; do \ | |
387 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
388 done | \ | |
36 | 389 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
390 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
391 test -z "$(CTAGS_ARGS)$$unique" \ | |
0 | 392 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
36 | 393 $$unique |
0 | 394 |
395 GTAGS: | |
396 here=`$(am__cd) $(top_builddir) && pwd` \ | |
36 | 397 && $(am__cd) $(top_srcdir) \ |
398 && gtags -i $(GTAGS_ARGS) "$$here" | |
0 | 399 |
400 distclean-tags: | |
401 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
402 | |
403 distdir: $(DISTFILES) | |
404 $(am__remove_distdir) | |
36 | 405 test -d "$(distdir)" || mkdir "$(distdir)" |
406 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
407 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
408 list='$(DISTFILES)'; \ | |
409 dist_files=`for file in $$list; do echo $$file; done | \ | |
410 sed -e "s|^$$srcdirstrip/||;t" \ | |
411 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
412 case $$dist_files in \ | |
413 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
414 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
415 sort -u` ;; \ | |
416 esac; \ | |
417 for file in $$dist_files; do \ | |
0 | 418 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
36 | 419 if test -d $$d/$$file; then \ |
420 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
421 if test -d "$(distdir)/$$file"; then \ | |
422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
423 fi; \ | |
424 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
425 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
426 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
427 fi; \ | |
428 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
0 | 429 else \ |
36 | 430 test -f "$(distdir)/$$file" \ |
431 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
0 | 432 || exit 1; \ |
433 fi; \ | |
434 done | |
36 | 435 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
0 | 436 if test "$$subdir" = .; then :; else \ |
36 | 437 test -d "$(distdir)/$$subdir" \ |
438 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
0 | 439 || exit 1; \ |
36 | 440 fi; \ |
441 done | |
442 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
443 if test "$$subdir" = .; then :; else \ | |
444 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
445 $(am__relativize); \ | |
446 new_distdir=$$reldir; \ | |
447 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
448 $(am__relativize); \ | |
449 new_top_distdir=$$reldir; \ | |
450 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
451 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
452 ($(am__cd) $$subdir && \ | |
0 | 453 $(MAKE) $(AM_MAKEFLAGS) \ |
36 | 454 top_distdir="$$new_top_distdir" \ |
455 distdir="$$new_distdir" \ | |
456 am__remove_distdir=: \ | |
457 am__skip_length_check=: \ | |
458 am__skip_mode_fix=: \ | |
0 | 459 distdir) \ |
460 || exit 1; \ | |
461 fi; \ | |
462 done | |
36 | 463 -test -n "$(am__skip_mode_fix)" \ |
464 || find "$(distdir)" -type d ! -perm -755 \ | |
465 -exec chmod u+rwx,go+rx {} \; -o \ | |
0 | 466 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
467 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
36 | 468 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
469 || chmod -R a+r "$(distdir)" | |
0 | 470 dist-gzip: distdir |
36 | 471 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
472 $(am__remove_distdir) | |
473 | |
474 dist-bzip2: distdir | |
475 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
476 $(am__remove_distdir) | |
477 | |
478 dist-lzma: distdir | |
479 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma | |
480 $(am__remove_distdir) | |
481 | |
482 dist-xz: distdir | |
483 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz | |
484 $(am__remove_distdir) | |
485 | |
486 dist-tarZ: distdir | |
487 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
488 $(am__remove_distdir) | |
489 | |
490 dist-shar: distdir | |
491 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
492 $(am__remove_distdir) | |
493 | |
494 dist-zip: distdir | |
495 -rm -f $(distdir).zip | |
496 zip -rq $(distdir).zip $(distdir) | |
0 | 497 $(am__remove_distdir) |
498 | |
499 dist dist-all: distdir | |
36 | 500 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
0 | 501 $(am__remove_distdir) |
502 | |
503 # This target untars the dist file and tries a VPATH configuration. Then | |
504 # it guarantees that the distribution is self-contained by making another | |
505 # tarfile. | |
506 distcheck: dist | |
36 | 507 case '$(DIST_ARCHIVES)' in \ |
508 *.tar.gz*) \ | |
509 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | |
510 *.tar.bz2*) \ | |
511 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |
512 *.tar.lzma*) \ | |
513 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ | |
514 *.tar.xz*) \ | |
515 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
516 *.tar.Z*) \ | |
517 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
518 *.shar.gz*) \ | |
519 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | |
520 *.zip*) \ | |
521 unzip $(distdir).zip ;;\ | |
522 esac | |
0 | 523 chmod -R a-w $(distdir); chmod a+w $(distdir) |
524 mkdir $(distdir)/_build | |
525 mkdir $(distdir)/_inst | |
526 chmod a-w $(distdir) | |
36 | 527 test -d $(distdir)/_build || exit 0; \ |
0 | 528 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
529 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
36 | 530 && am__cwd=`pwd` \ |
531 && $(am__cd) $(distdir)/_build \ | |
0 | 532 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
533 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
534 && $(MAKE) $(AM_MAKEFLAGS) \ | |
535 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
536 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
537 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
538 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
539 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
540 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
541 distuninstallcheck \ | |
542 && chmod -R a-w "$$dc_install_base" \ | |
543 && ({ \ | |
36 | 544 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
0 | 545 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
546 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
547 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
548 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
549 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
550 && rm -rf "$$dc_destdir" \ | |
36 | 551 && $(MAKE) $(AM_MAKEFLAGS) dist \ |
552 && rm -rf $(DIST_ARCHIVES) \ | |
553 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ | |
554 && cd "$$am__cwd" \ | |
555 || exit 1 | |
0 | 556 $(am__remove_distdir) |
36 | 557 @(echo "$(distdir) archives ready for distribution: "; \ |
558 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
559 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
0 | 560 distuninstallcheck: |
36 | 561 @$(am__cd) '$(distuninstallcheck_dir)' \ |
0 | 562 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
563 || { echo "ERROR: files left after uninstall:" ; \ | |
564 if test -n "$(DESTDIR)"; then \ | |
565 echo " (check DESTDIR support)"; \ | |
566 fi ; \ | |
567 $(distuninstallcheck_listfiles) ; \ | |
568 exit 1; } >&2 | |
569 distcleancheck: distclean | |
570 @if test '$(srcdir)' = . ; then \ | |
571 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
572 exit 1 ; \ | |
573 fi | |
574 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
575 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
576 $(distcleancheck_listfiles) ; \ | |
577 exit 1; } >&2 | |
578 check-am: all-am | |
579 check: check-recursive | |
580 all-am: Makefile config.h | |
581 installdirs: installdirs-recursive | |
582 installdirs-am: | |
583 install: install-recursive | |
584 install-exec: install-exec-recursive | |
585 install-data: install-data-recursive | |
586 uninstall: uninstall-recursive | |
587 | |
588 install-am: all-am | |
589 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
590 | |
591 installcheck: installcheck-recursive | |
592 install-strip: | |
593 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
594 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
595 `test -z '$(STRIP)' || \ | |
596 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
597 mostlyclean-generic: | |
598 | |
599 clean-generic: | |
600 | |
601 distclean-generic: | |
36 | 602 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
603 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
0 | 604 |
605 maintainer-clean-generic: | |
606 @echo "This command is intended for maintainers to use" | |
607 @echo "it deletes files that may require special tools to rebuild." | |
608 clean: clean-recursive | |
609 | |
610 clean-am: clean-generic mostlyclean-am | |
611 | |
612 distclean: distclean-recursive | |
613 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
614 -rm -f Makefile | |
615 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags | |
616 | |
617 dvi: dvi-recursive | |
618 | |
619 dvi-am: | |
620 | |
36 | 621 html: html-recursive |
622 | |
623 html-am: | |
624 | |
0 | 625 info: info-recursive |
626 | |
627 info-am: | |
628 | |
629 install-data-am: install-data-local | |
630 | |
36 | 631 install-dvi: install-dvi-recursive |
632 | |
633 install-dvi-am: | |
634 | |
0 | 635 install-exec-am: |
636 | |
36 | 637 install-html: install-html-recursive |
638 | |
639 install-html-am: | |
640 | |
0 | 641 install-info: install-info-recursive |
642 | |
36 | 643 install-info-am: |
644 | |
0 | 645 install-man: |
646 | |
36 | 647 install-pdf: install-pdf-recursive |
648 | |
649 install-pdf-am: | |
650 | |
651 install-ps: install-ps-recursive | |
652 | |
653 install-ps-am: | |
654 | |
0 | 655 installcheck-am: |
656 | |
657 maintainer-clean: maintainer-clean-recursive | |
658 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
659 -rm -rf $(top_srcdir)/autom4te.cache | |
660 -rm -f Makefile | |
661 maintainer-clean-am: distclean-am maintainer-clean-generic | |
662 | |
663 mostlyclean: mostlyclean-recursive | |
664 | |
665 mostlyclean-am: mostlyclean-generic | |
666 | |
667 pdf: pdf-recursive | |
668 | |
669 pdf-am: | |
670 | |
671 ps: ps-recursive | |
672 | |
673 ps-am: | |
674 | |
36 | 675 uninstall-am: |
0 | 676 |
36 | 677 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ |
678 ctags-recursive install-am install-strip tags-recursive | |
0 | 679 |
36 | 680 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
681 all all-am am--refresh check check-am clean clean-generic \ | |
682 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ | |
683 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ | |
684 distclean distclean-generic distclean-hdr distclean-tags \ | |
685 distcleancheck distdir distuninstallcheck dvi dvi-am html \ | |
686 html-am info info-am install install-am install-data \ | |
687 install-data-am install-data-local install-dvi install-dvi-am \ | |
688 install-exec install-exec-am install-html install-html-am \ | |
689 install-info install-info-am install-man install-pdf \ | |
690 install-pdf-am install-ps install-ps-am install-strip \ | |
691 installcheck installcheck-am installdirs installdirs-am \ | |
692 maintainer-clean maintainer-clean-generic mostlyclean \ | |
693 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ | |
694 uninstall uninstall-am | |
0 | 695 |
696 | |
697 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir | |
698 | |
699 conf_dir: $(DESTDIR)@with_confdir@ | |
700 | |
701 $(DESTDIR)@with_confdir@: | |
702 install -d $(DESTDIR)@with_confdir@ | |
703 | |
704 tpl_dir: $(DESTDIR)@datadir@/tpl | |
705 | |
706 $(DESTDIR)@datadir@/tpl: conf_dir | |
707 install -d $(DESTDIR)@datadir@/masqmail/tpl | |
708 install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl | |
1 | 709 install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl |
0 | 710 install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl |
1 | 711 install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl |
0 | 712 |
713 log_dir: $(DESTDIR)@with_logdir@ | |
714 | |
715 spool_dir: $(DESTDIR)@with_spooldir@ | |
716 | |
717 uid_bit: $(DESTDIR)@prefix@/sbin/masqmail | |
718 chmod u+s $(DESTDIR)@prefix@/sbin/masqmail | |
719 | |
720 run_dir: | |
721 install -d -o @with_user@ -g @with_group@ $(DESTDIR)/var/run/masqmail | |
722 | |
723 $(DESTDIR)@with_logdir@: | |
724 [ -d `dirname $(DESTDIR)@with_logdir@` ] || \ | |
725 install -d `dirname $(DESTDIR)@with_logdir@` | |
726 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_logdir@ | |
727 | |
728 $(DESTDIR)@with_spooldir@: | |
729 [ -d `dirname $(DESTDIR)@with_spooldir@` ] || \ | |
730 install -d `dirname $(DESTDIR)@with_spooldir@` | |
731 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@ | |
732 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock | |
733 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input | |
734 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl | |
36 | 735 |
0 | 736 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
737 # Otherwise a system limit (for SysV at least) may be exceeded. | |
738 .NOEXPORT: |