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