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