libsodium 1.0.8
[tomato.git] / release / src / router / libsodium / Makefile.in
blob30d4b5dc00031db19f441d7390efea68ebd35720
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
94 $(top_srcdir)/m4/ax_check_define.m4 \
95 $(top_srcdir)/m4/ax_check_link_flag.m4 \
96 $(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
97 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
98 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
99 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
103 $(am__configure_deps) $(am__DIST_COMMON)
104 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
105 configure.lineno config.status.lineno
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_CLEAN_FILES = libsodium.pc libsodium-uninstalled.pc \
108 src/libsodium/include/sodium/version.h
109 CONFIG_CLEAN_VPATH_FILES =
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo " GEN " $@;
117 am__v_GEN_1 =
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 =
122 SOURCES =
123 DIST_SOURCES =
124 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
125 ctags-recursive dvi-recursive html-recursive info-recursive \
126 install-data-recursive install-dvi-recursive \
127 install-exec-recursive install-html-recursive \
128 install-info-recursive install-pdf-recursive \
129 install-ps-recursive install-recursive installcheck-recursive \
130 installdirs-recursive pdf-recursive ps-recursive \
131 tags-recursive uninstall-recursive
132 am__can_run_installinfo = \
133 case $$AM_UPDATE_INFO_DIR in \
134 n|no|NO) false;; \
135 *) (install-info --version) >/dev/null 2>&1;; \
136 esac
137 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
138 am__vpath_adj = case $$p in \
139 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
140 *) f=$$p;; \
141 esac;
142 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
143 am__install_max = 40
144 am__nobase_strip_setup = \
145 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
146 am__nobase_strip = \
147 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
148 am__nobase_list = $(am__nobase_strip_setup); \
149 for p in $$list; do echo "$$p $$p"; done | \
150 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
151 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
152 if (++n[$$2] == $(am__install_max)) \
153 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
154 END { for (dir in files) print dir, files[dir] }'
155 am__base_list = \
156 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
157 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
158 am__uninstall_files_from_dir = { \
159 test -z "$$files" \
160 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
161 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
162 $(am__cd) "$$dir" && rm -f $$files; }; \
164 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
165 DATA = $(pkgconfig_DATA)
166 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
167 distclean-recursive maintainer-clean-recursive
168 am__recursive_targets = \
169 $(RECURSIVE_TARGETS) \
170 $(RECURSIVE_CLEAN_TARGETS) \
171 $(am__extra_recursive_targets)
172 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
173 cscope distdir dist dist-all distcheck
174 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
175 # Read a list of newline-separated strings from the standard input,
176 # and print each of them once, without duplicates. Input order is
177 # *not* preserved.
178 am__uniquify_input = $(AWK) '\
179 BEGIN { nonempty = 0; } \
180 { items[$$0] = 1; nonempty = 1; } \
181 END { if (nonempty) { for (i in items) print i; }; } \
183 # Make sure the list of sources is unique. This is necessary because,
184 # e.g., the same source file might be shared among _SOURCES variables
185 # for different programs/libraries.
186 am__define_uniq_tagged_files = \
187 list='$(am__tagged_files)'; \
188 unique=`for i in $$list; do \
189 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190 done | $(am__uniquify_input)`
191 ETAGS = etags
192 CTAGS = ctags
193 CSCOPE = cscope
194 DIST_SUBDIRS = $(SUBDIRS)
195 am__DIST_COMMON = $(srcdir)/Makefile.in \
196 $(srcdir)/libsodium-uninstalled.pc.in \
197 $(srcdir)/libsodium.pc.in $(top_srcdir)/build-aux/compile \
198 $(top_srcdir)/build-aux/config.guess \
199 $(top_srcdir)/build-aux/config.sub \
200 $(top_srcdir)/build-aux/install-sh \
201 $(top_srcdir)/build-aux/ltmain.sh \
202 $(top_srcdir)/build-aux/missing \
203 $(top_srcdir)/src/libsodium/include/sodium/version.h.in \
204 AUTHORS ChangeLog README THANKS build-aux/compile \
205 build-aux/config.guess build-aux/config.sub \
206 build-aux/install-sh build-aux/ltmain.sh build-aux/missing \
207 compile config.guess config.sub depcomp install-sh ltmain.sh \
208 missing
209 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
210 distdir = $(PACKAGE)-$(VERSION)
211 top_distdir = $(distdir)
212 am__remove_distdir = \
213 if test -d "$(distdir)"; then \
214 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
215 && rm -rf "$(distdir)" \
216 || { sleep 5 && rm -rf "$(distdir)"; }; \
217 else :; fi
218 am__post_remove_distdir = $(am__remove_distdir)
219 am__relativize = \
220 dir0=`pwd`; \
221 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
222 sed_rest='s,^[^/]*/*,,'; \
223 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
224 sed_butlast='s,/*[^/]*$$,,'; \
225 while test -n "$$dir1"; do \
226 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
227 if test "$$first" != "."; then \
228 if test "$$first" = ".."; then \
229 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
230 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
231 else \
232 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
233 if test "$$first2" = "$$first"; then \
234 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
235 else \
236 dir2="../$$dir2"; \
237 fi; \
238 dir0="$$dir0"/"$$first"; \
239 fi; \
240 fi; \
241 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
242 done; \
243 reldir="$$dir2"
244 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
245 GZIP_ENV = --best
246 DIST_TARGETS = dist-bzip2 dist-gzip
247 distuninstallcheck_listfiles = find . -type f -print
248 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
249 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
250 distcleancheck_listfiles = find . -type f -print
251 ACLOCAL = @ACLOCAL@
252 AMTAR = @AMTAR@
253 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
254 AR = @AR@
255 AS = @AS@
256 AUTOCONF = @AUTOCONF@
257 AUTOHEADER = @AUTOHEADER@
258 AUTOMAKE = @AUTOMAKE@
259 AWK = @AWK@
260 CC = @CC@
261 CCAS = @CCAS@
262 CCASDEPMODE = @CCASDEPMODE@
263 CCASFLAGS = @CCASFLAGS@
264 CCDEPMODE = @CCDEPMODE@
265 CFLAGS = @CFLAGS@
266 CFLAGS_AESNI = @CFLAGS_AESNI@
267 CFLAGS_MMX = @CFLAGS_MMX@
268 CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
269 CFLAGS_SSE2 = @CFLAGS_SSE2@
270 CFLAGS_SSE3 = @CFLAGS_SSE3@
271 CFLAGS_SSE41 = @CFLAGS_SSE41@
272 CFLAGS_SSSE3 = @CFLAGS_SSSE3@
273 CPP = @CPP@
274 CPPFLAGS = @CPPFLAGS@
275 CWFLAGS = @CWFLAGS@
276 CYGPATH_W = @CYGPATH_W@
277 DEFS = @DEFS@
278 DEPDIR = @DEPDIR@
279 DLLTOOL = @DLLTOOL@
280 DLL_VERSION = @DLL_VERSION@
281 DSYMUTIL = @DSYMUTIL@
282 DUMPBIN = @DUMPBIN@
283 ECHO_C = @ECHO_C@
284 ECHO_N = @ECHO_N@
285 ECHO_T = @ECHO_T@
286 EGREP = @EGREP@
287 EXEEXT = @EXEEXT@
288 FGREP = @FGREP@
289 GREP = @GREP@
290 HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
291 HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
292 HAVE_CPUID_V = @HAVE_CPUID_V@
293 HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
294 INSTALL = @INSTALL@
295 INSTALL_DATA = @INSTALL_DATA@
296 INSTALL_PROGRAM = @INSTALL_PROGRAM@
297 INSTALL_SCRIPT = @INSTALL_SCRIPT@
298 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
299 ISODATE = @ISODATE@
300 LD = @LD@
301 LDFLAGS = @LDFLAGS@
302 LIBOBJS = @LIBOBJS@
303 LIBS = @LIBS@
304 LIBTOOL = @LIBTOOL@
305 LIBTOOL_DEPS = @LIBTOOL_DEPS@
306 LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
307 LIPO = @LIPO@
308 LN_S = @LN_S@
309 LTLIBOBJS = @LTLIBOBJS@
310 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
311 MAINT = @MAINT@
312 MAKEINFO = @MAKEINFO@
313 MANIFEST_TOOL = @MANIFEST_TOOL@
314 MKDIR_P = @MKDIR_P@
315 NM = @NM@
316 NMEDIT = @NMEDIT@
317 OBJDUMP = @OBJDUMP@
318 OBJEXT = @OBJEXT@
319 OTOOL = @OTOOL@
320 OTOOL64 = @OTOOL64@
321 PACKAGE = @PACKAGE@
322 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
323 PACKAGE_NAME = @PACKAGE_NAME@
324 PACKAGE_STRING = @PACKAGE_STRING@
325 PACKAGE_TARNAME = @PACKAGE_TARNAME@
326 PACKAGE_URL = @PACKAGE_URL@
327 PACKAGE_VERSION = @PACKAGE_VERSION@
328 PATH_SEPARATOR = @PATH_SEPARATOR@
329 RANLIB = @RANLIB@
330 SAFECODE_HOME = @SAFECODE_HOME@
331 SED = @SED@
332 SET_MAKE = @SET_MAKE@
333 SHELL = @SHELL@
334 SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
335 SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
336 SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
337 STRIP = @STRIP@
338 TEST_LDFLAGS = @TEST_LDFLAGS@
339 VERSION = @VERSION@
340 abs_builddir = @abs_builddir@
341 abs_srcdir = @abs_srcdir@
342 abs_top_builddir = @abs_top_builddir@
343 abs_top_srcdir = @abs_top_srcdir@
344 ac_ct_AR = @ac_ct_AR@
345 ac_ct_CC = @ac_ct_CC@
346 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
347 am__include = @am__include@
348 am__leading_dot = @am__leading_dot@
349 am__quote = @am__quote@
350 am__tar = @am__tar@
351 am__untar = @am__untar@
352 bindir = @bindir@
353 build = @build@
354 build_alias = @build_alias@
355 build_cpu = @build_cpu@
356 build_os = @build_os@
357 build_vendor = @build_vendor@
358 builddir = @builddir@
359 datadir = @datadir@
360 datarootdir = @datarootdir@
361 docdir = @docdir@
362 dvidir = @dvidir@
363 exec_prefix = @exec_prefix@
364 host = @host@
365 host_alias = @host_alias@
366 host_cpu = @host_cpu@
367 host_os = @host_os@
368 host_vendor = @host_vendor@
369 htmldir = @htmldir@
370 includedir = @includedir@
371 infodir = @infodir@
372 install_sh = @install_sh@
373 libdir = @libdir@
374 libexecdir = @libexecdir@
375 localedir = @localedir@
376 localstatedir = @localstatedir@
377 mandir = @mandir@
378 mkdir_p = @mkdir_p@
379 oldincludedir = @oldincludedir@
380 pdfdir = @pdfdir@
381 prefix = @prefix@
382 program_transform_name = @program_transform_name@
383 psdir = @psdir@
384 sbindir = @sbindir@
385 sharedstatedir = @sharedstatedir@
386 srcdir = @srcdir@
387 sysconfdir = @sysconfdir@
388 target_alias = @target_alias@
389 top_build_prefix = @top_build_prefix@
390 top_builddir = @top_builddir@
391 top_srcdir = @top_srcdir@
392 ACLOCAL_AMFLAGS = -I m4
393 EXTRA_DIST = \
394 autogen.sh \
395 libsodium.sln \
396 libsodium.vcxproj \
397 libsodium.vcxproj.filters \
398 LICENSE \
399 README.markdown \
400 THANKS
402 SUBDIRS = \
403 dist-build \
404 msvc-scripts \
405 src \
406 test
408 pkgconfigdir = $(libdir)/pkgconfig
409 pkgconfig_DATA = @PACKAGE_NAME@.pc
410 DISTCLEANFILES = $(pkgconfig_DATA)
411 all: all-recursive
413 .SUFFIXES:
414 am--refresh: Makefile
416 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
417 @for dep in $?; do \
418 case '$(am__configure_deps)' in \
419 *$$dep*) \
420 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
421 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
422 && exit 0; \
423 exit 1;; \
424 esac; \
425 done; \
426 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
427 $(am__cd) $(top_srcdir) && \
428 $(AUTOMAKE) --foreign Makefile
429 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
430 @case '$?' in \
431 *config.status*) \
432 echo ' $(SHELL) ./config.status'; \
433 $(SHELL) ./config.status;; \
434 *) \
435 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
436 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
437 esac;
439 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
440 $(SHELL) ./config.status --recheck
442 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
443 $(am__cd) $(srcdir) && $(AUTOCONF)
444 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
445 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
446 $(am__aclocal_m4_deps):
447 libsodium.pc: $(top_builddir)/config.status $(srcdir)/libsodium.pc.in
448 cd $(top_builddir) && $(SHELL) ./config.status $@
449 libsodium-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/libsodium-uninstalled.pc.in
450 cd $(top_builddir) && $(SHELL) ./config.status $@
451 src/libsodium/include/sodium/version.h: $(top_builddir)/config.status $(top_srcdir)/src/libsodium/include/sodium/version.h.in
452 cd $(top_builddir) && $(SHELL) ./config.status $@
454 mostlyclean-libtool:
455 -rm -f *.lo
457 clean-libtool:
458 -rm -rf .libs _libs
460 distclean-libtool:
461 -rm -f libtool config.lt
462 install-pkgconfigDATA: $(pkgconfig_DATA)
463 @$(NORMAL_INSTALL)
464 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
465 if test -n "$$list"; then \
466 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
467 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
468 fi; \
469 for p in $$list; do \
470 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
471 echo "$$d$$p"; \
472 done | $(am__base_list) | \
473 while read files; do \
474 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
475 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
476 done
478 uninstall-pkgconfigDATA:
479 @$(NORMAL_UNINSTALL)
480 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
481 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
482 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
484 # This directory's subdirectories are mostly independent; you can cd
485 # into them and run 'make' without going through this Makefile.
486 # To change the values of 'make' variables: instead of editing Makefiles,
487 # (1) if the variable is set in 'config.status', edit 'config.status'
488 # (which will cause the Makefiles to be regenerated when you run 'make');
489 # (2) otherwise, pass the desired values on the 'make' command line.
490 $(am__recursive_targets):
491 @fail=; \
492 if $(am__make_keepgoing); then \
493 failcom='fail=yes'; \
494 else \
495 failcom='exit 1'; \
496 fi; \
497 dot_seen=no; \
498 target=`echo $@ | sed s/-recursive//`; \
499 case "$@" in \
500 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
501 *) list='$(SUBDIRS)' ;; \
502 esac; \
503 for subdir in $$list; do \
504 echo "Making $$target in $$subdir"; \
505 if test "$$subdir" = "."; then \
506 dot_seen=yes; \
507 local_target="$$target-am"; \
508 else \
509 local_target="$$target"; \
510 fi; \
511 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
512 || eval $$failcom; \
513 done; \
514 if test "$$dot_seen" = "no"; then \
515 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
516 fi; test -z "$$fail"
518 ID: $(am__tagged_files)
519 $(am__define_uniq_tagged_files); mkid -fID $$unique
520 tags: tags-recursive
521 TAGS: tags
523 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
524 set x; \
525 here=`pwd`; \
526 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
527 include_option=--etags-include; \
528 empty_fix=.; \
529 else \
530 include_option=--include; \
531 empty_fix=; \
532 fi; \
533 list='$(SUBDIRS)'; for subdir in $$list; do \
534 if test "$$subdir" = .; then :; else \
535 test ! -f $$subdir/TAGS || \
536 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
537 fi; \
538 done; \
539 $(am__define_uniq_tagged_files); \
540 shift; \
541 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
542 test -n "$$unique" || unique=$$empty_fix; \
543 if test $$# -gt 0; then \
544 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
545 "$$@" $$unique; \
546 else \
547 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548 $$unique; \
549 fi; \
551 ctags: ctags-recursive
553 CTAGS: ctags
554 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
555 $(am__define_uniq_tagged_files); \
556 test -z "$(CTAGS_ARGS)$$unique" \
557 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558 $$unique
560 GTAGS:
561 here=`$(am__cd) $(top_builddir) && pwd` \
562 && $(am__cd) $(top_srcdir) \
563 && gtags -i $(GTAGS_ARGS) "$$here"
564 cscope: cscope.files
565 test ! -s cscope.files \
566 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
567 clean-cscope:
568 -rm -f cscope.files
569 cscope.files: clean-cscope cscopelist
570 cscopelist: cscopelist-recursive
572 cscopelist-am: $(am__tagged_files)
573 list='$(am__tagged_files)'; \
574 case "$(srcdir)" in \
575 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
576 *) sdir=$(subdir)/$(srcdir) ;; \
577 esac; \
578 for i in $$list; do \
579 if test -f "$$i"; then \
580 echo "$(subdir)/$$i"; \
581 else \
582 echo "$$sdir/$$i"; \
583 fi; \
584 done >> $(top_builddir)/cscope.files
586 distclean-tags:
587 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
588 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
590 distdir: $(DISTFILES)
591 $(am__remove_distdir)
592 test -d "$(distdir)" || mkdir "$(distdir)"
593 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
594 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
595 list='$(DISTFILES)'; \
596 dist_files=`for file in $$list; do echo $$file; done | \
597 sed -e "s|^$$srcdirstrip/||;t" \
598 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
599 case $$dist_files in \
600 */*) $(MKDIR_P) `echo "$$dist_files" | \
601 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
602 sort -u` ;; \
603 esac; \
604 for file in $$dist_files; do \
605 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
606 if test -d $$d/$$file; then \
607 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
608 if test -d "$(distdir)/$$file"; then \
609 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610 fi; \
611 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
612 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
613 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
614 fi; \
615 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
616 else \
617 test -f "$(distdir)/$$file" \
618 || cp -p $$d/$$file "$(distdir)/$$file" \
619 || exit 1; \
620 fi; \
621 done
622 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
623 if test "$$subdir" = .; then :; else \
624 $(am__make_dryrun) \
625 || test -d "$(distdir)/$$subdir" \
626 || $(MKDIR_P) "$(distdir)/$$subdir" \
627 || exit 1; \
628 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
629 $(am__relativize); \
630 new_distdir=$$reldir; \
631 dir1=$$subdir; dir2="$(top_distdir)"; \
632 $(am__relativize); \
633 new_top_distdir=$$reldir; \
634 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
635 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
636 ($(am__cd) $$subdir && \
637 $(MAKE) $(AM_MAKEFLAGS) \
638 top_distdir="$$new_top_distdir" \
639 distdir="$$new_distdir" \
640 am__remove_distdir=: \
641 am__skip_length_check=: \
642 am__skip_mode_fix=: \
643 distdir) \
644 || exit 1; \
645 fi; \
646 done
647 -test -n "$(am__skip_mode_fix)" \
648 || find "$(distdir)" -type d ! -perm -755 \
649 -exec chmod u+rwx,go+rx {} \; -o \
650 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
651 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
652 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
653 || chmod -R a+r "$(distdir)"
654 dist-gzip: distdir
655 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
656 $(am__post_remove_distdir)
657 dist-bzip2: distdir
658 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
659 $(am__post_remove_distdir)
661 dist-lzip: distdir
662 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
663 $(am__post_remove_distdir)
665 dist-xz: distdir
666 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
667 $(am__post_remove_distdir)
669 dist-tarZ: distdir
670 @echo WARNING: "Support for distribution archives compressed with" \
671 "legacy program 'compress' is deprecated." >&2
672 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
673 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
674 $(am__post_remove_distdir)
676 dist-shar: distdir
677 @echo WARNING: "Support for shar distribution archives is" \
678 "deprecated." >&2
679 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
680 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
681 $(am__post_remove_distdir)
683 dist-zip: distdir
684 -rm -f $(distdir).zip
685 zip -rq $(distdir).zip $(distdir)
686 $(am__post_remove_distdir)
688 dist dist-all:
689 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
690 $(am__post_remove_distdir)
692 # This target untars the dist file and tries a VPATH configuration. Then
693 # it guarantees that the distribution is self-contained by making another
694 # tarfile.
695 distcheck: dist
696 case '$(DIST_ARCHIVES)' in \
697 *.tar.gz*) \
698 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
699 *.tar.bz2*) \
700 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
701 *.tar.lz*) \
702 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
703 *.tar.xz*) \
704 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
705 *.tar.Z*) \
706 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
707 *.shar.gz*) \
708 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
709 *.zip*) \
710 unzip $(distdir).zip ;;\
711 esac
712 chmod -R a-w $(distdir)
713 chmod u+w $(distdir)
714 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
715 chmod a-w $(distdir)
716 test -d $(distdir)/_build || exit 0; \
717 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
718 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
719 && am__cwd=`pwd` \
720 && $(am__cd) $(distdir)/_build/sub \
721 && ../../configure \
722 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
723 $(DISTCHECK_CONFIGURE_FLAGS) \
724 --srcdir=../.. --prefix="$$dc_install_base" \
725 && $(MAKE) $(AM_MAKEFLAGS) \
726 && $(MAKE) $(AM_MAKEFLAGS) dvi \
727 && $(MAKE) $(AM_MAKEFLAGS) check \
728 && $(MAKE) $(AM_MAKEFLAGS) install \
729 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
730 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
731 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
732 distuninstallcheck \
733 && chmod -R a-w "$$dc_install_base" \
734 && ({ \
735 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
736 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
737 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
738 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
739 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
740 } || { rm -rf "$$dc_destdir"; exit 1; }) \
741 && rm -rf "$$dc_destdir" \
742 && $(MAKE) $(AM_MAKEFLAGS) dist \
743 && rm -rf $(DIST_ARCHIVES) \
744 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
745 && cd "$$am__cwd" \
746 || exit 1
747 $(am__post_remove_distdir)
748 @(echo "$(distdir) archives ready for distribution: "; \
749 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
750 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
751 distuninstallcheck:
752 @test -n '$(distuninstallcheck_dir)' || { \
753 echo 'ERROR: trying to run $@ with an empty' \
754 '$$(distuninstallcheck_dir)' >&2; \
755 exit 1; \
756 }; \
757 $(am__cd) '$(distuninstallcheck_dir)' || { \
758 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
759 exit 1; \
760 }; \
761 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
762 || { echo "ERROR: files left after uninstall:" ; \
763 if test -n "$(DESTDIR)"; then \
764 echo " (check DESTDIR support)"; \
765 fi ; \
766 $(distuninstallcheck_listfiles) ; \
767 exit 1; } >&2
768 distcleancheck: distclean
769 @if test '$(srcdir)' = . ; then \
770 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
771 exit 1 ; \
773 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
774 || { echo "ERROR: files left in build directory after distclean:" ; \
775 $(distcleancheck_listfiles) ; \
776 exit 1; } >&2
777 check-am: all-am
778 check: check-recursive
779 all-am: Makefile $(DATA)
780 installdirs: installdirs-recursive
781 installdirs-am:
782 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
783 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
784 done
785 install: install-recursive
786 install-exec: install-exec-recursive
787 install-data: install-data-recursive
788 uninstall: uninstall-recursive
790 install-am: all-am
791 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
793 installcheck: installcheck-recursive
794 install-strip:
795 if test -z '$(STRIP)'; then \
796 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
797 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
798 install; \
799 else \
800 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
801 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
802 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
804 mostlyclean-generic:
806 clean-generic:
808 distclean-generic:
809 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
810 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
811 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
813 maintainer-clean-generic:
814 @echo "This command is intended for maintainers to use"
815 @echo "it deletes files that may require special tools to rebuild."
816 clean: clean-recursive
818 clean-am: clean-generic clean-libtool mostlyclean-am
820 distclean: distclean-recursive
821 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
822 -rm -f Makefile
823 distclean-am: clean-am distclean-generic distclean-libtool \
824 distclean-tags
826 dvi: dvi-recursive
828 dvi-am:
830 html: html-recursive
832 html-am:
834 info: info-recursive
836 info-am:
838 install-data-am: install-pkgconfigDATA
840 install-dvi: install-dvi-recursive
842 install-dvi-am:
844 install-exec-am:
846 install-html: install-html-recursive
848 install-html-am:
850 install-info: install-info-recursive
852 install-info-am:
854 install-man:
856 install-pdf: install-pdf-recursive
858 install-pdf-am:
860 install-ps: install-ps-recursive
862 install-ps-am:
864 installcheck-am:
866 maintainer-clean: maintainer-clean-recursive
867 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
868 -rm -rf $(top_srcdir)/autom4te.cache
869 -rm -f Makefile
870 maintainer-clean-am: distclean-am maintainer-clean-generic
872 mostlyclean: mostlyclean-recursive
874 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
876 pdf: pdf-recursive
878 pdf-am:
880 ps: ps-recursive
882 ps-am:
884 uninstall-am: uninstall-pkgconfigDATA
886 .MAKE: $(am__recursive_targets) install-am install-strip
888 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
889 am--refresh check check-am clean clean-cscope clean-generic \
890 clean-libtool cscope cscopelist-am ctags ctags-am dist \
891 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
892 dist-xz dist-zip distcheck distclean distclean-generic \
893 distclean-libtool distclean-tags distcleancheck distdir \
894 distuninstallcheck dvi dvi-am html html-am info info-am \
895 install install-am install-data install-data-am install-dvi \
896 install-dvi-am install-exec install-exec-am install-html \
897 install-html-am install-info install-info-am install-man \
898 install-pdf install-pdf-am install-pkgconfigDATA install-ps \
899 install-ps-am install-strip installcheck installcheck-am \
900 installdirs installdirs-am maintainer-clean \
901 maintainer-clean-generic mostlyclean mostlyclean-generic \
902 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
903 uninstall-am uninstall-pkgconfigDATA
905 .PRECIOUS: Makefile
908 # Tell versions [3.59,3.63) of GNU make to not export all variables.
909 # Otherwise a system limit (for SysV at least) may be exceeded.
910 .NOEXPORT: