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