Mercurial > masqmail-0.2
comparison Makefile.in @ 0:08114f7dcc23 0.2.21
this is masqmail-0.2.21 from oliver kurth
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 17:05:23 +0200 |
parents | |
children | af25f5c39d90 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:08114f7dcc23 |
---|---|
1 # Makefile.in generated by automake 1.7.9 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | |
5 # Free Software Foundation, Inc. | |
6 # This Makefile.in is free software; the Free Software Foundation | |
7 # gives unlimited permission to copy and/or distribute it, | |
8 # with or without modifications, as long as this notice is preserved. | |
9 | |
10 # This program is distributed in the hope that it will be useful, | |
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
13 # PARTICULAR PURPOSE. | |
14 | |
15 @SET_MAKE@ | |
16 | |
17 srcdir = @srcdir@ | |
18 top_srcdir = @top_srcdir@ | |
19 VPATH = @srcdir@ | |
20 pkgdatadir = $(datadir)/@PACKAGE@ | |
21 pkglibdir = $(libdir)/@PACKAGE@ | |
22 pkgincludedir = $(includedir)/@PACKAGE@ | |
23 top_builddir = . | |
24 | |
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
26 INSTALL = @INSTALL@ | |
27 install_sh_DATA = $(install_sh) -c -m 644 | |
28 install_sh_PROGRAM = $(install_sh) -c | |
29 install_sh_SCRIPT = $(install_sh) -c | |
30 INSTALL_HEADER = $(INSTALL_DATA) | |
31 transform = $(program_transform_name) | |
32 NORMAL_INSTALL = : | |
33 PRE_INSTALL = : | |
34 POST_INSTALL = : | |
35 NORMAL_UNINSTALL = : | |
36 PRE_UNINSTALL = : | |
37 POST_UNINSTALL = : | |
38 ACLOCAL = @ACLOCAL@ | |
39 AMDEP_FALSE = @AMDEP_FALSE@ | |
40 AMDEP_TRUE = @AMDEP_TRUE@ | |
41 AMTAR = @AMTAR@ | |
42 AUTOCONF = @AUTOCONF@ | |
43 AUTOHEADER = @AUTOHEADER@ | |
44 AUTOMAKE = @AUTOMAKE@ | |
45 AWK = @AWK@ | |
46 BASE64_LIBS = @BASE64_LIBS@ | |
47 CC = @CC@ | |
48 CCDEPMODE = @CCDEPMODE@ | |
49 CFLAGS = @CFLAGS@ | |
50 CPP = @CPP@ | |
51 CPPFLAGS = @CPPFLAGS@ | |
52 CYGPATH_W = @CYGPATH_W@ | |
53 DEFS = @DEFS@ | |
54 DEPDIR = @DEPDIR@ | |
55 ECHO_C = @ECHO_C@ | |
56 ECHO_N = @ECHO_N@ | |
57 ECHO_T = @ECHO_T@ | |
58 EGREP = @EGREP@ | |
59 EXEEXT = @EXEEXT@ | |
60 GLIB_CFLAGS = @GLIB_CFLAGS@ | |
61 GLIB_LIBS = @GLIB_LIBS@ | |
62 IDENT_LIBS = @IDENT_LIBS@ | |
63 INSTALL_DATA = @INSTALL_DATA@ | |
64 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
65 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
66 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
67 LDFLAGS = @LDFLAGS@ | |
68 LIBOBJS = @LIBOBJS@ | |
69 LIBS = @LIBS@ | |
70 LOCKFILE_LIBS = @LOCKFILE_LIBS@ | |
71 LTLIBOBJS = @LTLIBOBJS@ | |
72 MAKEINFO = @MAKEINFO@ | |
73 MD5_LIBS = @MD5_LIBS@ | |
74 OBJEXT = @OBJEXT@ | |
75 PACKAGE = @PACKAGE@ | |
76 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
77 PACKAGE_NAME = @PACKAGE_NAME@ | |
78 PACKAGE_STRING = @PACKAGE_STRING@ | |
79 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
80 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
81 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
82 PKG_CONFIG = @PKG_CONFIG@ | |
83 RANLIB = @RANLIB@ | |
84 RESOLV_LIBS = @RESOLV_LIBS@ | |
85 SET_MAKE = @SET_MAKE@ | |
86 SHELL = @SHELL@ | |
87 STRIP = @STRIP@ | |
88 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ | |
89 VERSION = @VERSION@ | |
90 ac_ct_CC = @ac_ct_CC@ | |
91 ac_ct_RANLIB = @ac_ct_RANLIB@ | |
92 ac_ct_STRIP = @ac_ct_STRIP@ | |
93 ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ | |
94 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | |
95 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | |
96 am__include = @am__include@ | |
97 am__leading_dot = @am__leading_dot@ | |
98 am__quote = @am__quote@ | |
99 bindir = @bindir@ | |
100 build_alias = @build_alias@ | |
101 datadir = @datadir@ | |
102 exec_prefix = @exec_prefix@ | |
103 has_ident = @has_ident@ | |
104 host_alias = @host_alias@ | |
105 includedir = @includedir@ | |
106 infodir = @infodir@ | |
107 install_sh = @install_sh@ | |
108 libdir = @libdir@ | |
109 libexecdir = @libexecdir@ | |
110 localstatedir = @localstatedir@ | |
111 mandir = @mandir@ | |
112 oldincludedir = @oldincludedir@ | |
113 prefix = @prefix@ | |
114 program_transform_name = @program_transform_name@ | |
115 sbindir = @sbindir@ | |
116 sharedstatedir = @sharedstatedir@ | |
117 sysconfdir = @sysconfdir@ | |
118 target_alias = @target_alias@ | |
119 with_confdir = @with_confdir@ | |
120 with_group = @with_group@ | |
121 with_logdir = @with_logdir@ | |
122 with_spooldir = @with_spooldir@ | |
123 with_user = @with_user@ | |
124 EXTRA_DIST = \ | |
125 examples/example.get examples/example.route examples/masqmail.conf \ | |
126 docs/README docs/man/m*.[0-9] \ | |
127 suse/masqmail suse/masqmail.spec suse/masqmail.spec.in \ | |
128 redhat/masqmail redhat/masqmail.spec redhat/masqmail.spec.in \ | |
129 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ | |
130 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ | |
131 INSTALL.agenda INSTALL.ipaq agenda-config.site | |
132 | |
133 | |
134 SUBDIRS = src tests docs debian | |
135 subdir = . | |
136 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
137 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
138 CONFIG_HEADER = config.h | |
139 CONFIG_CLEAN_FILES = suse/masqmail.spec redhat/masqmail.spec | |
140 DIST_SOURCES = | |
141 | |
142 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ | |
143 ps-recursive install-info-recursive uninstall-info-recursive \ | |
144 all-recursive install-data-recursive install-exec-recursive \ | |
145 installdirs-recursive install-recursive uninstall-recursive \ | |
146 check-recursive installcheck-recursive | |
147 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \ | |
148 COPYING ChangeLog INSTALL Makefile.am NEWS TODO acconfig.h \ | |
149 aclocal.m4 config.guess config.h.in config.sub configure \ | |
150 configure.ac depcomp install-sh missing mkinstalldirs | |
151 DIST_SUBDIRS = $(SUBDIRS) | |
152 all: config.h | |
153 $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
154 | |
155 .SUFFIXES: | |
156 | |
157 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
158 configure.lineno | |
159 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) | |
160 cd $(top_srcdir) && \ | |
161 $(AUTOMAKE) --gnu Makefile | |
162 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
163 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) | |
164 | |
165 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
166 $(SHELL) ./config.status --recheck | |
167 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | |
168 cd $(srcdir) && $(AUTOCONF) | |
169 | |
170 $(ACLOCAL_M4): configure.ac | |
171 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
172 | |
173 config.h: stamp-h1 | |
174 @if test ! -f $@; then \ | |
175 rm -f stamp-h1; \ | |
176 $(MAKE) stamp-h1; \ | |
177 else :; fi | |
178 | |
179 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |
180 @rm -f stamp-h1 | |
181 cd $(top_builddir) && $(SHELL) ./config.status config.h | |
182 | |
183 $(srcdir)/config.h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) $(top_srcdir)/acconfig.h | |
184 cd $(top_srcdir) && $(AUTOHEADER) | |
185 touch $(srcdir)/config.h.in | |
186 | |
187 distclean-hdr: | |
188 -rm -f config.h stamp-h1 | |
189 suse/masqmail.spec: $(top_builddir)/config.status $(top_srcdir)/suse/masqmail.spec.in | |
190 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
191 redhat/masqmail.spec: $(top_builddir)/config.status $(top_srcdir)/redhat/masqmail.spec.in | |
192 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
193 uninstall-info-am: | |
194 | |
195 # This directory's subdirectories are mostly independent; you can cd | |
196 # into them and run `make' without going through this Makefile. | |
197 # To change the values of `make' variables: instead of editing Makefiles, | |
198 # (1) if the variable is set in `config.status', edit `config.status' | |
199 # (which will cause the Makefiles to be regenerated when you run `make'); | |
200 # (2) otherwise, pass the desired values on the `make' command line. | |
201 $(RECURSIVE_TARGETS): | |
202 @set fnord $$MAKEFLAGS; amf=$$2; \ | |
203 dot_seen=no; \ | |
204 target=`echo $@ | sed s/-recursive//`; \ | |
205 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
206 echo "Making $$target in $$subdir"; \ | |
207 if test "$$subdir" = "."; then \ | |
208 dot_seen=yes; \ | |
209 local_target="$$target-am"; \ | |
210 else \ | |
211 local_target="$$target"; \ | |
212 fi; \ | |
213 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
214 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
215 done; \ | |
216 if test "$$dot_seen" = "no"; then \ | |
217 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
218 fi; test -z "$$fail" | |
219 | |
220 mostlyclean-recursive clean-recursive distclean-recursive \ | |
221 maintainer-clean-recursive: | |
222 @set fnord $$MAKEFLAGS; amf=$$2; \ | |
223 dot_seen=no; \ | |
224 case "$@" in \ | |
225 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
226 *) list='$(SUBDIRS)' ;; \ | |
227 esac; \ | |
228 rev=''; for subdir in $$list; do \ | |
229 if test "$$subdir" = "."; then :; else \ | |
230 rev="$$subdir $$rev"; \ | |
231 fi; \ | |
232 done; \ | |
233 rev="$$rev ."; \ | |
234 target=`echo $@ | sed s/-recursive//`; \ | |
235 for subdir in $$rev; do \ | |
236 echo "Making $$target in $$subdir"; \ | |
237 if test "$$subdir" = "."; then \ | |
238 local_target="$$target-am"; \ | |
239 else \ | |
240 local_target="$$target"; \ | |
241 fi; \ | |
242 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
243 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
244 done && test -z "$$fail" | |
245 tags-recursive: | |
246 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
247 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
248 done | |
249 ctags-recursive: | |
250 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
251 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
252 done | |
253 | |
254 ETAGS = etags | |
255 ETAGSFLAGS = | |
256 | |
257 CTAGS = ctags | |
258 CTAGSFLAGS = | |
259 | |
260 tags: TAGS | |
261 | |
262 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
263 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
264 unique=`for i in $$list; do \ | |
265 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
266 done | \ | |
267 $(AWK) ' { files[$$0] = 1; } \ | |
268 END { for (i in files) print i; }'`; \ | |
269 mkid -fID $$unique | |
270 | |
271 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
272 $(TAGS_FILES) $(LISP) | |
273 tags=; \ | |
274 here=`pwd`; \ | |
275 if (etags --etags-include --version) >/dev/null 2>&1; then \ | |
276 include_option=--etags-include; \ | |
277 else \ | |
278 include_option=--include; \ | |
279 fi; \ | |
280 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
281 if test "$$subdir" = .; then :; else \ | |
282 test -f $$subdir/TAGS && \ | |
283 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | |
284 fi; \ | |
285 done; \ | |
286 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
287 unique=`for i in $$list; do \ | |
288 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
289 done | \ | |
290 $(AWK) ' { files[$$0] = 1; } \ | |
291 END { for (i in files) print i; }'`; \ | |
292 test -z "$(ETAGS_ARGS)$$tags$$unique" \ | |
293 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
294 $$tags $$unique | |
295 | |
296 ctags: CTAGS | |
297 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
298 $(TAGS_FILES) $(LISP) | |
299 tags=; \ | |
300 here=`pwd`; \ | |
301 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
302 unique=`for i in $$list; do \ | |
303 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
304 done | \ | |
305 $(AWK) ' { files[$$0] = 1; } \ | |
306 END { for (i in files) print i; }'`; \ | |
307 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
308 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
309 $$tags $$unique | |
310 | |
311 GTAGS: | |
312 here=`$(am__cd) $(top_builddir) && pwd` \ | |
313 && cd $(top_srcdir) \ | |
314 && gtags -i $(GTAGS_ARGS) $$here | |
315 | |
316 distclean-tags: | |
317 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
318 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
319 | |
320 top_distdir = . | |
321 distdir = $(PACKAGE)-$(VERSION) | |
322 | |
323 am__remove_distdir = \ | |
324 { test ! -d $(distdir) \ | |
325 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
326 && rm -fr $(distdir); }; } | |
327 | |
328 GZIP_ENV = --best | |
329 distuninstallcheck_listfiles = find . -type f -print | |
330 distcleancheck_listfiles = find . -type f -print | |
331 | |
332 distdir: $(DISTFILES) | |
333 $(am__remove_distdir) | |
334 mkdir $(distdir) | |
335 $(mkinstalldirs) $(distdir)/docs $(distdir)/docs/man $(distdir)/examples $(distdir)/redhat $(distdir)/suse $(distdir)/tpl | |
336 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | |
337 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
338 list='$(DISTFILES)'; for file in $$list; do \ | |
339 case $$file in \ | |
340 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
341 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
342 esac; \ | |
343 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
344 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
345 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
346 dir="/$$dir"; \ | |
347 $(mkinstalldirs) "$(distdir)$$dir"; \ | |
348 else \ | |
349 dir=''; \ | |
350 fi; \ | |
351 if test -d $$d/$$file; then \ | |
352 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
353 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
354 fi; \ | |
355 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
356 else \ | |
357 test -f $(distdir)/$$file \ | |
358 || cp -p $$d/$$file $(distdir)/$$file \ | |
359 || exit 1; \ | |
360 fi; \ | |
361 done | |
362 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
363 if test "$$subdir" = .; then :; else \ | |
364 test -d $(distdir)/$$subdir \ | |
365 || mkdir $(distdir)/$$subdir \ | |
366 || exit 1; \ | |
367 (cd $$subdir && \ | |
368 $(MAKE) $(AM_MAKEFLAGS) \ | |
369 top_distdir="$(top_distdir)" \ | |
370 distdir=../$(distdir)/$$subdir \ | |
371 distdir) \ | |
372 || exit 1; \ | |
373 fi; \ | |
374 done | |
375 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | |
376 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
377 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
378 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ | |
379 || chmod -R a+r $(distdir) | |
380 dist-gzip: distdir | |
381 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
382 $(am__remove_distdir) | |
383 | |
384 dist dist-all: distdir | |
385 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
386 $(am__remove_distdir) | |
387 | |
388 # This target untars the dist file and tries a VPATH configuration. Then | |
389 # it guarantees that the distribution is self-contained by making another | |
390 # tarfile. | |
391 distcheck: dist | |
392 $(am__remove_distdir) | |
393 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - | |
394 chmod -R a-w $(distdir); chmod a+w $(distdir) | |
395 mkdir $(distdir)/_build | |
396 mkdir $(distdir)/_inst | |
397 chmod a-w $(distdir) | |
398 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
399 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
400 && cd $(distdir)/_build \ | |
401 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | |
402 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
403 && $(MAKE) $(AM_MAKEFLAGS) \ | |
404 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
405 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
406 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
407 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
408 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
409 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
410 distuninstallcheck \ | |
411 && chmod -R a-w "$$dc_install_base" \ | |
412 && ({ \ | |
413 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ | |
414 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
415 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
416 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
417 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
418 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
419 && rm -rf "$$dc_destdir" \ | |
420 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ | |
421 && rm -f $(distdir).tar.gz \ | |
422 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck | |
423 $(am__remove_distdir) | |
424 @echo "$(distdir).tar.gz is ready for distribution" | \ | |
425 sed 'h;s/./=/g;p;x;p;x' | |
426 distuninstallcheck: | |
427 @cd $(distuninstallcheck_dir) \ | |
428 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | |
429 || { echo "ERROR: files left after uninstall:" ; \ | |
430 if test -n "$(DESTDIR)"; then \ | |
431 echo " (check DESTDIR support)"; \ | |
432 fi ; \ | |
433 $(distuninstallcheck_listfiles) ; \ | |
434 exit 1; } >&2 | |
435 distcleancheck: distclean | |
436 @if test '$(srcdir)' = . ; then \ | |
437 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
438 exit 1 ; \ | |
439 fi | |
440 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
441 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
442 $(distcleancheck_listfiles) ; \ | |
443 exit 1; } >&2 | |
444 check-am: all-am | |
445 check: check-recursive | |
446 all-am: Makefile config.h | |
447 installdirs: installdirs-recursive | |
448 installdirs-am: | |
449 | |
450 install: install-recursive | |
451 install-exec: install-exec-recursive | |
452 install-data: install-data-recursive | |
453 uninstall: uninstall-recursive | |
454 | |
455 install-am: all-am | |
456 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
457 | |
458 installcheck: installcheck-recursive | |
459 install-strip: | |
460 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
461 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
462 `test -z '$(STRIP)' || \ | |
463 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
464 mostlyclean-generic: | |
465 | |
466 clean-generic: | |
467 | |
468 distclean-generic: | |
469 -rm -f $(CONFIG_CLEAN_FILES) | |
470 | |
471 maintainer-clean-generic: | |
472 @echo "This command is intended for maintainers to use" | |
473 @echo "it deletes files that may require special tools to rebuild." | |
474 clean: clean-recursive | |
475 | |
476 clean-am: clean-generic mostlyclean-am | |
477 | |
478 distclean: distclean-recursive | |
479 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
480 -rm -f Makefile | |
481 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags | |
482 | |
483 dvi: dvi-recursive | |
484 | |
485 dvi-am: | |
486 | |
487 info: info-recursive | |
488 | |
489 info-am: | |
490 | |
491 install-data-am: install-data-local | |
492 | |
493 install-exec-am: | |
494 | |
495 install-info: install-info-recursive | |
496 | |
497 install-man: | |
498 | |
499 installcheck-am: | |
500 | |
501 maintainer-clean: maintainer-clean-recursive | |
502 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
503 -rm -rf $(top_srcdir)/autom4te.cache | |
504 -rm -f Makefile | |
505 maintainer-clean-am: distclean-am maintainer-clean-generic | |
506 | |
507 mostlyclean: mostlyclean-recursive | |
508 | |
509 mostlyclean-am: mostlyclean-generic | |
510 | |
511 pdf: pdf-recursive | |
512 | |
513 pdf-am: | |
514 | |
515 ps: ps-recursive | |
516 | |
517 ps-am: | |
518 | |
519 uninstall-am: uninstall-info-am | |
520 | |
521 uninstall-info: uninstall-info-recursive | |
522 | |
523 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ | |
524 clean-generic clean-recursive ctags ctags-recursive dist \ | |
525 dist-all dist-gzip distcheck distclean distclean-generic \ | |
526 distclean-hdr distclean-recursive distclean-tags distcleancheck \ | |
527 distdir distuninstallcheck dvi dvi-am dvi-recursive info \ | |
528 info-am info-recursive install install-am install-data \ | |
529 install-data-am install-data-local install-data-recursive \ | |
530 install-exec install-exec-am install-exec-recursive \ | |
531 install-info install-info-am install-info-recursive install-man \ | |
532 install-recursive install-strip installcheck installcheck-am \ | |
533 installdirs installdirs-am installdirs-recursive \ | |
534 maintainer-clean maintainer-clean-generic \ | |
535 maintainer-clean-recursive mostlyclean mostlyclean-generic \ | |
536 mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \ | |
537 ps-recursive tags tags-recursive uninstall uninstall-am \ | |
538 uninstall-info-am uninstall-info-recursive uninstall-recursive | |
539 | |
540 | |
541 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir | |
542 | |
543 conf_dir: $(DESTDIR)@with_confdir@ | |
544 | |
545 $(DESTDIR)@with_confdir@: | |
546 install -d $(DESTDIR)@with_confdir@ | |
547 | |
548 tpl_dir: $(DESTDIR)@datadir@/tpl | |
549 | |
550 $(DESTDIR)@datadir@/tpl: conf_dir | |
551 install -d $(DESTDIR)@datadir@/masqmail/tpl | |
552 install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl | |
553 install -m 644 tpl/failmsg.tpl.{de,fr,it} $(DESTDIR)@datadir@/masqmail/tpl | |
554 install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl | |
555 install -m 644 tpl/warnmsg.tpl.{de,fr} $(DESTDIR)@datadir@/masqmail/tpl | |
556 | |
557 log_dir: $(DESTDIR)@with_logdir@ | |
558 | |
559 spool_dir: $(DESTDIR)@with_spooldir@ | |
560 | |
561 uid_bit: $(DESTDIR)@prefix@/sbin/masqmail | |
562 chmod u+s $(DESTDIR)@prefix@/sbin/masqmail | |
563 | |
564 run_dir: | |
565 install -d -o @with_user@ -g @with_group@ $(DESTDIR)/var/run/masqmail | |
566 | |
567 $(DESTDIR)@with_logdir@: | |
568 [ -d `dirname $(DESTDIR)@with_logdir@` ] || \ | |
569 install -d `dirname $(DESTDIR)@with_logdir@` | |
570 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_logdir@ | |
571 | |
572 $(DESTDIR)@with_spooldir@: | |
573 [ -d `dirname $(DESTDIR)@with_spooldir@` ] || \ | |
574 install -d `dirname $(DESTDIR)@with_spooldir@` | |
575 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@ | |
576 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock | |
577 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input | |
578 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl | |
579 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
580 # Otherwise a system limit (for SysV at least) may be exceeded. | |
581 .NOEXPORT: |