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