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