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