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