Makefile.in revision 1.1.1.1 1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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 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; \
27 }
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_catchable_abrt.m4 \
93 $(top_srcdir)/m4/ax_check_catchable_segv.m4 \
94 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
95 $(top_srcdir)/m4/ax_check_define.m4 \
96 $(top_srcdir)/m4/ax_check_link_flag.m4 \
97 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_tls.m4 \
98 $(top_srcdir)/m4/ax_valgrind_check.m4 \
99 $(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
100 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
101 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
102 $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
105 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_CLEAN_FILES =
108 CONFIG_CLEAN_VPATH_FILES =
109 AM_V_P = $(am__v_P_@AM_V@)
110 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111 am__v_P_0 = false
112 am__v_P_1 = :
113 AM_V_GEN = $(am__v_GEN_@AM_V@)
114 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115 am__v_GEN_0 = @echo " GEN " $@;
116 am__v_GEN_1 =
117 AM_V_at = $(am__v_at_@AM_V@)
118 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119 am__v_at_0 = @
120 am__v_at_1 =
121 SOURCES =
122 DIST_SOURCES =
123 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124 ctags-recursive dvi-recursive html-recursive info-recursive \
125 install-data-recursive install-dvi-recursive \
126 install-exec-recursive install-html-recursive \
127 install-info-recursive install-pdf-recursive \
128 install-ps-recursive install-recursive installcheck-recursive \
129 installdirs-recursive pdf-recursive ps-recursive \
130 tags-recursive uninstall-recursive
131 am__can_run_installinfo = \
132 case $$AM_UPDATE_INFO_DIR in \
133 n|no|NO) false;; \
134 *) (install-info --version) >/dev/null 2>&1;; \
135 esac
136 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
137 distclean-recursive maintainer-clean-recursive
138 am__recursive_targets = \
139 $(RECURSIVE_TARGETS) \
140 $(RECURSIVE_CLEAN_TARGETS) \
141 $(am__extra_recursive_targets)
142 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
143 distdir
144 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
145 # Read a list of newline-separated strings from the standard input,
146 # and print each of them once, without duplicates. Input order is
147 # *not* preserved.
148 am__uniquify_input = $(AWK) '\
149 BEGIN { nonempty = 0; } \
150 { items[$$0] = 1; nonempty = 1; } \
151 END { if (nonempty) { for (i in items) print i; }; } \
152 '
153 # Make sure the list of sources is unique. This is necessary because,
154 # e.g., the same source file might be shared among _SOURCES variables
155 # for different programs/libraries.
156 am__define_uniq_tagged_files = \
157 list='$(am__tagged_files)'; \
158 unique=`for i in $$list; do \
159 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
160 done | $(am__uniquify_input)`
161 ETAGS = etags
162 CTAGS = ctags
163 DIST_SUBDIRS = $(SUBDIRS)
164 am__DIST_COMMON = $(srcdir)/Makefile.in
165 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166 am__relativize = \
167 dir0=`pwd`; \
168 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
169 sed_rest='s,^[^/]*/*,,'; \
170 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
171 sed_butlast='s,/*[^/]*$$,,'; \
172 while test -n "$$dir1"; do \
173 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
174 if test "$$first" != "."; then \
175 if test "$$first" = ".."; then \
176 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
177 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
178 else \
179 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
180 if test "$$first2" = "$$first"; then \
181 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
182 else \
183 dir2="../$$dir2"; \
184 fi; \
185 dir0="$$dir0"/"$$first"; \
186 fi; \
187 fi; \
188 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
189 done; \
190 reldir="$$dir2"
191 ACLOCAL = @ACLOCAL@
192 ALLOCA = @ALLOCA@
193 AMTAR = @AMTAR@
194 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
195 AR = @AR@
196 AS = @AS@
197 AUTOCONF = @AUTOCONF@
198 AUTOHEADER = @AUTOHEADER@
199 AUTOMAKE = @AUTOMAKE@
200 AWK = @AWK@
201 CC = @CC@
202 CCAS = @CCAS@
203 CCASDEPMODE = @CCASDEPMODE@
204 CCASFLAGS = @CCASFLAGS@
205 CCDEPMODE = @CCDEPMODE@
206 CFLAGS = @CFLAGS@
207 CFLAGS_AESNI = @CFLAGS_AESNI@
208 CFLAGS_AVX = @CFLAGS_AVX@
209 CFLAGS_AVX2 = @CFLAGS_AVX2@
210 CFLAGS_AVX512F = @CFLAGS_AVX512F@
211 CFLAGS_MMX = @CFLAGS_MMX@
212 CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
213 CFLAGS_RDRAND = @CFLAGS_RDRAND@
214 CFLAGS_SSE2 = @CFLAGS_SSE2@
215 CFLAGS_SSE3 = @CFLAGS_SSE3@
216 CFLAGS_SSE41 = @CFLAGS_SSE41@
217 CFLAGS_SSSE3 = @CFLAGS_SSSE3@
218 CPP = @CPP@
219 CPPFLAGS = @CPPFLAGS@
220 CWFLAGS = @CWFLAGS@
221 CYGPATH_W = @CYGPATH_W@
222 DEFS = @DEFS@
223 DEPDIR = @DEPDIR@
224 DLLTOOL = @DLLTOOL@
225 DLL_VERSION = @DLL_VERSION@
226 DSYMUTIL = @DSYMUTIL@
227 DUMPBIN = @DUMPBIN@
228 ECHO_C = @ECHO_C@
229 ECHO_N = @ECHO_N@
230 ECHO_T = @ECHO_T@
231 EGREP = @EGREP@
232 ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
233 ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
234 ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
235 ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
236 EXEEXT = @EXEEXT@
237 FGREP = @FGREP@
238 GREP = @GREP@
239 HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
240 HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
241 HAVE_CPUID_V = @HAVE_CPUID_V@
242 HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
243 INSTALL = @INSTALL@
244 INSTALL_DATA = @INSTALL_DATA@
245 INSTALL_PROGRAM = @INSTALL_PROGRAM@
246 INSTALL_SCRIPT = @INSTALL_SCRIPT@
247 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
248 ISODATE = @ISODATE@
249 LD = @LD@
250 LDFLAGS = @LDFLAGS@
251 LIBOBJS = @LIBOBJS@
252 LIBS = @LIBS@
253 LIBTOOL = @LIBTOOL@
254 LIBTOOL_DEPS = @LIBTOOL_DEPS@
255 LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
256 LIPO = @LIPO@
257 LN_S = @LN_S@
258 LTLIBOBJS = @LTLIBOBJS@
259 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
260 MAINT = @MAINT@
261 MAKEINFO = @MAKEINFO@
262 MANIFEST_TOOL = @MANIFEST_TOOL@
263 MKDIR_P = @MKDIR_P@
264 NM = @NM@
265 NMEDIT = @NMEDIT@
266 OBJDUMP = @OBJDUMP@
267 OBJEXT = @OBJEXT@
268 OTOOL = @OTOOL@
269 OTOOL64 = @OTOOL64@
270 PACKAGE = @PACKAGE@
271 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
272 PACKAGE_NAME = @PACKAGE_NAME@
273 PACKAGE_STRING = @PACKAGE_STRING@
274 PACKAGE_TARNAME = @PACKAGE_TARNAME@
275 PACKAGE_URL = @PACKAGE_URL@
276 PACKAGE_VERSION = @PACKAGE_VERSION@
277 PATH_SEPARATOR = @PATH_SEPARATOR@
278 PTHREAD_CC = @PTHREAD_CC@
279 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
280 PTHREAD_LIBS = @PTHREAD_LIBS@
281 RANLIB = @RANLIB@
282 SAFECODE_HOME = @SAFECODE_HOME@
283 SED = @SED@
284 SET_MAKE = @SET_MAKE@
285 SHELL = @SHELL@
286 SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@
287 SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
288 SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
289 SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
290 STRIP = @STRIP@
291 TEST_LDFLAGS = @TEST_LDFLAGS@
292 VALGRIND = @VALGRIND@
293 VALGRIND_ENABLED = @VALGRIND_ENABLED@
294 VERSION = @VERSION@
295 abs_builddir = @abs_builddir@
296 abs_srcdir = @abs_srcdir@
297 abs_top_builddir = @abs_top_builddir@
298 abs_top_srcdir = @abs_top_srcdir@
299 ac_ct_AR = @ac_ct_AR@
300 ac_ct_CC = @ac_ct_CC@
301 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
302 am__include = @am__include@
303 am__leading_dot = @am__leading_dot@
304 am__quote = @am__quote@
305 am__tar = @am__tar@
306 am__untar = @am__untar@
307 ax_pthread_config = @ax_pthread_config@
308 bindir = @bindir@
309 build = @build@
310 build_alias = @build_alias@
311 build_cpu = @build_cpu@
312 build_os = @build_os@
313 build_vendor = @build_vendor@
314 builddir = @builddir@
315 datadir = @datadir@
316 datarootdir = @datarootdir@
317 docdir = @docdir@
318 dvidir = @dvidir@
319 exec_prefix = @exec_prefix@
320 host = @host@
321 host_alias = @host_alias@
322 host_cpu = @host_cpu@
323 host_os = @host_os@
324 host_vendor = @host_vendor@
325 htmldir = @htmldir@
326 includedir = @includedir@
327 infodir = @infodir@
328 install_sh = @install_sh@
329 libdir = @libdir@
330 libexecdir = @libexecdir@
331 localedir = @localedir@
332 localstatedir = @localstatedir@
333 mandir = @mandir@
334 mkdir_p = @mkdir_p@
335 oldincludedir = @oldincludedir@
336 pdfdir = @pdfdir@
337 prefix = @prefix@
338 program_transform_name = @program_transform_name@
339 psdir = @psdir@
340 sbindir = @sbindir@
341 sharedstatedir = @sharedstatedir@
342 srcdir = @srcdir@
343 sysconfdir = @sysconfdir@
344 target_alias = @target_alias@
345 top_build_prefix = @top_build_prefix@
346 top_builddir = @top_builddir@
347 top_srcdir = @top_srcdir@
348 valgrind_enabled_tools = @valgrind_enabled_tools@
349 valgrind_tools = @valgrind_tools@
350 SUBDIRS = \
351 default
352
353 EXTRA_DIST = \
354 quirks/quirks.h
355
356 all: all-recursive
357
358 .SUFFIXES:
359 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
360 @for dep in $?; do \
361 case '$(am__configure_deps)' in \
362 *$$dep*) \
363 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
364 && { if test -f $@; then exit 0; else break; fi; }; \
365 exit 1;; \
366 esac; \
367 done; \
368 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
369 $(am__cd) $(top_srcdir) && \
370 $(AUTOMAKE) --foreign test/Makefile
371 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372 @case '$?' in \
373 *config.status*) \
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375 *) \
376 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
377 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
378 esac;
379
380 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382
383 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387 $(am__aclocal_m4_deps):
388
389 mostlyclean-libtool:
390 -rm -f *.lo
391
392 clean-libtool:
393 -rm -rf .libs _libs
394
395 # This directory's subdirectories are mostly independent; you can cd
396 # into them and run 'make' without going through this Makefile.
397 # To change the values of 'make' variables: instead of editing Makefiles,
398 # (1) if the variable is set in 'config.status', edit 'config.status'
399 # (which will cause the Makefiles to be regenerated when you run 'make');
400 # (2) otherwise, pass the desired values on the 'make' command line.
401 $(am__recursive_targets):
402 @fail=; \
403 if $(am__make_keepgoing); then \
404 failcom='fail=yes'; \
405 else \
406 failcom='exit 1'; \
407 fi; \
408 dot_seen=no; \
409 target=`echo $@ | sed s/-recursive//`; \
410 case "$@" in \
411 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
412 *) list='$(SUBDIRS)' ;; \
413 esac; \
414 for subdir in $$list; do \
415 echo "Making $$target in $$subdir"; \
416 if test "$$subdir" = "."; then \
417 dot_seen=yes; \
418 local_target="$$target-am"; \
419 else \
420 local_target="$$target"; \
421 fi; \
422 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
423 || eval $$failcom; \
424 done; \
425 if test "$$dot_seen" = "no"; then \
426 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
427 fi; test -z "$$fail"
428
429 ID: $(am__tagged_files)
430 $(am__define_uniq_tagged_files); mkid -fID $$unique
431 tags: tags-recursive
432 TAGS: tags
433
434 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
435 set x; \
436 here=`pwd`; \
437 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
438 include_option=--etags-include; \
439 empty_fix=.; \
440 else \
441 include_option=--include; \
442 empty_fix=; \
443 fi; \
444 list='$(SUBDIRS)'; for subdir in $$list; do \
445 if test "$$subdir" = .; then :; else \
446 test ! -f $$subdir/TAGS || \
447 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
448 fi; \
449 done; \
450 $(am__define_uniq_tagged_files); \
451 shift; \
452 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
453 test -n "$$unique" || unique=$$empty_fix; \
454 if test $$# -gt 0; then \
455 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456 "$$@" $$unique; \
457 else \
458 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
459 $$unique; \
460 fi; \
461 fi
462 ctags: ctags-recursive
463
464 CTAGS: ctags
465 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466 $(am__define_uniq_tagged_files); \
467 test -z "$(CTAGS_ARGS)$$unique" \
468 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469 $$unique
470
471 GTAGS:
472 here=`$(am__cd) $(top_builddir) && pwd` \
473 && $(am__cd) $(top_srcdir) \
474 && gtags -i $(GTAGS_ARGS) "$$here"
475 cscopelist: cscopelist-recursive
476
477 cscopelist-am: $(am__tagged_files)
478 list='$(am__tagged_files)'; \
479 case "$(srcdir)" in \
480 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
481 *) sdir=$(subdir)/$(srcdir) ;; \
482 esac; \
483 for i in $$list; do \
484 if test -f "$$i"; then \
485 echo "$(subdir)/$$i"; \
486 else \
487 echo "$$sdir/$$i"; \
488 fi; \
489 done >> $(top_builddir)/cscope.files
490
491 distclean-tags:
492 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493
494 distdir: $(DISTFILES)
495 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497 list='$(DISTFILES)'; \
498 dist_files=`for file in $$list; do echo $$file; done | \
499 sed -e "s|^$$srcdirstrip/||;t" \
500 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
501 case $$dist_files in \
502 */*) $(MKDIR_P) `echo "$$dist_files" | \
503 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
504 sort -u` ;; \
505 esac; \
506 for file in $$dist_files; do \
507 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508 if test -d $$d/$$file; then \
509 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
510 if test -d "$(distdir)/$$file"; then \
511 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512 fi; \
513 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
515 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516 fi; \
517 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
518 else \
519 test -f "$(distdir)/$$file" \
520 || cp -p $$d/$$file "$(distdir)/$$file" \
521 || exit 1; \
522 fi; \
523 done
524 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
525 if test "$$subdir" = .; then :; else \
526 $(am__make_dryrun) \
527 || test -d "$(distdir)/$$subdir" \
528 || $(MKDIR_P) "$(distdir)/$$subdir" \
529 || exit 1; \
530 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
531 $(am__relativize); \
532 new_distdir=$$reldir; \
533 dir1=$$subdir; dir2="$(top_distdir)"; \
534 $(am__relativize); \
535 new_top_distdir=$$reldir; \
536 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
537 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
538 ($(am__cd) $$subdir && \
539 $(MAKE) $(AM_MAKEFLAGS) \
540 top_distdir="$$new_top_distdir" \
541 distdir="$$new_distdir" \
542 am__remove_distdir=: \
543 am__skip_length_check=: \
544 am__skip_mode_fix=: \
545 distdir) \
546 || exit 1; \
547 fi; \
548 done
549 check-am: all-am
550 check: check-recursive
551 all-am: Makefile
552 installdirs: installdirs-recursive
553 installdirs-am:
554 install: install-recursive
555 install-exec: install-exec-recursive
556 install-data: install-data-recursive
557 uninstall: uninstall-recursive
558
559 install-am: all-am
560 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
561
562 installcheck: installcheck-recursive
563 install-strip:
564 if test -z '$(STRIP)'; then \
565 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567 install; \
568 else \
569 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
572 fi
573 mostlyclean-generic:
574
575 clean-generic:
576
577 distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581 maintainer-clean-generic:
582 @echo "This command is intended for maintainers to use"
583 @echo "it deletes files that may require special tools to rebuild."
584 clean: clean-recursive
585
586 clean-am: clean-generic clean-libtool mostlyclean-am
587
588 distclean: distclean-recursive
589 -rm -f Makefile
590 distclean-am: clean-am distclean-generic distclean-tags
591
592 dvi: dvi-recursive
593
594 dvi-am:
595
596 html: html-recursive
597
598 html-am:
599
600 info: info-recursive
601
602 info-am:
603
604 install-data-am:
605
606 install-dvi: install-dvi-recursive
607
608 install-dvi-am:
609
610 install-exec-am:
611
612 install-html: install-html-recursive
613
614 install-html-am:
615
616 install-info: install-info-recursive
617
618 install-info-am:
619
620 install-man:
621
622 install-pdf: install-pdf-recursive
623
624 install-pdf-am:
625
626 install-ps: install-ps-recursive
627
628 install-ps-am:
629
630 installcheck-am:
631
632 maintainer-clean: maintainer-clean-recursive
633 -rm -f Makefile
634 maintainer-clean-am: distclean-am maintainer-clean-generic
635
636 mostlyclean: mostlyclean-recursive
637
638 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
639
640 pdf: pdf-recursive
641
642 pdf-am:
643
644 ps: ps-recursive
645
646 ps-am:
647
648 uninstall-am:
649
650 .MAKE: $(am__recursive_targets) install-am install-strip
651
652 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
653 check-am clean clean-generic clean-libtool cscopelist-am ctags \
654 ctags-am distclean distclean-generic distclean-libtool \
655 distclean-tags distdir dvi dvi-am html html-am info info-am \
656 install install-am install-data install-data-am install-dvi \
657 install-dvi-am install-exec install-exec-am install-html \
658 install-html-am install-info install-info-am install-man \
659 install-pdf install-pdf-am install-ps install-ps-am \
660 install-strip installcheck installcheck-am installdirs \
661 installdirs-am maintainer-clean maintainer-clean-generic \
662 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
663 ps ps-am tags tags-am uninstall uninstall-am
664
665 .PRECIOUS: Makefile
666
667
668 # Tell versions [3.59,3.63) of GNU make to not export all variables.
669 # Otherwise a system limit (for SysV at least) may be exceeded.
670 .NOEXPORT:
671