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