Mercurial > masqmail
annotate Makefile.in @ 419:d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
Now we can change the pid dir to /run on system that did this transition.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 29 May 2012 21:35:17 +0200 |
parents | 5781ba87df95 |
children | f37384470855 |
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 \ | |
199
a8855df82650
generated Makefile.in to install THANKS file
meillo@marmaro.de
parents:
192
diff
changeset
|
38 THANKS TODO acconfig.h config.guess config.sub depcomp \ |
a8855df82650
generated Makefile.in to install THANKS file
meillo@marmaro.de
parents:
192
diff
changeset
|
39 install-sh missing mkinstalldirs |
36 | 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@ |
36 | 126 INSTALL = @INSTALL@ |
0 | 127 INSTALL_DATA = @INSTALL_DATA@ |
128 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
129 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
130 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
131 LDFLAGS = @LDFLAGS@ | |
132 LIBOBJS = @LIBOBJS@ | |
133 LIBS = @LIBS@ | |
134 LOCKFILE_LIBS = @LOCKFILE_LIBS@ | |
135 LTLIBOBJS = @LTLIBOBJS@ | |
136 MAKEINFO = @MAKEINFO@ | |
137 MD5_LIBS = @MD5_LIBS@ | |
36 | 138 MKDIR_P = @MKDIR_P@ |
0 | 139 OBJEXT = @OBJEXT@ |
140 PACKAGE = @PACKAGE@ | |
141 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
142 PACKAGE_NAME = @PACKAGE_NAME@ | |
143 PACKAGE_STRING = @PACKAGE_STRING@ | |
144 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
36 | 145 PACKAGE_URL = @PACKAGE_URL@ |
0 | 146 PACKAGE_VERSION = @PACKAGE_VERSION@ |
147 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
148 PKG_CONFIG = @PKG_CONFIG@ | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
36
diff
changeset
|
149 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
|
150 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
0 | 151 RANLIB = @RANLIB@ |
152 RESOLV_LIBS = @RESOLV_LIBS@ | |
153 SET_MAKE = @SET_MAKE@ | |
154 SHELL = @SHELL@ | |
155 STRIP = @STRIP@ | |
156 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ | |
157 VERSION = @VERSION@ | |
36 | 158 abs_builddir = @abs_builddir@ |
159 abs_srcdir = @abs_srcdir@ | |
160 abs_top_builddir = @abs_top_builddir@ | |
161 abs_top_srcdir = @abs_top_srcdir@ | |
0 | 162 ac_ct_CC = @ac_ct_CC@ |
163 am__include = @am__include@ | |
164 am__leading_dot = @am__leading_dot@ | |
165 am__quote = @am__quote@ | |
36 | 166 am__tar = @am__tar@ |
167 am__untar = @am__untar@ | |
0 | 168 bindir = @bindir@ |
169 build_alias = @build_alias@ | |
36 | 170 builddir = @builddir@ |
0 | 171 datadir = @datadir@ |
1 | 172 datarootdir = @datarootdir@ |
173 docdir = @docdir@ | |
174 dvidir = @dvidir@ | |
0 | 175 exec_prefix = @exec_prefix@ |
176 host_alias = @host_alias@ | |
1 | 177 htmldir = @htmldir@ |
0 | 178 includedir = @includedir@ |
179 infodir = @infodir@ | |
180 install_sh = @install_sh@ | |
181 libdir = @libdir@ | |
182 libexecdir = @libexecdir@ | |
1 | 183 localedir = @localedir@ |
0 | 184 localstatedir = @localstatedir@ |
185 mandir = @mandir@ | |
36 | 186 mkdir_p = @mkdir_p@ |
0 | 187 oldincludedir = @oldincludedir@ |
1 | 188 pdfdir = @pdfdir@ |
0 | 189 prefix = @prefix@ |
190 program_transform_name = @program_transform_name@ | |
1 | 191 psdir = @psdir@ |
0 | 192 sbindir = @sbindir@ |
193 sharedstatedir = @sharedstatedir@ | |
36 | 194 srcdir = @srcdir@ |
0 | 195 sysconfdir = @sysconfdir@ |
196 target_alias = @target_alias@ | |
36 | 197 top_build_prefix = @top_build_prefix@ |
198 top_builddir = @top_builddir@ | |
199 top_srcdir = @top_srcdir@ | |
0 | 200 with_confdir = @with_confdir@ |
201 with_group = @with_group@ | |
202 with_logdir = @with_logdir@ | |
419
d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
markus schnalke <meillo@marmaro.de>
parents:
378
diff
changeset
|
203 with_piddir = @with_piddir@ |
0 | 204 with_spooldir = @with_spooldir@ |
205 with_user = @with_user@ | |
226 | 206 EXTRA_DIST = examples docs man tpl devel |
57 | 207 SUBDIRS = src man |
0 | 208 all: config.h |
209 $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
210 | |
211 .SUFFIXES: | |
36 | 212 am--refresh: |
213 @: | |
214 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
215 @for dep in $?; do \ | |
216 case '$(am__configure_deps)' in \ | |
217 *$$dep*) \ | |
218 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ | |
219 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ | |
220 && exit 0; \ | |
221 exit 1;; \ | |
222 esac; \ | |
223 done; \ | |
224 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
225 $(am__cd) $(top_srcdir) && \ | |
226 $(AUTOMAKE) --gnu Makefile | |
227 .PRECIOUS: Makefile | |
228 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
229 @case '$?' in \ | |
230 *config.status*) \ | |
231 echo ' $(SHELL) ./config.status'; \ | |
232 $(SHELL) ./config.status;; \ | |
233 *) \ | |
234 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
235 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
236 esac; | |
0 | 237 |
36 | 238 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
239 $(SHELL) ./config.status --recheck | |
0 | 240 |
36 | 241 $(top_srcdir)/configure: $(am__configure_deps) |
242 $(am__cd) $(srcdir) && $(AUTOCONF) | |
243 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
244 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
245 $(am__aclocal_m4_deps): | |
0 | 246 |
247 config.h: stamp-h1 | |
248 @if test ! -f $@; then \ | |
249 rm -f stamp-h1; \ | |
36 | 250 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ |
0 | 251 else :; fi |
252 | |
253 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |
254 @rm -f stamp-h1 | |
255 cd $(top_builddir) && $(SHELL) ./config.status config.h | |
36 | 256 $(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h |
257 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |
258 rm -f stamp-h1 | |
259 touch $@ | |
0 | 260 |
261 distclean-hdr: | |
262 -rm -f config.h stamp-h1 | |
263 | |
264 # This directory's subdirectories are mostly independent; you can cd | |
265 # into them and run `make' without going through this Makefile. | |
266 # To change the values of `make' variables: instead of editing Makefiles, | |
267 # (1) if the variable is set in `config.status', edit `config.status' | |
268 # (which will cause the Makefiles to be regenerated when you run `make'); | |
269 # (2) otherwise, pass the desired values on the `make' command line. | |
270 $(RECURSIVE_TARGETS): | |
36 | 271 @fail= failcom='exit 1'; \ |
272 for f in x $$MAKEFLAGS; do \ | |
273 case $$f in \ | |
274 *=* | --[!k]*);; \ | |
275 *k*) failcom='fail=yes';; \ | |
276 esac; \ | |
277 done; \ | |
0 | 278 dot_seen=no; \ |
279 target=`echo $@ | sed s/-recursive//`; \ | |
280 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
281 echo "Making $$target in $$subdir"; \ | |
282 if test "$$subdir" = "."; then \ | |
283 dot_seen=yes; \ | |
284 local_target="$$target-am"; \ | |
285 else \ | |
286 local_target="$$target"; \ | |
287 fi; \ | |
36 | 288 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
289 || eval $$failcom; \ | |
0 | 290 done; \ |
291 if test "$$dot_seen" = "no"; then \ | |
292 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
293 fi; test -z "$$fail" | |
294 | |
36 | 295 $(RECURSIVE_CLEAN_TARGETS): |
296 @fail= failcom='exit 1'; \ | |
297 for f in x $$MAKEFLAGS; do \ | |
298 case $$f in \ | |
299 *=* | --[!k]*);; \ | |
300 *k*) failcom='fail=yes';; \ | |
301 esac; \ | |
302 done; \ | |
0 | 303 dot_seen=no; \ |
304 case "$@" in \ | |
305 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
306 *) list='$(SUBDIRS)' ;; \ | |
307 esac; \ | |
308 rev=''; for subdir in $$list; do \ | |
309 if test "$$subdir" = "."; then :; else \ | |
310 rev="$$subdir $$rev"; \ | |
311 fi; \ | |
312 done; \ | |
313 rev="$$rev ."; \ | |
314 target=`echo $@ | sed s/-recursive//`; \ | |
315 for subdir in $$rev; do \ | |
316 echo "Making $$target in $$subdir"; \ | |
317 if test "$$subdir" = "."; then \ | |
318 local_target="$$target-am"; \ | |
319 else \ | |
320 local_target="$$target"; \ | |
321 fi; \ | |
36 | 322 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
323 || eval $$failcom; \ | |
0 | 324 done && test -z "$$fail" |
325 tags-recursive: | |
326 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
36 | 327 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
0 | 328 done |
329 ctags-recursive: | |
330 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
36 | 331 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
0 | 332 done |
333 | |
334 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
335 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
336 unique=`for i in $$list; do \ | |
337 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
338 done | \ | |
36 | 339 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
340 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
0 | 341 mkid -fID $$unique |
36 | 342 tags: TAGS |
0 | 343 |
344 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
345 $(TAGS_FILES) $(LISP) | |
36 | 346 set x; \ |
0 | 347 here=`pwd`; \ |
36 | 348 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
0 | 349 include_option=--etags-include; \ |
36 | 350 empty_fix=.; \ |
0 | 351 else \ |
352 include_option=--include; \ | |
36 | 353 empty_fix=; \ |
0 | 354 fi; \ |
355 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
356 if test "$$subdir" = .; then :; else \ | |
36 | 357 test ! -f $$subdir/TAGS || \ |
358 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
0 | 359 fi; \ |
360 done; \ | |
361 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
362 unique=`for i in $$list; do \ | |
363 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
364 done | \ | |
36 | 365 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
366 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
367 shift; \ | |
368 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
369 test -n "$$unique" || unique=$$empty_fix; \ | |
370 if test $$# -gt 0; then \ | |
371 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
372 "$$@" $$unique; \ | |
373 else \ | |
374 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
375 $$unique; \ | |
376 fi; \ | |
377 fi | |
0 | 378 ctags: CTAGS |
379 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
380 $(TAGS_FILES) $(LISP) | |
381 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
382 unique=`for i in $$list; do \ | |
383 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
384 done | \ | |
36 | 385 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
386 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
387 test -z "$(CTAGS_ARGS)$$unique" \ | |
0 | 388 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
36 | 389 $$unique |
0 | 390 |
391 GTAGS: | |
392 here=`$(am__cd) $(top_builddir) && pwd` \ | |
36 | 393 && $(am__cd) $(top_srcdir) \ |
394 && gtags -i $(GTAGS_ARGS) "$$here" | |
0 | 395 |
396 distclean-tags: | |
397 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
398 | |
399 distdir: $(DISTFILES) | |
400 $(am__remove_distdir) | |
36 | 401 test -d "$(distdir)" || mkdir "$(distdir)" |
402 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
403 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
404 list='$(DISTFILES)'; \ | |
405 dist_files=`for file in $$list; do echo $$file; done | \ | |
406 sed -e "s|^$$srcdirstrip/||;t" \ | |
407 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
408 case $$dist_files in \ | |
409 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
410 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
411 sort -u` ;; \ | |
412 esac; \ | |
413 for file in $$dist_files; do \ | |
0 | 414 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
36 | 415 if test -d $$d/$$file; then \ |
416 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
417 if test -d "$(distdir)/$$file"; then \ | |
418 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
419 fi; \ | |
420 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
421 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
423 fi; \ | |
424 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
0 | 425 else \ |
36 | 426 test -f "$(distdir)/$$file" \ |
427 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
0 | 428 || exit 1; \ |
429 fi; \ | |
430 done | |
36 | 431 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
0 | 432 if test "$$subdir" = .; then :; else \ |
36 | 433 test -d "$(distdir)/$$subdir" \ |
434 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
0 | 435 || exit 1; \ |
36 | 436 fi; \ |
437 done | |
438 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
439 if test "$$subdir" = .; then :; else \ | |
440 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
441 $(am__relativize); \ | |
442 new_distdir=$$reldir; \ | |
443 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
444 $(am__relativize); \ | |
445 new_top_distdir=$$reldir; \ | |
446 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
447 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
448 ($(am__cd) $$subdir && \ | |
0 | 449 $(MAKE) $(AM_MAKEFLAGS) \ |
36 | 450 top_distdir="$$new_top_distdir" \ |
451 distdir="$$new_distdir" \ | |
452 am__remove_distdir=: \ | |
453 am__skip_length_check=: \ | |
454 am__skip_mode_fix=: \ | |
0 | 455 distdir) \ |
456 || exit 1; \ | |
457 fi; \ | |
458 done | |
36 | 459 -test -n "$(am__skip_mode_fix)" \ |
460 || find "$(distdir)" -type d ! -perm -755 \ | |
461 -exec chmod u+rwx,go+rx {} \; -o \ | |
0 | 462 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
463 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
36 | 464 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
465 || chmod -R a+r "$(distdir)" | |
0 | 466 dist-gzip: distdir |
36 | 467 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
468 $(am__remove_distdir) | |
469 | |
470 dist-bzip2: distdir | |
471 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
472 $(am__remove_distdir) | |
473 | |
474 dist-lzma: distdir | |
475 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma | |
476 $(am__remove_distdir) | |
477 | |
478 dist-xz: distdir | |
479 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz | |
480 $(am__remove_distdir) | |
481 | |
482 dist-tarZ: distdir | |
483 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
484 $(am__remove_distdir) | |
485 | |
486 dist-shar: distdir | |
487 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
488 $(am__remove_distdir) | |
489 | |
490 dist-zip: distdir | |
491 -rm -f $(distdir).zip | |
492 zip -rq $(distdir).zip $(distdir) | |
0 | 493 $(am__remove_distdir) |
494 | |
495 dist dist-all: distdir | |
36 | 496 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
0 | 497 $(am__remove_distdir) |
498 | |
499 # This target untars the dist file and tries a VPATH configuration. Then | |
500 # it guarantees that the distribution is self-contained by making another | |
501 # tarfile. | |
502 distcheck: dist | |
36 | 503 case '$(DIST_ARCHIVES)' in \ |
504 *.tar.gz*) \ | |
505 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | |
506 *.tar.bz2*) \ | |
507 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |
508 *.tar.lzma*) \ | |
509 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ | |
510 *.tar.xz*) \ | |
511 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
512 *.tar.Z*) \ | |
513 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
514 *.shar.gz*) \ | |
515 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | |
516 *.zip*) \ | |
517 unzip $(distdir).zip ;;\ | |
518 esac | |
0 | 519 chmod -R a-w $(distdir); chmod a+w $(distdir) |
520 mkdir $(distdir)/_build | |
521 mkdir $(distdir)/_inst | |
522 chmod a-w $(distdir) | |
36 | 523 test -d $(distdir)/_build || exit 0; \ |
0 | 524 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
525 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
36 | 526 && am__cwd=`pwd` \ |
527 && $(am__cd) $(distdir)/_build \ | |
0 | 528 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
529 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
530 && $(MAKE) $(AM_MAKEFLAGS) \ | |
531 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
532 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
533 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
534 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
535 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
536 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
537 distuninstallcheck \ | |
538 && chmod -R a-w "$$dc_install_base" \ | |
539 && ({ \ | |
36 | 540 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
0 | 541 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
542 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
543 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
544 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
545 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
546 && rm -rf "$$dc_destdir" \ | |
36 | 547 && $(MAKE) $(AM_MAKEFLAGS) dist \ |
548 && rm -rf $(DIST_ARCHIVES) \ | |
549 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ | |
550 && cd "$$am__cwd" \ | |
551 || exit 1 | |
0 | 552 $(am__remove_distdir) |
36 | 553 @(echo "$(distdir) archives ready for distribution: "; \ |
554 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
555 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
0 | 556 distuninstallcheck: |
36 | 557 @$(am__cd) '$(distuninstallcheck_dir)' \ |
0 | 558 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
559 || { echo "ERROR: files left after uninstall:" ; \ | |
560 if test -n "$(DESTDIR)"; then \ | |
561 echo " (check DESTDIR support)"; \ | |
562 fi ; \ | |
563 $(distuninstallcheck_listfiles) ; \ | |
564 exit 1; } >&2 | |
565 distcleancheck: distclean | |
566 @if test '$(srcdir)' = . ; then \ | |
567 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
568 exit 1 ; \ | |
569 fi | |
570 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
571 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
572 $(distcleancheck_listfiles) ; \ | |
573 exit 1; } >&2 | |
574 check-am: all-am | |
575 check: check-recursive | |
91
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
576 all-am: Makefile config.h |
0 | 577 installdirs: installdirs-recursive |
578 installdirs-am: | |
579 install: install-recursive | |
580 install-exec: install-exec-recursive | |
581 install-data: install-data-recursive | |
582 uninstall: uninstall-recursive | |
583 | |
584 install-am: all-am | |
585 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
586 | |
587 installcheck: installcheck-recursive | |
588 install-strip: | |
589 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
590 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
591 `test -z '$(STRIP)' || \ | |
592 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
593 mostlyclean-generic: | |
594 | |
595 clean-generic: | |
596 | |
597 distclean-generic: | |
36 | 598 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
599 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
0 | 600 |
601 maintainer-clean-generic: | |
602 @echo "This command is intended for maintainers to use" | |
603 @echo "it deletes files that may require special tools to rebuild." | |
604 clean: clean-recursive | |
605 | |
606 clean-am: clean-generic mostlyclean-am | |
607 | |
608 distclean: distclean-recursive | |
609 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
610 -rm -f Makefile | |
611 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags | |
612 | |
613 dvi: dvi-recursive | |
614 | |
615 dvi-am: | |
616 | |
36 | 617 html: html-recursive |
618 | |
619 html-am: | |
620 | |
0 | 621 info: info-recursive |
622 | |
623 info-am: | |
624 | |
625 install-data-am: install-data-local | |
626 | |
36 | 627 install-dvi: install-dvi-recursive |
628 | |
629 install-dvi-am: | |
630 | |
91
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
631 install-exec-am: |
0 | 632 |
36 | 633 install-html: install-html-recursive |
634 | |
635 install-html-am: | |
636 | |
0 | 637 install-info: install-info-recursive |
638 | |
36 | 639 install-info-am: |
640 | |
0 | 641 install-man: |
642 | |
36 | 643 install-pdf: install-pdf-recursive |
644 | |
645 install-pdf-am: | |
646 | |
647 install-ps: install-ps-recursive | |
648 | |
649 install-ps-am: | |
650 | |
0 | 651 installcheck-am: |
652 | |
653 maintainer-clean: maintainer-clean-recursive | |
654 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
655 -rm -rf $(top_srcdir)/autom4te.cache | |
656 -rm -f Makefile | |
657 maintainer-clean-am: distclean-am maintainer-clean-generic | |
658 | |
659 mostlyclean: mostlyclean-recursive | |
660 | |
661 mostlyclean-am: mostlyclean-generic | |
662 | |
663 pdf: pdf-recursive | |
664 | |
665 pdf-am: | |
666 | |
667 ps: ps-recursive | |
668 | |
669 ps-am: | |
670 | |
91
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
671 uninstall-am: uninstall-local |
0 | 672 |
36 | 673 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ |
674 ctags-recursive install-am install-strip tags-recursive | |
0 | 675 |
36 | 676 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
677 all all-am am--refresh check check-am clean clean-generic \ | |
678 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ | |
679 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ | |
680 distclean distclean-generic distclean-hdr distclean-tags \ | |
681 distcleancheck distdir distuninstallcheck dvi dvi-am html \ | |
91
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
682 html-am info info-am install install-am install-data \ |
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
683 install-data-am install-data-local install-dvi install-dvi-am \ |
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
684 install-exec install-exec-am install-html install-html-am \ |
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
685 install-info install-info-am install-man install-pdf \ |
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
686 install-pdf-am install-ps install-ps-am install-strip \ |
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
687 installcheck installcheck-am installdirs installdirs-am \ |
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
688 maintainer-clean maintainer-clean-generic mostlyclean \ |
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
689 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ |
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
690 uninstall uninstall-am uninstall-local |
0 | 691 |
692 | |
419
d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
markus schnalke <meillo@marmaro.de>
parents:
378
diff
changeset
|
693 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir pid_dir doc_dir rmail |
91
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
694 |
419
d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
markus schnalke <meillo@marmaro.de>
parents:
378
diff
changeset
|
695 uninstall-local: rm-rmail rm-doc_dir rm-tpl_dir rm-conf_dir rm-pid_dir rm-spool_dir rm-log_dir |
91
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
696 |
147
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
697 conf_dir: |
0 | 698 install -d $(DESTDIR)@with_confdir@ |
699 | |
145
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
700 rm-conf_dir: |
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
701 rmdir $(DESTDIR)@with_confdir@ # removes only if empty |
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
702 |
147
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
703 tpl_dir: |
0 | 704 install -d $(DESTDIR)@datadir@/masqmail/tpl |
61 | 705 cp tpl/* $(DESTDIR)@datadir@/masqmail/tpl |
706 chmod 644 $(DESTDIR)@datadir@/masqmail/tpl/* | |
0 | 707 |
147
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
708 rm-tpl_dir: |
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
709 rm -rf $(DESTDIR)@datadir@/masqmail/ |
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
710 |
61 | 711 doc_dir: |
58 | 712 install -d $(DESTDIR)@docdir@ |
713 cp -r docs $(DESTDIR)@docdir@ | |
714 cp -r examples $(DESTDIR)@docdir@ | |
229 | 715 cp ChangeLog NEWS AUTHORS COPYING README TODO INSTALL THANKS $(DESTDIR)@docdir@ |
58 | 716 |
147
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
717 rm-doc_dir: |
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
718 cd $(DESTDIR)@docdir@ && ( \ |
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
719 rm -rf docs examples ; \ |
229 | 720 rm -f ChangeLog NEWS AUTHORS COPYING README TODO INSTALL THANKS ; \ |
147
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
721 ) |
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
722 rmdir $(DESTDIR)@docdir@ |
0 | 723 |
419
d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
markus schnalke <meillo@marmaro.de>
parents:
378
diff
changeset
|
724 pid_dir: |
d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
markus schnalke <meillo@marmaro.de>
parents:
378
diff
changeset
|
725 install -d $(DESTDIR)@with_piddir@ |
0 | 726 |
419
d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
markus schnalke <meillo@marmaro.de>
parents:
378
diff
changeset
|
727 rm-pid_dir: |
d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
markus schnalke <meillo@marmaro.de>
parents:
378
diff
changeset
|
728 rm -rf $(DESTDIR)@with_piddir@ |
145
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
729 |
147
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
730 log_dir: |
0 | 731 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_logdir@ |
732 | |
145
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
733 rm-log_dir: |
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
734 rmdir $(DESTDIR)@with_logdir@ # removes only if empty |
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
735 |
147
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
736 spool_dir: |
0 | 737 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@ |
738 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock | |
739 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input | |
36 | 740 |
145
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
741 rm-spool_dir: |
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
742 : # removal fails if the dirs are non-empty |
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
743 : # this prevents losing spooled files |
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
744 rmdir $(DESTDIR)@with_spooldir@/lock |
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
745 rmdir $(DESTDIR)@with_spooldir@/input |
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
746 rmdir $(DESTDIR)@with_spooldir@ |
e68d8752735a
remove all installed dirs on `make uninstall'
meillo@marmaro.de
parents:
125
diff
changeset
|
747 |
91
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
748 rmail: |
148
1db6e1b91ead
moved rmail from bin (man1) to sbin (man8)
meillo@marmaro.de
parents:
147
diff
changeset
|
749 [ -d "$(DESTDIR)@prefix@/sbin" ] || mkdir -p "$(DESTDIR)@prefix@/sbin" |
91
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
750 sed '/^SENDMAIL/s,/usr/sbin/sendmail,$(DESTDIR)@prefix@/sbin/masqmail,'\ |
227 | 751 admin/rmail >$(DESTDIR)@prefix@/sbin/rmail |
148
1db6e1b91ead
moved rmail from bin (man1) to sbin (man8)
meillo@marmaro.de
parents:
147
diff
changeset
|
752 chmod 755 $(DESTDIR)@prefix@/sbin/rmail |
91
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
753 |
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
754 rm-rmail: |
148
1db6e1b91ead
moved rmail from bin (man1) to sbin (man8)
meillo@marmaro.de
parents:
147
diff
changeset
|
755 rm -f $(DESTDIR)@prefix@/sbin/rmail |
91
3e7136221104
correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents:
86
diff
changeset
|
756 |
419
d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
markus schnalke <meillo@marmaro.de>
parents:
378
diff
changeset
|
757 uid_bit: |
147
cb42157b3520
improved the Makefile (check diff for details)
meillo@marmaro.de
parents:
146
diff
changeset
|
758 chmod u+s $(DESTDIR)@prefix@/sbin/masqmail |
93
b3673777f52a
forgot again to commit the updated Makefile.in
meillo@marmaro.de
parents:
91
diff
changeset
|
759 |
0 | 760 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
761 # Otherwise a system limit (for SysV at least) may be exceeded. | |
762 .NOEXPORT: |