Import Debian changes 0.66.4-9
[hcoop/debian/courier-authlib.git] / libs / random128 / Makefile.in
CommitLineData
d50284c4 1# Makefile.in generated by automake 1.15 from Makefile.am.
d9898ee8 2# @configure_input@
3
d50284c4 4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
b0322a85 5
d9898ee8 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
d9898ee8 17#
18# Copyright 1998 - 2005 Double Precision, Inc. See COPYING for
19# distribution information.
20
d9898ee8 21VPATH = @srcdir@
d50284c4
CE
22am__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}
b0322a85
CE
33am__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
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
d9898ee8 77pkgdatadir = $(datadir)/@PACKAGE@
d9898ee8 78pkgincludedir = $(includedir)/@PACKAGE@
8d138742
CE
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
d9898ee8 81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d9898ee8 82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
dd184caf 95subdir = .
d9898ee8 96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
b0322a85 97am__aclocal_m4_deps = $(top_srcdir)/configure.ac
d9898ee8 98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
d50284c4
CE
100DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
101 $(am__configure_deps) $(am__DIST_COMMON)
d9898ee8 102am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
dd184caf 103 configure.lineno config.status.lineno
d9898ee8 104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = config.h
106CONFIG_CLEAN_FILES =
8d138742 107CONFIG_CLEAN_VPATH_FILES =
d9898ee8 108LTLIBRARIES = $(noinst_LTLIBRARIES)
109librandom128_la_LIBADD =
110am_librandom128_la_OBJECTS = random128.lo random128alpha.lo \
111 random128binary.lo
112librandom128_la_OBJECTS = $(am_librandom128_la_OBJECTS)
b0322a85
CE
113AM_V_lt = $(am__v_lt_@AM_V@)
114am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115am__v_lt_0 = --silent
116am__v_lt_1 =
117AM_V_P = $(am__v_P_@AM_V@)
118am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119am__v_P_0 = false
120am__v_P_1 = :
121AM_V_GEN = $(am__v_GEN_@AM_V@)
122am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123am__v_GEN_0 = @echo " GEN " $@;
124am__v_GEN_1 =
125AM_V_at = $(am__v_at_@AM_V@)
126am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127am__v_at_0 = @
128am__v_at_1 =
dd184caf 129DEFAULT_INCLUDES = -I.@am__isrc@
b0322a85 130depcomp = $(SHELL) $(top_srcdir)/../../depcomp
d9898ee8 131am__depfiles_maybe = depfiles
8d138742 132am__mv = mv -f
d9898ee8 133COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
134 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
b0322a85
CE
135LTCOMPILE = $(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)
139AM_V_CC = $(am__v_CC_@AM_V@)
140am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
141am__v_CC_0 = @echo " CC " $@;
142am__v_CC_1 =
d9898ee8 143CCLD = $(CC)
b0322a85
CE
144LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
145 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
146 $(AM_LDFLAGS) $(LDFLAGS) -o $@
147AM_V_CCLD = $(am__v_CCLD_@AM_V@)
148am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
149am__v_CCLD_0 = @echo " CCLD " $@;
150am__v_CCLD_1 =
d9898ee8 151SOURCES = $(librandom128_la_SOURCES)
152DIST_SOURCES = $(librandom128_la_SOURCES)
b0322a85
CE
153am__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
158am__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.
163am__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.
171am__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)`
d9898ee8 176ETAGS = etags
177CTAGS = ctags
b0322a85
CE
178CSCOPE = cscope
179AM_RECURSIVE_TARGETS = cscope
d50284c4
CE
180am__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
d9898ee8 188DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
189distdir = $(PACKAGE)-$(VERSION)
190top_distdir = $(distdir)
191am__remove_distdir = \
b0322a85
CE
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
197am__post_remove_distdir = $(am__remove_distdir)
d9898ee8 198DIST_ARCHIVES = $(distdir).tar.gz
199GZIP_ENV = --best
b0322a85 200DIST_TARGETS = dist-gzip
d9898ee8 201distuninstallcheck_listfiles = find . -type f -print
b0322a85
CE
202am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
203 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
d9898ee8 204distcleancheck_listfiles = find . -type f -print
205ACLOCAL = @ACLOCAL@
d9898ee8 206AMTAR = @AMTAR@
b0322a85 207AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
d9898ee8 208AR = @AR@
209AUTOCONF = @AUTOCONF@
210AUTOHEADER = @AUTOHEADER@
dd184caf 211AUTOMAKE = @AUTOMAKE@
d9898ee8 212AWK = @AWK@
213CC = @CC@
214CCDEPMODE = @CCDEPMODE@
215CFLAGS = @CFLAGS@
216CPP = @CPP@
217CPPFLAGS = @CPPFLAGS@
d9898ee8 218CYGPATH_W = @CYGPATH_W@
219DEFS = @DEFS@
220DEPDIR = @DEPDIR@
b0322a85 221DLLTOOL = @DLLTOOL@
8d138742
CE
222DSYMUTIL = @DSYMUTIL@
223DUMPBIN = @DUMPBIN@
d9898ee8 224ECHO_C = @ECHO_C@
225ECHO_N = @ECHO_N@
226ECHO_T = @ECHO_T@
227EGREP = @EGREP@
228EXEEXT = @EXEEXT@
8d138742 229FGREP = @FGREP@
dd184caf 230GREP = @GREP@
231INSTALL = @INSTALL@
d9898ee8 232INSTALL_DATA = @INSTALL_DATA@
233INSTALL_PROGRAM = @INSTALL_PROGRAM@
234INSTALL_SCRIPT = @INSTALL_SCRIPT@
235INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8d138742 236LD = @LD@
d9898ee8 237LDFLAGS = @LDFLAGS@
238LIBOBJS = @LIBOBJS@
239LIBS = @LIBS@
240LIBTOOL = @LIBTOOL@
8d138742 241LIPO = @LIPO@
d9898ee8 242LN_S = @LN_S@
243LTLIBOBJS = @LTLIBOBJS@
d50284c4 244LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
d9898ee8 245MAKEINFO = @MAKEINFO@
b0322a85 246MANIFEST_TOOL = @MANIFEST_TOOL@
dd184caf 247MKDIR_P = @MKDIR_P@
8d138742
CE
248NM = @NM@
249NMEDIT = @NMEDIT@
250OBJDUMP = @OBJDUMP@
d9898ee8 251OBJEXT = @OBJEXT@
8d138742
CE
252OTOOL = @OTOOL@
253OTOOL64 = @OTOOL64@
d9898ee8 254PACKAGE = @PACKAGE@
255PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
256PACKAGE_NAME = @PACKAGE_NAME@
257PACKAGE_STRING = @PACKAGE_STRING@
258PACKAGE_TARNAME = @PACKAGE_TARNAME@
b0322a85 259PACKAGE_URL = @PACKAGE_URL@
d9898ee8 260PACKAGE_VERSION = @PACKAGE_VERSION@
261PATH_SEPARATOR = @PATH_SEPARATOR@
262PS = @PS@
263RANLIB = @RANLIB@
264SED = @SED@
265SET_MAKE = @SET_MAKE@
266SHELL = @SHELL@
267STRIP = @STRIP@
268VERSION = @VERSION@
269W = @W@
dd184caf 270abs_builddir = @abs_builddir@
271abs_srcdir = @abs_srcdir@
272abs_top_builddir = @abs_top_builddir@
273abs_top_srcdir = @abs_top_srcdir@
b0322a85 274ac_ct_AR = @ac_ct_AR@
d9898ee8 275ac_ct_CC = @ac_ct_CC@
8d138742 276ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d9898ee8 277am__include = @am__include@
278am__leading_dot = @am__leading_dot@
279am__quote = @am__quote@
280am__tar = @am__tar@
281am__untar = @am__untar@
282bindir = @bindir@
283build = @build@
284build_alias = @build_alias@
285build_cpu = @build_cpu@
286build_os = @build_os@
287build_vendor = @build_vendor@
dd184caf 288builddir = @builddir@
d9898ee8 289datadir = @datadir@
dd184caf 290datarootdir = @datarootdir@
291docdir = @docdir@
292dvidir = @dvidir@
d9898ee8 293exec_prefix = @exec_prefix@
294host = @host@
295host_alias = @host_alias@
296host_cpu = @host_cpu@
297host_os = @host_os@
298host_vendor = @host_vendor@
dd184caf 299htmldir = @htmldir@
d9898ee8 300includedir = @includedir@
301infodir = @infodir@
302install_sh = @install_sh@
303libdir = @libdir@
304libexecdir = @libexecdir@
dd184caf 305localedir = @localedir@
d9898ee8 306localstatedir = @localstatedir@
307mandir = @mandir@
308mkdir_p = @mkdir_p@
309oldincludedir = @oldincludedir@
dd184caf 310pdfdir = @pdfdir@
d9898ee8 311prefix = @prefix@
312program_transform_name = @program_transform_name@
dd184caf 313psdir = @psdir@
d9898ee8 314sbindir = @sbindir@
315sharedstatedir = @sharedstatedir@
dd184caf 316srcdir = @srcdir@
d9898ee8 317sysconfdir = @sysconfdir@
318target_alias = @target_alias@
8d138742 319top_build_prefix = @top_build_prefix@
dd184caf 320top_builddir = @top_builddir@
321top_srcdir = @top_srcdir@
d9898ee8 322noinst_LTLIBRARIES = librandom128.la
323librandom128_la_SOURCES = random128.c random128.h random128alpha.c \
324 random128binary.c
325
326all: config.h
327 $(MAKE) $(AM_MAKEFLAGS) all-am
328
329.SUFFIXES:
330.SUFFIXES: .c .lo .o .obj
b0322a85 331am--refresh: Makefile
d9898ee8 332 @:
333$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
334 @for dep in $?; do \
335 case '$(am__configure_deps)' in \
336 *$$dep*) \
8d138742
CE
337 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
338 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
d9898ee8 339 && exit 0; \
340 exit 1;; \
341 esac; \
342 done; \
8d138742
CE
343 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
344 $(am__cd) $(top_srcdir) && \
345 $(AUTOMAKE) --foreign Makefile
d9898ee8 346Makefile: $(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)
8d138742 360 $(am__cd) $(srcdir) && $(AUTOCONF)
d9898ee8 361$(ACLOCAL_M4): $(am__aclocal_m4_deps)
8d138742
CE
362 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
363$(am__aclocal_m4_deps):
d9898ee8 364
365config.h: stamp-h1
d50284c4
CE
366 @test -f $@ || rm -f stamp-h1
367 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
d9898ee8 368
369stamp-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)
8d138742 373 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
d9898ee8 374 rm -f stamp-h1
375 touch $@
376
377distclean-hdr:
378 -rm -f config.h stamp-h1
379
380clean-noinstLTLIBRARIES:
381 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
b0322a85
CE
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
391librandom128.la: $(librandom128_la_OBJECTS) $(librandom128_la_DEPENDENCIES) $(EXTRA_librandom128_la_DEPENDENCIES)
392 $(AM_V_CCLD)$(LINK) $(librandom128_la_OBJECTS) $(librandom128_la_LIBADD) $(LIBS)
d9898ee8 393
394mostlyclean-compile:
395 -rm -f *.$(OBJEXT)
396
397distclean-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:
b0322a85
CE
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@
d9898ee8 408@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d50284c4 409@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
d9898ee8 410
411.c.obj:
b0322a85
CE
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@
d9898ee8 415@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d50284c4 416@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
d9898ee8 417
418.c.lo:
b0322a85
CE
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@
d9898ee8 422@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 423@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
d9898ee8 424
425mostlyclean-libtool:
426 -rm -f *.lo
427
428clean-libtool:
429 -rm -rf .libs _libs
430
431distclean-libtool:
8d138742 432 -rm -f libtool config.lt
d9898ee8 433
b0322a85
CE
434ID: $(am__tagged_files)
435 $(am__define_uniq_tagged_files); mkid -fID $$unique
436tags: tags-am
437TAGS: tags
438
439tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
8d138742 440 set x; \
d9898ee8 441 here=`pwd`; \
b0322a85 442 $(am__define_uniq_tagged_files); \
8d138742
CE
443 shift; \
444 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
d9898ee8 445 test -n "$$unique" || unique=$$empty_fix; \
8d138742
CE
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; \
d9898ee8 453 fi
b0322a85
CE
454ctags: ctags-am
455
456CTAGS: ctags
457ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
458 $(am__define_uniq_tagged_files); \
8d138742 459 test -z "$(CTAGS_ARGS)$$unique" \
d9898ee8 460 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
8d138742 461 $$unique
d9898ee8 462
463GTAGS:
464 here=`$(am__cd) $(top_builddir) && pwd` \
8d138742
CE
465 && $(am__cd) $(top_srcdir) \
466 && gtags -i $(GTAGS_ARGS) "$$here"
b0322a85
CE
467cscope: cscope.files
468 test ! -s cscope.files \
469 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
470clean-cscope:
471 -rm -f cscope.files
472cscope.files: clean-cscope cscopelist
473cscopelist: cscopelist-am
474
475cscopelist-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
d9898ee8 488
489distclean-tags:
490 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
b0322a85 491 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
d9898ee8 492
493distdir: $(DISTFILES)
494 $(am__remove_distdir)
8d138742 495 test -d "$(distdir)" || mkdir "$(distdir)"
dd184caf 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 \
d9898ee8 508 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d9898ee8 509 if test -d $$d/$$file; then \
dd184caf 510 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8d138742
CE
511 if test -d "$(distdir)/$$file"; then \
512 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513 fi; \
d9898ee8 514 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8d138742
CE
515 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
516 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
d9898ee8 517 fi; \
8d138742 518 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
d9898ee8 519 else \
8d138742
CE
520 test -f "$(distdir)/$$file" \
521 || cp -p $$d/$$file "$(distdir)/$$file" \
d9898ee8 522 || exit 1; \
523 fi; \
524 done
8d138742 525 -test -n "$(am__skip_mode_fix)" \
b0322a85
CE
526 || find "$(distdir)" -type d ! -perm -755 \
527 -exec chmod u+rwx,go+rx {} \; -o \
d9898ee8 528 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
529 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
dd184caf 530 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
8d138742 531 || chmod -R a+r "$(distdir)"
d9898ee8 532dist-gzip: distdir
533 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
b0322a85 534 $(am__post_remove_distdir)
d9898ee8 535
536dist-bzip2: distdir
b0322a85
CE
537 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
538 $(am__post_remove_distdir)
d9898ee8 539
b0322a85
CE
540dist-lzip: distdir
541 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
542 $(am__post_remove_distdir)
ac40fd9e 543
8d138742 544dist-xz: distdir
b0322a85
CE
545 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
546 $(am__post_remove_distdir)
8d138742 547
d9898ee8 548dist-tarZ: distdir
d50284c4
CE
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
d9898ee8 552 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
b0322a85 553 $(am__post_remove_distdir)
d9898ee8 554
555dist-shar: distdir
d50284c4
CE
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
d9898ee8 559 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
b0322a85 560 $(am__post_remove_distdir)
d9898ee8 561
562dist-zip: distdir
563 -rm -f $(distdir).zip
564 zip -rq $(distdir).zip $(distdir)
b0322a85 565 $(am__post_remove_distdir)
d9898ee8 566
b0322a85
CE
567dist dist-all:
568 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
569 $(am__post_remove_distdir)
d9898ee8 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.
574distcheck: dist
575 case '$(DIST_ARCHIVES)' in \
576 *.tar.gz*) \
b0322a85 577 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
d9898ee8 578 *.tar.bz2*) \
b0322a85
CE
579 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
580 *.tar.lz*) \
581 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
8d138742
CE
582 *.tar.xz*) \
583 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
d9898ee8 584 *.tar.Z*) \
585 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
586 *.shar.gz*) \
b0322a85 587 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
d9898ee8 588 *.zip*) \
589 unzip $(distdir).zip ;;\
590 esac
b0322a85
CE
591 chmod -R a-w $(distdir)
592 chmod u+w $(distdir)
d50284c4 593 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
d9898ee8 594 chmod a-w $(distdir)
8d138742 595 test -d $(distdir)/_build || exit 0; \
d9898ee8 596 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
597 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
8d138742 598 && am__cwd=`pwd` \
d50284c4
CE
599 && $(am__cd) $(distdir)/_build/sub \
600 && ../../configure \
b0322a85 601 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
d9898ee8 602 $(DISTCHECK_CONFIGURE_FLAGS) \
d50284c4 603 --srcdir=../.. --prefix="$$dc_install_base" \
d9898ee8 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) \
8d138742
CE
623 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
624 && cd "$$am__cwd" \
625 || exit 1
b0322a85 626 $(am__post_remove_distdir)
d9898ee8 627 @(echo "$(distdir) archives ready for distribution: "; \
628 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
dd184caf 629 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
d9898ee8 630distuninstallcheck:
b0322a85
CE
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 \
d9898ee8 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
647distcleancheck: 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
656check-am: all-am
657check: check-am
658all-am: Makefile $(LTLIBRARIES) config.h
659installdirs:
660install: install-am
661install-exec: install-exec-am
662install-data: install-data-am
663uninstall: uninstall-am
664
665install-am: all-am
666 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
667
668installcheck: installcheck-am
669install-strip:
b0322a85
CE
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
d9898ee8 679mostlyclean-generic:
680
681clean-generic:
682
683distclean-generic:
684 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8d138742 685 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d9898ee8 686
687maintainer-clean-generic:
688 @echo "This command is intended for maintainers to use"
689 @echo "it deletes files that may require special tools to rebuild."
690clean: clean-am
691
692clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
693 mostlyclean-am
694
695distclean: distclean-am
696 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
697 -rm -rf ./$(DEPDIR)
698 -rm -f Makefile
699distclean-am: clean-am distclean-compile distclean-generic \
700 distclean-hdr distclean-libtool distclean-tags
701
702dvi: dvi-am
703
704dvi-am:
705
706html: html-am
707
8d138742
CE
708html-am:
709
d9898ee8 710info: info-am
711
712info-am:
713
714install-data-am:
715
dd184caf 716install-dvi: install-dvi-am
717
8d138742
CE
718install-dvi-am:
719
d9898ee8 720install-exec-am:
721
dd184caf 722install-html: install-html-am
723
8d138742
CE
724install-html-am:
725
d9898ee8 726install-info: install-info-am
727
8d138742
CE
728install-info-am:
729
d9898ee8 730install-man:
731
dd184caf 732install-pdf: install-pdf-am
733
8d138742
CE
734install-pdf-am:
735
dd184caf 736install-ps: install-ps-am
737
8d138742
CE
738install-ps-am:
739
d9898ee8 740installcheck-am:
741
742maintainer-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
747maintainer-clean-am: distclean-am maintainer-clean-generic
748
749mostlyclean: mostlyclean-am
750
751mostlyclean-am: mostlyclean-compile mostlyclean-generic \
752 mostlyclean-libtool
753
754pdf: pdf-am
755
756pdf-am:
757
758ps: ps-am
759
760ps-am:
761
dd184caf 762uninstall-am:
763
8d138742 764.MAKE: all install-am install-strip
d9898ee8 765
b0322a85
CE
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
d9898ee8 782
d50284c4
CE
783.PRECIOUS: Makefile
784
8d138742 785
d9898ee8 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: