Import Upstream version 0.66.4
[hcoop/debian/courier-authlib.git] / libs / random128 / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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 1998 - 2005 Double Precision, Inc. See COPYING for
19 # distribution information.
20
21 VPATH = @srcdir@
22 am__is_gnu_make = { \
23 if test -z '$(MAKELEVEL)'; then \
24 false; \
25 elif test -n '$(MAKE_HOST)'; then \
26 true; \
27 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28 true; \
29 else \
30 false; \
31 fi; \
32 }
33 am__make_running_with_option = \
34 case $${target_option-} in \
35 ?) ;; \
36 *) echo "am__make_running_with_option: internal error: invalid" \
37 "target option '$${target_option-}' specified" >&2; \
38 exit 1;; \
39 esac; \
40 has_opt=no; \
41 sane_makeflags=$$MAKEFLAGS; \
42 if $(am__is_gnu_make); then \
43 sane_makeflags=$$MFLAGS; \
44 else \
45 case $$MAKEFLAGS in \
46 *\\[\ \ ]*) \
47 bs=\\; \
48 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
50 esac; \
51 fi; \
52 skip_next=no; \
53 strip_trailopt () \
54 { \
55 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 }; \
57 for flg in $$sane_makeflags; do \
58 test $$skip_next = yes && { skip_next=no; continue; }; \
59 case $$flg in \
60 *=*|--*) continue;; \
61 -*I) strip_trailopt 'I'; skip_next=yes;; \
62 -*I?*) strip_trailopt 'I';; \
63 -*O) strip_trailopt 'O'; skip_next=yes;; \
64 -*O?*) strip_trailopt 'O';; \
65 -*l) strip_trailopt 'l'; skip_next=yes;; \
66 -*l?*) strip_trailopt 'l';; \
67 -[dEDm]) skip_next=yes;; \
68 -[JT]) skip_next=yes;; \
69 esac; \
70 case $$flg in \
71 *$$target_option*) has_opt=yes; break;; \
72 esac; \
73 done; \
74 test $$has_opt = yes
75 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77 pkgdatadir = $(datadir)/@PACKAGE@
78 pkgincludedir = $(includedir)/@PACKAGE@
79 pkglibdir = $(libdir)/@PACKAGE@
80 pkglibexecdir = $(libexecdir)/@PACKAGE@
81 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82 install_sh_DATA = $(install_sh) -c -m 644
83 install_sh_PROGRAM = $(install_sh) -c
84 install_sh_SCRIPT = $(install_sh) -c
85 INSTALL_HEADER = $(INSTALL_DATA)
86 transform = $(program_transform_name)
87 NORMAL_INSTALL = :
88 PRE_INSTALL = :
89 POST_INSTALL = :
90 NORMAL_UNINSTALL = :
91 PRE_UNINSTALL = :
92 POST_UNINSTALL = :
93 build_triplet = @build@
94 host_triplet = @host@
95 subdir = .
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
101 $(am__configure_deps) $(am__DIST_COMMON)
102 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
103 configure.lineno config.status.lineno
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = config.h
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 LTLIBRARIES = $(noinst_LTLIBRARIES)
109 librandom128_la_LIBADD =
110 am_librandom128_la_OBJECTS = random128.lo random128alpha.lo \
111 random128binary.lo
112 librandom128_la_OBJECTS = $(am_librandom128_la_OBJECTS)
113 AM_V_lt = $(am__v_lt_@AM_V@)
114 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115 am__v_lt_0 = --silent
116 am__v_lt_1 =
117 AM_V_P = $(am__v_P_@AM_V@)
118 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119 am__v_P_0 = false
120 am__v_P_1 = :
121 AM_V_GEN = $(am__v_GEN_@AM_V@)
122 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123 am__v_GEN_0 = @echo " GEN " $@;
124 am__v_GEN_1 =
125 AM_V_at = $(am__v_at_@AM_V@)
126 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127 am__v_at_0 = @
128 am__v_at_1 =
129 DEFAULT_INCLUDES = -I.@am__isrc@
130 depcomp = $(SHELL) $(top_srcdir)/../../depcomp
131 am__depfiles_maybe = depfiles
132 am__mv = mv -f
133 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
134 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
136 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
137 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
138 $(AM_CFLAGS) $(CFLAGS)
139 AM_V_CC = $(am__v_CC_@AM_V@)
140 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
141 am__v_CC_0 = @echo " CC " $@;
142 am__v_CC_1 =
143 CCLD = $(CC)
144 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
145 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
146 $(AM_LDFLAGS) $(LDFLAGS) -o $@
147 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
148 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
149 am__v_CCLD_0 = @echo " CCLD " $@;
150 am__v_CCLD_1 =
151 SOURCES = $(librandom128_la_SOURCES)
152 DIST_SOURCES = $(librandom128_la_SOURCES)
153 am__can_run_installinfo = \
154 case $$AM_UPDATE_INFO_DIR in \
155 n|no|NO) false;; \
156 *) (install-info --version) >/dev/null 2>&1;; \
157 esac
158 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
159 $(LISP)config.h.in
160 # Read a list of newline-separated strings from the standard input,
161 # and print each of them once, without duplicates. Input order is
162 # *not* preserved.
163 am__uniquify_input = $(AWK) '\
164 BEGIN { nonempty = 0; } \
165 { items[$$0] = 1; nonempty = 1; } \
166 END { if (nonempty) { for (i in items) print i; }; } \
167 '
168 # Make sure the list of sources is unique. This is necessary because,
169 # e.g., the same source file might be shared among _SOURCES variables
170 # for different programs/libraries.
171 am__define_uniq_tagged_files = \
172 list='$(am__tagged_files)'; \
173 unique=`for i in $$list; do \
174 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
175 done | $(am__uniquify_input)`
176 ETAGS = etags
177 CTAGS = ctags
178 CSCOPE = cscope
179 AM_RECURSIVE_TARGETS = cscope
180 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
181 $(top_srcdir)/../../compile $(top_srcdir)/../../config.guess \
182 $(top_srcdir)/../../config.sub $(top_srcdir)/../../depcomp \
183 $(top_srcdir)/../../install-sh $(top_srcdir)/../../ltmain.sh \
184 $(top_srcdir)/../../missing ../../AUTHORS ../../COPYING \
185 ../../ChangeLog ../../INSTALL ../../NEWS ../../README \
186 ../../compile ../../config.guess ../../config.sub \
187 ../../depcomp ../../install-sh ../../ltmain.sh ../../missing
188 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
189 distdir = $(PACKAGE)-$(VERSION)
190 top_distdir = $(distdir)
191 am__remove_distdir = \
192 if test -d "$(distdir)"; then \
193 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
194 && rm -rf "$(distdir)" \
195 || { sleep 5 && rm -rf "$(distdir)"; }; \
196 else :; fi
197 am__post_remove_distdir = $(am__remove_distdir)
198 DIST_ARCHIVES = $(distdir).tar.gz
199 GZIP_ENV = --best
200 DIST_TARGETS = dist-gzip
201 distuninstallcheck_listfiles = find . -type f -print
202 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
203 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
204 distcleancheck_listfiles = find . -type f -print
205 ACLOCAL = @ACLOCAL@
206 AMTAR = @AMTAR@
207 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
208 AR = @AR@
209 AUTOCONF = @AUTOCONF@
210 AUTOHEADER = @AUTOHEADER@
211 AUTOMAKE = @AUTOMAKE@
212 AWK = @AWK@
213 CC = @CC@
214 CCDEPMODE = @CCDEPMODE@
215 CFLAGS = @CFLAGS@
216 CPP = @CPP@
217 CPPFLAGS = @CPPFLAGS@
218 CYGPATH_W = @CYGPATH_W@
219 DEFS = @DEFS@
220 DEPDIR = @DEPDIR@
221 DLLTOOL = @DLLTOOL@
222 DSYMUTIL = @DSYMUTIL@
223 DUMPBIN = @DUMPBIN@
224 ECHO_C = @ECHO_C@
225 ECHO_N = @ECHO_N@
226 ECHO_T = @ECHO_T@
227 EGREP = @EGREP@
228 EXEEXT = @EXEEXT@
229 FGREP = @FGREP@
230 GREP = @GREP@
231 INSTALL = @INSTALL@
232 INSTALL_DATA = @INSTALL_DATA@
233 INSTALL_PROGRAM = @INSTALL_PROGRAM@
234 INSTALL_SCRIPT = @INSTALL_SCRIPT@
235 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
236 LD = @LD@
237 LDFLAGS = @LDFLAGS@
238 LIBOBJS = @LIBOBJS@
239 LIBS = @LIBS@
240 LIBTOOL = @LIBTOOL@
241 LIPO = @LIPO@
242 LN_S = @LN_S@
243 LTLIBOBJS = @LTLIBOBJS@
244 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
245 MAKEINFO = @MAKEINFO@
246 MANIFEST_TOOL = @MANIFEST_TOOL@
247 MKDIR_P = @MKDIR_P@
248 NM = @NM@
249 NMEDIT = @NMEDIT@
250 OBJDUMP = @OBJDUMP@
251 OBJEXT = @OBJEXT@
252 OTOOL = @OTOOL@
253 OTOOL64 = @OTOOL64@
254 PACKAGE = @PACKAGE@
255 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
256 PACKAGE_NAME = @PACKAGE_NAME@
257 PACKAGE_STRING = @PACKAGE_STRING@
258 PACKAGE_TARNAME = @PACKAGE_TARNAME@
259 PACKAGE_URL = @PACKAGE_URL@
260 PACKAGE_VERSION = @PACKAGE_VERSION@
261 PATH_SEPARATOR = @PATH_SEPARATOR@
262 PS = @PS@
263 RANLIB = @RANLIB@
264 SED = @SED@
265 SET_MAKE = @SET_MAKE@
266 SHELL = @SHELL@
267 STRIP = @STRIP@
268 VERSION = @VERSION@
269 W = @W@
270 abs_builddir = @abs_builddir@
271 abs_srcdir = @abs_srcdir@
272 abs_top_builddir = @abs_top_builddir@
273 abs_top_srcdir = @abs_top_srcdir@
274 ac_ct_AR = @ac_ct_AR@
275 ac_ct_CC = @ac_ct_CC@
276 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
277 am__include = @am__include@
278 am__leading_dot = @am__leading_dot@
279 am__quote = @am__quote@
280 am__tar = @am__tar@
281 am__untar = @am__untar@
282 bindir = @bindir@
283 build = @build@
284 build_alias = @build_alias@
285 build_cpu = @build_cpu@
286 build_os = @build_os@
287 build_vendor = @build_vendor@
288 builddir = @builddir@
289 datadir = @datadir@
290 datarootdir = @datarootdir@
291 docdir = @docdir@
292 dvidir = @dvidir@
293 exec_prefix = @exec_prefix@
294 host = @host@
295 host_alias = @host_alias@
296 host_cpu = @host_cpu@
297 host_os = @host_os@
298 host_vendor = @host_vendor@
299 htmldir = @htmldir@
300 includedir = @includedir@
301 infodir = @infodir@
302 install_sh = @install_sh@
303 libdir = @libdir@
304 libexecdir = @libexecdir@
305 localedir = @localedir@
306 localstatedir = @localstatedir@
307 mandir = @mandir@
308 mkdir_p = @mkdir_p@
309 oldincludedir = @oldincludedir@
310 pdfdir = @pdfdir@
311 prefix = @prefix@
312 program_transform_name = @program_transform_name@
313 psdir = @psdir@
314 sbindir = @sbindir@
315 sharedstatedir = @sharedstatedir@
316 srcdir = @srcdir@
317 sysconfdir = @sysconfdir@
318 target_alias = @target_alias@
319 top_build_prefix = @top_build_prefix@
320 top_builddir = @top_builddir@
321 top_srcdir = @top_srcdir@
322 noinst_LTLIBRARIES = librandom128.la
323 librandom128_la_SOURCES = random128.c random128.h random128alpha.c \
324 random128binary.c
325
326 all: config.h
327 $(MAKE) $(AM_MAKEFLAGS) all-am
328
329 .SUFFIXES:
330 .SUFFIXES: .c .lo .o .obj
331 am--refresh: Makefile
332 @:
333 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
334 @for dep in $?; do \
335 case '$(am__configure_deps)' in \
336 *$$dep*) \
337 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
338 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
339 && exit 0; \
340 exit 1;; \
341 esac; \
342 done; \
343 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
344 $(am__cd) $(top_srcdir) && \
345 $(AUTOMAKE) --foreign Makefile
346 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
347 @case '$?' in \
348 *config.status*) \
349 echo ' $(SHELL) ./config.status'; \
350 $(SHELL) ./config.status;; \
351 *) \
352 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
353 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
354 esac;
355
356 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357 $(SHELL) ./config.status --recheck
358
359 $(top_srcdir)/configure: $(am__configure_deps)
360 $(am__cd) $(srcdir) && $(AUTOCONF)
361 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
362 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
363 $(am__aclocal_m4_deps):
364
365 config.h: stamp-h1
366 @test -f $@ || rm -f stamp-h1
367 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
368
369 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
370 @rm -f stamp-h1
371 cd $(top_builddir) && $(SHELL) ./config.status config.h
372 $(srcdir)/config.h.in: $(am__configure_deps)
373 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
374 rm -f stamp-h1
375 touch $@
376
377 distclean-hdr:
378 -rm -f config.h stamp-h1
379
380 clean-noinstLTLIBRARIES:
381 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
382 @list='$(noinst_LTLIBRARIES)'; \
383 locs=`for p in $$list; do echo $$p; done | \
384 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
385 sort -u`; \
386 test -z "$$locs" || { \
387 echo rm -f $${locs}; \
388 rm -f $${locs}; \
389 }
390
391 librandom128.la: $(librandom128_la_OBJECTS) $(librandom128_la_DEPENDENCIES) $(EXTRA_librandom128_la_DEPENDENCIES)
392 $(AM_V_CCLD)$(LINK) $(librandom128_la_OBJECTS) $(librandom128_la_LIBADD) $(LIBS)
393
394 mostlyclean-compile:
395 -rm -f *.$(OBJEXT)
396
397 distclean-compile:
398 -rm -f *.tab.c
399
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random128.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random128alpha.Plo@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random128binary.Plo@am__quote@
403
404 .c.o:
405 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
406 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
410
411 .c.obj:
412 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
413 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
417
418 .c.lo:
419 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
420 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
424
425 mostlyclean-libtool:
426 -rm -f *.lo
427
428 clean-libtool:
429 -rm -rf .libs _libs
430
431 distclean-libtool:
432 -rm -f libtool config.lt
433
434 ID: $(am__tagged_files)
435 $(am__define_uniq_tagged_files); mkid -fID $$unique
436 tags: tags-am
437 TAGS: tags
438
439 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
440 set x; \
441 here=`pwd`; \
442 $(am__define_uniq_tagged_files); \
443 shift; \
444 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
445 test -n "$$unique" || unique=$$empty_fix; \
446 if test $$# -gt 0; then \
447 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448 "$$@" $$unique; \
449 else \
450 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451 $$unique; \
452 fi; \
453 fi
454 ctags: ctags-am
455
456 CTAGS: ctags
457 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
458 $(am__define_uniq_tagged_files); \
459 test -z "$(CTAGS_ARGS)$$unique" \
460 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
461 $$unique
462
463 GTAGS:
464 here=`$(am__cd) $(top_builddir) && pwd` \
465 && $(am__cd) $(top_srcdir) \
466 && gtags -i $(GTAGS_ARGS) "$$here"
467 cscope: cscope.files
468 test ! -s cscope.files \
469 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
470 clean-cscope:
471 -rm -f cscope.files
472 cscope.files: clean-cscope cscopelist
473 cscopelist: cscopelist-am
474
475 cscopelist-am: $(am__tagged_files)
476 list='$(am__tagged_files)'; \
477 case "$(srcdir)" in \
478 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
479 *) sdir=$(subdir)/$(srcdir) ;; \
480 esac; \
481 for i in $$list; do \
482 if test -f "$$i"; then \
483 echo "$(subdir)/$$i"; \
484 else \
485 echo "$$sdir/$$i"; \
486 fi; \
487 done >> $(top_builddir)/cscope.files
488
489 distclean-tags:
490 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
491 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
492
493 distdir: $(DISTFILES)
494 $(am__remove_distdir)
495 test -d "$(distdir)" || mkdir "$(distdir)"
496 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
498 list='$(DISTFILES)'; \
499 dist_files=`for file in $$list; do echo $$file; done | \
500 sed -e "s|^$$srcdirstrip/||;t" \
501 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
502 case $$dist_files in \
503 */*) $(MKDIR_P) `echo "$$dist_files" | \
504 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
505 sort -u` ;; \
506 esac; \
507 for file in $$dist_files; do \
508 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
509 if test -d $$d/$$file; then \
510 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
511 if test -d "$(distdir)/$$file"; then \
512 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513 fi; \
514 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
515 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
516 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
517 fi; \
518 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
519 else \
520 test -f "$(distdir)/$$file" \
521 || cp -p $$d/$$file "$(distdir)/$$file" \
522 || exit 1; \
523 fi; \
524 done
525 -test -n "$(am__skip_mode_fix)" \
526 || find "$(distdir)" -type d ! -perm -755 \
527 -exec chmod u+rwx,go+rx {} \; -o \
528 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
529 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
530 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
531 || chmod -R a+r "$(distdir)"
532 dist-gzip: distdir
533 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
534 $(am__post_remove_distdir)
535
536 dist-bzip2: distdir
537 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
538 $(am__post_remove_distdir)
539
540 dist-lzip: distdir
541 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
542 $(am__post_remove_distdir)
543
544 dist-xz: distdir
545 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
546 $(am__post_remove_distdir)
547
548 dist-tarZ: distdir
549 @echo WARNING: "Support for distribution archives compressed with" \
550 "legacy program 'compress' is deprecated." >&2
551 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
552 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
553 $(am__post_remove_distdir)
554
555 dist-shar: distdir
556 @echo WARNING: "Support for shar distribution archives is" \
557 "deprecated." >&2
558 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
559 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
560 $(am__post_remove_distdir)
561
562 dist-zip: distdir
563 -rm -f $(distdir).zip
564 zip -rq $(distdir).zip $(distdir)
565 $(am__post_remove_distdir)
566
567 dist dist-all:
568 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
569 $(am__post_remove_distdir)
570
571 # This target untars the dist file and tries a VPATH configuration. Then
572 # it guarantees that the distribution is self-contained by making another
573 # tarfile.
574 distcheck: dist
575 case '$(DIST_ARCHIVES)' in \
576 *.tar.gz*) \
577 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
578 *.tar.bz2*) \
579 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
580 *.tar.lz*) \
581 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
582 *.tar.xz*) \
583 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
584 *.tar.Z*) \
585 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
586 *.shar.gz*) \
587 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
588 *.zip*) \
589 unzip $(distdir).zip ;;\
590 esac
591 chmod -R a-w $(distdir)
592 chmod u+w $(distdir)
593 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
594 chmod a-w $(distdir)
595 test -d $(distdir)/_build || exit 0; \
596 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
597 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
598 && am__cwd=`pwd` \
599 && $(am__cd) $(distdir)/_build/sub \
600 && ../../configure \
601 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
602 $(DISTCHECK_CONFIGURE_FLAGS) \
603 --srcdir=../.. --prefix="$$dc_install_base" \
604 && $(MAKE) $(AM_MAKEFLAGS) \
605 && $(MAKE) $(AM_MAKEFLAGS) dvi \
606 && $(MAKE) $(AM_MAKEFLAGS) check \
607 && $(MAKE) $(AM_MAKEFLAGS) install \
608 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
609 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
610 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
611 distuninstallcheck \
612 && chmod -R a-w "$$dc_install_base" \
613 && ({ \
614 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
615 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
616 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
617 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
618 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
619 } || { rm -rf "$$dc_destdir"; exit 1; }) \
620 && rm -rf "$$dc_destdir" \
621 && $(MAKE) $(AM_MAKEFLAGS) dist \
622 && rm -rf $(DIST_ARCHIVES) \
623 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
624 && cd "$$am__cwd" \
625 || exit 1
626 $(am__post_remove_distdir)
627 @(echo "$(distdir) archives ready for distribution: "; \
628 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
629 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
630 distuninstallcheck:
631 @test -n '$(distuninstallcheck_dir)' || { \
632 echo 'ERROR: trying to run $@ with an empty' \
633 '$$(distuninstallcheck_dir)' >&2; \
634 exit 1; \
635 }; \
636 $(am__cd) '$(distuninstallcheck_dir)' || { \
637 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
638 exit 1; \
639 }; \
640 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
641 || { echo "ERROR: files left after uninstall:" ; \
642 if test -n "$(DESTDIR)"; then \
643 echo " (check DESTDIR support)"; \
644 fi ; \
645 $(distuninstallcheck_listfiles) ; \
646 exit 1; } >&2
647 distcleancheck: distclean
648 @if test '$(srcdir)' = . ; then \
649 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
650 exit 1 ; \
651 fi
652 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
653 || { echo "ERROR: files left in build directory after distclean:" ; \
654 $(distcleancheck_listfiles) ; \
655 exit 1; } >&2
656 check-am: all-am
657 check: check-am
658 all-am: Makefile $(LTLIBRARIES) config.h
659 installdirs:
660 install: install-am
661 install-exec: install-exec-am
662 install-data: install-data-am
663 uninstall: uninstall-am
664
665 install-am: all-am
666 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
667
668 installcheck: installcheck-am
669 install-strip:
670 if test -z '$(STRIP)'; then \
671 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
672 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
673 install; \
674 else \
675 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
676 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
677 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
678 fi
679 mostlyclean-generic:
680
681 clean-generic:
682
683 distclean-generic:
684 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
685 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
686
687 maintainer-clean-generic:
688 @echo "This command is intended for maintainers to use"
689 @echo "it deletes files that may require special tools to rebuild."
690 clean: clean-am
691
692 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
693 mostlyclean-am
694
695 distclean: distclean-am
696 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
697 -rm -rf ./$(DEPDIR)
698 -rm -f Makefile
699 distclean-am: clean-am distclean-compile distclean-generic \
700 distclean-hdr distclean-libtool distclean-tags
701
702 dvi: dvi-am
703
704 dvi-am:
705
706 html: html-am
707
708 html-am:
709
710 info: info-am
711
712 info-am:
713
714 install-data-am:
715
716 install-dvi: install-dvi-am
717
718 install-dvi-am:
719
720 install-exec-am:
721
722 install-html: install-html-am
723
724 install-html-am:
725
726 install-info: install-info-am
727
728 install-info-am:
729
730 install-man:
731
732 install-pdf: install-pdf-am
733
734 install-pdf-am:
735
736 install-ps: install-ps-am
737
738 install-ps-am:
739
740 installcheck-am:
741
742 maintainer-clean: maintainer-clean-am
743 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
744 -rm -rf $(top_srcdir)/autom4te.cache
745 -rm -rf ./$(DEPDIR)
746 -rm -f Makefile
747 maintainer-clean-am: distclean-am maintainer-clean-generic
748
749 mostlyclean: mostlyclean-am
750
751 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
752 mostlyclean-libtool
753
754 pdf: pdf-am
755
756 pdf-am:
757
758 ps: ps-am
759
760 ps-am:
761
762 uninstall-am:
763
764 .MAKE: all install-am install-strip
765
766 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
767 clean-cscope clean-generic clean-libtool \
768 clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
769 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
770 dist-tarZ dist-xz dist-zip distcheck distclean \
771 distclean-compile distclean-generic distclean-hdr \
772 distclean-libtool distclean-tags distcleancheck distdir \
773 distuninstallcheck dvi dvi-am html html-am info info-am \
774 install install-am install-data install-data-am install-dvi \
775 install-dvi-am install-exec install-exec-am install-html \
776 install-html-am install-info install-info-am install-man \
777 install-pdf install-pdf-am install-ps install-ps-am \
778 install-strip installcheck installcheck-am installdirs \
779 maintainer-clean maintainer-clean-generic mostlyclean \
780 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
781 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
782
783 .PRECIOUS: Makefile
784
785
786 # Tell versions [3.59,3.63) of GNU make to not export all variables.
787 # Otherwise a system limit (for SysV at least) may be exceeded.
788 .NOEXPORT: