Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / liblock / Makefile.in
CommitLineData
8d138742 1# Makefile.in generated by automake 1.11 from Makefile.am.
d9898ee8 2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
8d138742
CE
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
d9898ee8 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
dd184caf 18# $Id: Makefile.am,v 1.10 2007/06/30 15:40:53 mrsam Exp $
d9898ee8 19#
20# Copyright 1998 - 2002 Double Precision, Inc. See COPYING for
21# distribution information.
22#
23
24
25
d9898ee8 26VPATH = @srcdir@
27pkgdatadir = $(datadir)/@PACKAGE@
d9898ee8 28pkgincludedir = $(includedir)/@PACKAGE@
8d138742
CE
29pkglibdir = $(libdir)/@PACKAGE@
30pkglibexecdir = $(libexecdir)/@PACKAGE@
d9898ee8 31am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d9898ee8 32install_sh_DATA = $(install_sh) -c -m 644
33install_sh_PROGRAM = $(install_sh) -c
34install_sh_SCRIPT = $(install_sh) -c
35INSTALL_HEADER = $(INSTALL_DATA)
36transform = $(program_transform_name)
37NORMAL_INSTALL = :
38PRE_INSTALL = :
39POST_INSTALL = :
40NORMAL_UNINSTALL = :
41PRE_UNINSTALL = :
42POST_UNINSTALL = :
43build_triplet = @build@
44host_triplet = @host@
45noinst_PROGRAMS = lockmail$(EXEEXT)
dd184caf 46subdir = .
d9898ee8 47DIST_COMMON = $(am__configure_deps) $(srcdir)/../config.guess \
48 $(srcdir)/../config.sub $(srcdir)/../depcomp \
49 $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \
50 $(srcdir)/../missing $(srcdir)/Makefile.am \
51 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
52 $(top_srcdir)/configure
d9898ee8 53ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54am__aclocal_m4_deps = $(top_srcdir)/configure.in
55am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56 $(ACLOCAL_M4)
57am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
dd184caf 58 configure.lineno config.status.lineno
d9898ee8 59mkinstalldirs = $(install_sh) -d
60CONFIG_HEADER = config.h
61CONFIG_CLEAN_FILES =
8d138742 62CONFIG_CLEAN_VPATH_FILES =
d9898ee8 63LTLIBRARIES = $(noinst_LTLIBRARIES)
64liblock_la_LIBADD =
65am__liblock_la_SOURCES_DIST = lockfcntl.c lockflock.c locklockf.c \
66 liblock.h lockdaemon.c mail.h mail.c
67@USE_FCNTL_TRUE@am__objects_1 = lockfcntl.lo
68@USE_FLOCK_TRUE@am__objects_2 = lockflock.lo
69@USE_LOCKF_TRUE@am__objects_3 = locklockf.lo
70am_liblock_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
71 $(am__objects_3) lockdaemon.lo mail.lo
72liblock_la_OBJECTS = $(am_liblock_la_OBJECTS)
73PROGRAMS = $(noinst_PROGRAMS)
74am_lockmail_OBJECTS = lockmail.$(OBJEXT)
75lockmail_OBJECTS = $(am_lockmail_OBJECTS)
dd184caf 76lockmail_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(lockmail_LDFLAGS) \
78 $(LDFLAGS) -o $@
79DEFAULT_INCLUDES = -I.@am__isrc@
d9898ee8 80depcomp = $(SHELL) $(top_srcdir)/../depcomp
81am__depfiles_maybe = depfiles
8d138742 82am__mv = mv -f
d9898ee8 83COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
dd184caf 85LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
d9898ee8 88CCLD = $(CC)
dd184caf 89LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
91 $(LDFLAGS) -o $@
d9898ee8 92SOURCES = $(liblock_la_SOURCES) $(lockmail_SOURCES)
93DIST_SOURCES = $(am__liblock_la_SOURCES_DIST) $(lockmail_SOURCES)
94DATA = $(noinst_DATA)
95ETAGS = etags
96CTAGS = ctags
97DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98distdir = $(PACKAGE)-$(VERSION)
99top_distdir = $(distdir)
100am__remove_distdir = \
8d138742
CE
101 { test ! -d "$(distdir)" \
102 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
103 && rm -fr "$(distdir)"; }; }
d9898ee8 104DIST_ARCHIVES = $(distdir).tar.gz
105GZIP_ENV = --best
106distuninstallcheck_listfiles = find . -type f -print
107distcleancheck_listfiles = find . -type f -print
108ACLOCAL = @ACLOCAL@
d9898ee8 109AMTAR = @AMTAR@
110AR = @AR@
111AUTOCONF = @AUTOCONF@
112AUTOHEADER = @AUTOHEADER@
dd184caf 113AUTOMAKE = @AUTOMAKE@
d9898ee8 114AWK = @AWK@
115CC = @CC@
116CCDEPMODE = @CCDEPMODE@
117CFLAGS = @CFLAGS@
118CPP = @CPP@
119CPPFLAGS = @CPPFLAGS@
d9898ee8 120CYGPATH_W = @CYGPATH_W@
121DEFS = @DEFS@
122DEPDIR = @DEPDIR@
8d138742
CE
123DSYMUTIL = @DSYMUTIL@
124DUMPBIN = @DUMPBIN@
d9898ee8 125ECHO_C = @ECHO_C@
126ECHO_N = @ECHO_N@
127ECHO_T = @ECHO_T@
128EGREP = @EGREP@
129EXEEXT = @EXEEXT@
8d138742 130FGREP = @FGREP@
dd184caf 131GREP = @GREP@
132INSTALL = @INSTALL@
d9898ee8 133INSTALL_DATA = @INSTALL_DATA@
134INSTALL_PROGRAM = @INSTALL_PROGRAM@
135INSTALL_SCRIPT = @INSTALL_SCRIPT@
136INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8d138742 137LD = @LD@
d9898ee8 138LDFLAGS = @LDFLAGS@
139LIBOBJS = @LIBOBJS@
140LIBS = @LIBS@
141LIBTOOL = @LIBTOOL@
8d138742 142LIPO = @LIPO@
d9898ee8 143LN_S = @LN_S@
144LTLIBOBJS = @LTLIBOBJS@
145MAKEINFO = @MAKEINFO@
dd184caf 146MKDIR_P = @MKDIR_P@
8d138742
CE
147NM = @NM@
148NMEDIT = @NMEDIT@
149OBJDUMP = @OBJDUMP@
d9898ee8 150OBJEXT = @OBJEXT@
8d138742
CE
151OTOOL = @OTOOL@
152OTOOL64 = @OTOOL64@
d9898ee8 153PACKAGE = @PACKAGE@
154PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155PACKAGE_NAME = @PACKAGE_NAME@
156PACKAGE_STRING = @PACKAGE_STRING@
157PACKAGE_TARNAME = @PACKAGE_TARNAME@
158PACKAGE_VERSION = @PACKAGE_VERSION@
159PATH_SEPARATOR = @PATH_SEPARATOR@
160RANLIB = @RANLIB@
161SED = @SED@
162SET_MAKE = @SET_MAKE@
163SHELL = @SHELL@
164STRIP = @STRIP@
d9898ee8 165VERSION = @VERSION@
dd184caf 166abs_builddir = @abs_builddir@
167abs_srcdir = @abs_srcdir@
168abs_top_builddir = @abs_top_builddir@
169abs_top_srcdir = @abs_top_srcdir@
d9898ee8 170ac_ct_CC = @ac_ct_CC@
8d138742 171ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d9898ee8 172am__include = @am__include@
173am__leading_dot = @am__leading_dot@
174am__quote = @am__quote@
175am__tar = @am__tar@
176am__untar = @am__untar@
177bindir = @bindir@
178build = @build@
179build_alias = @build_alias@
180build_cpu = @build_cpu@
181build_os = @build_os@
182build_vendor = @build_vendor@
dd184caf 183builddir = @builddir@
d9898ee8 184datadir = @datadir@
dd184caf 185datarootdir = @datarootdir@
186docdir = @docdir@
187dvidir = @dvidir@
d9898ee8 188exec_prefix = @exec_prefix@
189host = @host@
190host_alias = @host_alias@
191host_cpu = @host_cpu@
192host_os = @host_os@
193host_vendor = @host_vendor@
dd184caf 194htmldir = @htmldir@
d9898ee8 195includedir = @includedir@
196infodir = @infodir@
197install_sh = @install_sh@
198libdir = @libdir@
199libexecdir = @libexecdir@
dd184caf 200localedir = @localedir@
d9898ee8 201localstatedir = @localstatedir@
8d138742 202lt_ECHO = @lt_ECHO@
d9898ee8 203mandir = @mandir@
204mkdir_p = @mkdir_p@
205oldincludedir = @oldincludedir@
dd184caf 206pdfdir = @pdfdir@
d9898ee8 207prefix = @prefix@
208program_transform_name = @program_transform_name@
dd184caf 209psdir = @psdir@
d9898ee8 210sbindir = @sbindir@
211sharedstatedir = @sharedstatedir@
dd184caf 212srcdir = @srcdir@
d9898ee8 213sysconfdir = @sysconfdir@
214target_alias = @target_alias@
8d138742 215top_build_prefix = @top_build_prefix@
dd184caf 216top_builddir = @top_builddir@
217top_srcdir = @top_srcdir@
d9898ee8 218noinst_LTLIBRARIES = liblock.la
219@USE_FCNTL_FALSE@fcntl =
220@USE_FCNTL_TRUE@fcntl = lockfcntl.c
221@USE_FLOCK_FALSE@flock =
222@USE_FLOCK_TRUE@flock = lockflock.c
223@USE_LOCKF_FALSE@lockf =
224@USE_LOCKF_TRUE@lockf = locklockf.c
225liblock_la_SOURCES = $(fcntl) $(flock) $(lockf) liblock.h lockdaemon.c \
226 mail.h mail.c
227
228lockmail_SOURCES = lockmail.c
229lockmail_DEPENDENCIES = liblock.la ../numlib/libnumlib.la
230lockmail_LDADD = liblock.la ../numlib/libnumlib.la
231lockmail_LDFLAGS = -static
232noinst_DATA = lockmail.html lockmail.1
233EXTRA_DIST = lockfcntl.c lockflock.c locklockf.c locktest.c $(noinst_DATA)
234all: config.h
235 $(MAKE) $(AM_MAKEFLAGS) all-am
236
237.SUFFIXES:
238.SUFFIXES: .c .lo .o .obj
239am--refresh:
240 @:
241$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
242 @for dep in $?; do \
243 case '$(am__configure_deps)' in \
244 *$$dep*) \
8d138742
CE
245 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
246 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
d9898ee8 247 && exit 0; \
248 exit 1;; \
249 esac; \
250 done; \
8d138742
CE
251 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
252 $(am__cd) $(top_srcdir) && \
253 $(AUTOMAKE) --foreign Makefile
d9898ee8 254.PRECIOUS: Makefile
255Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
256 @case '$?' in \
257 *config.status*) \
258 echo ' $(SHELL) ./config.status'; \
259 $(SHELL) ./config.status;; \
260 *) \
261 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
262 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
263 esac;
264
265$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266 $(SHELL) ./config.status --recheck
267
268$(top_srcdir)/configure: $(am__configure_deps)
8d138742 269 $(am__cd) $(srcdir) && $(AUTOCONF)
d9898ee8 270$(ACLOCAL_M4): $(am__aclocal_m4_deps)
8d138742
CE
271 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
272$(am__aclocal_m4_deps):
d9898ee8 273
274config.h: stamp-h1
275 @if test ! -f $@; then \
276 rm -f stamp-h1; \
dd184caf 277 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
d9898ee8 278 else :; fi
279
280stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
281 @rm -f stamp-h1
282 cd $(top_builddir) && $(SHELL) ./config.status config.h
283$(srcdir)/config.h.in: $(am__configure_deps)
8d138742 284 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
d9898ee8 285 rm -f stamp-h1
286 touch $@
287
288distclean-hdr:
289 -rm -f config.h stamp-h1
290
291clean-noinstLTLIBRARIES:
292 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
293 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
294 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
295 test "$$dir" != "$$p" || dir=.; \
296 echo "rm -f \"$${dir}/so_locations\""; \
297 rm -f "$${dir}/so_locations"; \
298 done
299liblock.la: $(liblock_la_OBJECTS) $(liblock_la_DEPENDENCIES)
dd184caf 300 $(LINK) $(liblock_la_OBJECTS) $(liblock_la_LIBADD) $(LIBS)
d9898ee8 301
302clean-noinstPROGRAMS:
8d138742
CE
303 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
304 echo " rm -f" $$list; \
305 rm -f $$list || exit $$?; \
306 test -n "$(EXEEXT)" || exit 0; \
307 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
308 echo " rm -f" $$list; \
309 rm -f $$list
d9898ee8 310lockmail$(EXEEXT): $(lockmail_OBJECTS) $(lockmail_DEPENDENCIES)
311 @rm -f lockmail$(EXEEXT)
dd184caf 312 $(lockmail_LINK) $(lockmail_OBJECTS) $(lockmail_LDADD) $(LIBS)
d9898ee8 313
314mostlyclean-compile:
315 -rm -f *.$(OBJEXT)
316
317distclean-compile:
318 -rm -f *.tab.c
319
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lockdaemon.Plo@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lockfcntl.Plo@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lockflock.Plo@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/locklockf.Plo@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lockmail.Po@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mail.Plo@am__quote@
326
327.c.o:
dd184caf 328@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
8d138742 329@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
d9898ee8 330@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332@am__fastdepCC_FALSE@ $(COMPILE) -c $<
333
334.c.obj:
dd184caf 335@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
8d138742 336@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
d9898ee8 337@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
340
341.c.lo:
dd184caf 342@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
8d138742 343@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
d9898ee8 344@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
345@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
347
348mostlyclean-libtool:
349 -rm -f *.lo
350
351clean-libtool:
352 -rm -rf .libs _libs
353
354distclean-libtool:
8d138742 355 -rm -f libtool config.lt
d9898ee8 356
357ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
358 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359 unique=`for i in $$list; do \
360 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361 done | \
8d138742 362 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
ac40fd9e 363 END { if (nonempty) { for (i in files) print i; }; }'`; \
d9898ee8 364 mkid -fID $$unique
365tags: TAGS
366
367TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
368 $(TAGS_FILES) $(LISP)
8d138742 369 set x; \
d9898ee8 370 here=`pwd`; \
371 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
372 unique=`for i in $$list; do \
373 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374 done | \
ac40fd9e 375 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376 END { if (nonempty) { for (i in files) print i; }; }'`; \
8d138742
CE
377 shift; \
378 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
d9898ee8 379 test -n "$$unique" || unique=$$empty_fix; \
8d138742
CE
380 if test $$# -gt 0; then \
381 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382 "$$@" $$unique; \
383 else \
384 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385 $$unique; \
386 fi; \
d9898ee8 387 fi
388ctags: CTAGS
389CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
390 $(TAGS_FILES) $(LISP)
d9898ee8 391 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
392 unique=`for i in $$list; do \
393 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394 done | \
ac40fd9e 395 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396 END { if (nonempty) { for (i in files) print i; }; }'`; \
8d138742 397 test -z "$(CTAGS_ARGS)$$unique" \
d9898ee8 398 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
8d138742 399 $$unique
d9898ee8 400
401GTAGS:
402 here=`$(am__cd) $(top_builddir) && pwd` \
8d138742
CE
403 && $(am__cd) $(top_srcdir) \
404 && gtags -i $(GTAGS_ARGS) "$$here"
d9898ee8 405
406distclean-tags:
407 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
408
409distdir: $(DISTFILES)
410 $(am__remove_distdir)
8d138742 411 test -d "$(distdir)" || mkdir "$(distdir)"
dd184caf 412 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414 list='$(DISTFILES)'; \
415 dist_files=`for file in $$list; do echo $$file; done | \
416 sed -e "s|^$$srcdirstrip/||;t" \
417 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
418 case $$dist_files in \
419 */*) $(MKDIR_P) `echo "$$dist_files" | \
420 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
421 sort -u` ;; \
422 esac; \
423 for file in $$dist_files; do \
d9898ee8 424 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d9898ee8 425 if test -d $$d/$$file; then \
dd184caf 426 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8d138742
CE
427 if test -d "$(distdir)/$$file"; then \
428 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
429 fi; \
d9898ee8 430 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8d138742
CE
431 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
432 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
d9898ee8 433 fi; \
8d138742 434 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
d9898ee8 435 else \
8d138742
CE
436 test -f "$(distdir)/$$file" \
437 || cp -p $$d/$$file "$(distdir)/$$file" \
d9898ee8 438 || exit 1; \
439 fi; \
440 done
8d138742
CE
441 -test -n "$(am__skip_mode_fix)" \
442 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
d9898ee8 443 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
444 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
dd184caf 445 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
8d138742 446 || chmod -R a+r "$(distdir)"
d9898ee8 447dist-gzip: distdir
448 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
449 $(am__remove_distdir)
450
451dist-bzip2: distdir
452 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
453 $(am__remove_distdir)
454
ac40fd9e 455dist-lzma: distdir
456 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
457 $(am__remove_distdir)
458
8d138742
CE
459dist-xz: distdir
460 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
461 $(am__remove_distdir)
462
d9898ee8 463dist-tarZ: distdir
464 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
465 $(am__remove_distdir)
466
467dist-shar: distdir
468 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
469 $(am__remove_distdir)
470
471dist-zip: distdir
472 -rm -f $(distdir).zip
473 zip -rq $(distdir).zip $(distdir)
474 $(am__remove_distdir)
475
476dist dist-all: distdir
477 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
478 $(am__remove_distdir)
479
480# This target untars the dist file and tries a VPATH configuration. Then
481# it guarantees that the distribution is self-contained by making another
482# tarfile.
483distcheck: dist
484 case '$(DIST_ARCHIVES)' in \
485 *.tar.gz*) \
486 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
487 *.tar.bz2*) \
488 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
ac40fd9e 489 *.tar.lzma*) \
490 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
8d138742
CE
491 *.tar.xz*) \
492 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
d9898ee8 493 *.tar.Z*) \
494 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
495 *.shar.gz*) \
496 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
497 *.zip*) \
498 unzip $(distdir).zip ;;\
499 esac
500 chmod -R a-w $(distdir); chmod a+w $(distdir)
501 mkdir $(distdir)/_build
502 mkdir $(distdir)/_inst
503 chmod a-w $(distdir)
8d138742 504 test -d $(distdir)/_build || exit 0; \
d9898ee8 505 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
506 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
8d138742
CE
507 && am__cwd=`pwd` \
508 && $(am__cd) $(distdir)/_build \
d9898ee8 509 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
510 $(DISTCHECK_CONFIGURE_FLAGS) \
511 && $(MAKE) $(AM_MAKEFLAGS) \
512 && $(MAKE) $(AM_MAKEFLAGS) dvi \
513 && $(MAKE) $(AM_MAKEFLAGS) check \
514 && $(MAKE) $(AM_MAKEFLAGS) install \
515 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
516 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
517 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
518 distuninstallcheck \
519 && chmod -R a-w "$$dc_install_base" \
520 && ({ \
521 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
522 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
523 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
524 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
525 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
526 } || { rm -rf "$$dc_destdir"; exit 1; }) \
527 && rm -rf "$$dc_destdir" \
528 && $(MAKE) $(AM_MAKEFLAGS) dist \
529 && rm -rf $(DIST_ARCHIVES) \
8d138742
CE
530 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
531 && cd "$$am__cwd" \
532 || exit 1
d9898ee8 533 $(am__remove_distdir)
534 @(echo "$(distdir) archives ready for distribution: "; \
535 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
dd184caf 536 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
d9898ee8 537distuninstallcheck:
8d138742 538 @$(am__cd) '$(distuninstallcheck_dir)' \
d9898ee8 539 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
540 || { echo "ERROR: files left after uninstall:" ; \
541 if test -n "$(DESTDIR)"; then \
542 echo " (check DESTDIR support)"; \
543 fi ; \
544 $(distuninstallcheck_listfiles) ; \
545 exit 1; } >&2
546distcleancheck: distclean
547 @if test '$(srcdir)' = . ; then \
548 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
549 exit 1 ; \
550 fi
551 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
552 || { echo "ERROR: files left in build directory after distclean:" ; \
553 $(distcleancheck_listfiles) ; \
554 exit 1; } >&2
555check-am: all-am
556check: check-am
557all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) config.h
558installdirs:
559install: install-am
560install-exec: install-exec-am
561install-data: install-data-am
562uninstall: uninstall-am
563
564install-am: all-am
565 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
566
567installcheck: installcheck-am
568install-strip:
569 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571 `test -z '$(STRIP)' || \
572 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
573mostlyclean-generic:
574
575clean-generic:
576
577distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8d138742 579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d9898ee8 580
581maintainer-clean-generic:
582 @echo "This command is intended for maintainers to use"
583 @echo "it deletes files that may require special tools to rebuild."
584clean: clean-am
585
586clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
587 clean-noinstPROGRAMS mostlyclean-am
588
589distclean: distclean-am
590 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
591 -rm -rf ./$(DEPDIR)
592 -rm -f Makefile
593distclean-am: clean-am distclean-compile distclean-generic \
594 distclean-hdr distclean-libtool distclean-tags
595
596dvi: dvi-am
597
598dvi-am:
599
600html: html-am
601
8d138742
CE
602html-am:
603
d9898ee8 604info: info-am
605
606info-am:
607
608install-data-am:
609
dd184caf 610install-dvi: install-dvi-am
611
8d138742
CE
612install-dvi-am:
613
d9898ee8 614install-exec-am:
615
dd184caf 616install-html: install-html-am
617
8d138742
CE
618install-html-am:
619
d9898ee8 620install-info: install-info-am
621
8d138742
CE
622install-info-am:
623
d9898ee8 624install-man:
625
dd184caf 626install-pdf: install-pdf-am
627
8d138742
CE
628install-pdf-am:
629
dd184caf 630install-ps: install-ps-am
631
8d138742
CE
632install-ps-am:
633
d9898ee8 634installcheck-am:
635
636maintainer-clean: maintainer-clean-am
637 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
638 -rm -rf $(top_srcdir)/autom4te.cache
639 -rm -rf ./$(DEPDIR)
640 -rm -f Makefile
641maintainer-clean-am: distclean-am maintainer-clean-generic
642
643mostlyclean: mostlyclean-am
644
645mostlyclean-am: mostlyclean-compile mostlyclean-generic \
646 mostlyclean-libtool
647
648pdf: pdf-am
649
650pdf-am:
651
652ps: ps-am
653
654ps-am:
655
dd184caf 656uninstall-am:
657
8d138742 658.MAKE: all install-am install-strip
d9898ee8 659
660.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
661 clean-generic clean-libtool clean-noinstLTLIBRARIES \
662 clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
8d138742
CE
663 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
664 distclean distclean-compile distclean-generic distclean-hdr \
d9898ee8 665 distclean-libtool distclean-tags distcleancheck distdir \
666 distuninstallcheck dvi dvi-am html html-am info info-am \
dd184caf 667 install install-am install-data install-data-am install-dvi \
668 install-dvi-am install-exec install-exec-am install-html \
669 install-html-am install-info install-info-am install-man \
670 install-pdf install-pdf-am install-ps install-ps-am \
d9898ee8 671 install-strip installcheck installcheck-am installdirs \
672 maintainer-clean maintainer-clean-generic mostlyclean \
673 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
dd184caf 674 pdf pdf-am ps ps-am tags uninstall uninstall-am
d9898ee8 675
676
677@HAVE_SGML_TRUE@lockmail.html: lockmail.sgml ../docbook/sgml2html
678@HAVE_SGML_TRUE@ ../docbook/sgml2html lockmail.sgml lockmail.html
679
680@HAVE_SGML_TRUE@lockmail.1: lockmail.sgml ../docbook/sgml2man
681@HAVE_SGML_TRUE@ ../docbook/sgml2man lockmail.sgml lockmail.1
8d138742 682
d9898ee8 683# Tell versions [3.59,3.63) of GNU make to not export all variables.
684# Otherwise a system limit (for SysV at least) may be exceeded.
685.NOEXPORT: