masqmail

view src/md5/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
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 = hmactest$(EXEEXT)
37 subdir = src/md5
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 libmd5_a_AR = $(AR) $(ARFLAGS)
51 libmd5_a_LIBADD =
52 am_libmd5_a_OBJECTS = md5.$(OBJEXT) hmac_md5.$(OBJEXT)
53 libmd5_a_OBJECTS = $(am_libmd5_a_OBJECTS)
54 PROGRAMS = $(noinst_PROGRAMS)
55 am_hmactest_OBJECTS = md5.$(OBJEXT) hmac_md5.$(OBJEXT) \
56 hmactest.$(OBJEXT)
57 hmactest_OBJECTS = $(am_hmactest_OBJECTS)
58 hmactest_LDADD = $(LDADD)
59 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
60 depcomp = $(SHELL) $(top_srcdir)/depcomp
61 am__depfiles_maybe = depfiles
62 am__mv = mv -f
63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65 CCLD = $(CC)
66 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
67 SOURCES = $(libmd5_a_SOURCES) $(hmactest_SOURCES)
68 DIST_SOURCES = $(libmd5_a_SOURCES) $(hmactest_SOURCES)
69 ETAGS = etags
70 CTAGS = ctags
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72 ACLOCAL = @ACLOCAL@
73 AMTAR = @AMTAR@
74 AUTOCONF = @AUTOCONF@
75 AUTOHEADER = @AUTOHEADER@
76 AUTOMAKE = @AUTOMAKE@
77 AWK = @AWK@
78 BASE64_LIBS = @BASE64_LIBS@
79 CC = @CC@
80 CCDEPMODE = @CCDEPMODE@
81 CFLAGS = @CFLAGS@
82 CPP = @CPP@
83 CPPFLAGS = @CPPFLAGS@
84 CYGPATH_W = @CYGPATH_W@
85 DEFS = @DEFS@
86 DEPDIR = @DEPDIR@
87 ECHO_C = @ECHO_C@
88 ECHO_N = @ECHO_N@
89 ECHO_T = @ECHO_T@
90 EGREP = @EGREP@
91 EXEEXT = @EXEEXT@
92 GLIB_CFLAGS = @GLIB_CFLAGS@
93 GLIB_LIBS = @GLIB_LIBS@
94 GREP = @GREP@
95 INSTALL = @INSTALL@
96 INSTALL_DATA = @INSTALL_DATA@
97 INSTALL_PROGRAM = @INSTALL_PROGRAM@
98 INSTALL_SCRIPT = @INSTALL_SCRIPT@
99 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100 LDFLAGS = @LDFLAGS@
101 LIBOBJS = @LIBOBJS@
102 LIBS = @LIBS@
103 LOCKFILE_LIBS = @LOCKFILE_LIBS@
104 LTLIBOBJS = @LTLIBOBJS@
105 MAKEINFO = @MAKEINFO@
106 MD5_LIBS = @MD5_LIBS@
107 MKDIR_P = @MKDIR_P@
108 OBJEXT = @OBJEXT@
109 PACKAGE = @PACKAGE@
110 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
111 PACKAGE_NAME = @PACKAGE_NAME@
112 PACKAGE_STRING = @PACKAGE_STRING@
113 PACKAGE_TARNAME = @PACKAGE_TARNAME@
114 PACKAGE_URL = @PACKAGE_URL@
115 PACKAGE_VERSION = @PACKAGE_VERSION@
116 PATH_SEPARATOR = @PATH_SEPARATOR@
117 PKG_CONFIG = @PKG_CONFIG@
118 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
119 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
120 RANLIB = @RANLIB@
121 RESOLV_LIBS = @RESOLV_LIBS@
122 SET_MAKE = @SET_MAKE@
123 SHELL = @SHELL@
124 STRIP = @STRIP@
125 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
126 VERSION = @VERSION@
127 abs_builddir = @abs_builddir@
128 abs_srcdir = @abs_srcdir@
129 abs_top_builddir = @abs_top_builddir@
130 abs_top_srcdir = @abs_top_srcdir@
131 ac_ct_CC = @ac_ct_CC@
132 am__include = @am__include@
133 am__leading_dot = @am__leading_dot@
134 am__quote = @am__quote@
135 am__tar = @am__tar@
136 am__untar = @am__untar@
137 bindir = @bindir@
138 build_alias = @build_alias@
139 builddir = @builddir@
140 datadir = @datadir@
141 datarootdir = @datarootdir@
142 docdir = @docdir@
143 dvidir = @dvidir@
144 exec_prefix = @exec_prefix@
145 host_alias = @host_alias@
146 htmldir = @htmldir@
147 includedir = @includedir@
148 infodir = @infodir@
149 install_sh = @install_sh@
150 libdir = @libdir@
151 libexecdir = @libexecdir@
152 localedir = @localedir@
153 localstatedir = @localstatedir@
154 mandir = @mandir@
155 mkdir_p = @mkdir_p@
156 oldincludedir = @oldincludedir@
157 pdfdir = @pdfdir@
158 prefix = @prefix@
159 program_transform_name = @program_transform_name@
160 psdir = @psdir@
161 sbindir = @sbindir@
162 sharedstatedir = @sharedstatedir@
163 srcdir = @srcdir@
164 sysconfdir = @sysconfdir@
165 target_alias = @target_alias@
166 top_build_prefix = @top_build_prefix@
167 top_builddir = @top_builddir@
168 top_srcdir = @top_srcdir@
169 with_confdir = @with_confdir@
170 with_group = @with_group@
171 with_logdir = @with_logdir@
172 with_piddir = @with_piddir@
173 with_spooldir = @with_spooldir@
174 with_user = @with_user@
175 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE
176 noinst_LIBRARIES = libmd5.a
177 hmactest_SOURCES = \
178 md5.h\
179 md5.c\
180 hmac_md5.h\
181 hmac_md5.c\
182 hmactest.c
184 libmd5_a_SOURCES = \
185 md5.h\
186 md5.c\
187 hmac_md5.h\
188 hmac_md5.c
190 all: all-am
192 .SUFFIXES:
193 .SUFFIXES: .c .o .obj
194 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
195 @for dep in $?; do \
196 case '$(am__configure_deps)' in \
197 *$$dep*) \
198 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
199 && { if test -f $@; then exit 0; else break; fi; }; \
200 exit 1;; \
201 esac; \
202 done; \
203 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/md5/Makefile'; \
204 $(am__cd) $(top_srcdir) && \
205 $(AUTOMAKE) --gnu src/md5/Makefile
206 .PRECIOUS: Makefile
207 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
208 @case '$?' in \
209 *config.status*) \
210 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
211 *) \
212 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
213 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
214 esac;
216 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
217 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
219 $(top_srcdir)/configure: $(am__configure_deps)
220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
222 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223 $(am__aclocal_m4_deps):
225 clean-noinstLIBRARIES:
226 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
227 libmd5.a: $(libmd5_a_OBJECTS) $(libmd5_a_DEPENDENCIES)
228 -rm -f libmd5.a
229 $(libmd5_a_AR) libmd5.a $(libmd5_a_OBJECTS) $(libmd5_a_LIBADD)
230 $(RANLIB) libmd5.a
232 clean-noinstPROGRAMS:
233 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
234 hmactest$(EXEEXT): $(hmactest_OBJECTS) $(hmactest_DEPENDENCIES)
235 @rm -f hmactest$(EXEEXT)
236 $(LINK) $(hmactest_OBJECTS) $(hmactest_LDADD) $(LIBS)
238 mostlyclean-compile:
239 -rm -f *.$(OBJEXT)
241 distclean-compile:
242 -rm -f *.tab.c
244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac_md5.Po@am__quote@
245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmactest.Po@am__quote@
246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
248 .c.o:
249 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
250 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
251 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
252 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
253 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
255 .c.obj:
256 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
257 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
258 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
259 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
260 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
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; nonempty = 1; } \
268 END { if (nonempty) { for (i in files) print i; }; }'`; \
269 mkid -fID $$unique
270 tags: TAGS
272 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
273 $(TAGS_FILES) $(LISP)
274 set x; \
275 here=`pwd`; \
276 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277 unique=`for i in $$list; do \
278 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279 done | \
280 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
281 END { if (nonempty) { for (i in files) print i; }; }'`; \
282 shift; \
283 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
284 test -n "$$unique" || unique=$$empty_fix; \
285 if test $$# -gt 0; then \
286 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
287 "$$@" $$unique; \
288 else \
289 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
290 $$unique; \
291 fi; \
292 fi
293 ctags: CTAGS
294 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
295 $(TAGS_FILES) $(LISP)
296 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
297 unique=`for i in $$list; do \
298 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299 done | \
300 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
301 END { if (nonempty) { for (i in files) print i; }; }'`; \
302 test -z "$(CTAGS_ARGS)$$unique" \
303 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
304 $$unique
306 GTAGS:
307 here=`$(am__cd) $(top_builddir) && pwd` \
308 && $(am__cd) $(top_srcdir) \
309 && gtags -i $(GTAGS_ARGS) "$$here"
311 distclean-tags:
312 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
314 distdir: $(DISTFILES)
315 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
316 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
317 list='$(DISTFILES)'; \
318 dist_files=`for file in $$list; do echo $$file; done | \
319 sed -e "s|^$$srcdirstrip/||;t" \
320 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
321 case $$dist_files in \
322 */*) $(MKDIR_P) `echo "$$dist_files" | \
323 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
324 sort -u` ;; \
325 esac; \
326 for file in $$dist_files; do \
327 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
328 if test -d $$d/$$file; then \
329 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
330 if test -d "$(distdir)/$$file"; then \
331 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
332 fi; \
333 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
334 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
335 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
336 fi; \
337 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
338 else \
339 test -f "$(distdir)/$$file" \
340 || cp -p $$d/$$file "$(distdir)/$$file" \
341 || exit 1; \
342 fi; \
343 done
344 check-am: all-am
345 check: check-am
346 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
347 installdirs:
348 install: install-am
349 install-exec: install-exec-am
350 install-data: install-data-am
351 uninstall: uninstall-am
353 install-am: all-am
354 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
356 installcheck: installcheck-am
357 install-strip:
358 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
359 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
360 `test -z '$(STRIP)' || \
361 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
362 mostlyclean-generic:
364 clean-generic:
366 distclean-generic:
367 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
368 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
370 maintainer-clean-generic:
371 @echo "This command is intended for maintainers to use"
372 @echo "it deletes files that may require special tools to rebuild."
373 clean: clean-am
375 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
376 mostlyclean-am
378 distclean: distclean-am
379 -rm -rf ./$(DEPDIR)
380 -rm -f Makefile
381 distclean-am: clean-am distclean-compile distclean-generic \
382 distclean-tags
384 dvi: dvi-am
386 dvi-am:
388 html: html-am
390 html-am:
392 info: info-am
394 info-am:
396 install-data-am:
398 install-dvi: install-dvi-am
400 install-dvi-am:
402 install-exec-am:
404 install-html: install-html-am
406 install-html-am:
408 install-info: install-info-am
410 install-info-am:
412 install-man:
414 install-pdf: install-pdf-am
416 install-pdf-am:
418 install-ps: install-ps-am
420 install-ps-am:
422 installcheck-am:
424 maintainer-clean: maintainer-clean-am
425 -rm -rf ./$(DEPDIR)
426 -rm -f Makefile
427 maintainer-clean-am: distclean-am maintainer-clean-generic
429 mostlyclean: mostlyclean-am
431 mostlyclean-am: mostlyclean-compile mostlyclean-generic
433 pdf: pdf-am
435 pdf-am:
437 ps: ps-am
439 ps-am:
441 uninstall-am:
443 .MAKE: install-am install-strip
445 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
446 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \
447 distclean-compile distclean-generic distclean-tags distdir dvi \
448 dvi-am html html-am info info-am install install-am \
449 install-data install-data-am install-dvi install-dvi-am \
450 install-exec install-exec-am install-html install-html-am \
451 install-info install-info-am install-man install-pdf \
452 install-pdf-am install-ps install-ps-am install-strip \
453 installcheck installcheck-am installdirs maintainer-clean \
454 maintainer-clean-generic mostlyclean mostlyclean-compile \
455 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
456 uninstall-am
459 # Tell versions [3.59,3.63) of GNU make to not export all variables.
460 # Otherwise a system limit (for SysV at least) may be exceeded.
461 .NOEXPORT: