Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / sha1 / 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 #
19 # Copyright 2001-2008 Double Precision, Inc.
20 # See COPYING for distribution information.
21 #
22 # $Id: Makefile.am,v 1.9 2008/12/18 12:08:25 mrsam Exp $
23
24
25 VPATH = @srcdir@
26 pkgdatadir = $(datadir)/@PACKAGE@
27 pkgincludedir = $(includedir)/@PACKAGE@
28 pkglibdir = $(libdir)/@PACKAGE@
29 pkglibexecdir = $(libexecdir)/@PACKAGE@
30 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
31 install_sh_DATA = $(install_sh) -c -m 644
32 install_sh_PROGRAM = $(install_sh) -c
33 install_sh_SCRIPT = $(install_sh) -c
34 INSTALL_HEADER = $(INSTALL_DATA)
35 transform = $(program_transform_name)
36 NORMAL_INSTALL = :
37 PRE_INSTALL = :
38 POST_INSTALL = :
39 NORMAL_UNINSTALL = :
40 PRE_UNINSTALL = :
41 POST_UNINSTALL = :
42 build_triplet = @build@
43 host_triplet = @host@
44 noinst_PROGRAMS = testsuite$(EXEEXT)
45 subdir = .
46 DIST_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
52 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53 am__aclocal_m4_deps = $(top_srcdir)/configure.in
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55 $(ACLOCAL_M4)
56 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57 configure.lineno config.status.lineno
58 mkinstalldirs = $(install_sh) -d
59 CONFIG_HEADER = config.h
60 CONFIG_CLEAN_FILES =
61 CONFIG_CLEAN_VPATH_FILES =
62 LTLIBRARIES = $(noinst_LTLIBRARIES)
63 libsha1_la_LIBADD =
64 am__libsha1_la_SOURCES_DIST = sha1.c sha1.h sha1_hash.c sha256.c \
65 sha256_hash.c sha512.c sha512_hash.c hmac.c
66 @HMACC_TRUE@am__objects_1 = hmac.lo
67 am_libsha1_la_OBJECTS = sha1.lo sha1_hash.lo sha256.lo sha256_hash.lo \
68 sha512.lo sha512_hash.lo $(am__objects_1)
69 libsha1_la_OBJECTS = $(am_libsha1_la_OBJECTS)
70 PROGRAMS = $(noinst_PROGRAMS)
71 am_testsuite_OBJECTS = testsuite.$(OBJEXT)
72 testsuite_OBJECTS = $(am_testsuite_OBJECTS)
73 testsuite_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
74 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
75 $(testsuite_LDFLAGS) $(LDFLAGS) -o $@
76 DEFAULT_INCLUDES = -I.@am__isrc@
77 depcomp = $(SHELL) $(top_srcdir)/../depcomp
78 am__depfiles_maybe = depfiles
79 am__mv = mv -f
80 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
81 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
82 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
84 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85 CCLD = $(CC)
86 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
88 $(LDFLAGS) -o $@
89 SOURCES = $(libsha1_la_SOURCES) $(testsuite_SOURCES)
90 DIST_SOURCES = $(am__libsha1_la_SOURCES_DIST) $(testsuite_SOURCES)
91 ETAGS = etags
92 CTAGS = ctags
93 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94 distdir = $(PACKAGE)-$(VERSION)
95 top_distdir = $(distdir)
96 am__remove_distdir = \
97 { test ! -d "$(distdir)" \
98 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
99 && rm -fr "$(distdir)"; }; }
100 DIST_ARCHIVES = $(distdir).tar.gz
101 GZIP_ENV = --best
102 distuninstallcheck_listfiles = find . -type f -print
103 distcleancheck_listfiles = find . -type f -print
104 ACLOCAL = @ACLOCAL@
105 AMTAR = @AMTAR@
106 AR = @AR@
107 AUTOCONF = @AUTOCONF@
108 AUTOHEADER = @AUTOHEADER@
109 AUTOMAKE = @AUTOMAKE@
110 AWK = @AWK@
111 CC = @CC@
112 CCDEPMODE = @CCDEPMODE@
113 CFLAGS = @CFLAGS@
114 CPP = @CPP@
115 CPPFLAGS = @CPPFLAGS@
116 CYGPATH_W = @CYGPATH_W@
117 DEFS = @DEFS@
118 DEPDIR = @DEPDIR@
119 DSYMUTIL = @DSYMUTIL@
120 DUMPBIN = @DUMPBIN@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 FGREP = @FGREP@
127 GREP = @GREP@
128 INSTALL = @INSTALL@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 LD = @LD@
134 LDFLAGS = @LDFLAGS@
135 LIBOBJS = @LIBOBJS@
136 LIBS = @LIBS@
137 LIBTOOL = @LIBTOOL@
138 LIPO = @LIPO@
139 LN_S = @LN_S@
140 LTLIBOBJS = @LTLIBOBJS@
141 MAKEINFO = @MAKEINFO@
142 MKDIR_P = @MKDIR_P@
143 NM = @NM@
144 NMEDIT = @NMEDIT@
145 OBJDUMP = @OBJDUMP@
146 OBJEXT = @OBJEXT@
147 OTOOL = @OTOOL@
148 OTOOL64 = @OTOOL64@
149 PACKAGE = @PACKAGE@
150 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
151 PACKAGE_NAME = @PACKAGE_NAME@
152 PACKAGE_STRING = @PACKAGE_STRING@
153 PACKAGE_TARNAME = @PACKAGE_TARNAME@
154 PACKAGE_VERSION = @PACKAGE_VERSION@
155 PATH_SEPARATOR = @PATH_SEPARATOR@
156 RANLIB = @RANLIB@
157 SED = @SED@
158 SET_MAKE = @SET_MAKE@
159 SHELL = @SHELL@
160 STRIP = @STRIP@
161 VERSION = @VERSION@
162 abs_builddir = @abs_builddir@
163 abs_srcdir = @abs_srcdir@
164 abs_top_builddir = @abs_top_builddir@
165 abs_top_srcdir = @abs_top_srcdir@
166 ac_ct_CC = @ac_ct_CC@
167 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
168 am__include = @am__include@
169 am__leading_dot = @am__leading_dot@
170 am__quote = @am__quote@
171 am__tar = @am__tar@
172 am__untar = @am__untar@
173 bindir = @bindir@
174 build = @build@
175 build_alias = @build_alias@
176 build_cpu = @build_cpu@
177 build_os = @build_os@
178 build_vendor = @build_vendor@
179 builddir = @builddir@
180 datadir = @datadir@
181 datarootdir = @datarootdir@
182 docdir = @docdir@
183 dvidir = @dvidir@
184 exec_prefix = @exec_prefix@
185 host = @host@
186 host_alias = @host_alias@
187 host_cpu = @host_cpu@
188 host_os = @host_os@
189 host_vendor = @host_vendor@
190 htmldir = @htmldir@
191 includedir = @includedir@
192 infodir = @infodir@
193 install_sh = @install_sh@
194 libdir = @libdir@
195 libexecdir = @libexecdir@
196 localedir = @localedir@
197 localstatedir = @localstatedir@
198 lt_ECHO = @lt_ECHO@
199 mandir = @mandir@
200 mkdir_p = @mkdir_p@
201 oldincludedir = @oldincludedir@
202 pdfdir = @pdfdir@
203 prefix = @prefix@
204 program_transform_name = @program_transform_name@
205 psdir = @psdir@
206 sbindir = @sbindir@
207 sharedstatedir = @sharedstatedir@
208 srcdir = @srcdir@
209 sysconfdir = @sysconfdir@
210 target_alias = @target_alias@
211 top_build_prefix = @top_build_prefix@
212 top_builddir = @top_builddir@
213 top_srcdir = @top_srcdir@
214 @HMACC_FALSE@HMAC =
215 @HMACC_TRUE@HMAC = hmac.c
216 noinst_LTLIBRARIES = libsha1.la
217 libsha1_la_SOURCES = sha1.c sha1.h sha1_hash.c sha256.c sha256_hash.c sha512.c sha512_hash.c $(HMAC)
218 testsuite_SOURCES = testsuite.c
219 testsuite_DEPENDENCIES = libsha1.la
220 testsuite_LDADD = $(testsuite_DEPENDENCIES)
221 testsuite_LDFLAGS = -static
222 EXTRA_DIST = testsuite.txt hmac.c
223 all: config.h
224 $(MAKE) $(AM_MAKEFLAGS) all-am
225
226 .SUFFIXES:
227 .SUFFIXES: .c .lo .o .obj
228 am--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*) \
234 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
235 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
236 && exit 0; \
237 exit 1;; \
238 esac; \
239 done; \
240 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
241 $(am__cd) $(top_srcdir) && \
242 $(AUTOMAKE) --foreign Makefile
243 .PRECIOUS: Makefile
244 Makefile: $(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)
258 $(am__cd) $(srcdir) && $(AUTOCONF)
259 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
260 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
261 $(am__aclocal_m4_deps):
262
263 config.h: stamp-h1
264 @if test ! -f $@; then \
265 rm -f stamp-h1; \
266 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
267 else :; fi
268
269 stamp-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)
273 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
274 rm -f stamp-h1
275 touch $@
276
277 distclean-hdr:
278 -rm -f config.h stamp-h1
279
280 clean-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
288 libsha1.la: $(libsha1_la_OBJECTS) $(libsha1_la_DEPENDENCIES)
289 $(LINK) $(libsha1_la_OBJECTS) $(libsha1_la_LIBADD) $(LIBS)
290
291 clean-noinstPROGRAMS:
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
299 testsuite$(EXEEXT): $(testsuite_OBJECTS) $(testsuite_DEPENDENCIES)
300 @rm -f testsuite$(EXEEXT)
301 $(testsuite_LINK) $(testsuite_OBJECTS) $(testsuite_LDADD) $(LIBS)
302
303 mostlyclean-compile:
304 -rm -f *.$(OBJEXT)
305
306 distclean-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@
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@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsuite.Po@am__quote@
317
318 .c.o:
319 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
320 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
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:
326 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
327 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
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:
333 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
334 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
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
339 mostlyclean-libtool:
340 -rm -f *.lo
341
342 clean-libtool:
343 -rm -rf .libs _libs
344
345 distclean-libtool:
346 -rm -f libtool config.lt
347
348 ID: $(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 | \
353 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354 END { if (nonempty) { for (i in files) print i; }; }'`; \
355 mkid -fID $$unique
356 tags: TAGS
357
358 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
359 $(TAGS_FILES) $(LISP)
360 set x; \
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 | \
366 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367 END { if (nonempty) { for (i in files) print i; }; }'`; \
368 shift; \
369 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
370 test -n "$$unique" || unique=$$empty_fix; \
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; \
378 fi
379 ctags: CTAGS
380 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
381 $(TAGS_FILES) $(LISP)
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 | \
386 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387 END { if (nonempty) { for (i in files) print i; }; }'`; \
388 test -z "$(CTAGS_ARGS)$$unique" \
389 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
390 $$unique
391
392 GTAGS:
393 here=`$(am__cd) $(top_builddir) && pwd` \
394 && $(am__cd) $(top_srcdir) \
395 && gtags -i $(GTAGS_ARGS) "$$here"
396
397 distclean-tags:
398 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
399
400 distdir: $(DISTFILES)
401 $(am__remove_distdir)
402 test -d "$(distdir)" || mkdir "$(distdir)"
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 \
415 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
416 if test -d $$d/$$file; then \
417 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
418 if test -d "$(distdir)/$$file"; then \
419 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
420 fi; \
421 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
423 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424 fi; \
425 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
426 else \
427 test -f "$(distdir)/$$file" \
428 || cp -p $$d/$$file "$(distdir)/$$file" \
429 || exit 1; \
430 fi; \
431 done
432 -test -n "$(am__skip_mode_fix)" \
433 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
434 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
435 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
436 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
437 || chmod -R a+r "$(distdir)"
438 dist-gzip: distdir
439 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
440 $(am__remove_distdir)
441
442 dist-bzip2: distdir
443 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
444 $(am__remove_distdir)
445
446 dist-lzma: distdir
447 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
448 $(am__remove_distdir)
449
450 dist-xz: distdir
451 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
452 $(am__remove_distdir)
453
454 dist-tarZ: distdir
455 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
456 $(am__remove_distdir)
457
458 dist-shar: distdir
459 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
460 $(am__remove_distdir)
461
462 dist-zip: distdir
463 -rm -f $(distdir).zip
464 zip -rq $(distdir).zip $(distdir)
465 $(am__remove_distdir)
466
467 dist 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.
474 distcheck: 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) ;;\
480 *.tar.lzma*) \
481 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
482 *.tar.xz*) \
483 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
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)
495 test -d $(distdir)/_build || exit 0; \
496 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
497 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
498 && am__cwd=`pwd` \
499 && $(am__cd) $(distdir)/_build \
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) \
521 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
522 && cd "$$am__cwd" \
523 || exit 1
524 $(am__remove_distdir)
525 @(echo "$(distdir) archives ready for distribution: "; \
526 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
527 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
528 distuninstallcheck:
529 @$(am__cd) '$(distuninstallcheck_dir)' \
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
537 distcleancheck: 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
546 check-am: all-am
547 check: check-am
548 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h
549 installdirs:
550 install: install-am
551 install-exec: install-exec-am
552 install-data: install-data-am
553 uninstall: uninstall-am
554
555 install-am: all-am
556 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
557
558 installcheck: installcheck-am
559 install-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
564 mostlyclean-generic:
565
566 clean-generic:
567
568 distclean-generic:
569 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
570 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
571
572 maintainer-clean-generic:
573 @echo "This command is intended for maintainers to use"
574 @echo "it deletes files that may require special tools to rebuild."
575 clean: clean-am
576
577 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
578 clean-noinstPROGRAMS mostlyclean-am
579
580 distclean: distclean-am
581 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
582 -rm -rf ./$(DEPDIR)
583 -rm -f Makefile
584 distclean-am: clean-am distclean-compile distclean-generic \
585 distclean-hdr distclean-libtool distclean-tags
586
587 dvi: dvi-am
588
589 dvi-am:
590
591 html: html-am
592
593 html-am:
594
595 info: info-am
596
597 info-am:
598
599 install-data-am:
600
601 install-dvi: install-dvi-am
602
603 install-dvi-am:
604
605 install-exec-am:
606
607 install-html: install-html-am
608
609 install-html-am:
610
611 install-info: install-info-am
612
613 install-info-am:
614
615 install-man:
616
617 install-pdf: install-pdf-am
618
619 install-pdf-am:
620
621 install-ps: install-ps-am
622
623 install-ps-am:
624
625 installcheck-am:
626
627 maintainer-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
632 maintainer-clean-am: distclean-am maintainer-clean-generic
633
634 mostlyclean: mostlyclean-am
635
636 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
637 mostlyclean-libtool
638
639 pdf: pdf-am
640
641 pdf-am:
642
643 ps: ps-am
644
645 ps-am:
646
647 uninstall-am:
648
649 .MAKE: all install-am install-strip
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 \
654 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
655 distclean distclean-compile distclean-generic distclean-hdr \
656 distclean-libtool distclean-tags distcleancheck distdir \
657 distuninstallcheck dvi dvi-am html html-am info info-am \
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 \
662 install-strip installcheck installcheck-am installdirs \
663 maintainer-clean maintainer-clean-generic mostlyclean \
664 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
665 pdf pdf-am ps ps-am tags uninstall uninstall-am
666
667
668 check-am:
669 ./testsuite | cmp -s - $(srcdir)/testsuite.txt
670
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: