libsodium: updated to 1.0.10
[tomato.git] / release / src / router / libsodium / test / Makefile.in
blobcd6e8e67d7421058023db161d6794405a2d07bef
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@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = test
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
93 $(top_srcdir)/m4/ax_check_define.m4 \
94 $(top_srcdir)/m4/ax_check_link_flag.m4 \
95 $(top_srcdir)/m4/ax_valgrind_check.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 $(am__DIST_COMMON)
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 AM_V_P = $(am__v_P_@AM_V@)
107 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108 am__v_P_0 = false
109 am__v_P_1 = :
110 AM_V_GEN = $(am__v_GEN_@AM_V@)
111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112 am__v_GEN_0 = @echo " GEN " $@;
113 am__v_GEN_1 =
114 AM_V_at = $(am__v_at_@AM_V@)
115 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116 am__v_at_0 = @
117 am__v_at_1 =
118 SOURCES =
119 DIST_SOURCES =
120 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121 ctags-recursive dvi-recursive html-recursive info-recursive \
122 install-data-recursive install-dvi-recursive \
123 install-exec-recursive install-html-recursive \
124 install-info-recursive install-pdf-recursive \
125 install-ps-recursive install-recursive installcheck-recursive \
126 installdirs-recursive pdf-recursive ps-recursive \
127 tags-recursive uninstall-recursive
128 am__can_run_installinfo = \
129 case $$AM_UPDATE_INFO_DIR in \
130 n|no|NO) false;; \
131 *) (install-info --version) >/dev/null 2>&1;; \
132 esac
133 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
134 distclean-recursive maintainer-clean-recursive
135 am__recursive_targets = \
136 $(RECURSIVE_TARGETS) \
137 $(RECURSIVE_CLEAN_TARGETS) \
138 $(am__extra_recursive_targets)
139 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
140 distdir
141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142 # Read a list of newline-separated strings from the standard input,
143 # and print each of them once, without duplicates. Input order is
144 # *not* preserved.
145 am__uniquify_input = $(AWK) '\
146 BEGIN { nonempty = 0; } \
147 { items[$$0] = 1; nonempty = 1; } \
148 END { if (nonempty) { for (i in items) print i; }; } \
150 # Make sure the list of sources is unique. This is necessary because,
151 # e.g., the same source file might be shared among _SOURCES variables
152 # for different programs/libraries.
153 am__define_uniq_tagged_files = \
154 list='$(am__tagged_files)'; \
155 unique=`for i in $$list; do \
156 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157 done | $(am__uniquify_input)`
158 ETAGS = etags
159 CTAGS = ctags
160 DIST_SUBDIRS = $(SUBDIRS)
161 am__DIST_COMMON = $(srcdir)/Makefile.in
162 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
163 am__relativize = \
164 dir0=`pwd`; \
165 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
166 sed_rest='s,^[^/]*/*,,'; \
167 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
168 sed_butlast='s,/*[^/]*$$,,'; \
169 while test -n "$$dir1"; do \
170 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
171 if test "$$first" != "."; then \
172 if test "$$first" = ".."; then \
173 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
174 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
175 else \
176 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
177 if test "$$first2" = "$$first"; then \
178 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
179 else \
180 dir2="../$$dir2"; \
181 fi; \
182 dir0="$$dir0"/"$$first"; \
183 fi; \
184 fi; \
185 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
186 done; \
187 reldir="$$dir2"
188 ACLOCAL = @ACLOCAL@
189 AMTAR = @AMTAR@
190 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
191 AR = @AR@
192 AS = @AS@
193 AUTOCONF = @AUTOCONF@
194 AUTOHEADER = @AUTOHEADER@
195 AUTOMAKE = @AUTOMAKE@
196 AWK = @AWK@
197 CC = @CC@
198 CCAS = @CCAS@
199 CCASDEPMODE = @CCASDEPMODE@
200 CCASFLAGS = @CCASFLAGS@
201 CCDEPMODE = @CCDEPMODE@
202 CFLAGS = @CFLAGS@
203 CFLAGS_AESNI = @CFLAGS_AESNI@
204 CFLAGS_AVX = @CFLAGS_AVX@
205 CFLAGS_AVX2 = @CFLAGS_AVX2@
206 CFLAGS_MMX = @CFLAGS_MMX@
207 CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
208 CFLAGS_SSE2 = @CFLAGS_SSE2@
209 CFLAGS_SSE3 = @CFLAGS_SSE3@
210 CFLAGS_SSE41 = @CFLAGS_SSE41@
211 CFLAGS_SSSE3 = @CFLAGS_SSSE3@
212 CPP = @CPP@
213 CPPFLAGS = @CPPFLAGS@
214 CWFLAGS = @CWFLAGS@
215 CYGPATH_W = @CYGPATH_W@
216 DEFS = @DEFS@
217 DEPDIR = @DEPDIR@
218 DLLTOOL = @DLLTOOL@
219 DLL_VERSION = @DLL_VERSION@
220 DSYMUTIL = @DSYMUTIL@
221 DUMPBIN = @DUMPBIN@
222 ECHO_C = @ECHO_C@
223 ECHO_N = @ECHO_N@
224 ECHO_T = @ECHO_T@
225 EGREP = @EGREP@
226 EXEEXT = @EXEEXT@
227 FGREP = @FGREP@
228 GREP = @GREP@
229 HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
230 HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
231 HAVE_CPUID_V = @HAVE_CPUID_V@
232 HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
233 INSTALL = @INSTALL@
234 INSTALL_DATA = @INSTALL_DATA@
235 INSTALL_PROGRAM = @INSTALL_PROGRAM@
236 INSTALL_SCRIPT = @INSTALL_SCRIPT@
237 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
238 ISODATE = @ISODATE@
239 LD = @LD@
240 LDFLAGS = @LDFLAGS@
241 LIBOBJS = @LIBOBJS@
242 LIBS = @LIBS@
243 LIBTOOL = @LIBTOOL@
244 LIBTOOL_DEPS = @LIBTOOL_DEPS@
245 LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
246 LIPO = @LIPO@
247 LN_S = @LN_S@
248 LTLIBOBJS = @LTLIBOBJS@
249 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
250 MAINT = @MAINT@
251 MAKEINFO = @MAKEINFO@
252 MANIFEST_TOOL = @MANIFEST_TOOL@
253 MKDIR_P = @MKDIR_P@
254 NM = @NM@
255 NMEDIT = @NMEDIT@
256 OBJDUMP = @OBJDUMP@
257 OBJEXT = @OBJEXT@
258 OTOOL = @OTOOL@
259 OTOOL64 = @OTOOL64@
260 PACKAGE = @PACKAGE@
261 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
262 PACKAGE_NAME = @PACKAGE_NAME@
263 PACKAGE_STRING = @PACKAGE_STRING@
264 PACKAGE_TARNAME = @PACKAGE_TARNAME@
265 PACKAGE_URL = @PACKAGE_URL@
266 PACKAGE_VERSION = @PACKAGE_VERSION@
267 PATH_SEPARATOR = @PATH_SEPARATOR@
268 RANLIB = @RANLIB@
269 SAFECODE_HOME = @SAFECODE_HOME@
270 SED = @SED@
271 SET_MAKE = @SET_MAKE@
272 SHELL = @SHELL@
273 SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
274 SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
275 SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
276 STRIP = @STRIP@
277 TEST_LDFLAGS = @TEST_LDFLAGS@
278 VALGRIND = @VALGRIND@
279 VALGRIND_ENABLED = @VALGRIND_ENABLED@
280 VALGRIND_HAVE_TOOL_drd = @VALGRIND_HAVE_TOOL_drd@
281 VALGRIND_HAVE_TOOL_exp_sgcheck = @VALGRIND_HAVE_TOOL_exp_sgcheck@
282 VALGRIND_HAVE_TOOL_helgrind = @VALGRIND_HAVE_TOOL_helgrind@
283 VALGRIND_HAVE_TOOL_memcheck = @VALGRIND_HAVE_TOOL_memcheck@
284 VERSION = @VERSION@
285 abs_builddir = @abs_builddir@
286 abs_srcdir = @abs_srcdir@
287 abs_top_builddir = @abs_top_builddir@
288 abs_top_srcdir = @abs_top_srcdir@
289 ac_ct_AR = @ac_ct_AR@
290 ac_ct_CC = @ac_ct_CC@
291 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
292 am__include = @am__include@
293 am__leading_dot = @am__leading_dot@
294 am__quote = @am__quote@
295 am__tar = @am__tar@
296 am__untar = @am__untar@
297 bindir = @bindir@
298 build = @build@
299 build_alias = @build_alias@
300 build_cpu = @build_cpu@
301 build_os = @build_os@
302 build_vendor = @build_vendor@
303 builddir = @builddir@
304 datadir = @datadir@
305 datarootdir = @datarootdir@
306 docdir = @docdir@
307 dvidir = @dvidir@
308 exec_prefix = @exec_prefix@
309 host = @host@
310 host_alias = @host_alias@
311 host_cpu = @host_cpu@
312 host_os = @host_os@
313 host_vendor = @host_vendor@
314 htmldir = @htmldir@
315 includedir = @includedir@
316 infodir = @infodir@
317 install_sh = @install_sh@
318 libdir = @libdir@
319 libexecdir = @libexecdir@
320 localedir = @localedir@
321 localstatedir = @localstatedir@
322 mandir = @mandir@
323 mkdir_p = @mkdir_p@
324 oldincludedir = @oldincludedir@
325 pdfdir = @pdfdir@
326 prefix = @prefix@
327 program_transform_name = @program_transform_name@
328 psdir = @psdir@
329 sbindir = @sbindir@
330 sharedstatedir = @sharedstatedir@
331 srcdir = @srcdir@
332 sysconfdir = @sysconfdir@
333 target_alias = @target_alias@
334 top_build_prefix = @top_build_prefix@
335 top_builddir = @top_builddir@
336 top_srcdir = @top_srcdir@
337 SUBDIRS = \
338 default
340 EXTRA_DIST = \
341 quirks/quirks.h
343 all: all-recursive
345 .SUFFIXES:
346 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
347 @for dep in $?; do \
348 case '$(am__configure_deps)' in \
349 *$$dep*) \
350 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
351 && { if test -f $@; then exit 0; else break; fi; }; \
352 exit 1;; \
353 esac; \
354 done; \
355 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
356 $(am__cd) $(top_srcdir) && \
357 $(AUTOMAKE) --foreign test/Makefile
358 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
359 @case '$?' in \
360 *config.status*) \
361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
362 *) \
363 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
364 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
365 esac;
367 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
373 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374 $(am__aclocal_m4_deps):
376 mostlyclean-libtool:
377 -rm -f *.lo
379 clean-libtool:
380 -rm -rf .libs _libs
382 # This directory's subdirectories are mostly independent; you can cd
383 # into them and run 'make' without going through this Makefile.
384 # To change the values of 'make' variables: instead of editing Makefiles,
385 # (1) if the variable is set in 'config.status', edit 'config.status'
386 # (which will cause the Makefiles to be regenerated when you run 'make');
387 # (2) otherwise, pass the desired values on the 'make' command line.
388 $(am__recursive_targets):
389 @fail=; \
390 if $(am__make_keepgoing); then \
391 failcom='fail=yes'; \
392 else \
393 failcom='exit 1'; \
394 fi; \
395 dot_seen=no; \
396 target=`echo $@ | sed s/-recursive//`; \
397 case "$@" in \
398 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
399 *) list='$(SUBDIRS)' ;; \
400 esac; \
401 for subdir in $$list; do \
402 echo "Making $$target in $$subdir"; \
403 if test "$$subdir" = "."; then \
404 dot_seen=yes; \
405 local_target="$$target-am"; \
406 else \
407 local_target="$$target"; \
408 fi; \
409 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
410 || eval $$failcom; \
411 done; \
412 if test "$$dot_seen" = "no"; then \
413 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
414 fi; test -z "$$fail"
416 ID: $(am__tagged_files)
417 $(am__define_uniq_tagged_files); mkid -fID $$unique
418 tags: tags-recursive
419 TAGS: tags
421 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
422 set x; \
423 here=`pwd`; \
424 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425 include_option=--etags-include; \
426 empty_fix=.; \
427 else \
428 include_option=--include; \
429 empty_fix=; \
430 fi; \
431 list='$(SUBDIRS)'; for subdir in $$list; do \
432 if test "$$subdir" = .; then :; else \
433 test ! -f $$subdir/TAGS || \
434 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
435 fi; \
436 done; \
437 $(am__define_uniq_tagged_files); \
438 shift; \
439 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440 test -n "$$unique" || unique=$$empty_fix; \
441 if test $$# -gt 0; then \
442 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443 "$$@" $$unique; \
444 else \
445 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446 $$unique; \
447 fi; \
449 ctags: ctags-recursive
451 CTAGS: ctags
452 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
453 $(am__define_uniq_tagged_files); \
454 test -z "$(CTAGS_ARGS)$$unique" \
455 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
456 $$unique
458 GTAGS:
459 here=`$(am__cd) $(top_builddir) && pwd` \
460 && $(am__cd) $(top_srcdir) \
461 && gtags -i $(GTAGS_ARGS) "$$here"
462 cscopelist: cscopelist-recursive
464 cscopelist-am: $(am__tagged_files)
465 list='$(am__tagged_files)'; \
466 case "$(srcdir)" in \
467 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
468 *) sdir=$(subdir)/$(srcdir) ;; \
469 esac; \
470 for i in $$list; do \
471 if test -f "$$i"; then \
472 echo "$(subdir)/$$i"; \
473 else \
474 echo "$$sdir/$$i"; \
475 fi; \
476 done >> $(top_builddir)/cscope.files
478 distclean-tags:
479 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481 distdir: $(DISTFILES)
482 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484 list='$(DISTFILES)'; \
485 dist_files=`for file in $$list; do echo $$file; done | \
486 sed -e "s|^$$srcdirstrip/||;t" \
487 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
488 case $$dist_files in \
489 */*) $(MKDIR_P) `echo "$$dist_files" | \
490 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
491 sort -u` ;; \
492 esac; \
493 for file in $$dist_files; do \
494 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495 if test -d $$d/$$file; then \
496 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
497 if test -d "$(distdir)/$$file"; then \
498 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499 fi; \
500 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
501 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
502 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503 fi; \
504 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
505 else \
506 test -f "$(distdir)/$$file" \
507 || cp -p $$d/$$file "$(distdir)/$$file" \
508 || exit 1; \
509 fi; \
510 done
511 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
512 if test "$$subdir" = .; then :; else \
513 $(am__make_dryrun) \
514 || test -d "$(distdir)/$$subdir" \
515 || $(MKDIR_P) "$(distdir)/$$subdir" \
516 || exit 1; \
517 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
518 $(am__relativize); \
519 new_distdir=$$reldir; \
520 dir1=$$subdir; dir2="$(top_distdir)"; \
521 $(am__relativize); \
522 new_top_distdir=$$reldir; \
523 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
524 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
525 ($(am__cd) $$subdir && \
526 $(MAKE) $(AM_MAKEFLAGS) \
527 top_distdir="$$new_top_distdir" \
528 distdir="$$new_distdir" \
529 am__remove_distdir=: \
530 am__skip_length_check=: \
531 am__skip_mode_fix=: \
532 distdir) \
533 || exit 1; \
534 fi; \
535 done
536 check-am: all-am
537 check: check-recursive
538 all-am: Makefile
539 installdirs: installdirs-recursive
540 installdirs-am:
541 install: install-recursive
542 install-exec: install-exec-recursive
543 install-data: install-data-recursive
544 uninstall: uninstall-recursive
546 install-am: all-am
547 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
549 installcheck: installcheck-recursive
550 install-strip:
551 if test -z '$(STRIP)'; then \
552 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554 install; \
555 else \
556 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
560 mostlyclean-generic:
562 clean-generic:
564 distclean-generic:
565 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
566 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
568 maintainer-clean-generic:
569 @echo "This command is intended for maintainers to use"
570 @echo "it deletes files that may require special tools to rebuild."
571 clean: clean-recursive
573 clean-am: clean-generic clean-libtool mostlyclean-am
575 distclean: distclean-recursive
576 -rm -f Makefile
577 distclean-am: clean-am distclean-generic distclean-tags
579 dvi: dvi-recursive
581 dvi-am:
583 html: html-recursive
585 html-am:
587 info: info-recursive
589 info-am:
591 install-data-am:
593 install-dvi: install-dvi-recursive
595 install-dvi-am:
597 install-exec-am:
599 install-html: install-html-recursive
601 install-html-am:
603 install-info: install-info-recursive
605 install-info-am:
607 install-man:
609 install-pdf: install-pdf-recursive
611 install-pdf-am:
613 install-ps: install-ps-recursive
615 install-ps-am:
617 installcheck-am:
619 maintainer-clean: maintainer-clean-recursive
620 -rm -f Makefile
621 maintainer-clean-am: distclean-am maintainer-clean-generic
623 mostlyclean: mostlyclean-recursive
625 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
627 pdf: pdf-recursive
629 pdf-am:
631 ps: ps-recursive
633 ps-am:
635 uninstall-am:
637 .MAKE: $(am__recursive_targets) install-am install-strip
639 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
640 check-am clean clean-generic clean-libtool cscopelist-am ctags \
641 ctags-am distclean distclean-generic distclean-libtool \
642 distclean-tags distdir dvi dvi-am html html-am info info-am \
643 install install-am install-data install-data-am install-dvi \
644 install-dvi-am install-exec install-exec-am install-html \
645 install-html-am install-info install-info-am install-man \
646 install-pdf install-pdf-am install-ps install-ps-am \
647 install-strip installcheck installcheck-am installdirs \
648 installdirs-am maintainer-clean maintainer-clean-generic \
649 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
650 ps ps-am tags tags-am uninstall uninstall-am
652 .PRECIOUS: Makefile
655 # Tell versions [3.59,3.63) of GNU make to not export all variables.
656 # Otherwise a system limit (for SysV at least) may be exceeded.
657 .NOEXPORT: