Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / libhmac / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
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.
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
18 #$Id: Makefile.am,v 1.9 2007/06/30 15:40:53 mrsam Exp $
19 #
20 # Copyright 1998 - 2005 Double Precision, Inc. See COPYING for
21 # distribution information.
22
23
24 VPATH = @srcdir@
25 pkgdatadir = $(datadir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
27 pkglibdir = $(libdir)/@PACKAGE@
28 pkglibexecdir = $(libexecdir)/@PACKAGE@
29 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name)
35 NORMAL_INSTALL = :
36 PRE_INSTALL = :
37 POST_INSTALL = :
38 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = :
40 POST_UNINSTALL = :
41 build_triplet = @build@
42 host_triplet = @host@
43 EXTRA_PROGRAMS = md5hmactest$(EXEEXT) sha1hmactest$(EXEEXT)
44 subdir = .
45 DIST_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
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/configure.in
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56 configure.lineno config.status.lineno
57 mkinstalldirs = $(install_sh) -d
58 CONFIG_HEADER = config.h
59 CONFIG_CLEAN_FILES =
60 CONFIG_CLEAN_VPATH_FILES =
61 LTLIBRARIES = $(noinst_LTLIBRARIES)
62 libhmac_la_LIBADD =
63 am_libhmac_la_OBJECTS = hmac.lo
64 libhmac_la_OBJECTS = $(am_libhmac_la_OBJECTS)
65 PROGRAMS = $(noinst_PROGRAMS)
66 am_md5hmactest_OBJECTS = md5hmactest.$(OBJEXT)
67 md5hmactest_OBJECTS = $(am_md5hmactest_OBJECTS)
68 am__DEPENDENCIES_1 = libhmac.la
69 md5hmactest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
70 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
71 $(md5hmactest_LDFLAGS) $(LDFLAGS) -o $@
72 am_sha1hmactest_OBJECTS = sha1hmactest.$(OBJEXT)
73 sha1hmactest_OBJECTS = $(am_sha1hmactest_OBJECTS)
74 sha1hmactest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
75 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76 $(sha1hmactest_LDFLAGS) $(LDFLAGS) -o $@
77 DEFAULT_INCLUDES = -I.@am__isrc@
78 depcomp = $(SHELL) $(top_srcdir)/../depcomp
79 am__depfiles_maybe = depfiles
80 am__mv = mv -f
81 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
85 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 CCLD = $(CC)
87 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
89 $(LDFLAGS) -o $@
90 SOURCES = $(libhmac_la_SOURCES) $(md5hmactest_SOURCES) \
91 $(sha1hmactest_SOURCES)
92 DIST_SOURCES = $(libhmac_la_SOURCES) $(md5hmactest_SOURCES) \
93 $(sha1hmactest_SOURCES)
94 ETAGS = etags
95 CTAGS = ctags
96 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97 distdir = $(PACKAGE)-$(VERSION)
98 top_distdir = $(distdir)
99 am__remove_distdir = \
100 { test ! -d "$(distdir)" \
101 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
102 && rm -fr "$(distdir)"; }; }
103 DIST_ARCHIVES = $(distdir).tar.gz
104 GZIP_ENV = --best
105 distuninstallcheck_listfiles = find . -type f -print
106 distcleancheck_listfiles = find . -type f -print
107 ACLOCAL = @ACLOCAL@
108 AMTAR = @AMTAR@
109 AR = @AR@
110 AUTOCONF = @AUTOCONF@
111 AUTOHEADER = @AUTOHEADER@
112 AUTOMAKE = @AUTOMAKE@
113 AWK = @AWK@
114 CC = @CC@
115 CCDEPMODE = @CCDEPMODE@
116 CFLAGS = @CFLAGS@
117 CPP = @CPP@
118 CPPFLAGS = @CPPFLAGS@
119 CYGPATH_W = @CYGPATH_W@
120 DEFS = @DEFS@
121 DEPDIR = @DEPDIR@
122 DSYMUTIL = @DSYMUTIL@
123 DUMPBIN = @DUMPBIN@
124 ECHO_C = @ECHO_C@
125 ECHO_N = @ECHO_N@
126 ECHO_T = @ECHO_T@
127 EGREP = @EGREP@
128 EXEEXT = @EXEEXT@
129 FGREP = @FGREP@
130 GREP = @GREP@
131 INSTALL = @INSTALL@
132 INSTALL_DATA = @INSTALL_DATA@
133 INSTALL_PROGRAM = @INSTALL_PROGRAM@
134 INSTALL_SCRIPT = @INSTALL_SCRIPT@
135 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136 LD = @LD@
137 LDFLAGS = @LDFLAGS@
138 LIBOBJS = @LIBOBJS@
139 LIBS = @LIBS@
140 LIBTOOL = @LIBTOOL@
141 LIPO = @LIPO@
142 LN_S = @LN_S@
143 LTLIBOBJS = @LTLIBOBJS@
144 MAKEINFO = @MAKEINFO@
145 MKDIR_P = @MKDIR_P@
146 NM = @NM@
147 NMEDIT = @NMEDIT@
148 OBJDUMP = @OBJDUMP@
149 OBJEXT = @OBJEXT@
150 OTOOL = @OTOOL@
151 OTOOL64 = @OTOOL64@
152 PACKAGE = @PACKAGE@
153 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154 PACKAGE_NAME = @PACKAGE_NAME@
155 PACKAGE_STRING = @PACKAGE_STRING@
156 PACKAGE_TARNAME = @PACKAGE_TARNAME@
157 PACKAGE_VERSION = @PACKAGE_VERSION@
158 PATH_SEPARATOR = @PATH_SEPARATOR@
159 RANLIB = @RANLIB@
160 SED = @SED@
161 SET_MAKE = @SET_MAKE@
162 SHELL = @SHELL@
163 STRIP = @STRIP@
164 TESTPROGS = @TESTPROGS@
165 VERSION = @VERSION@
166 abs_builddir = @abs_builddir@
167 abs_srcdir = @abs_srcdir@
168 abs_top_builddir = @abs_top_builddir@
169 abs_top_srcdir = @abs_top_srcdir@
170 ac_ct_CC = @ac_ct_CC@
171 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
172 am__include = @am__include@
173 am__leading_dot = @am__leading_dot@
174 am__quote = @am__quote@
175 am__tar = @am__tar@
176 am__untar = @am__untar@
177 bindir = @bindir@
178 build = @build@
179 build_alias = @build_alias@
180 build_cpu = @build_cpu@
181 build_os = @build_os@
182 build_vendor = @build_vendor@
183 builddir = @builddir@
184 datadir = @datadir@
185 datarootdir = @datarootdir@
186 docdir = @docdir@
187 dvidir = @dvidir@
188 exec_prefix = @exec_prefix@
189 hashlibs = @hashlibs@
190 host = @host@
191 host_alias = @host_alias@
192 host_cpu = @host_cpu@
193 host_os = @host_os@
194 host_vendor = @host_vendor@
195 htmldir = @htmldir@
196 includedir = @includedir@
197 infodir = @infodir@
198 install_sh = @install_sh@
199 libdir = @libdir@
200 libexecdir = @libexecdir@
201 localedir = @localedir@
202 localstatedir = @localstatedir@
203 lt_ECHO = @lt_ECHO@
204 mandir = @mandir@
205 mkdir_p = @mkdir_p@
206 oldincludedir = @oldincludedir@
207 pdfdir = @pdfdir@
208 prefix = @prefix@
209 program_transform_name = @program_transform_name@
210 psdir = @psdir@
211 sbindir = @sbindir@
212 sharedstatedir = @sharedstatedir@
213 srcdir = @srcdir@
214 sysconfdir = @sysconfdir@
215 target_alias = @target_alias@
216 top_build_prefix = @top_build_prefix@
217 top_builddir = @top_builddir@
218 top_srcdir = @top_srcdir@
219 noinst_LTLIBRARIES = libhmac.la
220 libhmac_la_SOURCES = hmac.c hmac.h
221 noinst_PROGRAMS = @TESTPROGS@
222 md5hmactest_SOURCES = md5hmactest.c
223 md5hmactest_DEPENDENCIES = libhmac.la @hashlibs@
224 md5hmactest_LDADD = $(md5hmactest_DEPENDENCIES)
225 md5hmactest_LDFLAGS = -static
226 sha1hmactest_SOURCES = sha1hmactest.c
227 sha1hmactest_DEPENDENCIES = libhmac.la @hashlibs@
228 sha1hmactest_LDADD = $(sha1hmactest_DEPENDENCIES)
229 sha1hmactest_LDFLAGS = -static
230 EXTRA_DIST = md5hmactest.txt sha1hmactest.txt
231 all: config.h
232 $(MAKE) $(AM_MAKEFLAGS) all-am
233
234 .SUFFIXES:
235 .SUFFIXES: .c .lo .o .obj
236 am--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*) \
242 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
243 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
244 && exit 0; \
245 exit 1;; \
246 esac; \
247 done; \
248 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
249 $(am__cd) $(top_srcdir) && \
250 $(AUTOMAKE) --foreign Makefile
251 .PRECIOUS: Makefile
252 Makefile: $(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)
266 $(am__cd) $(srcdir) && $(AUTOCONF)
267 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
268 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
269 $(am__aclocal_m4_deps):
270
271 config.h: stamp-h1
272 @if test ! -f $@; then \
273 rm -f stamp-h1; \
274 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
275 else :; fi
276
277 stamp-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)
281 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
282 rm -f stamp-h1
283 touch $@
284
285 distclean-hdr:
286 -rm -f config.h stamp-h1
287
288 clean-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
296 libhmac.la: $(libhmac_la_OBJECTS) $(libhmac_la_DEPENDENCIES)
297 $(LINK) $(libhmac_la_OBJECTS) $(libhmac_la_LIBADD) $(LIBS)
298
299 clean-noinstPROGRAMS:
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
307 md5hmactest$(EXEEXT): $(md5hmactest_OBJECTS) $(md5hmactest_DEPENDENCIES)
308 @rm -f md5hmactest$(EXEEXT)
309 $(md5hmactest_LINK) $(md5hmactest_OBJECTS) $(md5hmactest_LDADD) $(LIBS)
310 sha1hmactest$(EXEEXT): $(sha1hmactest_OBJECTS) $(sha1hmactest_DEPENDENCIES)
311 @rm -f sha1hmactest$(EXEEXT)
312 $(sha1hmactest_LINK) $(sha1hmactest_OBJECTS) $(sha1hmactest_LDADD) $(LIBS)
313
314 mostlyclean-compile:
315 -rm -f *.$(OBJEXT)
316
317 distclean-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:
325 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
326 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
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:
332 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
333 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
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:
339 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
340 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
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
345 mostlyclean-libtool:
346 -rm -f *.lo
347
348 clean-libtool:
349 -rm -rf .libs _libs
350
351 distclean-libtool:
352 -rm -f libtool config.lt
353
354 ID: $(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 | \
359 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
360 END { if (nonempty) { for (i in files) print i; }; }'`; \
361 mkid -fID $$unique
362 tags: TAGS
363
364 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
365 $(TAGS_FILES) $(LISP)
366 set x; \
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 | \
372 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373 END { if (nonempty) { for (i in files) print i; }; }'`; \
374 shift; \
375 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
376 test -n "$$unique" || unique=$$empty_fix; \
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; \
384 fi
385 ctags: CTAGS
386 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
387 $(TAGS_FILES) $(LISP)
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 | \
392 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393 END { if (nonempty) { for (i in files) print i; }; }'`; \
394 test -z "$(CTAGS_ARGS)$$unique" \
395 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
396 $$unique
397
398 GTAGS:
399 here=`$(am__cd) $(top_builddir) && pwd` \
400 && $(am__cd) $(top_srcdir) \
401 && gtags -i $(GTAGS_ARGS) "$$here"
402
403 distclean-tags:
404 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
405
406 distdir: $(DISTFILES)
407 $(am__remove_distdir)
408 test -d "$(distdir)" || mkdir "$(distdir)"
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 \
421 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
422 if test -d $$d/$$file; then \
423 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
424 if test -d "$(distdir)/$$file"; then \
425 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
426 fi; \
427 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
428 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
429 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
430 fi; \
431 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
432 else \
433 test -f "$(distdir)/$$file" \
434 || cp -p $$d/$$file "$(distdir)/$$file" \
435 || exit 1; \
436 fi; \
437 done
438 -test -n "$(am__skip_mode_fix)" \
439 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
440 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
441 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
442 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
443 || chmod -R a+r "$(distdir)"
444 dist-gzip: distdir
445 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
446 $(am__remove_distdir)
447
448 dist-bzip2: distdir
449 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
450 $(am__remove_distdir)
451
452 dist-lzma: distdir
453 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
454 $(am__remove_distdir)
455
456 dist-xz: distdir
457 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
458 $(am__remove_distdir)
459
460 dist-tarZ: distdir
461 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
462 $(am__remove_distdir)
463
464 dist-shar: distdir
465 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
466 $(am__remove_distdir)
467
468 dist-zip: distdir
469 -rm -f $(distdir).zip
470 zip -rq $(distdir).zip $(distdir)
471 $(am__remove_distdir)
472
473 dist 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.
480 distcheck: 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) ;;\
486 *.tar.lzma*) \
487 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
488 *.tar.xz*) \
489 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
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)
501 test -d $(distdir)/_build || exit 0; \
502 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
503 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
504 && am__cwd=`pwd` \
505 && $(am__cd) $(distdir)/_build \
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) \
527 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
528 && cd "$$am__cwd" \
529 || exit 1
530 $(am__remove_distdir)
531 @(echo "$(distdir) archives ready for distribution: "; \
532 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
533 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
534 distuninstallcheck:
535 @$(am__cd) '$(distuninstallcheck_dir)' \
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
543 distcleancheck: 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
552 check-am: all-am
553 check: check-am
554 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h
555 installdirs:
556 install: install-am
557 install-exec: install-exec-am
558 install-data: install-data-am
559 uninstall: uninstall-am
560
561 install-am: all-am
562 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
563
564 installcheck: installcheck-am
565 install-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
570 mostlyclean-generic:
571
572 clean-generic:
573
574 distclean-generic:
575 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
576 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
577
578 maintainer-clean-generic:
579 @echo "This command is intended for maintainers to use"
580 @echo "it deletes files that may require special tools to rebuild."
581 clean: clean-am
582
583 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
584 clean-noinstPROGRAMS mostlyclean-am
585
586 distclean: distclean-am
587 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
588 -rm -rf ./$(DEPDIR)
589 -rm -f Makefile
590 distclean-am: clean-am distclean-compile distclean-generic \
591 distclean-hdr distclean-libtool distclean-tags
592
593 dvi: dvi-am
594
595 dvi-am:
596
597 html: html-am
598
599 html-am:
600
601 info: info-am
602
603 info-am:
604
605 install-data-am:
606
607 install-dvi: install-dvi-am
608
609 install-dvi-am:
610
611 install-exec-am:
612
613 install-html: install-html-am
614
615 install-html-am:
616
617 install-info: install-info-am
618
619 install-info-am:
620
621 install-man:
622
623 install-pdf: install-pdf-am
624
625 install-pdf-am:
626
627 install-ps: install-ps-am
628
629 install-ps-am:
630
631 installcheck-am:
632
633 maintainer-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
638 maintainer-clean-am: distclean-am maintainer-clean-generic
639
640 mostlyclean: mostlyclean-am
641
642 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
643 mostlyclean-libtool
644
645 pdf: pdf-am
646
647 pdf-am:
648
649 ps: ps-am
650
651 ps-am:
652
653 uninstall-am:
654
655 .MAKE: all install-am install-strip
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 \
660 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
661 distclean distclean-compile distclean-generic distclean-hdr \
662 distclean-libtool distclean-tags distcleancheck distdir \
663 distuninstallcheck dvi dvi-am html html-am info info-am \
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 \
668 install-strip installcheck installcheck-am installdirs \
669 maintainer-clean maintainer-clean-generic mostlyclean \
670 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
671 pdf pdf-am ps ps-am tags uninstall uninstall-am
672
673
674 check-am:
675 test ! -x ./md5hmactest || ./md5hmactest | cmp -s - $(srcdir)/md5hmactest.txt
676 test ! -x ./sha1hmactest || ./sha1hmactest | cmp -s - $(srcdir)/sha1hmactest.txt
677
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: