libsodium: updated to 1.0.10
[tomato.git] / release / src / router / libsodium / src / Makefile.in
blobe06c506b1654738d64137722b4b5004d7cc2d7c1
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 = src
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 libsodium
340 all: all-recursive
342 .SUFFIXES:
343 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
344 @for dep in $?; do \
345 case '$(am__configure_deps)' in \
346 *$$dep*) \
347 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
348 && { if test -f $@; then exit 0; else break; fi; }; \
349 exit 1;; \
350 esac; \
351 done; \
352 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
353 $(am__cd) $(top_srcdir) && \
354 $(AUTOMAKE) --foreign src/Makefile
355 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
356 @case '$?' in \
357 *config.status*) \
358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
359 *) \
360 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
361 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
362 esac;
364 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
365 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
370 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371 $(am__aclocal_m4_deps):
373 mostlyclean-libtool:
374 -rm -f *.lo
376 clean-libtool:
377 -rm -rf .libs _libs
379 # This directory's subdirectories are mostly independent; you can cd
380 # into them and run 'make' without going through this Makefile.
381 # To change the values of 'make' variables: instead of editing Makefiles,
382 # (1) if the variable is set in 'config.status', edit 'config.status'
383 # (which will cause the Makefiles to be regenerated when you run 'make');
384 # (2) otherwise, pass the desired values on the 'make' command line.
385 $(am__recursive_targets):
386 @fail=; \
387 if $(am__make_keepgoing); then \
388 failcom='fail=yes'; \
389 else \
390 failcom='exit 1'; \
391 fi; \
392 dot_seen=no; \
393 target=`echo $@ | sed s/-recursive//`; \
394 case "$@" in \
395 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
396 *) list='$(SUBDIRS)' ;; \
397 esac; \
398 for subdir in $$list; do \
399 echo "Making $$target in $$subdir"; \
400 if test "$$subdir" = "."; then \
401 dot_seen=yes; \
402 local_target="$$target-am"; \
403 else \
404 local_target="$$target"; \
405 fi; \
406 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
407 || eval $$failcom; \
408 done; \
409 if test "$$dot_seen" = "no"; then \
410 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
411 fi; test -z "$$fail"
413 ID: $(am__tagged_files)
414 $(am__define_uniq_tagged_files); mkid -fID $$unique
415 tags: tags-recursive
416 TAGS: tags
418 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
419 set x; \
420 here=`pwd`; \
421 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
422 include_option=--etags-include; \
423 empty_fix=.; \
424 else \
425 include_option=--include; \
426 empty_fix=; \
427 fi; \
428 list='$(SUBDIRS)'; for subdir in $$list; do \
429 if test "$$subdir" = .; then :; else \
430 test ! -f $$subdir/TAGS || \
431 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
432 fi; \
433 done; \
434 $(am__define_uniq_tagged_files); \
435 shift; \
436 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
437 test -n "$$unique" || unique=$$empty_fix; \
438 if test $$# -gt 0; then \
439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440 "$$@" $$unique; \
441 else \
442 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443 $$unique; \
444 fi; \
446 ctags: ctags-recursive
448 CTAGS: ctags
449 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
450 $(am__define_uniq_tagged_files); \
451 test -z "$(CTAGS_ARGS)$$unique" \
452 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
453 $$unique
455 GTAGS:
456 here=`$(am__cd) $(top_builddir) && pwd` \
457 && $(am__cd) $(top_srcdir) \
458 && gtags -i $(GTAGS_ARGS) "$$here"
459 cscopelist: cscopelist-recursive
461 cscopelist-am: $(am__tagged_files)
462 list='$(am__tagged_files)'; \
463 case "$(srcdir)" in \
464 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
465 *) sdir=$(subdir)/$(srcdir) ;; \
466 esac; \
467 for i in $$list; do \
468 if test -f "$$i"; then \
469 echo "$(subdir)/$$i"; \
470 else \
471 echo "$$sdir/$$i"; \
472 fi; \
473 done >> $(top_builddir)/cscope.files
475 distclean-tags:
476 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
478 distdir: $(DISTFILES)
479 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
481 list='$(DISTFILES)'; \
482 dist_files=`for file in $$list; do echo $$file; done | \
483 sed -e "s|^$$srcdirstrip/||;t" \
484 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
485 case $$dist_files in \
486 */*) $(MKDIR_P) `echo "$$dist_files" | \
487 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
488 sort -u` ;; \
489 esac; \
490 for file in $$dist_files; do \
491 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
492 if test -d $$d/$$file; then \
493 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
494 if test -d "$(distdir)/$$file"; then \
495 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496 fi; \
497 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
498 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
499 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500 fi; \
501 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
502 else \
503 test -f "$(distdir)/$$file" \
504 || cp -p $$d/$$file "$(distdir)/$$file" \
505 || exit 1; \
506 fi; \
507 done
508 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
509 if test "$$subdir" = .; then :; else \
510 $(am__make_dryrun) \
511 || test -d "$(distdir)/$$subdir" \
512 || $(MKDIR_P) "$(distdir)/$$subdir" \
513 || exit 1; \
514 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
515 $(am__relativize); \
516 new_distdir=$$reldir; \
517 dir1=$$subdir; dir2="$(top_distdir)"; \
518 $(am__relativize); \
519 new_top_distdir=$$reldir; \
520 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
521 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
522 ($(am__cd) $$subdir && \
523 $(MAKE) $(AM_MAKEFLAGS) \
524 top_distdir="$$new_top_distdir" \
525 distdir="$$new_distdir" \
526 am__remove_distdir=: \
527 am__skip_length_check=: \
528 am__skip_mode_fix=: \
529 distdir) \
530 || exit 1; \
531 fi; \
532 done
533 check-am: all-am
534 check: check-recursive
535 all-am: Makefile
536 installdirs: installdirs-recursive
537 installdirs-am:
538 install: install-recursive
539 install-exec: install-exec-recursive
540 install-data: install-data-recursive
541 uninstall: uninstall-recursive
543 install-am: all-am
544 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546 installcheck: installcheck-recursive
547 install-strip:
548 if test -z '$(STRIP)'; then \
549 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
550 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
551 install; \
552 else \
553 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
557 mostlyclean-generic:
559 clean-generic:
561 distclean-generic:
562 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
563 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
565 maintainer-clean-generic:
566 @echo "This command is intended for maintainers to use"
567 @echo "it deletes files that may require special tools to rebuild."
568 clean: clean-recursive
570 clean-am: clean-generic clean-libtool mostlyclean-am
572 distclean: distclean-recursive
573 -rm -f Makefile
574 distclean-am: clean-am distclean-generic distclean-tags
576 dvi: dvi-recursive
578 dvi-am:
580 html: html-recursive
582 html-am:
584 info: info-recursive
586 info-am:
588 install-data-am:
590 install-dvi: install-dvi-recursive
592 install-dvi-am:
594 install-exec-am:
596 install-html: install-html-recursive
598 install-html-am:
600 install-info: install-info-recursive
602 install-info-am:
604 install-man:
606 install-pdf: install-pdf-recursive
608 install-pdf-am:
610 install-ps: install-ps-recursive
612 install-ps-am:
614 installcheck-am:
616 maintainer-clean: maintainer-clean-recursive
617 -rm -f Makefile
618 maintainer-clean-am: distclean-am maintainer-clean-generic
620 mostlyclean: mostlyclean-recursive
622 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
624 pdf: pdf-recursive
626 pdf-am:
628 ps: ps-recursive
630 ps-am:
632 uninstall-am:
634 .MAKE: $(am__recursive_targets) install-am install-strip
636 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
637 check-am clean clean-generic clean-libtool cscopelist-am ctags \
638 ctags-am distclean distclean-generic distclean-libtool \
639 distclean-tags distdir dvi dvi-am html html-am info info-am \
640 install install-am install-data install-data-am install-dvi \
641 install-dvi-am install-exec install-exec-am install-html \
642 install-html-am install-info install-info-am install-man \
643 install-pdf install-pdf-am install-ps install-ps-am \
644 install-strip installcheck installcheck-am installdirs \
645 installdirs-am maintainer-clean maintainer-clean-generic \
646 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
647 ps ps-am tags tags-am uninstall uninstall-am
649 .PRECIOUS: Makefile
652 # Tell versions [3.59,3.63) of GNU make to not export all variables.
653 # Otherwise a system limit (for SysV at least) may be exceeded.
654 .NOEXPORT: