K2.6 patches and update.
[tomato.git] / release / src / router / dnscrypt / src / Makefile
blob214de04a7c173d41977d558fb4184ec9af0e4f1d
1 # Makefile.in generated by automake 1.12 from Makefile.am.
2 # src/Makefile. Generated from Makefile.in by configure.
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.
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)/dnscrypt-proxy
36 pkgincludedir = $(includedir)/dnscrypt-proxy
37 pkglibdir = $(libdir)/dnscrypt-proxy
38 pkglibexecdir = $(libexecdir)/dnscrypt-proxy
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 = x86_64-pc-linux-gnu
52 host_triplet = mipsel-unknown-linux-gnu
53 subdir = src
54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
57 $(top_srcdir)/m4/ax_check_link_flag.m4 \
58 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
59 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
60 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4)
63 mkinstalldirs = $(SHELL) $(install_sh) -d
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 SOURCES =
68 DIST_SOURCES =
69 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
70 html-recursive info-recursive install-data-recursive \
71 install-dvi-recursive install-exec-recursive \
72 install-html-recursive install-info-recursive \
73 install-pdf-recursive install-ps-recursive install-recursive \
74 installcheck-recursive installdirs-recursive pdf-recursive \
75 ps-recursive uninstall-recursive
76 am__can_run_installinfo = \
77 case $$AM_UPDATE_INFO_DIR in \
78 n|no|NO) false;; \
79 *) (install-info --version) >/dev/null 2>&1;; \
80 esac
81 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
82 distclean-recursive maintainer-clean-recursive
83 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
84 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
85 distdir
86 ETAGS = etags
87 CTAGS = ctags
88 DIST_SUBDIRS = $(SUBDIRS)
89 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90 am__relativize = \
91 dir0=`pwd`; \
92 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
93 sed_rest='s,^[^/]*/*,,'; \
94 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
95 sed_butlast='s,/*[^/]*$$,,'; \
96 while test -n "$$dir1"; do \
97 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
98 if test "$$first" != "."; then \
99 if test "$$first" = ".."; then \
100 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
101 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
102 else \
103 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
104 if test "$$first2" = "$$first"; then \
105 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
106 else \
107 dir2="../$$dir2"; \
108 fi; \
109 dir0="$$dir0"/"$$first"; \
110 fi; \
111 fi; \
112 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
113 done; \
114 reldir="$$dir2"
115 ACLOCAL = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/dnscrypt/missing --run aclocal-1.12
116 AMTAR = $${TAR-tar}
117 AR = mipsel-uclibc-ar
118 AUTOCONF = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/dnscrypt/missing --run autoconf
119 AUTOHEADER = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/dnscrypt/missing --run autoheader
120 AUTOMAKE = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/dnscrypt/missing --run automake-1.12
121 AWK = gawk
122 CC = mipsel-uclibc-gcc -std=gnu99
123 CCDEPMODE = depmode=gcc3
124 CFLAGS = -g -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero
125 CPP = mipsel-uclibc-gcc -std=gnu99 -E
126 CPPFLAGS = -D_XPG4_2=1 -D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 -I/usr/local/include
127 CWFLAGS = -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum
128 CYGPATH_W = echo
129 DEFS = -DHAVE_CONFIG_H
130 DEPDIR = .deps
131 DLLTOOL = false
132 DSYMUTIL =
133 DTRACE = #
134 DUMPBIN =
135 ECHO_C =
136 ECHO_N = -n
137 ECHO_T =
138 EGREP = /bin/grep -E
139 EXEEXT =
140 FGREP = /bin/grep -F
141 GREP = /bin/grep
142 INSTALL = /usr/bin/install -c
143 INSTALL_DATA = ${INSTALL} -m 644
144 INSTALL_PROGRAM = ${INSTALL}
145 INSTALL_SCRIPT = ${INSTALL}
146 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
147 ISODATE = 2013-06-09
148 LD = mipsel-uclibc-ld
149 LDFLAGS = -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib
150 LIBOBJS =
151 LIBS = -ldl -lm
152 LIBTOOL = $(SHELL) $(top_builddir)/libtool
153 LIBTOOL_DEPS = ./ltmain.sh
154 LIPO =
155 LN_S = ln -s
156 LTLIBOBJS =
157 MAINT = #
158 MAKEINFO = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/dnscrypt/missing --run makeinfo
159 MANIFEST_TOOL = :
160 MKDIR_P = /bin/mkdir -p
161 NACL_PATH = libnacl/build/localhost
162 NM = mipsel-uclibc-nm
163 NMEDIT =
164 OBJDUMP = mipsel-linux-objdump
165 OBJEXT = o
166 OTOOL =
167 OTOOL64 =
168 PACKAGE = dnscrypt-proxy
169 PACKAGE_BUGREPORT = https://github.com/opendns/dnscrypt-proxy/issues
170 PACKAGE_NAME = dnscrypt-proxy
171 PACKAGE_STRING = dnscrypt-proxy 1.0
172 PACKAGE_TARNAME = dnscrypt-proxy
173 PACKAGE_URL =
174 PACKAGE_VERSION = 1.0
175 PATH_SEPARATOR = :
176 PROBES_SOURCE = probes_no_dtrace.h
177 RANLIB = mipsel-uclibc-ranlib
178 RONN = #
179 SAFECODE_HOME =
180 SED = /bin/sed
181 SET_MAKE =
182 SHELL = /bin/sh
183 SIXJACK = #
184 STRIP = mipsel-uclibc-strip
185 VERSION = 1.0
186 abs_builddir = /home/vicente/repos/tomato/release/src-rt/router/dnscrypt/src
187 abs_srcdir = /home/vicente/repos/tomato/release/src-rt/router/dnscrypt/src
188 abs_top_builddir = /home/vicente/repos/tomato/release/src-rt/router/dnscrypt
189 abs_top_srcdir = /home/vicente/repos/tomato/release/src-rt/router/dnscrypt
190 ac_ct_AR =
191 ac_ct_CC =
192 ac_ct_DUMPBIN =
193 am__include = include
194 am__leading_dot = .
195 am__quote =
196 am__tar = $${TAR-tar} chof - "$$tardir"
197 am__untar = $${TAR-tar} xf -
198 bindir = ${exec_prefix}/bin
199 build = x86_64-pc-linux-gnu
200 build_alias = x86_64-linux-gnu
201 build_cpu = x86_64
202 build_os = linux-gnu
203 build_vendor = pc
204 builddir = .
205 datadir = ${datarootdir}
206 datarootdir = ${prefix}/share
207 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
208 dvidir = ${docdir}
209 exec_prefix = ${prefix}
210 host = mipsel-unknown-linux-gnu
211 host_alias = mipsel-linux
212 host_cpu = mipsel
213 host_os = linux-gnu
214 host_vendor = unknown
215 htmldir = ${docdir}
216 includedir = ${prefix}/include
217 infodir = ${datarootdir}/info
218 install_sh = ${SHELL} /home/vicente/repos/tomato/release/src-rt/router/dnscrypt/install-sh
219 libdir = ${exec_prefix}/lib
220 libexecdir = ${exec_prefix}/libexec
221 localedir = ${datarootdir}/locale
222 localstatedir = ${prefix}/var
223 mandir = ${datarootdir}/man
224 mkdir_p = /bin/mkdir -p
225 oldincludedir = /usr/include
226 pdfdir = ${docdir}
227 prefix = /usr
228 program_transform_name = s,x,x,
229 psdir = ${docdir}
230 sbindir = ${exec_prefix}/sbin
231 sharedstatedir = ${prefix}/com
232 srcdir = .
233 subdirs = src/libevent
234 sysconfdir = ${prefix}/etc
235 target_alias =
236 top_build_prefix = ../
237 top_builddir = ..
238 top_srcdir = ..
239 SUBDIRS = \
240 ext \
241 libevent \
242 libnacl \
243 proxy \
244 hostip
246 all: all-recursive
248 .SUFFIXES:
249 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
250 @for dep in $?; do \
251 case '$(am__configure_deps)' in \
252 *$$dep*) \
253 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
254 && { if test -f $@; then exit 0; else break; fi; }; \
255 exit 1;; \
256 esac; \
257 done; \
258 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
259 $(am__cd) $(top_srcdir) && \
260 $(AUTOMAKE) --gnu src/Makefile
261 .PRECIOUS: Makefile
262 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263 @case '$?' in \
264 *config.status*) \
265 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
266 *) \
267 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
268 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
269 esac;
271 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274 $(top_srcdir)/configure: # $(am__configure_deps)
275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278 $(am__aclocal_m4_deps):
280 mostlyclean-libtool:
281 -rm -f *.lo
283 clean-libtool:
284 -rm -rf .libs _libs
286 # This directory's subdirectories are mostly independent; you can cd
287 # into them and run 'make' without going through this Makefile.
288 # To change the values of 'make' variables: instead of editing Makefiles,
289 # (1) if the variable is set in 'config.status', edit 'config.status'
290 # (which will cause the Makefiles to be regenerated when you run 'make');
291 # (2) otherwise, pass the desired values on the 'make' command line.
292 $(RECURSIVE_TARGETS):
293 @fail= failcom='exit 1'; \
294 for f in x $$MAKEFLAGS; do \
295 case $$f in \
296 *=* | --[!k]*);; \
297 *k*) failcom='fail=yes';; \
298 esac; \
299 done; \
300 dot_seen=no; \
301 target=`echo $@ | sed s/-recursive//`; \
302 list='$(SUBDIRS)'; for subdir in $$list; do \
303 echo "Making $$target in $$subdir"; \
304 if test "$$subdir" = "."; then \
305 dot_seen=yes; \
306 local_target="$$target-am"; \
307 else \
308 local_target="$$target"; \
309 fi; \
310 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
311 || eval $$failcom; \
312 done; \
313 if test "$$dot_seen" = "no"; then \
314 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
315 fi; test -z "$$fail"
317 $(RECURSIVE_CLEAN_TARGETS):
318 @fail= failcom='exit 1'; \
319 for f in x $$MAKEFLAGS; do \
320 case $$f in \
321 *=* | --[!k]*);; \
322 *k*) failcom='fail=yes';; \
323 esac; \
324 done; \
325 dot_seen=no; \
326 case "$@" in \
327 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
328 *) list='$(SUBDIRS)' ;; \
329 esac; \
330 rev=''; for subdir in $$list; do \
331 if test "$$subdir" = "."; then :; else \
332 rev="$$subdir $$rev"; \
333 fi; \
334 done; \
335 rev="$$rev ."; \
336 target=`echo $@ | sed s/-recursive//`; \
337 for subdir in $$rev; do \
338 echo "Making $$target in $$subdir"; \
339 if test "$$subdir" = "."; then \
340 local_target="$$target-am"; \
341 else \
342 local_target="$$target"; \
343 fi; \
344 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
345 || eval $$failcom; \
346 done && test -z "$$fail"
347 tags-recursive:
348 list='$(SUBDIRS)'; for subdir in $$list; do \
349 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
350 done
351 ctags-recursive:
352 list='$(SUBDIRS)'; for subdir in $$list; do \
353 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
354 done
355 cscopelist-recursive:
356 list='$(SUBDIRS)'; for subdir in $$list; do \
357 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
358 done
360 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362 unique=`for i in $$list; do \
363 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364 done | \
365 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366 END { if (nonempty) { for (i in files) print i; }; }'`; \
367 mkid -fID $$unique
368 tags: TAGS
370 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
371 $(TAGS_FILES) $(LISP)
372 set x; \
373 here=`pwd`; \
374 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
375 include_option=--etags-include; \
376 empty_fix=.; \
377 else \
378 include_option=--include; \
379 empty_fix=; \
380 fi; \
381 list='$(SUBDIRS)'; for subdir in $$list; do \
382 if test "$$subdir" = .; then :; else \
383 test ! -f $$subdir/TAGS || \
384 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
385 fi; \
386 done; \
387 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
388 unique=`for i in $$list; do \
389 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390 done | \
391 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392 END { if (nonempty) { for (i in files) print i; }; }'`; \
393 shift; \
394 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
395 test -n "$$unique" || unique=$$empty_fix; \
396 if test $$# -gt 0; then \
397 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398 "$$@" $$unique; \
399 else \
400 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
401 $$unique; \
402 fi; \
404 ctags: CTAGS
405 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
406 $(TAGS_FILES) $(LISP)
407 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
408 unique=`for i in $$list; do \
409 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410 done | \
411 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412 END { if (nonempty) { for (i in files) print i; }; }'`; \
413 test -z "$(CTAGS_ARGS)$$unique" \
414 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
415 $$unique
417 GTAGS:
418 here=`$(am__cd) $(top_builddir) && pwd` \
419 && $(am__cd) $(top_srcdir) \
420 && gtags -i $(GTAGS_ARGS) "$$here"
422 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
423 list='$(SOURCES) $(HEADERS) $(LISP)'; \
424 case "$(srcdir)" in \
425 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
426 *) sdir=$(subdir)/$(srcdir) ;; \
427 esac; \
428 for i in $$list; do \
429 if test -f "$$i"; then \
430 echo "$(subdir)/$$i"; \
431 else \
432 echo "$$sdir/$$i"; \
433 fi; \
434 done >> $(top_builddir)/cscope.files
436 distclean-tags:
437 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
439 distdir: $(DISTFILES)
440 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
441 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
442 list='$(DISTFILES)'; \
443 dist_files=`for file in $$list; do echo $$file; done | \
444 sed -e "s|^$$srcdirstrip/||;t" \
445 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
446 case $$dist_files in \
447 */*) $(MKDIR_P) `echo "$$dist_files" | \
448 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
449 sort -u` ;; \
450 esac; \
451 for file in $$dist_files; do \
452 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
453 if test -d $$d/$$file; then \
454 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
455 if test -d "$(distdir)/$$file"; then \
456 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457 fi; \
458 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
459 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
460 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
461 fi; \
462 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
463 else \
464 test -f "$(distdir)/$$file" \
465 || cp -p $$d/$$file "$(distdir)/$$file" \
466 || exit 1; \
467 fi; \
468 done
469 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
470 if test "$$subdir" = .; then :; else \
471 $(am__make_dryrun) \
472 || test -d "$(distdir)/$$subdir" \
473 || $(MKDIR_P) "$(distdir)/$$subdir" \
474 || exit 1; \
475 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
476 $(am__relativize); \
477 new_distdir=$$reldir; \
478 dir1=$$subdir; dir2="$(top_distdir)"; \
479 $(am__relativize); \
480 new_top_distdir=$$reldir; \
481 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
482 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
483 ($(am__cd) $$subdir && \
484 $(MAKE) $(AM_MAKEFLAGS) \
485 top_distdir="$$new_top_distdir" \
486 distdir="$$new_distdir" \
487 am__remove_distdir=: \
488 am__skip_length_check=: \
489 am__skip_mode_fix=: \
490 distdir) \
491 || exit 1; \
492 fi; \
493 done
494 check-am: all-am
495 check: check-recursive
496 all-am: Makefile
497 installdirs: installdirs-recursive
498 installdirs-am:
499 install: install-recursive
500 install-exec: install-exec-recursive
501 install-data: install-data-recursive
502 uninstall: uninstall-recursive
504 install-am: all-am
505 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
507 installcheck: installcheck-recursive
508 install-strip:
509 if test -z '$(STRIP)'; then \
510 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
511 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
512 install; \
513 else \
514 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
518 mostlyclean-generic:
520 clean-generic:
522 distclean-generic:
523 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
524 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
526 maintainer-clean-generic:
527 @echo "This command is intended for maintainers to use"
528 @echo "it deletes files that may require special tools to rebuild."
529 clean: clean-recursive
531 clean-am: clean-generic clean-libtool mostlyclean-am
533 distclean: distclean-recursive
534 -rm -f Makefile
535 distclean-am: clean-am distclean-generic distclean-tags
537 dvi: dvi-recursive
539 dvi-am:
541 html: html-recursive
543 html-am:
545 info: info-recursive
547 info-am:
549 install-data-am:
551 install-dvi: install-dvi-recursive
553 install-dvi-am:
555 install-exec-am:
557 install-html: install-html-recursive
559 install-html-am:
561 install-info: install-info-recursive
563 install-info-am:
565 install-man:
567 install-pdf: install-pdf-recursive
569 install-pdf-am:
571 install-ps: install-ps-recursive
573 install-ps-am:
575 installcheck-am:
577 maintainer-clean: maintainer-clean-recursive
578 -rm -f Makefile
579 maintainer-clean-am: distclean-am maintainer-clean-generic
581 mostlyclean: mostlyclean-recursive
583 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
585 pdf: pdf-recursive
587 pdf-am:
589 ps: ps-recursive
591 ps-am:
593 uninstall-am:
595 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
596 cscopelist-recursive ctags-recursive install-am install-strip \
597 tags-recursive
599 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
600 all all-am check check-am clean clean-generic clean-libtool \
601 cscopelist cscopelist-recursive ctags ctags-recursive \
602 distclean distclean-generic distclean-libtool distclean-tags \
603 distdir dvi dvi-am html html-am info info-am install \
604 install-am install-data install-data-am install-dvi \
605 install-dvi-am install-exec install-exec-am install-html \
606 install-html-am install-info install-info-am install-man \
607 install-pdf install-pdf-am install-ps install-ps-am \
608 install-strip installcheck installcheck-am installdirs \
609 installdirs-am maintainer-clean maintainer-clean-generic \
610 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
611 ps ps-am tags tags-recursive uninstall uninstall-am
614 # Tell versions [3.59,3.63) of GNU make to not export all variables.
615 # Otherwise a system limit (for SysV at least) may be exceeded.
616 .NOEXPORT: