OpenVPN: Update to version 2.3.2. Solves TLS security bug.
[tomato.git] / release / src / router / openvpn / build / Makefile.in
blobb0bcc8712dbeb093dcbb48cff5d34a61c8f3b863
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@
19 # OpenVPN -- An application to securely tunnel IP networks
20 # over a single UDP port, with support for SSL/TLS-based
21 # session authentication and key exchange,
22 # packet encryption, packet authentication, and
23 # packet compression.
25 # Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
27 VPATH = @srcdir@
28 am__make_dryrun = \
29 { \
30 am__dry=no; \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
34 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
35 *) \
36 for am__flg in $$MAKEFLAGS; do \
37 case $$am__flg in \
38 *=*|--*) ;; \
39 *n*) am__dry=yes; break;; \
40 esac; \
41 done;; \
42 esac; \
43 test $$am__dry = yes; \
45 pkgdatadir = $(datadir)/@PACKAGE@
46 pkgincludedir = $(includedir)/@PACKAGE@
47 pkglibdir = $(libdir)/@PACKAGE@
48 pkglibexecdir = $(libexecdir)/@PACKAGE@
49 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_HEADER = $(INSTALL_DATA)
54 transform = $(program_transform_name)
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 build_triplet = @build@
62 host_triplet = @host@
63 subdir = build
64 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
65 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_emptyarray.m4 \
67 $(top_srcdir)/m4/ax_socklen_t.m4 \
68 $(top_srcdir)/m4/ax_varargs.m4 $(top_srcdir)/m4/libtool.m4 \
69 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
70 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
71 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/version.m4 \
72 $(top_srcdir)/compat.m4 $(top_srcdir)/configure.ac
73 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74 $(ACLOCAL_M4)
75 mkinstalldirs = $(install_sh) -d
76 CONFIG_HEADER = $(top_builddir)/config.h
77 CONFIG_CLEAN_FILES =
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 distdir
98 ETAGS = etags
99 CTAGS = ctags
100 DIST_SUBDIRS = $(SUBDIRS)
101 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102 am__relativize = \
103 dir0=`pwd`; \
104 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
105 sed_rest='s,^[^/]*/*,,'; \
106 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
107 sed_butlast='s,/*[^/]*$$,,'; \
108 while test -n "$$dir1"; do \
109 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
110 if test "$$first" != "."; then \
111 if test "$$first" = ".."; then \
112 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
113 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
114 else \
115 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
116 if test "$$first2" = "$$first"; then \
117 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
118 else \
119 dir2="../$$dir2"; \
120 fi; \
121 dir0="$$dir0"/"$$first"; \
122 fi; \
123 fi; \
124 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
125 done; \
126 reldir="$$dir2"
127 ACLOCAL = @ACLOCAL@
128 AMTAR = @AMTAR@
129 AR = @AR@
130 AS = @AS@
131 AUTOCONF = @AUTOCONF@
132 AUTOHEADER = @AUTOHEADER@
133 AUTOMAKE = @AUTOMAKE@
134 AWK = @AWK@
135 CC = @CC@
136 CCDEPMODE = @CCDEPMODE@
137 CFLAGS = @CFLAGS@
138 CPP = @CPP@
139 CPPFLAGS = @CPPFLAGS@
140 CYGPATH_W = @CYGPATH_W@
141 DEFS = @DEFS@
142 DEPDIR = @DEPDIR@
143 DLLTOOL = @DLLTOOL@
144 DL_LIBS = @DL_LIBS@
145 DSYMUTIL = @DSYMUTIL@
146 DUMPBIN = @DUMPBIN@
147 ECHO_C = @ECHO_C@
148 ECHO_N = @ECHO_N@
149 ECHO_T = @ECHO_T@
150 EGREP = @EGREP@
151 EXEEXT = @EXEEXT@
152 FGREP = @FGREP@
153 GIT = @GIT@
154 GREP = @GREP@
155 IFCONFIG = @IFCONFIG@
156 INSTALL = @INSTALL@
157 INSTALL_DATA = @INSTALL_DATA@
158 INSTALL_PROGRAM = @INSTALL_PROGRAM@
159 INSTALL_SCRIPT = @INSTALL_SCRIPT@
160 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
161 IPROUTE = @IPROUTE@
162 LD = @LD@
163 LDFLAGS = @LDFLAGS@
164 LIBOBJS = @LIBOBJS@
165 LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
166 LIBPAM_LIBS = @LIBPAM_LIBS@
167 LIBS = @LIBS@
168 LIBTOOL = @LIBTOOL@
169 LIPO = @LIPO@
170 LN_S = @LN_S@
171 LTLIBOBJS = @LTLIBOBJS@
172 LZO_CFLAGS = @LZO_CFLAGS@
173 LZO_LIBS = @LZO_LIBS@
174 MAKEINFO = @MAKEINFO@
175 MAN2HTML = @MAN2HTML@
176 MANIFEST_TOOL = @MANIFEST_TOOL@
177 MKDIR_P = @MKDIR_P@
178 NETSTAT = @NETSTAT@
179 NM = @NM@
180 NMEDIT = @NMEDIT@
181 OBJDUMP = @OBJDUMP@
182 OBJEXT = @OBJEXT@
183 OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
184 OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
185 OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
186 OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
187 OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
188 OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
189 OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
190 OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
191 OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
192 OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
193 OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
194 OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
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 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
206 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
207 PKG_CONFIG = @PKG_CONFIG@
208 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
209 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
210 PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
211 PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
212 POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
213 POLARSSL_LIBS = @POLARSSL_LIBS@
214 RANLIB = @RANLIB@
215 RC = @RC@
216 ROUTE = @ROUTE@
217 SED = @SED@
218 SELINUX_LIBS = @SELINUX_LIBS@
219 SET_MAKE = @SET_MAKE@
220 SHELL = @SHELL@
221 SOCKETS_LIBS = @SOCKETS_LIBS@
222 STRIP = @STRIP@
223 TAP_CFLAGS = @TAP_CFLAGS@
224 TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
225 TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
226 TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
227 VERSION = @VERSION@
228 abs_builddir = @abs_builddir@
229 abs_srcdir = @abs_srcdir@
230 abs_top_builddir = @abs_top_builddir@
231 abs_top_srcdir = @abs_top_srcdir@
232 ac_ct_AR = @ac_ct_AR@
233 ac_ct_CC = @ac_ct_CC@
234 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
235 am__include = @am__include@
236 am__leading_dot = @am__leading_dot@
237 am__quote = @am__quote@
238 am__tar = @am__tar@
239 am__untar = @am__untar@
240 bindir = @bindir@
241 build = @build@
242 build_alias = @build_alias@
243 build_cpu = @build_cpu@
244 build_os = @build_os@
245 build_vendor = @build_vendor@
246 builddir = @builddir@
247 datadir = @datadir@
248 datarootdir = @datarootdir@
249 docdir = @docdir@
250 dvidir = @dvidir@
251 exec_prefix = @exec_prefix@
252 host = @host@
253 host_alias = @host_alias@
254 host_cpu = @host_cpu@
255 host_os = @host_os@
256 host_vendor = @host_vendor@
257 htmldir = @htmldir@
258 includedir = @includedir@
259 infodir = @infodir@
260 install_sh = @install_sh@
261 libdir = @libdir@
262 libexecdir = @libexecdir@
263 localedir = @localedir@
264 localstatedir = @localstatedir@
265 mandir = @mandir@
266 mkdir_p = @mkdir_p@
267 oldincludedir = @oldincludedir@
268 pdfdir = @pdfdir@
269 plugindir = @plugindir@
270 prefix = @prefix@
271 program_transform_name = @program_transform_name@
272 psdir = @psdir@
273 sampledir = @sampledir@
274 sbindir = @sbindir@
275 sharedstatedir = @sharedstatedir@
276 srcdir = @srcdir@
277 sysconfdir = @sysconfdir@
278 target_alias = @target_alias@
279 top_build_prefix = @top_build_prefix@
280 top_builddir = @top_builddir@
281 top_srcdir = @top_srcdir@
282 MAINTAINERCLEANFILES = \
283 $(srcdir)/Makefile.in
285 EXTRA_DIST = \
286 ltrc.inc
288 SUBDIRS = msvc
289 all: all-recursive
291 .SUFFIXES:
292 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
293 @for dep in $?; do \
294 case '$(am__configure_deps)' in \
295 *$$dep*) \
296 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
297 && { if test -f $@; then exit 0; else break; fi; }; \
298 exit 1;; \
299 esac; \
300 done; \
301 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu build/Makefile'; \
302 $(am__cd) $(top_srcdir) && \
303 $(AUTOMAKE) --gnu build/Makefile
304 .PRECIOUS: Makefile
305 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306 @case '$?' in \
307 *config.status*) \
308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
309 *) \
310 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
311 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
312 esac;
314 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317 $(top_srcdir)/configure: $(am__configure_deps)
318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
320 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321 $(am__aclocal_m4_deps):
323 mostlyclean-libtool:
324 -rm -f *.lo
326 clean-libtool:
327 -rm -rf .libs _libs
329 # This directory's subdirectories are mostly independent; you can cd
330 # into them and run `make' without going through this Makefile.
331 # To change the values of `make' variables: instead of editing Makefiles,
332 # (1) if the variable is set in `config.status', edit `config.status'
333 # (which will cause the Makefiles to be regenerated when you run `make');
334 # (2) otherwise, pass the desired values on the `make' command line.
335 $(RECURSIVE_TARGETS):
336 @fail= failcom='exit 1'; \
337 for f in x $$MAKEFLAGS; do \
338 case $$f in \
339 *=* | --[!k]*);; \
340 *k*) failcom='fail=yes';; \
341 esac; \
342 done; \
343 dot_seen=no; \
344 target=`echo $@ | sed s/-recursive//`; \
345 list='$(SUBDIRS)'; for subdir in $$list; do \
346 echo "Making $$target in $$subdir"; \
347 if test "$$subdir" = "."; then \
348 dot_seen=yes; \
349 local_target="$$target-am"; \
350 else \
351 local_target="$$target"; \
352 fi; \
353 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354 || eval $$failcom; \
355 done; \
356 if test "$$dot_seen" = "no"; then \
357 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
358 fi; test -z "$$fail"
360 $(RECURSIVE_CLEAN_TARGETS):
361 @fail= failcom='exit 1'; \
362 for f in x $$MAKEFLAGS; do \
363 case $$f in \
364 *=* | --[!k]*);; \
365 *k*) failcom='fail=yes';; \
366 esac; \
367 done; \
368 dot_seen=no; \
369 case "$@" in \
370 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
371 *) list='$(SUBDIRS)' ;; \
372 esac; \
373 rev=''; for subdir in $$list; do \
374 if test "$$subdir" = "."; then :; else \
375 rev="$$subdir $$rev"; \
376 fi; \
377 done; \
378 rev="$$rev ."; \
379 target=`echo $@ | sed s/-recursive//`; \
380 for subdir in $$rev; do \
381 echo "Making $$target in $$subdir"; \
382 if test "$$subdir" = "."; then \
383 local_target="$$target-am"; \
384 else \
385 local_target="$$target"; \
386 fi; \
387 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388 || eval $$failcom; \
389 done && test -z "$$fail"
390 tags-recursive:
391 list='$(SUBDIRS)'; for subdir in $$list; do \
392 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
393 done
394 ctags-recursive:
395 list='$(SUBDIRS)'; for subdir in $$list; do \
396 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
397 done
399 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
400 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
401 unique=`for i in $$list; do \
402 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403 done | \
404 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
405 END { if (nonempty) { for (i in files) print i; }; }'`; \
406 mkid -fID $$unique
407 tags: TAGS
409 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
410 $(TAGS_FILES) $(LISP)
411 set x; \
412 here=`pwd`; \
413 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
414 include_option=--etags-include; \
415 empty_fix=.; \
416 else \
417 include_option=--include; \
418 empty_fix=; \
419 fi; \
420 list='$(SUBDIRS)'; for subdir in $$list; do \
421 if test "$$subdir" = .; then :; else \
422 test ! -f $$subdir/TAGS || \
423 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
424 fi; \
425 done; \
426 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
427 unique=`for i in $$list; do \
428 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429 done | \
430 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431 END { if (nonempty) { for (i in files) print i; }; }'`; \
432 shift; \
433 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
434 test -n "$$unique" || unique=$$empty_fix; \
435 if test $$# -gt 0; then \
436 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
437 "$$@" $$unique; \
438 else \
439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440 $$unique; \
441 fi; \
443 ctags: CTAGS
444 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
445 $(TAGS_FILES) $(LISP)
446 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
447 unique=`for i in $$list; do \
448 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449 done | \
450 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451 END { if (nonempty) { for (i in files) print i; }; }'`; \
452 test -z "$(CTAGS_ARGS)$$unique" \
453 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
454 $$unique
456 GTAGS:
457 here=`$(am__cd) $(top_builddir) && pwd` \
458 && $(am__cd) $(top_srcdir) \
459 && gtags -i $(GTAGS_ARGS) "$$here"
461 distclean-tags:
462 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
464 distdir: $(DISTFILES)
465 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467 list='$(DISTFILES)'; \
468 dist_files=`for file in $$list; do echo $$file; done | \
469 sed -e "s|^$$srcdirstrip/||;t" \
470 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
471 case $$dist_files in \
472 */*) $(MKDIR_P) `echo "$$dist_files" | \
473 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
474 sort -u` ;; \
475 esac; \
476 for file in $$dist_files; do \
477 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
478 if test -d $$d/$$file; then \
479 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
480 if test -d "$(distdir)/$$file"; then \
481 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
482 fi; \
483 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
484 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
485 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486 fi; \
487 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
488 else \
489 test -f "$(distdir)/$$file" \
490 || cp -p $$d/$$file "$(distdir)/$$file" \
491 || exit 1; \
492 fi; \
493 done
494 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
495 if test "$$subdir" = .; then :; else \
496 $(am__make_dryrun) \
497 || test -d "$(distdir)/$$subdir" \
498 || $(MKDIR_P) "$(distdir)/$$subdir" \
499 || exit 1; \
500 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
501 $(am__relativize); \
502 new_distdir=$$reldir; \
503 dir1=$$subdir; dir2="$(top_distdir)"; \
504 $(am__relativize); \
505 new_top_distdir=$$reldir; \
506 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
507 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
508 ($(am__cd) $$subdir && \
509 $(MAKE) $(AM_MAKEFLAGS) \
510 top_distdir="$$new_top_distdir" \
511 distdir="$$new_distdir" \
512 am__remove_distdir=: \
513 am__skip_length_check=: \
514 am__skip_mode_fix=: \
515 distdir) \
516 || exit 1; \
517 fi; \
518 done
519 check-am: all-am
520 check: check-recursive
521 all-am: Makefile
522 installdirs: installdirs-recursive
523 installdirs-am:
524 install: install-recursive
525 install-exec: install-exec-recursive
526 install-data: install-data-recursive
527 uninstall: uninstall-recursive
529 install-am: all-am
530 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532 installcheck: installcheck-recursive
533 install-strip:
534 if test -z '$(STRIP)'; then \
535 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537 install; \
538 else \
539 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
540 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
541 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
543 mostlyclean-generic:
545 clean-generic:
547 distclean-generic:
548 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
549 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
551 maintainer-clean-generic:
552 @echo "This command is intended for maintainers to use"
553 @echo "it deletes files that may require special tools to rebuild."
554 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
555 clean: clean-recursive
557 clean-am: clean-generic clean-libtool mostlyclean-am
559 distclean: distclean-recursive
560 -rm -f Makefile
561 distclean-am: clean-am distclean-generic distclean-tags
563 dvi: dvi-recursive
565 dvi-am:
567 html: html-recursive
569 html-am:
571 info: info-recursive
573 info-am:
575 install-data-am:
577 install-dvi: install-dvi-recursive
579 install-dvi-am:
581 install-exec-am:
583 install-html: install-html-recursive
585 install-html-am:
587 install-info: install-info-recursive
589 install-info-am:
591 install-man:
593 install-pdf: install-pdf-recursive
595 install-pdf-am:
597 install-ps: install-ps-recursive
599 install-ps-am:
601 installcheck-am:
603 maintainer-clean: maintainer-clean-recursive
604 -rm -f Makefile
605 maintainer-clean-am: distclean-am maintainer-clean-generic
607 mostlyclean: mostlyclean-recursive
609 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
611 pdf: pdf-recursive
613 pdf-am:
615 ps: ps-recursive
617 ps-am:
619 uninstall-am:
621 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
622 install-am install-strip tags-recursive
624 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
625 all all-am check check-am clean clean-generic clean-libtool \
626 ctags ctags-recursive distclean distclean-generic \
627 distclean-libtool distclean-tags distdir dvi dvi-am html \
628 html-am info info-am install install-am install-data \
629 install-data-am install-dvi install-dvi-am install-exec \
630 install-exec-am install-html install-html-am install-info \
631 install-info-am install-man install-pdf install-pdf-am \
632 install-ps install-ps-am install-strip installcheck \
633 installcheck-am installdirs installdirs-am maintainer-clean \
634 maintainer-clean-generic mostlyclean mostlyclean-generic \
635 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
636 uninstall uninstall-am
639 # Tell versions [3.59,3.63) of GNU make to not export all variables.
640 # Otherwise a system limit (for SysV at least) may be exceeded.
641 .NOEXPORT: