Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / libs / random128 / Makefile.in
CommitLineData
b0322a85 1# Makefile.in generated by automake 1.13.4 from Makefile.am.
d9898ee8 2# @configure_input@
3
b0322a85
CE
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
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@
b0322a85
CE
22am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
23am__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
65am__make_dryrun = (target_option=n; $(am__make_running_with_option))
66am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
d9898ee8 67pkgdatadir = $(datadir)/@PACKAGE@
d9898ee8 68pkgincludedir = $(includedir)/@PACKAGE@
8d138742
CE
69pkglibdir = $(libdir)/@PACKAGE@
70pkglibexecdir = $(libexecdir)/@PACKAGE@
d9898ee8 71am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d9898ee8 72install_sh_DATA = $(install_sh) -c -m 644
73install_sh_PROGRAM = $(install_sh) -c
74install_sh_SCRIPT = $(install_sh) -c
75INSTALL_HEADER = $(INSTALL_DATA)
76transform = $(program_transform_name)
77NORMAL_INSTALL = :
78PRE_INSTALL = :
79POST_INSTALL = :
80NORMAL_UNINSTALL = :
81PRE_UNINSTALL = :
82POST_UNINSTALL = :
83build_triplet = @build@
84host_triplet = @host@
dd184caf 85subdir = .
b0322a85
CE
86DIST_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
d9898ee8 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
b0322a85 95am__aclocal_m4_deps = $(top_srcdir)/configure.ac
d9898ee8 96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
dd184caf 99 configure.lineno config.status.lineno
d9898ee8 100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = config.h
102CONFIG_CLEAN_FILES =
8d138742 103CONFIG_CLEAN_VPATH_FILES =
d9898ee8 104LTLIBRARIES = $(noinst_LTLIBRARIES)
105librandom128_la_LIBADD =
106am_librandom128_la_OBJECTS = random128.lo random128alpha.lo \
107 random128binary.lo
108librandom128_la_OBJECTS = $(am_librandom128_la_OBJECTS)
b0322a85
CE
109AM_V_lt = $(am__v_lt_@AM_V@)
110am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
111am__v_lt_0 = --silent
112am__v_lt_1 =
113AM_V_P = $(am__v_P_@AM_V@)
114am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115am__v_P_0 = false
116am__v_P_1 = :
117AM_V_GEN = $(am__v_GEN_@AM_V@)
118am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119am__v_GEN_0 = @echo " GEN " $@;
120am__v_GEN_1 =
121AM_V_at = $(am__v_at_@AM_V@)
122am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123am__v_at_0 = @
124am__v_at_1 =
dd184caf 125DEFAULT_INCLUDES = -I.@am__isrc@
b0322a85 126depcomp = $(SHELL) $(top_srcdir)/../../depcomp
d9898ee8 127am__depfiles_maybe = depfiles
8d138742 128am__mv = mv -f
d9898ee8 129COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
b0322a85
CE
131LTCOMPILE = $(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)
135AM_V_CC = $(am__v_CC_@AM_V@)
136am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
137am__v_CC_0 = @echo " CC " $@;
138am__v_CC_1 =
d9898ee8 139CCLD = $(CC)
b0322a85
CE
140LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
142 $(AM_LDFLAGS) $(LDFLAGS) -o $@
143AM_V_CCLD = $(am__v_CCLD_@AM_V@)
144am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
145am__v_CCLD_0 = @echo " CCLD " $@;
146am__v_CCLD_1 =
d9898ee8 147SOURCES = $(librandom128_la_SOURCES)
148DIST_SOURCES = $(librandom128_la_SOURCES)
b0322a85
CE
149am__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
154am__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.
159am__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.
167am__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)`
d9898ee8 172ETAGS = etags
173CTAGS = ctags
b0322a85
CE
174CSCOPE = cscope
175AM_RECURSIVE_TARGETS = cscope
d9898ee8 176DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
177distdir = $(PACKAGE)-$(VERSION)
178top_distdir = $(distdir)
179am__remove_distdir = \
b0322a85
CE
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
185am__post_remove_distdir = $(am__remove_distdir)
d9898ee8 186DIST_ARCHIVES = $(distdir).tar.gz
187GZIP_ENV = --best
b0322a85 188DIST_TARGETS = dist-gzip
d9898ee8 189distuninstallcheck_listfiles = find . -type f -print
b0322a85
CE
190am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
191 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
d9898ee8 192distcleancheck_listfiles = find . -type f -print
193ACLOCAL = @ACLOCAL@
d9898ee8 194AMTAR = @AMTAR@
b0322a85 195AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
d9898ee8 196AR = @AR@
197AUTOCONF = @AUTOCONF@
198AUTOHEADER = @AUTOHEADER@
dd184caf 199AUTOMAKE = @AUTOMAKE@
d9898ee8 200AWK = @AWK@
201CC = @CC@
202CCDEPMODE = @CCDEPMODE@
203CFLAGS = @CFLAGS@
204CPP = @CPP@
205CPPFLAGS = @CPPFLAGS@
d9898ee8 206CYGPATH_W = @CYGPATH_W@
207DEFS = @DEFS@
208DEPDIR = @DEPDIR@
b0322a85 209DLLTOOL = @DLLTOOL@
8d138742
CE
210DSYMUTIL = @DSYMUTIL@
211DUMPBIN = @DUMPBIN@
d9898ee8 212ECHO_C = @ECHO_C@
213ECHO_N = @ECHO_N@
214ECHO_T = @ECHO_T@
215EGREP = @EGREP@
216EXEEXT = @EXEEXT@
8d138742 217FGREP = @FGREP@
dd184caf 218GREP = @GREP@
219INSTALL = @INSTALL@
d9898ee8 220INSTALL_DATA = @INSTALL_DATA@
221INSTALL_PROGRAM = @INSTALL_PROGRAM@
222INSTALL_SCRIPT = @INSTALL_SCRIPT@
223INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8d138742 224LD = @LD@
d9898ee8 225LDFLAGS = @LDFLAGS@
226LIBOBJS = @LIBOBJS@
227LIBS = @LIBS@
228LIBTOOL = @LIBTOOL@
8d138742 229LIPO = @LIPO@
d9898ee8 230LN_S = @LN_S@
231LTLIBOBJS = @LTLIBOBJS@
232MAKEINFO = @MAKEINFO@
b0322a85 233MANIFEST_TOOL = @MANIFEST_TOOL@
dd184caf 234MKDIR_P = @MKDIR_P@
8d138742
CE
235NM = @NM@
236NMEDIT = @NMEDIT@
237OBJDUMP = @OBJDUMP@
d9898ee8 238OBJEXT = @OBJEXT@
8d138742
CE
239OTOOL = @OTOOL@
240OTOOL64 = @OTOOL64@
d9898ee8 241PACKAGE = @PACKAGE@
242PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243PACKAGE_NAME = @PACKAGE_NAME@
244PACKAGE_STRING = @PACKAGE_STRING@
245PACKAGE_TARNAME = @PACKAGE_TARNAME@
b0322a85 246PACKAGE_URL = @PACKAGE_URL@
d9898ee8 247PACKAGE_VERSION = @PACKAGE_VERSION@
248PATH_SEPARATOR = @PATH_SEPARATOR@
249PS = @PS@
250RANLIB = @RANLIB@
251SED = @SED@
252SET_MAKE = @SET_MAKE@
253SHELL = @SHELL@
254STRIP = @STRIP@
255VERSION = @VERSION@
256W = @W@
dd184caf 257abs_builddir = @abs_builddir@
258abs_srcdir = @abs_srcdir@
259abs_top_builddir = @abs_top_builddir@
260abs_top_srcdir = @abs_top_srcdir@
b0322a85 261ac_ct_AR = @ac_ct_AR@
d9898ee8 262ac_ct_CC = @ac_ct_CC@
8d138742 263ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d9898ee8 264am__include = @am__include@
265am__leading_dot = @am__leading_dot@
266am__quote = @am__quote@
267am__tar = @am__tar@
268am__untar = @am__untar@
269bindir = @bindir@
270build = @build@
271build_alias = @build_alias@
272build_cpu = @build_cpu@
273build_os = @build_os@
274build_vendor = @build_vendor@
dd184caf 275builddir = @builddir@
d9898ee8 276datadir = @datadir@
dd184caf 277datarootdir = @datarootdir@
278docdir = @docdir@
279dvidir = @dvidir@
d9898ee8 280exec_prefix = @exec_prefix@
281host = @host@
282host_alias = @host_alias@
283host_cpu = @host_cpu@
284host_os = @host_os@
285host_vendor = @host_vendor@
dd184caf 286htmldir = @htmldir@
d9898ee8 287includedir = @includedir@
288infodir = @infodir@
289install_sh = @install_sh@
290libdir = @libdir@
291libexecdir = @libexecdir@
dd184caf 292localedir = @localedir@
d9898ee8 293localstatedir = @localstatedir@
294mandir = @mandir@
295mkdir_p = @mkdir_p@
296oldincludedir = @oldincludedir@
dd184caf 297pdfdir = @pdfdir@
d9898ee8 298prefix = @prefix@
299program_transform_name = @program_transform_name@
dd184caf 300psdir = @psdir@
d9898ee8 301sbindir = @sbindir@
302sharedstatedir = @sharedstatedir@
dd184caf 303srcdir = @srcdir@
d9898ee8 304sysconfdir = @sysconfdir@
305target_alias = @target_alias@
8d138742 306top_build_prefix = @top_build_prefix@
dd184caf 307top_builddir = @top_builddir@
308top_srcdir = @top_srcdir@
d9898ee8 309noinst_LTLIBRARIES = librandom128.la
310librandom128_la_SOURCES = random128.c random128.h random128alpha.c \
311 random128binary.c
312
313all: config.h
314 $(MAKE) $(AM_MAKEFLAGS) all-am
315
316.SUFFIXES:
317.SUFFIXES: .c .lo .o .obj
b0322a85 318am--refresh: Makefile
d9898ee8 319 @:
320$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
321 @for dep in $?; do \
322 case '$(am__configure_deps)' in \
323 *$$dep*) \
8d138742
CE
324 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
325 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
d9898ee8 326 && exit 0; \
327 exit 1;; \
328 esac; \
329 done; \
8d138742
CE
330 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
331 $(am__cd) $(top_srcdir) && \
332 $(AUTOMAKE) --foreign Makefile
d9898ee8 333.PRECIOUS: Makefile
334Makefile: $(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)
8d138742 348 $(am__cd) $(srcdir) && $(AUTOCONF)
d9898ee8 349$(ACLOCAL_M4): $(am__aclocal_m4_deps)
8d138742
CE
350 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
351$(am__aclocal_m4_deps):
d9898ee8 352
353config.h: stamp-h1
b0322a85
CE
354 @if test ! -f $@; then rm -f stamp-h1; else :; fi
355 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
d9898ee8 356
357stamp-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)
8d138742 361 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
d9898ee8 362 rm -f stamp-h1
363 touch $@
364
365distclean-hdr:
366 -rm -f config.h stamp-h1
367
368clean-noinstLTLIBRARIES:
369 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
b0322a85
CE
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
379librandom128.la: $(librandom128_la_OBJECTS) $(librandom128_la_DEPENDENCIES) $(EXTRA_librandom128_la_DEPENDENCIES)
380 $(AM_V_CCLD)$(LINK) $(librandom128_la_OBJECTS) $(librandom128_la_LIBADD) $(LIBS)
d9898ee8 381
382mostlyclean-compile:
383 -rm -f *.$(OBJEXT)
384
385distclean-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:
b0322a85
CE
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@
d9898ee8 396@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 397@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
d9898ee8 398
399.c.obj:
b0322a85
CE
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@
d9898ee8 403@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 404@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
d9898ee8 405
406.c.lo:
b0322a85
CE
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@
d9898ee8 410@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 411@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
d9898ee8 412
413mostlyclean-libtool:
414 -rm -f *.lo
415
416clean-libtool:
417 -rm -rf .libs _libs
418
419distclean-libtool:
8d138742 420 -rm -f libtool config.lt
d9898ee8 421
b0322a85
CE
422ID: $(am__tagged_files)
423 $(am__define_uniq_tagged_files); mkid -fID $$unique
424tags: tags-am
425TAGS: tags
426
427tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
8d138742 428 set x; \
d9898ee8 429 here=`pwd`; \
b0322a85 430 $(am__define_uniq_tagged_files); \
8d138742
CE
431 shift; \
432 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
d9898ee8 433 test -n "$$unique" || unique=$$empty_fix; \
8d138742
CE
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; \
d9898ee8 441 fi
b0322a85
CE
442ctags: ctags-am
443
444CTAGS: ctags
445ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
446 $(am__define_uniq_tagged_files); \
8d138742 447 test -z "$(CTAGS_ARGS)$$unique" \
d9898ee8 448 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
8d138742 449 $$unique
d9898ee8 450
451GTAGS:
452 here=`$(am__cd) $(top_builddir) && pwd` \
8d138742
CE
453 && $(am__cd) $(top_srcdir) \
454 && gtags -i $(GTAGS_ARGS) "$$here"
b0322a85
CE
455cscope: cscope.files
456 test ! -s cscope.files \
457 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
458clean-cscope:
459 -rm -f cscope.files
460cscope.files: clean-cscope cscopelist
461cscopelist: cscopelist-am
462
463cscopelist-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
d9898ee8 476
477distclean-tags:
478 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
b0322a85 479 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
d9898ee8 480
481distdir: $(DISTFILES)
482 $(am__remove_distdir)
8d138742 483 test -d "$(distdir)" || mkdir "$(distdir)"
dd184caf 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 \
d9898ee8 496 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d9898ee8 497 if test -d $$d/$$file; then \
dd184caf 498 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8d138742
CE
499 if test -d "$(distdir)/$$file"; then \
500 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501 fi; \
d9898ee8 502 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8d138742
CE
503 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
504 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
d9898ee8 505 fi; \
8d138742 506 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
d9898ee8 507 else \
8d138742
CE
508 test -f "$(distdir)/$$file" \
509 || cp -p $$d/$$file "$(distdir)/$$file" \
d9898ee8 510 || exit 1; \
511 fi; \
512 done
8d138742 513 -test -n "$(am__skip_mode_fix)" \
b0322a85
CE
514 || find "$(distdir)" -type d ! -perm -755 \
515 -exec chmod u+rwx,go+rx {} \; -o \
d9898ee8 516 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
517 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
dd184caf 518 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
8d138742 519 || chmod -R a+r "$(distdir)"
d9898ee8 520dist-gzip: distdir
521 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
b0322a85 522 $(am__post_remove_distdir)
d9898ee8 523
524dist-bzip2: distdir
b0322a85
CE
525 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
526 $(am__post_remove_distdir)
d9898ee8 527
b0322a85
CE
528dist-lzip: distdir
529 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
530 $(am__post_remove_distdir)
ac40fd9e 531
8d138742 532dist-xz: distdir
b0322a85
CE
533 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
534 $(am__post_remove_distdir)
8d138742 535
d9898ee8 536dist-tarZ: distdir
537 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
b0322a85 538 $(am__post_remove_distdir)
d9898ee8 539
540dist-shar: distdir
541 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
b0322a85 542 $(am__post_remove_distdir)
d9898ee8 543
544dist-zip: distdir
545 -rm -f $(distdir).zip
546 zip -rq $(distdir).zip $(distdir)
b0322a85 547 $(am__post_remove_distdir)
d9898ee8 548
b0322a85
CE
549dist dist-all:
550 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
551 $(am__post_remove_distdir)
d9898ee8 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.
556distcheck: dist
557 case '$(DIST_ARCHIVES)' in \
558 *.tar.gz*) \
b0322a85 559 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
d9898ee8 560 *.tar.bz2*) \
b0322a85
CE
561 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
562 *.tar.lz*) \
563 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
8d138742
CE
564 *.tar.xz*) \
565 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
d9898ee8 566 *.tar.Z*) \
567 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
568 *.shar.gz*) \
b0322a85 569 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
d9898ee8 570 *.zip*) \
571 unzip $(distdir).zip ;;\
572 esac
b0322a85
CE
573 chmod -R a-w $(distdir)
574 chmod u+w $(distdir)
575 mkdir $(distdir)/_build $(distdir)/_inst
d9898ee8 576 chmod a-w $(distdir)
8d138742 577 test -d $(distdir)/_build || exit 0; \
d9898ee8 578 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
579 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
8d138742
CE
580 && am__cwd=`pwd` \
581 && $(am__cd) $(distdir)/_build \
d9898ee8 582 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
b0322a85 583 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
d9898ee8 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) \
8d138742
CE
604 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
605 && cd "$$am__cwd" \
606 || exit 1
b0322a85 607 $(am__post_remove_distdir)
d9898ee8 608 @(echo "$(distdir) archives ready for distribution: "; \
609 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
dd184caf 610 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
d9898ee8 611distuninstallcheck:
b0322a85
CE
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 \
d9898ee8 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
628distcleancheck: 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
637check-am: all-am
638check: check-am
639all-am: Makefile $(LTLIBRARIES) config.h
640installdirs:
641install: install-am
642install-exec: install-exec-am
643install-data: install-data-am
644uninstall: uninstall-am
645
646install-am: all-am
647 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
648
649installcheck: installcheck-am
650install-strip:
b0322a85
CE
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
d9898ee8 660mostlyclean-generic:
661
662clean-generic:
663
664distclean-generic:
665 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8d138742 666 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d9898ee8 667
668maintainer-clean-generic:
669 @echo "This command is intended for maintainers to use"
670 @echo "it deletes files that may require special tools to rebuild."
671clean: clean-am
672
673clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
674 mostlyclean-am
675
676distclean: distclean-am
677 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
678 -rm -rf ./$(DEPDIR)
679 -rm -f Makefile
680distclean-am: clean-am distclean-compile distclean-generic \
681 distclean-hdr distclean-libtool distclean-tags
682
683dvi: dvi-am
684
685dvi-am:
686
687html: html-am
688
8d138742
CE
689html-am:
690
d9898ee8 691info: info-am
692
693info-am:
694
695install-data-am:
696
dd184caf 697install-dvi: install-dvi-am
698
8d138742
CE
699install-dvi-am:
700
d9898ee8 701install-exec-am:
702
dd184caf 703install-html: install-html-am
704
8d138742
CE
705install-html-am:
706
d9898ee8 707install-info: install-info-am
708
8d138742
CE
709install-info-am:
710
d9898ee8 711install-man:
712
dd184caf 713install-pdf: install-pdf-am
714
8d138742
CE
715install-pdf-am:
716
dd184caf 717install-ps: install-ps-am
718
8d138742
CE
719install-ps-am:
720
d9898ee8 721installcheck-am:
722
723maintainer-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
728maintainer-clean-am: distclean-am maintainer-clean-generic
729
730mostlyclean: mostlyclean-am
731
732mostlyclean-am: mostlyclean-compile mostlyclean-generic \
733 mostlyclean-libtool
734
735pdf: pdf-am
736
737pdf-am:
738
739ps: ps-am
740
741ps-am:
742
dd184caf 743uninstall-am:
744
8d138742 745.MAKE: all install-am install-strip
d9898ee8 746
b0322a85
CE
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
d9898ee8 763
8d138742 764
d9898ee8 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: