Merge remote-tracking branch 'origin/tomato-shibby-RT-AC' into arrmo-RT-AC
[tomato.git] / release / src / router / openvpn / build / Makefile.in
blob124d3f868a23940c88f24d5e51ded377b6eff54e
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
18 # OpenVPN -- An application to securely tunnel IP networks
19 # over a single UDP port, with support for SSL/TLS-based
20 # session authentication and key exchange,
21 # packet encryption, packet authentication, and
22 # packet compression.
24 # Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
26 VPATH = @srcdir@
27 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = build
91 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_emptyarray.m4 \
94 $(top_srcdir)/m4/ax_socklen_t.m4 \
95 $(top_srcdir)/m4/ax_varargs.m4 $(top_srcdir)/m4/libtool.m4 \
96 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/version.m4 \
99 $(top_srcdir)/compat.m4 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 $(ACLOCAL_M4)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 AM_V_P = $(am__v_P_@AM_V@)
107 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108 am__v_P_0 = false
109 am__v_P_1 = :
110 AM_V_GEN = $(am__v_GEN_@AM_V@)
111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112 am__v_GEN_0 = @echo " GEN " $@;
113 am__v_GEN_1 =
114 AM_V_at = $(am__v_at_@AM_V@)
115 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116 am__v_at_0 = @
117 am__v_at_1 =
118 SOURCES =
119 DIST_SOURCES =
120 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121 ctags-recursive dvi-recursive html-recursive info-recursive \
122 install-data-recursive install-dvi-recursive \
123 install-exec-recursive install-html-recursive \
124 install-info-recursive install-pdf-recursive \
125 install-ps-recursive install-recursive installcheck-recursive \
126 installdirs-recursive pdf-recursive ps-recursive \
127 tags-recursive uninstall-recursive
128 am__can_run_installinfo = \
129 case $$AM_UPDATE_INFO_DIR in \
130 n|no|NO) false;; \
131 *) (install-info --version) >/dev/null 2>&1;; \
132 esac
133 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
134 distclean-recursive maintainer-clean-recursive
135 am__recursive_targets = \
136 $(RECURSIVE_TARGETS) \
137 $(RECURSIVE_CLEAN_TARGETS) \
138 $(am__extra_recursive_targets)
139 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
140 distdir
141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142 # Read a list of newline-separated strings from the standard input,
143 # and print each of them once, without duplicates. Input order is
144 # *not* preserved.
145 am__uniquify_input = $(AWK) '\
146 BEGIN { nonempty = 0; } \
147 { items[$$0] = 1; nonempty = 1; } \
148 END { if (nonempty) { for (i in items) print i; }; } \
150 # Make sure the list of sources is unique. This is necessary because,
151 # e.g., the same source file might be shared among _SOURCES variables
152 # for different programs/libraries.
153 am__define_uniq_tagged_files = \
154 list='$(am__tagged_files)'; \
155 unique=`for i in $$list; do \
156 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157 done | $(am__uniquify_input)`
158 ETAGS = etags
159 CTAGS = ctags
160 DIST_SUBDIRS = $(SUBDIRS)
161 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162 am__relativize = \
163 dir0=`pwd`; \
164 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
165 sed_rest='s,^[^/]*/*,,'; \
166 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
167 sed_butlast='s,/*[^/]*$$,,'; \
168 while test -n "$$dir1"; do \
169 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
170 if test "$$first" != "."; then \
171 if test "$$first" = ".."; then \
172 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
173 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
174 else \
175 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
176 if test "$$first2" = "$$first"; then \
177 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
178 else \
179 dir2="../$$dir2"; \
180 fi; \
181 dir0="$$dir0"/"$$first"; \
182 fi; \
183 fi; \
184 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
185 done; \
186 reldir="$$dir2"
187 ACLOCAL = @ACLOCAL@
188 AMTAR = @AMTAR@
189 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
190 AR = @AR@
191 AS = @AS@
192 AUTOCONF = @AUTOCONF@
193 AUTOHEADER = @AUTOHEADER@
194 AUTOMAKE = @AUTOMAKE@
195 AWK = @AWK@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CYGPATH_W = @CYGPATH_W@
202 DEFS = @DEFS@
203 DEPDIR = @DEPDIR@
204 DLLTOOL = @DLLTOOL@
205 DL_LIBS = @DL_LIBS@
206 DSYMUTIL = @DSYMUTIL@
207 DUMPBIN = @DUMPBIN@
208 ECHO_C = @ECHO_C@
209 ECHO_N = @ECHO_N@
210 ECHO_T = @ECHO_T@
211 EGREP = @EGREP@
212 EXEEXT = @EXEEXT@
213 FGREP = @FGREP@
214 GIT = @GIT@
215 GREP = @GREP@
216 IFCONFIG = @IFCONFIG@
217 INSTALL = @INSTALL@
218 INSTALL_DATA = @INSTALL_DATA@
219 INSTALL_PROGRAM = @INSTALL_PROGRAM@
220 INSTALL_SCRIPT = @INSTALL_SCRIPT@
221 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
222 IPROUTE = @IPROUTE@
223 LD = @LD@
224 LDFLAGS = @LDFLAGS@
225 LIBOBJS = @LIBOBJS@
226 LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
227 LIBPAM_LIBS = @LIBPAM_LIBS@
228 LIBS = @LIBS@
229 LIBTOOL = @LIBTOOL@
230 LIPO = @LIPO@
231 LN_S = @LN_S@
232 LTLIBOBJS = @LTLIBOBJS@
233 LZO_CFLAGS = @LZO_CFLAGS@
234 LZO_LIBS = @LZO_LIBS@
235 MAKEINFO = @MAKEINFO@
236 MAN2HTML = @MAN2HTML@
237 MANIFEST_TOOL = @MANIFEST_TOOL@
238 MKDIR_P = @MKDIR_P@
239 NETSTAT = @NETSTAT@
240 NM = @NM@
241 NMEDIT = @NMEDIT@
242 OBJDUMP = @OBJDUMP@
243 OBJEXT = @OBJEXT@
244 OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
245 OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
246 OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
247 OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
248 OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
249 OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
250 OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
251 OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
252 OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
253 OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
254 OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
255 OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
256 OTOOL = @OTOOL@
257 OTOOL64 = @OTOOL64@
258 PACKAGE = @PACKAGE@
259 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
260 PACKAGE_NAME = @PACKAGE_NAME@
261 PACKAGE_STRING = @PACKAGE_STRING@
262 PACKAGE_TARNAME = @PACKAGE_TARNAME@
263 PACKAGE_URL = @PACKAGE_URL@
264 PACKAGE_VERSION = @PACKAGE_VERSION@
265 PATH_SEPARATOR = @PATH_SEPARATOR@
266 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
267 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
268 PKG_CONFIG = @PKG_CONFIG@
269 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
270 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
271 PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
272 PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
273 POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
274 POLARSSL_LIBS = @POLARSSL_LIBS@
275 RANLIB = @RANLIB@
276 RC = @RC@
277 ROUTE = @ROUTE@
278 SED = @SED@
279 SELINUX_LIBS = @SELINUX_LIBS@
280 SET_MAKE = @SET_MAKE@
281 SHELL = @SHELL@
282 SOCKETS_LIBS = @SOCKETS_LIBS@
283 STRIP = @STRIP@
284 TAP_CFLAGS = @TAP_CFLAGS@
285 TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
286 TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
287 TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
288 VERSION = @VERSION@
289 abs_builddir = @abs_builddir@
290 abs_srcdir = @abs_srcdir@
291 abs_top_builddir = @abs_top_builddir@
292 abs_top_srcdir = @abs_top_srcdir@
293 ac_ct_AR = @ac_ct_AR@
294 ac_ct_CC = @ac_ct_CC@
295 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
296 am__include = @am__include@
297 am__leading_dot = @am__leading_dot@
298 am__quote = @am__quote@
299 am__tar = @am__tar@
300 am__untar = @am__untar@
301 bindir = @bindir@
302 build = @build@
303 build_alias = @build_alias@
304 build_cpu = @build_cpu@
305 build_os = @build_os@
306 build_vendor = @build_vendor@
307 builddir = @builddir@
308 datadir = @datadir@
309 datarootdir = @datarootdir@
310 docdir = @docdir@
311 dvidir = @dvidir@
312 exec_prefix = @exec_prefix@
313 host = @host@
314 host_alias = @host_alias@
315 host_cpu = @host_cpu@
316 host_os = @host_os@
317 host_vendor = @host_vendor@
318 htmldir = @htmldir@
319 includedir = @includedir@
320 infodir = @infodir@
321 install_sh = @install_sh@
322 libdir = @libdir@
323 libexecdir = @libexecdir@
324 localedir = @localedir@
325 localstatedir = @localstatedir@
326 mandir = @mandir@
327 mkdir_p = @mkdir_p@
328 oldincludedir = @oldincludedir@
329 pdfdir = @pdfdir@
330 plugindir = @plugindir@
331 prefix = @prefix@
332 program_transform_name = @program_transform_name@
333 psdir = @psdir@
334 sampledir = @sampledir@
335 sbindir = @sbindir@
336 sharedstatedir = @sharedstatedir@
337 srcdir = @srcdir@
338 sysconfdir = @sysconfdir@
339 target_alias = @target_alias@
340 top_build_prefix = @top_build_prefix@
341 top_builddir = @top_builddir@
342 top_srcdir = @top_srcdir@
343 MAINTAINERCLEANFILES = \
344 $(srcdir)/Makefile.in
346 EXTRA_DIST = \
347 ltrc.inc
349 SUBDIRS = msvc
350 all: all-recursive
352 .SUFFIXES:
353 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
354 @for dep in $?; do \
355 case '$(am__configure_deps)' in \
356 *$$dep*) \
357 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
358 && { if test -f $@; then exit 0; else break; fi; }; \
359 exit 1;; \
360 esac; \
361 done; \
362 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu build/Makefile'; \
363 $(am__cd) $(top_srcdir) && \
364 $(AUTOMAKE) --gnu build/Makefile
365 .PRECIOUS: Makefile
366 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
367 @case '$?' in \
368 *config.status*) \
369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
370 *) \
371 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
372 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
373 esac;
375 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
376 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378 $(top_srcdir)/configure: $(am__configure_deps)
379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
381 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382 $(am__aclocal_m4_deps):
384 mostlyclean-libtool:
385 -rm -f *.lo
387 clean-libtool:
388 -rm -rf .libs _libs
390 # This directory's subdirectories are mostly independent; you can cd
391 # into them and run 'make' without going through this Makefile.
392 # To change the values of 'make' variables: instead of editing Makefiles,
393 # (1) if the variable is set in 'config.status', edit 'config.status'
394 # (which will cause the Makefiles to be regenerated when you run 'make');
395 # (2) otherwise, pass the desired values on the 'make' command line.
396 $(am__recursive_targets):
397 @fail=; \
398 if $(am__make_keepgoing); then \
399 failcom='fail=yes'; \
400 else \
401 failcom='exit 1'; \
402 fi; \
403 dot_seen=no; \
404 target=`echo $@ | sed s/-recursive//`; \
405 case "$@" in \
406 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
407 *) list='$(SUBDIRS)' ;; \
408 esac; \
409 for subdir in $$list; do \
410 echo "Making $$target in $$subdir"; \
411 if test "$$subdir" = "."; then \
412 dot_seen=yes; \
413 local_target="$$target-am"; \
414 else \
415 local_target="$$target"; \
416 fi; \
417 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
418 || eval $$failcom; \
419 done; \
420 if test "$$dot_seen" = "no"; then \
421 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
422 fi; test -z "$$fail"
424 ID: $(am__tagged_files)
425 $(am__define_uniq_tagged_files); mkid -fID $$unique
426 tags: tags-recursive
427 TAGS: tags
429 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
430 set x; \
431 here=`pwd`; \
432 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
433 include_option=--etags-include; \
434 empty_fix=.; \
435 else \
436 include_option=--include; \
437 empty_fix=; \
438 fi; \
439 list='$(SUBDIRS)'; for subdir in $$list; do \
440 if test "$$subdir" = .; then :; else \
441 test ! -f $$subdir/TAGS || \
442 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
443 fi; \
444 done; \
445 $(am__define_uniq_tagged_files); \
446 shift; \
447 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448 test -n "$$unique" || unique=$$empty_fix; \
449 if test $$# -gt 0; then \
450 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451 "$$@" $$unique; \
452 else \
453 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454 $$unique; \
455 fi; \
457 ctags: ctags-recursive
459 CTAGS: ctags
460 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
461 $(am__define_uniq_tagged_files); \
462 test -z "$(CTAGS_ARGS)$$unique" \
463 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
464 $$unique
466 GTAGS:
467 here=`$(am__cd) $(top_builddir) && pwd` \
468 && $(am__cd) $(top_srcdir) \
469 && gtags -i $(GTAGS_ARGS) "$$here"
470 cscopelist: cscopelist-recursive
472 cscopelist-am: $(am__tagged_files)
473 list='$(am__tagged_files)'; \
474 case "$(srcdir)" in \
475 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
476 *) sdir=$(subdir)/$(srcdir) ;; \
477 esac; \
478 for i in $$list; do \
479 if test -f "$$i"; then \
480 echo "$(subdir)/$$i"; \
481 else \
482 echo "$$sdir/$$i"; \
483 fi; \
484 done >> $(top_builddir)/cscope.files
486 distclean-tags:
487 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
489 distdir: $(DISTFILES)
490 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492 list='$(DISTFILES)'; \
493 dist_files=`for file in $$list; do echo $$file; done | \
494 sed -e "s|^$$srcdirstrip/||;t" \
495 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
496 case $$dist_files in \
497 */*) $(MKDIR_P) `echo "$$dist_files" | \
498 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
499 sort -u` ;; \
500 esac; \
501 for file in $$dist_files; do \
502 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
503 if test -d $$d/$$file; then \
504 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
505 if test -d "$(distdir)/$$file"; then \
506 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507 fi; \
508 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
509 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511 fi; \
512 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
513 else \
514 test -f "$(distdir)/$$file" \
515 || cp -p $$d/$$file "$(distdir)/$$file" \
516 || exit 1; \
517 fi; \
518 done
519 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
520 if test "$$subdir" = .; then :; else \
521 $(am__make_dryrun) \
522 || test -d "$(distdir)/$$subdir" \
523 || $(MKDIR_P) "$(distdir)/$$subdir" \
524 || exit 1; \
525 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
526 $(am__relativize); \
527 new_distdir=$$reldir; \
528 dir1=$$subdir; dir2="$(top_distdir)"; \
529 $(am__relativize); \
530 new_top_distdir=$$reldir; \
531 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
532 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
533 ($(am__cd) $$subdir && \
534 $(MAKE) $(AM_MAKEFLAGS) \
535 top_distdir="$$new_top_distdir" \
536 distdir="$$new_distdir" \
537 am__remove_distdir=: \
538 am__skip_length_check=: \
539 am__skip_mode_fix=: \
540 distdir) \
541 || exit 1; \
542 fi; \
543 done
544 check-am: all-am
545 check: check-recursive
546 all-am: Makefile
547 installdirs: installdirs-recursive
548 installdirs-am:
549 install: install-recursive
550 install-exec: install-exec-recursive
551 install-data: install-data-recursive
552 uninstall: uninstall-recursive
554 install-am: all-am
555 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
557 installcheck: installcheck-recursive
558 install-strip:
559 if test -z '$(STRIP)'; then \
560 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
561 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
562 install; \
563 else \
564 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
568 mostlyclean-generic:
570 clean-generic:
572 distclean-generic:
573 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
574 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
576 maintainer-clean-generic:
577 @echo "This command is intended for maintainers to use"
578 @echo "it deletes files that may require special tools to rebuild."
579 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
580 clean: clean-recursive
582 clean-am: clean-generic clean-libtool mostlyclean-am
584 distclean: distclean-recursive
585 -rm -f Makefile
586 distclean-am: clean-am distclean-generic distclean-tags
588 dvi: dvi-recursive
590 dvi-am:
592 html: html-recursive
594 html-am:
596 info: info-recursive
598 info-am:
600 install-data-am:
602 install-dvi: install-dvi-recursive
604 install-dvi-am:
606 install-exec-am:
608 install-html: install-html-recursive
610 install-html-am:
612 install-info: install-info-recursive
614 install-info-am:
616 install-man:
618 install-pdf: install-pdf-recursive
620 install-pdf-am:
622 install-ps: install-ps-recursive
624 install-ps-am:
626 installcheck-am:
628 maintainer-clean: maintainer-clean-recursive
629 -rm -f Makefile
630 maintainer-clean-am: distclean-am maintainer-clean-generic
632 mostlyclean: mostlyclean-recursive
634 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
636 pdf: pdf-recursive
638 pdf-am:
640 ps: ps-recursive
642 ps-am:
644 uninstall-am:
646 .MAKE: $(am__recursive_targets) install-am install-strip
648 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
649 check-am clean clean-generic clean-libtool cscopelist-am ctags \
650 ctags-am distclean distclean-generic distclean-libtool \
651 distclean-tags distdir dvi dvi-am html html-am info info-am \
652 install install-am install-data install-data-am install-dvi \
653 install-dvi-am install-exec install-exec-am install-html \
654 install-html-am install-info install-info-am install-man \
655 install-pdf install-pdf-am install-ps install-ps-am \
656 install-strip installcheck installcheck-am installdirs \
657 installdirs-am maintainer-clean maintainer-clean-generic \
658 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
659 ps ps-am tags tags-am uninstall uninstall-am
662 # Tell versions [3.59,3.63) of GNU make to not export all variables.
663 # Otherwise a system limit (for SysV at least) may be exceeded.
664 .NOEXPORT: