Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / Makefile.in
bloba88ff8d406a6af78e98dbe80e406b0da6a7a1d6c
1 # Makefile.in generated by automake 1.12 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
17 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
41 install_sh_PROGRAM = ${SHELL} $(install_sh) -c
42 install_sh_SCRIPT = ${SHELL} $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 subdir = .
54 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56 $(top_srcdir)/configure $(top_srcdir)/src/libnacl/Makefile.in \
57 $(top_srcdir)/src/libnacl/okcompilers/c.in \
58 $(top_srcdir)/src/libnacl/okcompilers/do.in \
59 $(top_srcdir)/src/libnacl/tests/Makefile.in \
60 $(top_srcdir)/test/Makefile.in AUTHORS COPYING ChangeLog \
61 INSTALL NEWS THANKS config.guess config.sub depcomp install-sh \
62 ltmain.sh missing
63 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
65 $(top_srcdir)/m4/ax_check_link_flag.m4 \
66 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
67 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
68 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
69 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70 $(ACLOCAL_M4)
71 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72 configure.lineno config.status.lineno
73 mkinstalldirs = $(SHELL) $(install_sh) -d
74 CONFIG_HEADER = config.h
75 CONFIG_CLEAN_FILES = src/libnacl/Makefile src/libnacl/tests/Makefile \
76 src/libnacl/okcompilers/c src/libnacl/okcompilers/do \
77 test/Makefile
78 CONFIG_CLEAN_VPATH_FILES =
79 SOURCES =
80 DIST_SOURCES =
81 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82 html-recursive info-recursive install-data-recursive \
83 install-dvi-recursive install-exec-recursive \
84 install-html-recursive install-info-recursive \
85 install-pdf-recursive install-ps-recursive install-recursive \
86 installcheck-recursive installdirs-recursive pdf-recursive \
87 ps-recursive uninstall-recursive
88 am__can_run_installinfo = \
89 case $$AM_UPDATE_INFO_DIR in \
90 n|no|NO) false;; \
91 *) (install-info --version) >/dev/null 2>&1;; \
92 esac
93 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
94 distclean-recursive maintainer-clean-recursive
95 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
96 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
97 cscope distdir dist dist-all distcheck
98 ETAGS = etags
99 CTAGS = ctags
100 CSCOPE = cscope
101 DIST_SUBDIRS = $(SUBDIRS)
102 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103 distdir = $(PACKAGE)-$(VERSION)
104 top_distdir = $(distdir)
105 am__remove_distdir = \
106 if test -d "$(distdir)"; then \
107 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
108 && rm -rf "$(distdir)" \
109 || { sleep 5 && rm -rf "$(distdir)"; }; \
110 else :; fi
111 am__post_remove_distdir = $(am__remove_distdir)
112 am__relativize = \
113 dir0=`pwd`; \
114 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
115 sed_rest='s,^[^/]*/*,,'; \
116 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
117 sed_butlast='s,/*[^/]*$$,,'; \
118 while test -n "$$dir1"; do \
119 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
120 if test "$$first" != "."; then \
121 if test "$$first" = ".."; then \
122 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
123 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
124 else \
125 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
126 if test "$$first2" = "$$first"; then \
127 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
128 else \
129 dir2="../$$dir2"; \
130 fi; \
131 dir0="$$dir0"/"$$first"; \
132 fi; \
133 fi; \
134 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
135 done; \
136 reldir="$$dir2"
137 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
138 GZIP_ENV = --best
139 DIST_TARGETS = dist-bzip2 dist-gzip
140 distuninstallcheck_listfiles = find . -type f -print
141 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
142 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
143 distcleancheck_listfiles = find . -type f -print
144 ACLOCAL = @ACLOCAL@
145 AMTAR = @AMTAR@
146 AR = @AR@
147 AUTOCONF = @AUTOCONF@
148 AUTOHEADER = @AUTOHEADER@
149 AUTOMAKE = @AUTOMAKE@
150 AWK = @AWK@
151 CC = @CC@
152 CCDEPMODE = @CCDEPMODE@
153 CFLAGS = @CFLAGS@
154 CPP = @CPP@
155 CPPFLAGS = @CPPFLAGS@
156 CWFLAGS = @CWFLAGS@
157 CYGPATH_W = @CYGPATH_W@
158 DEFS = @DEFS@
159 DEPDIR = @DEPDIR@
160 DLLTOOL = @DLLTOOL@
161 DSYMUTIL = @DSYMUTIL@
162 DTRACE = @DTRACE@
163 DUMPBIN = @DUMPBIN@
164 ECHO_C = @ECHO_C@
165 ECHO_N = @ECHO_N@
166 ECHO_T = @ECHO_T@
167 EGREP = @EGREP@
168 EXEEXT = @EXEEXT@
169 FGREP = @FGREP@
170 GREP = @GREP@
171 INSTALL = @INSTALL@
172 INSTALL_DATA = @INSTALL_DATA@
173 INSTALL_PROGRAM = @INSTALL_PROGRAM@
174 INSTALL_SCRIPT = @INSTALL_SCRIPT@
175 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176 ISODATE = @ISODATE@
177 LD = @LD@
178 LDFLAGS = @LDFLAGS@
179 LIBOBJS = @LIBOBJS@
180 LIBS = @LIBS@
181 LIBTOOL = @LIBTOOL@
182 LIBTOOL_DEPS = @LIBTOOL_DEPS@
183 LIPO = @LIPO@
184 LN_S = @LN_S@
185 LTLIBOBJS = @LTLIBOBJS@
186 MAINT = @MAINT@
187 MAKEINFO = @MAKEINFO@
188 MANIFEST_TOOL = @MANIFEST_TOOL@
189 MKDIR_P = @MKDIR_P@
190 NACL_PATH = @NACL_PATH@
191 NM = @NM@
192 NMEDIT = @NMEDIT@
193 OBJDUMP = @OBJDUMP@
194 OBJEXT = @OBJEXT@
195 OTOOL = @OTOOL@
196 OTOOL64 = @OTOOL64@
197 PACKAGE = @PACKAGE@
198 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
199 PACKAGE_NAME = @PACKAGE_NAME@
200 PACKAGE_STRING = @PACKAGE_STRING@
201 PACKAGE_TARNAME = @PACKAGE_TARNAME@
202 PACKAGE_URL = @PACKAGE_URL@
203 PACKAGE_VERSION = @PACKAGE_VERSION@
204 PATH_SEPARATOR = @PATH_SEPARATOR@
205 PROBES_SOURCE = @PROBES_SOURCE@
206 RANLIB = @RANLIB@
207 RONN = @RONN@
208 SAFECODE_HOME = @SAFECODE_HOME@
209 SED = @SED@
210 SET_MAKE = @SET_MAKE@
211 SHELL = @SHELL@
212 SIXJACK = @SIXJACK@
213 STRIP = @STRIP@
214 VERSION = @VERSION@
215 abs_builddir = @abs_builddir@
216 abs_srcdir = @abs_srcdir@
217 abs_top_builddir = @abs_top_builddir@
218 abs_top_srcdir = @abs_top_srcdir@
219 ac_ct_AR = @ac_ct_AR@
220 ac_ct_CC = @ac_ct_CC@
221 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
222 am__include = @am__include@
223 am__leading_dot = @am__leading_dot@
224 am__quote = @am__quote@
225 am__tar = @am__tar@
226 am__untar = @am__untar@
227 bindir = @bindir@
228 build = @build@
229 build_alias = @build_alias@
230 build_cpu = @build_cpu@
231 build_os = @build_os@
232 build_vendor = @build_vendor@
233 builddir = @builddir@
234 datadir = @datadir@
235 datarootdir = @datarootdir@
236 docdir = @docdir@
237 dvidir = @dvidir@
238 exec_prefix = @exec_prefix@
239 host = @host@
240 host_alias = @host_alias@
241 host_cpu = @host_cpu@
242 host_os = @host_os@
243 host_vendor = @host_vendor@
244 htmldir = @htmldir@
245 includedir = @includedir@
246 infodir = @infodir@
247 install_sh = @install_sh@
248 libdir = @libdir@
249 libexecdir = @libexecdir@
250 localedir = @localedir@
251 localstatedir = @localstatedir@
252 mandir = @mandir@
253 mkdir_p = @mkdir_p@
254 oldincludedir = @oldincludedir@
255 pdfdir = @pdfdir@
256 prefix = @prefix@
257 program_transform_name = @program_transform_name@
258 psdir = @psdir@
259 sbindir = @sbindir@
260 sharedstatedir = @sharedstatedir@
261 srcdir = @srcdir@
262 subdirs = @subdirs@
263 sysconfdir = @sysconfdir@
264 target_alias = @target_alias@
265 top_build_prefix = @top_build_prefix@
266 top_builddir = @top_builddir@
267 top_srcdir = @top_srcdir@
268 ACLOCAL_AMFLAGS = -I m4
269 AUTOMAKE_OPTIONS = gnu
270 EXTRA_DIST = \
271 README.markdown \
272 TECHNOTES \
273 THANKS \
274 autogen.sh \
275 com.opendns.osx.DNSCryptProxy.plist \
276 iphone.sh
278 SUBDIRS = \
279 man \
280 src \
281 test
283 all: config.h
284 $(MAKE) $(AM_MAKEFLAGS) all-recursive
286 .SUFFIXES:
287 am--refresh: Makefile
289 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
290 @for dep in $?; do \
291 case '$(am__configure_deps)' in \
292 *$$dep*) \
293 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
294 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
295 && exit 0; \
296 exit 1;; \
297 esac; \
298 done; \
299 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
300 $(am__cd) $(top_srcdir) && \
301 $(AUTOMAKE) --gnu Makefile
302 .PRECIOUS: Makefile
303 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
304 @case '$?' in \
305 *config.status*) \
306 echo ' $(SHELL) ./config.status'; \
307 $(SHELL) ./config.status;; \
308 *) \
309 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
310 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
311 esac;
313 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
314 $(SHELL) ./config.status --recheck
316 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
317 $(am__cd) $(srcdir) && $(AUTOCONF)
318 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
319 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
320 $(am__aclocal_m4_deps):
322 config.h: stamp-h1
323 @if test ! -f $@; then rm -f stamp-h1; else :; fi
324 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
326 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
327 @rm -f stamp-h1
328 cd $(top_builddir) && $(SHELL) ./config.status config.h
329 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
331 rm -f stamp-h1
332 touch $@
334 distclean-hdr:
335 -rm -f config.h stamp-h1
336 src/libnacl/Makefile: $(top_builddir)/config.status $(top_srcdir)/src/libnacl/Makefile.in
337 cd $(top_builddir) && $(SHELL) ./config.status $@
338 src/libnacl/tests/Makefile: $(top_builddir)/config.status $(top_srcdir)/src/libnacl/tests/Makefile.in
339 cd $(top_builddir) && $(SHELL) ./config.status $@
340 src/libnacl/okcompilers/c: $(top_builddir)/config.status $(top_srcdir)/src/libnacl/okcompilers/c.in
341 cd $(top_builddir) && $(SHELL) ./config.status $@
342 src/libnacl/okcompilers/do: $(top_builddir)/config.status $(top_srcdir)/src/libnacl/okcompilers/do.in
343 cd $(top_builddir) && $(SHELL) ./config.status $@
344 test/Makefile: $(top_builddir)/config.status $(top_srcdir)/test/Makefile.in
345 cd $(top_builddir) && $(SHELL) ./config.status $@
347 mostlyclean-libtool:
348 -rm -f *.lo
350 clean-libtool:
351 -rm -rf .libs _libs
353 distclean-libtool:
354 -rm -f libtool config.lt
356 # This directory's subdirectories are mostly independent; you can cd
357 # into them and run 'make' without going through this Makefile.
358 # To change the values of 'make' variables: instead of editing Makefiles,
359 # (1) if the variable is set in 'config.status', edit 'config.status'
360 # (which will cause the Makefiles to be regenerated when you run 'make');
361 # (2) otherwise, pass the desired values on the 'make' command line.
362 $(RECURSIVE_TARGETS):
363 @fail= failcom='exit 1'; \
364 for f in x $$MAKEFLAGS; do \
365 case $$f in \
366 *=* | --[!k]*);; \
367 *k*) failcom='fail=yes';; \
368 esac; \
369 done; \
370 dot_seen=no; \
371 target=`echo $@ | sed s/-recursive//`; \
372 list='$(SUBDIRS)'; for subdir in $$list; do \
373 echo "Making $$target in $$subdir"; \
374 if test "$$subdir" = "."; then \
375 dot_seen=yes; \
376 local_target="$$target-am"; \
377 else \
378 local_target="$$target"; \
379 fi; \
380 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
381 || eval $$failcom; \
382 done; \
383 if test "$$dot_seen" = "no"; then \
384 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
385 fi; test -z "$$fail"
387 $(RECURSIVE_CLEAN_TARGETS):
388 @fail= failcom='exit 1'; \
389 for f in x $$MAKEFLAGS; do \
390 case $$f in \
391 *=* | --[!k]*);; \
392 *k*) failcom='fail=yes';; \
393 esac; \
394 done; \
395 dot_seen=no; \
396 case "$@" in \
397 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
398 *) list='$(SUBDIRS)' ;; \
399 esac; \
400 rev=''; for subdir in $$list; do \
401 if test "$$subdir" = "."; then :; else \
402 rev="$$subdir $$rev"; \
403 fi; \
404 done; \
405 rev="$$rev ."; \
406 target=`echo $@ | sed s/-recursive//`; \
407 for subdir in $$rev; do \
408 echo "Making $$target in $$subdir"; \
409 if test "$$subdir" = "."; then \
410 local_target="$$target-am"; \
411 else \
412 local_target="$$target"; \
413 fi; \
414 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
415 || eval $$failcom; \
416 done && test -z "$$fail"
417 tags-recursive:
418 list='$(SUBDIRS)'; for subdir in $$list; do \
419 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
420 done
421 ctags-recursive:
422 list='$(SUBDIRS)'; for subdir in $$list; do \
423 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
424 done
425 cscopelist-recursive:
426 list='$(SUBDIRS)'; for subdir in $$list; do \
427 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
428 done
430 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
431 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
432 unique=`for i in $$list; do \
433 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434 done | \
435 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436 END { if (nonempty) { for (i in files) print i; }; }'`; \
437 mkid -fID $$unique
438 tags: TAGS
440 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
441 $(TAGS_FILES) $(LISP)
442 set x; \
443 here=`pwd`; \
444 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
445 include_option=--etags-include; \
446 empty_fix=.; \
447 else \
448 include_option=--include; \
449 empty_fix=; \
450 fi; \
451 list='$(SUBDIRS)'; for subdir in $$list; do \
452 if test "$$subdir" = .; then :; else \
453 test ! -f $$subdir/TAGS || \
454 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
455 fi; \
456 done; \
457 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
458 unique=`for i in $$list; do \
459 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460 done | \
461 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462 END { if (nonempty) { for (i in files) print i; }; }'`; \
463 shift; \
464 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
465 test -n "$$unique" || unique=$$empty_fix; \
466 if test $$# -gt 0; then \
467 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468 "$$@" $$unique; \
469 else \
470 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471 $$unique; \
472 fi; \
474 ctags: CTAGS
475 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
476 $(TAGS_FILES) $(LISP)
477 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
478 unique=`for i in $$list; do \
479 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480 done | \
481 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482 END { if (nonempty) { for (i in files) print i; }; }'`; \
483 test -z "$(CTAGS_ARGS)$$unique" \
484 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
485 $$unique
487 GTAGS:
488 here=`$(am__cd) $(top_builddir) && pwd` \
489 && $(am__cd) $(top_srcdir) \
490 && gtags -i $(GTAGS_ARGS) "$$here"
492 cscope: cscope.files
493 test ! -s cscope.files \
494 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
496 clean-cscope:
497 -rm -f cscope.files
499 cscope.files: clean-cscope cscopelist-recursive cscopelist
501 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
502 list='$(SOURCES) $(HEADERS) $(LISP)'; \
503 case "$(srcdir)" in \
504 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
505 *) sdir=$(subdir)/$(srcdir) ;; \
506 esac; \
507 for i in $$list; do \
508 if test -f "$$i"; then \
509 echo "$(subdir)/$$i"; \
510 else \
511 echo "$$sdir/$$i"; \
512 fi; \
513 done >> $(top_builddir)/cscope.files
515 distclean-tags:
516 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
519 distdir: $(DISTFILES)
520 $(am__remove_distdir)
521 test -d "$(distdir)" || mkdir "$(distdir)"
522 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524 list='$(DISTFILES)'; \
525 dist_files=`for file in $$list; do echo $$file; done | \
526 sed -e "s|^$$srcdirstrip/||;t" \
527 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
528 case $$dist_files in \
529 */*) $(MKDIR_P) `echo "$$dist_files" | \
530 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
531 sort -u` ;; \
532 esac; \
533 for file in $$dist_files; do \
534 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
535 if test -d $$d/$$file; then \
536 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
537 if test -d "$(distdir)/$$file"; then \
538 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539 fi; \
540 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
541 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
542 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543 fi; \
544 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
545 else \
546 test -f "$(distdir)/$$file" \
547 || cp -p $$d/$$file "$(distdir)/$$file" \
548 || exit 1; \
549 fi; \
550 done
551 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
552 if test "$$subdir" = .; then :; else \
553 $(am__make_dryrun) \
554 || test -d "$(distdir)/$$subdir" \
555 || $(MKDIR_P) "$(distdir)/$$subdir" \
556 || exit 1; \
557 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
558 $(am__relativize); \
559 new_distdir=$$reldir; \
560 dir1=$$subdir; dir2="$(top_distdir)"; \
561 $(am__relativize); \
562 new_top_distdir=$$reldir; \
563 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
564 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
565 ($(am__cd) $$subdir && \
566 $(MAKE) $(AM_MAKEFLAGS) \
567 top_distdir="$$new_top_distdir" \
568 distdir="$$new_distdir" \
569 am__remove_distdir=: \
570 am__skip_length_check=: \
571 am__skip_mode_fix=: \
572 distdir) \
573 || exit 1; \
574 fi; \
575 done
576 -test -n "$(am__skip_mode_fix)" \
577 || find "$(distdir)" -type d ! -perm -755 \
578 -exec chmod u+rwx,go+rx {} \; -o \
579 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
580 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
581 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
582 || chmod -R a+r "$(distdir)"
583 dist-gzip: distdir
584 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
585 $(am__post_remove_distdir)
586 dist-bzip2: distdir
587 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
588 $(am__post_remove_distdir)
590 dist-lzip: distdir
591 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
592 $(am__post_remove_distdir)
594 dist-xz: distdir
595 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
596 $(am__post_remove_distdir)
598 dist-tarZ: distdir
599 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
600 $(am__post_remove_distdir)
602 dist-shar: distdir
603 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
604 $(am__post_remove_distdir)
606 dist-zip: distdir
607 -rm -f $(distdir).zip
608 zip -rq $(distdir).zip $(distdir)
609 $(am__post_remove_distdir)
611 dist dist-all:
612 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
613 $(am__post_remove_distdir)
615 # This target untars the dist file and tries a VPATH configuration. Then
616 # it guarantees that the distribution is self-contained by making another
617 # tarfile.
618 distcheck: dist
619 case '$(DIST_ARCHIVES)' in \
620 *.tar.gz*) \
621 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
622 *.tar.bz2*) \
623 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
624 *.tar.lz*) \
625 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
626 *.tar.xz*) \
627 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
628 *.tar.Z*) \
629 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
630 *.shar.gz*) \
631 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
632 *.zip*) \
633 unzip $(distdir).zip ;;\
634 esac
635 chmod -R a-w $(distdir); chmod a+w $(distdir)
636 mkdir $(distdir)/_build
637 mkdir $(distdir)/_inst
638 chmod a-w $(distdir)
639 test -d $(distdir)/_build || exit 0; \
640 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
641 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
642 && am__cwd=`pwd` \
643 && $(am__cd) $(distdir)/_build \
644 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
645 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
646 $(DISTCHECK_CONFIGURE_FLAGS) \
647 && $(MAKE) $(AM_MAKEFLAGS) \
648 && $(MAKE) $(AM_MAKEFLAGS) dvi \
649 && $(MAKE) $(AM_MAKEFLAGS) check \
650 && $(MAKE) $(AM_MAKEFLAGS) install \
651 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
652 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
653 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
654 distuninstallcheck \
655 && chmod -R a-w "$$dc_install_base" \
656 && ({ \
657 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
658 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
659 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
660 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
661 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
662 } || { rm -rf "$$dc_destdir"; exit 1; }) \
663 && rm -rf "$$dc_destdir" \
664 && $(MAKE) $(AM_MAKEFLAGS) dist \
665 && rm -rf $(DIST_ARCHIVES) \
666 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
667 && cd "$$am__cwd" \
668 || exit 1
669 $(am__post_remove_distdir)
670 @(echo "$(distdir) archives ready for distribution: "; \
671 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
672 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
673 distuninstallcheck:
674 @test -n '$(distuninstallcheck_dir)' || { \
675 echo 'ERROR: trying to run $@ with an empty' \
676 '$$(distuninstallcheck_dir)' >&2; \
677 exit 1; \
678 }; \
679 $(am__cd) '$(distuninstallcheck_dir)' || { \
680 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
681 exit 1; \
682 }; \
683 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
684 || { echo "ERROR: files left after uninstall:" ; \
685 if test -n "$(DESTDIR)"; then \
686 echo " (check DESTDIR support)"; \
687 fi ; \
688 $(distuninstallcheck_listfiles) ; \
689 exit 1; } >&2
690 distcleancheck: distclean
691 @if test '$(srcdir)' = . ; then \
692 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
693 exit 1 ; \
695 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
696 || { echo "ERROR: files left in build directory after distclean:" ; \
697 $(distcleancheck_listfiles) ; \
698 exit 1; } >&2
699 check-am: all-am
700 check: check-recursive
701 all-am: Makefile config.h
702 installdirs: installdirs-recursive
703 installdirs-am:
704 install: install-recursive
705 install-exec: install-exec-recursive
706 install-data: install-data-recursive
707 uninstall: uninstall-recursive
709 install-am: all-am
710 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
712 installcheck: installcheck-recursive
713 install-strip:
714 if test -z '$(STRIP)'; then \
715 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717 install; \
718 else \
719 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
723 mostlyclean-generic:
725 clean-generic:
727 distclean-generic:
728 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
729 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
731 maintainer-clean-generic:
732 @echo "This command is intended for maintainers to use"
733 @echo "it deletes files that may require special tools to rebuild."
734 clean: clean-recursive
736 clean-am: clean-generic clean-libtool mostlyclean-am
738 distclean: distclean-recursive
739 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
740 -rm -f Makefile
741 distclean-am: clean-am distclean-generic distclean-hdr \
742 distclean-libtool distclean-tags
744 dvi: dvi-recursive
746 dvi-am:
748 html: html-recursive
750 html-am:
752 info: info-recursive
754 info-am:
756 install-data-am:
758 install-dvi: install-dvi-recursive
760 install-dvi-am:
762 install-exec-am:
764 install-html: install-html-recursive
766 install-html-am:
768 install-info: install-info-recursive
770 install-info-am:
772 install-man:
774 install-pdf: install-pdf-recursive
776 install-pdf-am:
778 install-ps: install-ps-recursive
780 install-ps-am:
782 installcheck-am:
784 maintainer-clean: maintainer-clean-recursive
785 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
786 -rm -rf $(top_srcdir)/autom4te.cache
787 -rm -f Makefile
788 maintainer-clean-am: distclean-am maintainer-clean-generic
790 mostlyclean: mostlyclean-recursive
792 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
794 pdf: pdf-recursive
796 pdf-am:
798 ps: ps-recursive
800 ps-am:
802 uninstall-am:
804 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
805 cscopelist-recursive ctags-recursive install-am install-strip \
806 tags-recursive
808 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
809 all all-am am--refresh check check-am clean clean-cscope \
810 clean-generic clean-libtool cscope cscopelist \
811 cscopelist-recursive ctags ctags-recursive dist dist-all \
812 dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
813 dist-zip distcheck distclean distclean-generic distclean-hdr \
814 distclean-libtool distclean-tags distcleancheck distdir \
815 distuninstallcheck dvi dvi-am html html-am info info-am \
816 install install-am install-data install-data-am install-dvi \
817 install-dvi-am install-exec install-exec-am install-html \
818 install-html-am install-info install-info-am install-man \
819 install-pdf install-pdf-am install-ps install-ps-am \
820 install-strip installcheck installcheck-am installdirs \
821 installdirs-am maintainer-clean maintainer-clean-generic \
822 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
823 ps ps-am tags tags-recursive uninstall uninstall-am
826 # Tell versions [3.59,3.63) of GNU make to not export all variables.
827 # Otherwise a system limit (for SysV at least) may be exceeded.
828 .NOEXPORT: