masqmail

view src/base64/Makefile.in @ 421:f37384470855

Changed lockdir to /var/lock/masqmail; Create lockdir and piddir on startup. Moved the lockdir out of the spool dir. (When /var/lock is a ramdisk we do well to have the lock files there.) Added the new configure option --with-lockdir to change that location. Nontheless, if we run_as_user, then lock files are always stored in the spool dir directly. Instead of installing the lockdir and piddir at installation time, we create them on startup time now if they are missing. This is necessary if lockdir or piddir are a tmpfs.
author markus schnalke <meillo@marmaro.de>
date Wed, 30 May 2012 09:38:38 +0200
parents d209b4846f2b
children
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@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 noinst_PROGRAMS = base64enc$(EXEEXT) base64dec$(EXEEXT)
37 subdir = src/base64
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 LIBRARIES = $(noinst_LIBRARIES)
48 AR = ar
49 ARFLAGS = cru
50 libbase64_a_AR = $(AR) $(ARFLAGS)
51 libbase64_a_LIBADD =
52 am_libbase64_a_OBJECTS = base64.$(OBJEXT)
53 libbase64_a_OBJECTS = $(am_libbase64_a_OBJECTS)
54 PROGRAMS = $(noinst_PROGRAMS)
55 am_base64dec_OBJECTS = base64dec.$(OBJEXT) base64.$(OBJEXT)
56 base64dec_OBJECTS = $(am_base64dec_OBJECTS)
57 base64dec_DEPENDENCIES =
58 am_base64enc_OBJECTS = base64enc.$(OBJEXT) base64.$(OBJEXT)
59 base64enc_OBJECTS = $(am_base64enc_OBJECTS)
60 base64enc_DEPENDENCIES =
61 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62 depcomp = $(SHELL) $(top_srcdir)/depcomp
63 am__depfiles_maybe = depfiles
64 am__mv = mv -f
65 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67 CCLD = $(CC)
68 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
69 SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) \
70 $(base64enc_SOURCES)
71 DIST_SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) \
72 $(base64enc_SOURCES)
73 ETAGS = etags
74 CTAGS = ctags
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 ACLOCAL = @ACLOCAL@
77 AMTAR = @AMTAR@
78 AUTOCONF = @AUTOCONF@
79 AUTOHEADER = @AUTOHEADER@
80 AUTOMAKE = @AUTOMAKE@
81 AWK = @AWK@
82 BASE64_LIBS = @BASE64_LIBS@
83 CC = @CC@
84 CCDEPMODE = @CCDEPMODE@
85 CFLAGS = @CFLAGS@
86 CPP = @CPP@
87 CPPFLAGS = @CPPFLAGS@
88 CYGPATH_W = @CYGPATH_W@
89 DEFS = @DEFS@
90 DEPDIR = @DEPDIR@
91 ECHO_C = @ECHO_C@
92 ECHO_N = @ECHO_N@
93 ECHO_T = @ECHO_T@
94 EGREP = @EGREP@
95 EXEEXT = @EXEEXT@
96 GLIB_CFLAGS = @GLIB_CFLAGS@
97 GLIB_LIBS = @GLIB_LIBS@
98 GREP = @GREP@
99 INSTALL = @INSTALL@
100 INSTALL_DATA = @INSTALL_DATA@
101 INSTALL_PROGRAM = @INSTALL_PROGRAM@
102 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104 LDFLAGS = @LDFLAGS@
105 LIBOBJS = @LIBOBJS@
106 LIBS = @LIBS@
107 LOCKFILE_LIBS = @LOCKFILE_LIBS@
108 LTLIBOBJS = @LTLIBOBJS@
109 MAKEINFO = @MAKEINFO@
110 MD5_LIBS = @MD5_LIBS@
111 MKDIR_P = @MKDIR_P@
112 OBJEXT = @OBJEXT@
113 PACKAGE = @PACKAGE@
114 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115 PACKAGE_NAME = @PACKAGE_NAME@
116 PACKAGE_STRING = @PACKAGE_STRING@
117 PACKAGE_TARNAME = @PACKAGE_TARNAME@
118 PACKAGE_URL = @PACKAGE_URL@
119 PACKAGE_VERSION = @PACKAGE_VERSION@
120 PATH_SEPARATOR = @PATH_SEPARATOR@
121 PKG_CONFIG = @PKG_CONFIG@
122 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
123 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
124 RANLIB = @RANLIB@
125 RESOLV_LIBS = @RESOLV_LIBS@
126 SET_MAKE = @SET_MAKE@
127 SHELL = @SHELL@
128 STRIP = @STRIP@
129 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
130 VERSION = @VERSION@
131 abs_builddir = @abs_builddir@
132 abs_srcdir = @abs_srcdir@
133 abs_top_builddir = @abs_top_builddir@
134 abs_top_srcdir = @abs_top_srcdir@
135 ac_ct_CC = @ac_ct_CC@
136 am__include = @am__include@
137 am__leading_dot = @am__leading_dot@
138 am__quote = @am__quote@
139 am__tar = @am__tar@
140 am__untar = @am__untar@
141 bindir = @bindir@
142 build_alias = @build_alias@
143 builddir = @builddir@
144 datadir = @datadir@
145 datarootdir = @datarootdir@
146 docdir = @docdir@
147 dvidir = @dvidir@
148 exec_prefix = @exec_prefix@
149 host_alias = @host_alias@
150 htmldir = @htmldir@
151 includedir = @includedir@
152 infodir = @infodir@
153 install_sh = @install_sh@
154 libdir = @libdir@
155 libexecdir = @libexecdir@
156 localedir = @localedir@
157 localstatedir = @localstatedir@
158 mandir = @mandir@
159 mkdir_p = @mkdir_p@
160 oldincludedir = @oldincludedir@
161 pdfdir = @pdfdir@
162 prefix = @prefix@
163 program_transform_name = @program_transform_name@
164 psdir = @psdir@
165 sbindir = @sbindir@
166 sharedstatedir = @sharedstatedir@
167 srcdir = @srcdir@
168 sysconfdir = @sysconfdir@
169 target_alias = @target_alias@
170 top_build_prefix = @top_build_prefix@
171 top_builddir = @top_builddir@
172 top_srcdir = @top_srcdir@
173 with_confdir = @with_confdir@
174 with_group = @with_group@
175 with_lockdir = @with_lockdir@
176 with_logdir = @with_logdir@
177 with_piddir = @with_piddir@
178 with_spooldir = @with_spooldir@
179 with_user = @with_user@
180 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE
181 noinst_LIBRARIES = libbase64.a
182 base64enc_SOURCES = \
183 base64.h\
184 base64enc.c\
185 base64.c
187 base64dec_SOURCES = \
188 base64.h\
189 base64dec.c\
190 base64.c
192 libbase64_a_SOURCES = \
193 base64.h\
194 base64.c
196 base64enc_LDADD = @GLIB_LIBS@
197 base64dec_LDADD = @GLIB_LIBS@
198 all: all-am
200 .SUFFIXES:
201 .SUFFIXES: .c .o .obj
202 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
203 @for dep in $?; do \
204 case '$(am__configure_deps)' in \
205 *$$dep*) \
206 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
207 && { if test -f $@; then exit 0; else break; fi; }; \
208 exit 1;; \
209 esac; \
210 done; \
211 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/base64/Makefile'; \
212 $(am__cd) $(top_srcdir) && \
213 $(AUTOMAKE) --gnu src/base64/Makefile
214 .PRECIOUS: Makefile
215 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
216 @case '$?' in \
217 *config.status*) \
218 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
219 *) \
220 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
221 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
222 esac;
224 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
225 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227 $(top_srcdir)/configure: $(am__configure_deps)
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231 $(am__aclocal_m4_deps):
233 clean-noinstLIBRARIES:
234 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
235 libbase64.a: $(libbase64_a_OBJECTS) $(libbase64_a_DEPENDENCIES)
236 -rm -f libbase64.a
237 $(libbase64_a_AR) libbase64.a $(libbase64_a_OBJECTS) $(libbase64_a_LIBADD)
238 $(RANLIB) libbase64.a
240 clean-noinstPROGRAMS:
241 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
242 base64dec$(EXEEXT): $(base64dec_OBJECTS) $(base64dec_DEPENDENCIES)
243 @rm -f base64dec$(EXEEXT)
244 $(LINK) $(base64dec_OBJECTS) $(base64dec_LDADD) $(LIBS)
245 base64enc$(EXEEXT): $(base64enc_OBJECTS) $(base64enc_DEPENDENCIES)
246 @rm -f base64enc$(EXEEXT)
247 $(LINK) $(base64enc_OBJECTS) $(base64enc_LDADD) $(LIBS)
249 mostlyclean-compile:
250 -rm -f *.$(OBJEXT)
252 distclean-compile:
253 -rm -f *.tab.c
255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64dec.Po@am__quote@
257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64enc.Po@am__quote@
259 .c.o:
260 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
261 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
262 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
263 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
266 .c.obj:
267 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
268 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
269 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
270 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
273 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
274 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
275 unique=`for i in $$list; do \
276 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277 done | \
278 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
279 END { if (nonempty) { for (i in files) print i; }; }'`; \
280 mkid -fID $$unique
281 tags: TAGS
283 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
284 $(TAGS_FILES) $(LISP)
285 set x; \
286 here=`pwd`; \
287 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
288 unique=`for i in $$list; do \
289 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290 done | \
291 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
292 END { if (nonempty) { for (i in files) print i; }; }'`; \
293 shift; \
294 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
295 test -n "$$unique" || unique=$$empty_fix; \
296 if test $$# -gt 0; then \
297 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
298 "$$@" $$unique; \
299 else \
300 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
301 $$unique; \
302 fi; \
303 fi
304 ctags: CTAGS
305 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
306 $(TAGS_FILES) $(LISP)
307 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
308 unique=`for i in $$list; do \
309 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310 done | \
311 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
312 END { if (nonempty) { for (i in files) print i; }; }'`; \
313 test -z "$(CTAGS_ARGS)$$unique" \
314 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
315 $$unique
317 GTAGS:
318 here=`$(am__cd) $(top_builddir) && pwd` \
319 && $(am__cd) $(top_srcdir) \
320 && gtags -i $(GTAGS_ARGS) "$$here"
322 distclean-tags:
323 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
325 distdir: $(DISTFILES)
326 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
327 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
328 list='$(DISTFILES)'; \
329 dist_files=`for file in $$list; do echo $$file; done | \
330 sed -e "s|^$$srcdirstrip/||;t" \
331 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
332 case $$dist_files in \
333 */*) $(MKDIR_P) `echo "$$dist_files" | \
334 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
335 sort -u` ;; \
336 esac; \
337 for file in $$dist_files; do \
338 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
339 if test -d $$d/$$file; then \
340 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
341 if test -d "$(distdir)/$$file"; then \
342 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
343 fi; \
344 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
345 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
346 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
347 fi; \
348 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
349 else \
350 test -f "$(distdir)/$$file" \
351 || cp -p $$d/$$file "$(distdir)/$$file" \
352 || exit 1; \
353 fi; \
354 done
355 check-am: all-am
356 check: check-am
357 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
358 installdirs:
359 install: install-am
360 install-exec: install-exec-am
361 install-data: install-data-am
362 uninstall: uninstall-am
364 install-am: all-am
365 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
367 installcheck: installcheck-am
368 install-strip:
369 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
370 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
371 `test -z '$(STRIP)' || \
372 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
373 mostlyclean-generic:
375 clean-generic:
377 distclean-generic:
378 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
379 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
381 maintainer-clean-generic:
382 @echo "This command is intended for maintainers to use"
383 @echo "it deletes files that may require special tools to rebuild."
384 clean: clean-am
386 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
387 mostlyclean-am
389 distclean: distclean-am
390 -rm -rf ./$(DEPDIR)
391 -rm -f Makefile
392 distclean-am: clean-am distclean-compile distclean-generic \
393 distclean-tags
395 dvi: dvi-am
397 dvi-am:
399 html: html-am
401 html-am:
403 info: info-am
405 info-am:
407 install-data-am:
409 install-dvi: install-dvi-am
411 install-dvi-am:
413 install-exec-am:
415 install-html: install-html-am
417 install-html-am:
419 install-info: install-info-am
421 install-info-am:
423 install-man:
425 install-pdf: install-pdf-am
427 install-pdf-am:
429 install-ps: install-ps-am
431 install-ps-am:
433 installcheck-am:
435 maintainer-clean: maintainer-clean-am
436 -rm -rf ./$(DEPDIR)
437 -rm -f Makefile
438 maintainer-clean-am: distclean-am maintainer-clean-generic
440 mostlyclean: mostlyclean-am
442 mostlyclean-am: mostlyclean-compile mostlyclean-generic
444 pdf: pdf-am
446 pdf-am:
448 ps: ps-am
450 ps-am:
452 uninstall-am:
454 .MAKE: install-am install-strip
456 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
457 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \
458 distclean-compile distclean-generic distclean-tags distdir dvi \
459 dvi-am html html-am info info-am install install-am \
460 install-data install-data-am install-dvi install-dvi-am \
461 install-exec install-exec-am install-html install-html-am \
462 install-info install-info-am install-man install-pdf \
463 install-pdf-am install-ps install-ps-am install-strip \
464 installcheck installcheck-am installdirs maintainer-clean \
465 maintainer-clean-generic mostlyclean mostlyclean-compile \
466 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
467 uninstall-am
470 # Tell versions [3.59,3.63) of GNU make to not export all variables.
471 # Otherwise a system limit (for SysV at least) may be exceeded.
472 .NOEXPORT: