OpenVPN: update to 2.3.7
[tomato.git] / release / src / router / openvpn / distro / Makefile.in
blob97b95e3ea3216149b0fe6f33310db8a52d6ee10f
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 = distro
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 P11KIT_CFLAGS = @P11KIT_CFLAGS@
261 P11KIT_LIBS = @P11KIT_LIBS@
262 PACKAGE = @PACKAGE@
263 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
264 PACKAGE_NAME = @PACKAGE_NAME@
265 PACKAGE_STRING = @PACKAGE_STRING@
266 PACKAGE_TARNAME = @PACKAGE_TARNAME@
267 PACKAGE_URL = @PACKAGE_URL@
268 PACKAGE_VERSION = @PACKAGE_VERSION@
269 PATH_SEPARATOR = @PATH_SEPARATOR@
270 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
271 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
272 PKG_CONFIG = @PKG_CONFIG@
273 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
274 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
275 PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
276 PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
277 POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
278 POLARSSL_LIBS = @POLARSSL_LIBS@
279 RANLIB = @RANLIB@
280 RC = @RC@
281 ROUTE = @ROUTE@
282 SED = @SED@
283 SELINUX_LIBS = @SELINUX_LIBS@
284 SET_MAKE = @SET_MAKE@
285 SHELL = @SHELL@
286 SOCKETS_LIBS = @SOCKETS_LIBS@
287 STRIP = @STRIP@
288 SYSTEMD_ASK_PASSWORD = @SYSTEMD_ASK_PASSWORD@
289 TAP_CFLAGS = @TAP_CFLAGS@
290 TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
291 TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
292 TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
293 VERSION = @VERSION@
294 abs_builddir = @abs_builddir@
295 abs_srcdir = @abs_srcdir@
296 abs_top_builddir = @abs_top_builddir@
297 abs_top_srcdir = @abs_top_srcdir@
298 ac_ct_AR = @ac_ct_AR@
299 ac_ct_CC = @ac_ct_CC@
300 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
301 am__include = @am__include@
302 am__leading_dot = @am__leading_dot@
303 am__quote = @am__quote@
304 am__tar = @am__tar@
305 am__untar = @am__untar@
306 bindir = @bindir@
307 build = @build@
308 build_alias = @build_alias@
309 build_cpu = @build_cpu@
310 build_os = @build_os@
311 build_vendor = @build_vendor@
312 builddir = @builddir@
313 datadir = @datadir@
314 datarootdir = @datarootdir@
315 docdir = @docdir@
316 dvidir = @dvidir@
317 exec_prefix = @exec_prefix@
318 host = @host@
319 host_alias = @host_alias@
320 host_cpu = @host_cpu@
321 host_os = @host_os@
322 host_vendor = @host_vendor@
323 htmldir = @htmldir@
324 includedir = @includedir@
325 infodir = @infodir@
326 install_sh = @install_sh@
327 libdir = @libdir@
328 libexecdir = @libexecdir@
329 libsystemd_CFLAGS = @libsystemd_CFLAGS@
330 libsystemd_LIBS = @libsystemd_LIBS@
331 localedir = @localedir@
332 localstatedir = @localstatedir@
333 mandir = @mandir@
334 mkdir_p = @mkdir_p@
335 oldincludedir = @oldincludedir@
336 pdfdir = @pdfdir@
337 plugindir = @plugindir@
338 prefix = @prefix@
339 program_transform_name = @program_transform_name@
340 psdir = @psdir@
341 sampledir = @sampledir@
342 sbindir = @sbindir@
343 sharedstatedir = @sharedstatedir@
344 srcdir = @srcdir@
345 sysconfdir = @sysconfdir@
346 target_alias = @target_alias@
347 top_build_prefix = @top_build_prefix@
348 top_builddir = @top_builddir@
349 top_srcdir = @top_srcdir@
350 MAINTAINERCLEANFILES = \
351 $(srcdir)/Makefile.in
353 SUBDIRS = rpm
354 EXTRA_DIST = systemd/openvpn-client@.service systemd/openvpn-server@.service
355 all: all-recursive
357 .SUFFIXES:
358 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
359 @for dep in $?; do \
360 case '$(am__configure_deps)' in \
361 *$$dep*) \
362 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
363 && { if test -f $@; then exit 0; else break; fi; }; \
364 exit 1;; \
365 esac; \
366 done; \
367 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign distro/Makefile'; \
368 $(am__cd) $(top_srcdir) && \
369 $(AUTOMAKE) --foreign distro/Makefile
370 .PRECIOUS: Makefile
371 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372 @case '$?' in \
373 *config.status*) \
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375 *) \
376 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
377 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
378 esac;
380 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383 $(top_srcdir)/configure: $(am__configure_deps)
384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387 $(am__aclocal_m4_deps):
389 mostlyclean-libtool:
390 -rm -f *.lo
392 clean-libtool:
393 -rm -rf .libs _libs
395 # This directory's subdirectories are mostly independent; you can cd
396 # into them and run 'make' without going through this Makefile.
397 # To change the values of 'make' variables: instead of editing Makefiles,
398 # (1) if the variable is set in 'config.status', edit 'config.status'
399 # (which will cause the Makefiles to be regenerated when you run 'make');
400 # (2) otherwise, pass the desired values on the 'make' command line.
401 $(am__recursive_targets):
402 @fail=; \
403 if $(am__make_keepgoing); then \
404 failcom='fail=yes'; \
405 else \
406 failcom='exit 1'; \
407 fi; \
408 dot_seen=no; \
409 target=`echo $@ | sed s/-recursive//`; \
410 case "$@" in \
411 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
412 *) list='$(SUBDIRS)' ;; \
413 esac; \
414 for subdir in $$list; do \
415 echo "Making $$target in $$subdir"; \
416 if test "$$subdir" = "."; then \
417 dot_seen=yes; \
418 local_target="$$target-am"; \
419 else \
420 local_target="$$target"; \
421 fi; \
422 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
423 || eval $$failcom; \
424 done; \
425 if test "$$dot_seen" = "no"; then \
426 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
427 fi; test -z "$$fail"
429 ID: $(am__tagged_files)
430 $(am__define_uniq_tagged_files); mkid -fID $$unique
431 tags: tags-recursive
432 TAGS: tags
434 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
435 set x; \
436 here=`pwd`; \
437 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
438 include_option=--etags-include; \
439 empty_fix=.; \
440 else \
441 include_option=--include; \
442 empty_fix=; \
443 fi; \
444 list='$(SUBDIRS)'; for subdir in $$list; do \
445 if test "$$subdir" = .; then :; else \
446 test ! -f $$subdir/TAGS || \
447 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
448 fi; \
449 done; \
450 $(am__define_uniq_tagged_files); \
451 shift; \
452 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
453 test -n "$$unique" || unique=$$empty_fix; \
454 if test $$# -gt 0; then \
455 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456 "$$@" $$unique; \
457 else \
458 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
459 $$unique; \
460 fi; \
462 ctags: ctags-recursive
464 CTAGS: ctags
465 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466 $(am__define_uniq_tagged_files); \
467 test -z "$(CTAGS_ARGS)$$unique" \
468 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469 $$unique
471 GTAGS:
472 here=`$(am__cd) $(top_builddir) && pwd` \
473 && $(am__cd) $(top_srcdir) \
474 && gtags -i $(GTAGS_ARGS) "$$here"
475 cscopelist: cscopelist-recursive
477 cscopelist-am: $(am__tagged_files)
478 list='$(am__tagged_files)'; \
479 case "$(srcdir)" in \
480 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
481 *) sdir=$(subdir)/$(srcdir) ;; \
482 esac; \
483 for i in $$list; do \
484 if test -f "$$i"; then \
485 echo "$(subdir)/$$i"; \
486 else \
487 echo "$$sdir/$$i"; \
488 fi; \
489 done >> $(top_builddir)/cscope.files
491 distclean-tags:
492 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
494 distdir: $(DISTFILES)
495 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497 list='$(DISTFILES)'; \
498 dist_files=`for file in $$list; do echo $$file; done | \
499 sed -e "s|^$$srcdirstrip/||;t" \
500 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
501 case $$dist_files in \
502 */*) $(MKDIR_P) `echo "$$dist_files" | \
503 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
504 sort -u` ;; \
505 esac; \
506 for file in $$dist_files; do \
507 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508 if test -d $$d/$$file; then \
509 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
510 if test -d "$(distdir)/$$file"; then \
511 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512 fi; \
513 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
515 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516 fi; \
517 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
518 else \
519 test -f "$(distdir)/$$file" \
520 || cp -p $$d/$$file "$(distdir)/$$file" \
521 || exit 1; \
522 fi; \
523 done
524 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
525 if test "$$subdir" = .; then :; else \
526 $(am__make_dryrun) \
527 || test -d "$(distdir)/$$subdir" \
528 || $(MKDIR_P) "$(distdir)/$$subdir" \
529 || exit 1; \
530 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
531 $(am__relativize); \
532 new_distdir=$$reldir; \
533 dir1=$$subdir; dir2="$(top_distdir)"; \
534 $(am__relativize); \
535 new_top_distdir=$$reldir; \
536 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
537 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
538 ($(am__cd) $$subdir && \
539 $(MAKE) $(AM_MAKEFLAGS) \
540 top_distdir="$$new_top_distdir" \
541 distdir="$$new_distdir" \
542 am__remove_distdir=: \
543 am__skip_length_check=: \
544 am__skip_mode_fix=: \
545 distdir) \
546 || exit 1; \
547 fi; \
548 done
549 check-am: all-am
550 check: check-recursive
551 all-am: Makefile
552 installdirs: installdirs-recursive
553 installdirs-am:
554 install: install-recursive
555 install-exec: install-exec-recursive
556 install-data: install-data-recursive
557 uninstall: uninstall-recursive
559 install-am: all-am
560 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
562 installcheck: installcheck-recursive
563 install-strip:
564 if test -z '$(STRIP)'; then \
565 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567 install; \
568 else \
569 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
573 mostlyclean-generic:
575 clean-generic:
577 distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
581 maintainer-clean-generic:
582 @echo "This command is intended for maintainers to use"
583 @echo "it deletes files that may require special tools to rebuild."
584 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
585 clean: clean-recursive
587 clean-am: clean-generic clean-libtool mostlyclean-am
589 distclean: distclean-recursive
590 -rm -f Makefile
591 distclean-am: clean-am distclean-generic distclean-tags
593 dvi: dvi-recursive
595 dvi-am:
597 html: html-recursive
599 html-am:
601 info: info-recursive
603 info-am:
605 install-data-am:
607 install-dvi: install-dvi-recursive
609 install-dvi-am:
611 install-exec-am:
613 install-html: install-html-recursive
615 install-html-am:
617 install-info: install-info-recursive
619 install-info-am:
621 install-man:
623 install-pdf: install-pdf-recursive
625 install-pdf-am:
627 install-ps: install-ps-recursive
629 install-ps-am:
631 installcheck-am:
633 maintainer-clean: maintainer-clean-recursive
634 -rm -f Makefile
635 maintainer-clean-am: distclean-am maintainer-clean-generic
637 mostlyclean: mostlyclean-recursive
639 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
641 pdf: pdf-recursive
643 pdf-am:
645 ps: ps-recursive
647 ps-am:
649 uninstall-am:
651 .MAKE: $(am__recursive_targets) install-am install-strip
653 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
654 check-am clean clean-generic clean-libtool cscopelist-am ctags \
655 ctags-am distclean distclean-generic distclean-libtool \
656 distclean-tags distdir dvi dvi-am html html-am info info-am \
657 install install-am install-data install-data-am install-dvi \
658 install-dvi-am install-exec install-exec-am install-html \
659 install-html-am install-info install-info-am install-man \
660 install-pdf install-pdf-am install-ps install-ps-am \
661 install-strip installcheck installcheck-am installdirs \
662 installdirs-am maintainer-clean maintainer-clean-generic \
663 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
664 ps ps-am tags tags-am uninstall uninstall-am
667 # Tell versions [3.59,3.63) of GNU make to not export all variables.
668 # Otherwise a system limit (for SysV at least) may be exceeded.
669 .NOEXPORT: