libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / include / Makefile.in
blob08ec8c5b2feb658df592eda50a24bb990d53ed12
1 # Makefile.in generated by automake 1.11.6 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@
18 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 subdir = src/libsodium/include
55 DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
56 $(srcdir)/Makefile.in
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
59 $(top_srcdir)/m4/ax_check_link_flag.m4 \
60 $(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
61 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
62 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
63 $(top_srcdir)/configure.ac
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65 $(ACLOCAL_M4)
66 mkinstalldirs = $(install_sh) -d
67 CONFIG_CLEAN_FILES =
68 CONFIG_CLEAN_VPATH_FILES =
69 AM_V_GEN = $(am__v_GEN_@AM_V@)
70 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
71 am__v_GEN_0 = @echo " GEN " $@;
72 AM_V_at = $(am__v_at_@AM_V@)
73 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
74 am__v_at_0 = @
75 SOURCES =
76 DIST_SOURCES =
77 am__can_run_installinfo = \
78 case $$AM_UPDATE_INFO_DIR in \
79 n|no|NO) false;; \
80 *) (install-info --version) >/dev/null 2>&1;; \
81 esac
82 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
83 am__vpath_adj = case $$p in \
84 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
85 *) f=$$p;; \
86 esac;
87 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
88 am__install_max = 40
89 am__nobase_strip_setup = \
90 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
91 am__nobase_strip = \
92 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
93 am__nobase_list = $(am__nobase_strip_setup); \
94 for p in $$list; do echo "$$p $$p"; done | \
95 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
96 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
97 if (++n[$$2] == $(am__install_max)) \
98 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
99 END { for (dir in files) print dir, files[dir] }'
100 am__base_list = \
101 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
102 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
103 am__uninstall_files_from_dir = { \
104 test -z "$$files" \
105 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
106 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
107 $(am__cd) "$$dir" && rm -f $$files; }; \
109 am__installdirs = "$(DESTDIR)$(includedir)"
110 HEADERS = $(nobase_include_HEADERS)
111 ETAGS = etags
112 CTAGS = ctags
113 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114 ACLOCAL = @ACLOCAL@
115 AMTAR = @AMTAR@
116 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
117 AR = @AR@
118 AS = @AS@
119 AUTOCONF = @AUTOCONF@
120 AUTOHEADER = @AUTOHEADER@
121 AUTOMAKE = @AUTOMAKE@
122 AWK = @AWK@
123 CC = @CC@
124 CCAS = @CCAS@
125 CCASDEPMODE = @CCASDEPMODE@
126 CCASFLAGS = @CCASFLAGS@
127 CCDEPMODE = @CCDEPMODE@
128 CFLAGS = @CFLAGS@
129 CPP = @CPP@
130 CPPFLAGS = @CPPFLAGS@
131 CWFLAGS = @CWFLAGS@
132 CYGPATH_W = @CYGPATH_W@
133 DEFS = @DEFS@
134 DEPDIR = @DEPDIR@
135 DLLTOOL = @DLLTOOL@
136 DLL_VERSION = @DLL_VERSION@
137 DSYMUTIL = @DSYMUTIL@
138 DUMPBIN = @DUMPBIN@
139 ECHO_C = @ECHO_C@
140 ECHO_N = @ECHO_N@
141 ECHO_T = @ECHO_T@
142 EGREP = @EGREP@
143 EXEEXT = @EXEEXT@
144 FGREP = @FGREP@
145 GREP = @GREP@
146 HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
147 HAVE_CPUID_V = @HAVE_CPUID_V@
148 HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
149 INSTALL = @INSTALL@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 ISODATE = @ISODATE@
155 LD = @LD@
156 LDFLAGS = @LDFLAGS@
157 LIBOBJS = @LIBOBJS@
158 LIBS = @LIBS@
159 LIBTOOL = @LIBTOOL@
160 LIBTOOL_DEPS = @LIBTOOL_DEPS@
161 LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
162 LIPO = @LIPO@
163 LN_S = @LN_S@
164 LTLIBOBJS = @LTLIBOBJS@
165 MAINT = @MAINT@
166 MAKEINFO = @MAKEINFO@
167 MANIFEST_TOOL = @MANIFEST_TOOL@
168 MKDIR_P = @MKDIR_P@
169 NM = @NM@
170 NMEDIT = @NMEDIT@
171 OBJDUMP = @OBJDUMP@
172 OBJEXT = @OBJEXT@
173 OTOOL = @OTOOL@
174 OTOOL64 = @OTOOL64@
175 PACKAGE = @PACKAGE@
176 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177 PACKAGE_NAME = @PACKAGE_NAME@
178 PACKAGE_STRING = @PACKAGE_STRING@
179 PACKAGE_TARNAME = @PACKAGE_TARNAME@
180 PACKAGE_URL = @PACKAGE_URL@
181 PACKAGE_VERSION = @PACKAGE_VERSION@
182 PATH_SEPARATOR = @PATH_SEPARATOR@
183 RANLIB = @RANLIB@
184 SAFECODE_HOME = @SAFECODE_HOME@
185 SED = @SED@
186 SET_MAKE = @SET_MAKE@
187 SHELL = @SHELL@
188 SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
189 SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
190 SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
191 STRIP = @STRIP@
192 VERSION = @VERSION@
193 abs_builddir = @abs_builddir@
194 abs_srcdir = @abs_srcdir@
195 abs_top_builddir = @abs_top_builddir@
196 abs_top_srcdir = @abs_top_srcdir@
197 ac_ct_AR = @ac_ct_AR@
198 ac_ct_CC = @ac_ct_CC@
199 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
200 am__include = @am__include@
201 am__leading_dot = @am__leading_dot@
202 am__quote = @am__quote@
203 am__tar = @am__tar@
204 am__untar = @am__untar@
205 bindir = @bindir@
206 build = @build@
207 build_alias = @build_alias@
208 build_cpu = @build_cpu@
209 build_os = @build_os@
210 build_vendor = @build_vendor@
211 builddir = @builddir@
212 datadir = @datadir@
213 datarootdir = @datarootdir@
214 docdir = @docdir@
215 dvidir = @dvidir@
216 exec_prefix = @exec_prefix@
217 host = @host@
218 host_alias = @host_alias@
219 host_cpu = @host_cpu@
220 host_os = @host_os@
221 host_vendor = @host_vendor@
222 htmldir = @htmldir@
223 includedir = @includedir@
224 infodir = @infodir@
225 install_sh = @install_sh@
226 libdir = @libdir@
227 libexecdir = @libexecdir@
228 localedir = @localedir@
229 localstatedir = @localstatedir@
230 mandir = @mandir@
231 mkdir_p = @mkdir_p@
232 oldincludedir = @oldincludedir@
233 pdfdir = @pdfdir@
234 prefix = @prefix@
235 program_transform_name = @program_transform_name@
236 psdir = @psdir@
237 sbindir = @sbindir@
238 sharedstatedir = @sharedstatedir@
239 srcdir = @srcdir@
240 sysconfdir = @sysconfdir@
241 target_alias = @target_alias@
242 top_build_prefix = @top_build_prefix@
243 top_builddir = @top_builddir@
244 top_srcdir = @top_srcdir@
245 SODIUM_EXPORT = \
246 sodium.h \
247 sodium/core.h \
248 sodium/crypto_auth.h \
249 sodium/crypto_auth_hmacsha256.h \
250 sodium/crypto_auth_hmacsha512256.h \
251 sodium/crypto_box.h \
252 sodium/crypto_box_curve25519xsalsa20poly1305.h \
253 sodium/crypto_core_hsalsa20.h \
254 sodium/crypto_core_salsa20.h \
255 sodium/crypto_core_salsa2012.h \
256 sodium/crypto_core_salsa208.h \
257 sodium/crypto_generichash.h \
258 sodium/crypto_generichash_blake2b.h \
259 sodium/crypto_hash.h \
260 sodium/crypto_hash_sha256.h \
261 sodium/crypto_hash_sha512.h \
262 sodium/crypto_hashblocks_sha256.h \
263 sodium/crypto_hashblocks_sha512.h \
264 sodium/crypto_onetimeauth.h \
265 sodium/crypto_onetimeauth_poly1305.h \
266 sodium/crypto_onetimeauth_poly1305_53.h \
267 sodium/crypto_onetimeauth_poly1305_ref.h \
268 sodium/crypto_scalarmult.h \
269 sodium/crypto_scalarmult_curve25519.h \
270 sodium/crypto_secretbox.h \
271 sodium/crypto_secretbox_xsalsa20poly1305.h \
272 sodium/crypto_shorthash.h \
273 sodium/crypto_shorthash_siphash24.h \
274 sodium/crypto_sign.h \
275 sodium/crypto_sign_ed25519.h \
276 sodium/crypto_sign_edwards25519sha512batch.h \
277 sodium/crypto_stream.h \
278 sodium/crypto_stream_aes128ctr.h \
279 sodium/crypto_stream_aes256estream.h \
280 sodium/crypto_stream_salsa20.h \
281 sodium/crypto_stream_salsa2012.h \
282 sodium/crypto_stream_salsa208.h \
283 sodium/crypto_stream_xsalsa20.h \
284 sodium/crypto_int32.h \
285 sodium/crypto_int64.h \
286 sodium/crypto_uint16.h \
287 sodium/crypto_uint32.h \
288 sodium/crypto_uint64.h \
289 sodium/crypto_uint8.h \
290 sodium/crypto_verify_16.h \
291 sodium/crypto_verify_32.h \
292 sodium/export.h \
293 sodium/randombytes.h \
294 sodium/randombytes_salsa20_random.h \
295 sodium/randombytes_sysrandom.h \
296 sodium/utils.h \
297 sodium/version.h
299 EXTRA_SRC = $(SODIUM_EXPORT) \
300 sodium/crypto_scalarmult_curve25519.h.in \
301 sodium/crypto_stream_salsa20.h.in \
302 sodium/version.h.in
304 nobase_include_HEADERS = $(SODIUM_EXPORT)
305 all: all-am
307 .SUFFIXES:
308 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
309 @for dep in $?; do \
310 case '$(am__configure_deps)' in \
311 *$$dep*) \
312 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
313 && { if test -f $@; then exit 0; else break; fi; }; \
314 exit 1;; \
315 esac; \
316 done; \
317 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libsodium/include/Makefile'; \
318 $(am__cd) $(top_srcdir) && \
319 $(AUTOMAKE) --gnu src/libsodium/include/Makefile
320 .PRECIOUS: Makefile
321 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322 @case '$?' in \
323 *config.status*) \
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
325 *) \
326 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
327 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
328 esac;
330 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337 $(am__aclocal_m4_deps):
339 mostlyclean-libtool:
340 -rm -f *.lo
342 clean-libtool:
343 -rm -rf .libs _libs
344 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
345 @$(NORMAL_INSTALL)
346 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
347 if test -n "$$list"; then \
348 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
349 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
350 fi; \
351 $(am__nobase_list) | while read dir files; do \
352 xfiles=; for file in $$files; do \
353 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
354 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
355 test -z "$$xfiles" || { \
356 test "x$$dir" = x. || { \
357 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
358 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
359 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
360 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
361 done
363 uninstall-nobase_includeHEADERS:
364 @$(NORMAL_UNINSTALL)
365 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
366 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
367 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
369 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371 unique=`for i in $$list; do \
372 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373 done | \
374 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375 END { if (nonempty) { for (i in files) print i; }; }'`; \
376 mkid -fID $$unique
377 tags: TAGS
379 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
380 $(TAGS_FILES) $(LISP)
381 set x; \
382 here=`pwd`; \
383 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
384 unique=`for i in $$list; do \
385 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386 done | \
387 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388 END { if (nonempty) { for (i in files) print i; }; }'`; \
389 shift; \
390 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391 test -n "$$unique" || unique=$$empty_fix; \
392 if test $$# -gt 0; then \
393 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394 "$$@" $$unique; \
395 else \
396 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397 $$unique; \
398 fi; \
400 ctags: CTAGS
401 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
402 $(TAGS_FILES) $(LISP)
403 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
404 unique=`for i in $$list; do \
405 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406 done | \
407 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408 END { if (nonempty) { for (i in files) print i; }; }'`; \
409 test -z "$(CTAGS_ARGS)$$unique" \
410 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411 $$unique
413 GTAGS:
414 here=`$(am__cd) $(top_builddir) && pwd` \
415 && $(am__cd) $(top_srcdir) \
416 && gtags -i $(GTAGS_ARGS) "$$here"
418 distclean-tags:
419 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
421 distdir: $(DISTFILES)
422 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424 list='$(DISTFILES)'; \
425 dist_files=`for file in $$list; do echo $$file; done | \
426 sed -e "s|^$$srcdirstrip/||;t" \
427 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
428 case $$dist_files in \
429 */*) $(MKDIR_P) `echo "$$dist_files" | \
430 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
431 sort -u` ;; \
432 esac; \
433 for file in $$dist_files; do \
434 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
435 if test -d $$d/$$file; then \
436 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
437 if test -d "$(distdir)/$$file"; then \
438 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
439 fi; \
440 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
441 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
442 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
443 fi; \
444 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
445 else \
446 test -f "$(distdir)/$$file" \
447 || cp -p $$d/$$file "$(distdir)/$$file" \
448 || exit 1; \
449 fi; \
450 done
451 check-am: all-am
452 check: check-am
453 all-am: Makefile $(HEADERS)
454 installdirs:
455 for dir in "$(DESTDIR)$(includedir)"; do \
456 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
457 done
458 install: install-am
459 install-exec: install-exec-am
460 install-data: install-data-am
461 uninstall: uninstall-am
463 install-am: all-am
464 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
466 installcheck: installcheck-am
467 install-strip:
468 if test -z '$(STRIP)'; then \
469 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
471 install; \
472 else \
473 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
474 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
475 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
477 mostlyclean-generic:
479 clean-generic:
481 distclean-generic:
482 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
483 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
485 maintainer-clean-generic:
486 @echo "This command is intended for maintainers to use"
487 @echo "it deletes files that may require special tools to rebuild."
488 clean: clean-am
490 clean-am: clean-generic clean-libtool mostlyclean-am
492 distclean: distclean-am
493 -rm -f Makefile
494 distclean-am: clean-am distclean-generic distclean-tags
496 dvi: dvi-am
498 dvi-am:
500 html: html-am
502 html-am:
504 info: info-am
506 info-am:
508 install-data-am: install-nobase_includeHEADERS
510 install-dvi: install-dvi-am
512 install-dvi-am:
514 install-exec-am:
516 install-html: install-html-am
518 install-html-am:
520 install-info: install-info-am
522 install-info-am:
524 install-man:
526 install-pdf: install-pdf-am
528 install-pdf-am:
530 install-ps: install-ps-am
532 install-ps-am:
534 installcheck-am:
536 maintainer-clean: maintainer-clean-am
537 -rm -f Makefile
538 maintainer-clean-am: distclean-am maintainer-clean-generic
540 mostlyclean: mostlyclean-am
542 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
544 pdf: pdf-am
546 pdf-am:
548 ps: ps-am
550 ps-am:
552 uninstall-am: uninstall-nobase_includeHEADERS
554 .MAKE: install-am install-strip
556 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
557 clean-libtool ctags distclean distclean-generic \
558 distclean-libtool distclean-tags distdir dvi dvi-am html \
559 html-am info info-am install install-am install-data \
560 install-data-am install-dvi install-dvi-am install-exec \
561 install-exec-am install-html install-html-am install-info \
562 install-info-am install-man install-nobase_includeHEADERS \
563 install-pdf install-pdf-am install-ps install-ps-am \
564 install-strip installcheck installcheck-am installdirs \
565 maintainer-clean maintainer-clean-generic mostlyclean \
566 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
567 tags uninstall uninstall-am uninstall-nobase_includeHEADERS
570 # Tell versions [3.59,3.63) of GNU make to not export all variables.
571 # Otherwise a system limit (for SysV at least) may be exceeded.
572 .NOEXPORT: