libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / dnscrypt / src / Makefile.in
blobbd32d254e8b3157a8deb66251b229eb5e9f512cc
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 = 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 = @ACLOCAL@
116 AMTAR = @AMTAR@
117 AR = @AR@
118 AUTOCONF = @AUTOCONF@
119 AUTOHEADER = @AUTOHEADER@
120 AUTOMAKE = @AUTOMAKE@
121 AWK = @AWK@
122 CC = @CC@
123 CCDEPMODE = @CCDEPMODE@
124 CFLAGS = @CFLAGS@
125 CPP = @CPP@
126 CPPFLAGS = @CPPFLAGS@
127 CWFLAGS = @CWFLAGS@
128 CYGPATH_W = @CYGPATH_W@
129 DEFS = @DEFS@
130 DEPDIR = @DEPDIR@
131 DLLTOOL = @DLLTOOL@
132 DSYMUTIL = @DSYMUTIL@
133 DTRACE = @DTRACE@
134 DUMPBIN = @DUMPBIN@
135 ECHO_C = @ECHO_C@
136 ECHO_N = @ECHO_N@
137 ECHO_T = @ECHO_T@
138 EGREP = @EGREP@
139 EXEEXT = @EXEEXT@
140 FGREP = @FGREP@
141 GREP = @GREP@
142 INSTALL = @INSTALL@
143 INSTALL_DATA = @INSTALL_DATA@
144 INSTALL_PROGRAM = @INSTALL_PROGRAM@
145 INSTALL_SCRIPT = @INSTALL_SCRIPT@
146 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147 ISODATE = @ISODATE@
148 LD = @LD@
149 LDFLAGS = @LDFLAGS@
150 LIBOBJS = @LIBOBJS@
151 LIBS = @LIBS@
152 LIBTOOL = @LIBTOOL@
153 LIBTOOL_DEPS = @LIBTOOL_DEPS@
154 LIPO = @LIPO@
155 LN_S = @LN_S@
156 LTLIBOBJS = @LTLIBOBJS@
157 MAINT = @MAINT@
158 MAKEINFO = @MAKEINFO@
159 MANIFEST_TOOL = @MANIFEST_TOOL@
160 MKDIR_P = @MKDIR_P@
161 NACL_PATH = @NACL_PATH@
162 NM = @NM@
163 NMEDIT = @NMEDIT@
164 OBJDUMP = @OBJDUMP@
165 OBJEXT = @OBJEXT@
166 OTOOL = @OTOOL@
167 OTOOL64 = @OTOOL64@
168 PACKAGE = @PACKAGE@
169 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170 PACKAGE_NAME = @PACKAGE_NAME@
171 PACKAGE_STRING = @PACKAGE_STRING@
172 PACKAGE_TARNAME = @PACKAGE_TARNAME@
173 PACKAGE_URL = @PACKAGE_URL@
174 PACKAGE_VERSION = @PACKAGE_VERSION@
175 PATH_SEPARATOR = @PATH_SEPARATOR@
176 PROBES_SOURCE = @PROBES_SOURCE@
177 RANLIB = @RANLIB@
178 RONN = @RONN@
179 SAFECODE_HOME = @SAFECODE_HOME@
180 SED = @SED@
181 SET_MAKE = @SET_MAKE@
182 SHELL = @SHELL@
183 SIXJACK = @SIXJACK@
184 STRIP = @STRIP@
185 VERSION = @VERSION@
186 abs_builddir = @abs_builddir@
187 abs_srcdir = @abs_srcdir@
188 abs_top_builddir = @abs_top_builddir@
189 abs_top_srcdir = @abs_top_srcdir@
190 ac_ct_AR = @ac_ct_AR@
191 ac_ct_CC = @ac_ct_CC@
192 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
193 am__include = @am__include@
194 am__leading_dot = @am__leading_dot@
195 am__quote = @am__quote@
196 am__tar = @am__tar@
197 am__untar = @am__untar@
198 bindir = @bindir@
199 build = @build@
200 build_alias = @build_alias@
201 build_cpu = @build_cpu@
202 build_os = @build_os@
203 build_vendor = @build_vendor@
204 builddir = @builddir@
205 datadir = @datadir@
206 datarootdir = @datarootdir@
207 docdir = @docdir@
208 dvidir = @dvidir@
209 exec_prefix = @exec_prefix@
210 host = @host@
211 host_alias = @host_alias@
212 host_cpu = @host_cpu@
213 host_os = @host_os@
214 host_vendor = @host_vendor@
215 htmldir = @htmldir@
216 includedir = @includedir@
217 infodir = @infodir@
218 install_sh = @install_sh@
219 libdir = @libdir@
220 libexecdir = @libexecdir@
221 localedir = @localedir@
222 localstatedir = @localstatedir@
223 mandir = @mandir@
224 mkdir_p = @mkdir_p@
225 oldincludedir = @oldincludedir@
226 pdfdir = @pdfdir@
227 prefix = @prefix@
228 program_transform_name = @program_transform_name@
229 psdir = @psdir@
230 sbindir = @sbindir@
231 sharedstatedir = @sharedstatedir@
232 srcdir = @srcdir@
233 subdirs = @subdirs@
234 sysconfdir = @sysconfdir@
235 target_alias = @target_alias@
236 top_build_prefix = @top_build_prefix@
237 top_builddir = @top_builddir@
238 top_srcdir = @top_srcdir@
239 SUBDIRS = \
240 ext \
241 libevent \
242 libnacl \
243 proxy \
244 hostip
246 all: all-recursive
248 .SUFFIXES:
249 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(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: