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