1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
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.
10
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.
15
16@SET_MAKE@
17
18#
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.
24#
25#  Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
26#  Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
27#
28VPATH = @srcdir@
29am__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; \
45  }
46pkgdatadir = $(datadir)/@PACKAGE@
47pkgincludedir = $(includedir)/@PACKAGE@
48pkglibdir = $(libdir)/@PACKAGE@
49pkglibexecdir = $(libexecdir)/@PACKAGE@
50am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51install_sh_DATA = $(install_sh) -c -m 644
52install_sh_PROGRAM = $(install_sh) -c
53install_sh_SCRIPT = $(install_sh) -c
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = $(program_transform_name)
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62build_triplet = @build@
63host_triplet = @host@
64subdir = build/msvc
65DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67am__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
74am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75	$(ACLOCAL_M4)
76mkinstalldirs = $(install_sh) -d
77CONFIG_HEADER = $(top_builddir)/config.h
78CONFIG_CLEAN_FILES =
79CONFIG_CLEAN_VPATH_FILES =
80SOURCES =
81DIST_SOURCES =
82RECURSIVE_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
89am__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
94RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
95  distclean-recursive maintainer-clean-recursive
96AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
97	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
98	distdir
99ETAGS = etags
100CTAGS = ctags
101DIST_SUBDIRS = $(SUBDIRS)
102DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103am__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"
128ACLOCAL = @ACLOCAL@
129AMTAR = @AMTAR@
130AR = @AR@
131AS = @AS@
132AUTOCONF = @AUTOCONF@
133AUTOHEADER = @AUTOHEADER@
134AUTOMAKE = @AUTOMAKE@
135AWK = @AWK@
136CC = @CC@
137CCDEPMODE = @CCDEPMODE@
138CFLAGS = @CFLAGS@
139CPP = @CPP@
140CPPFLAGS = @CPPFLAGS@
141CYGPATH_W = @CYGPATH_W@
142DEFS = @DEFS@
143DEPDIR = @DEPDIR@
144DLLTOOL = @DLLTOOL@
145DL_LIBS = @DL_LIBS@
146DSYMUTIL = @DSYMUTIL@
147DUMPBIN = @DUMPBIN@
148ECHO_C = @ECHO_C@
149ECHO_N = @ECHO_N@
150ECHO_T = @ECHO_T@
151EGREP = @EGREP@
152EXEEXT = @EXEEXT@
153FGREP = @FGREP@
154GIT = @GIT@
155GREP = @GREP@
156IFCONFIG = @IFCONFIG@
157INSTALL = @INSTALL@
158INSTALL_DATA = @INSTALL_DATA@
159INSTALL_PROGRAM = @INSTALL_PROGRAM@
160INSTALL_SCRIPT = @INSTALL_SCRIPT@
161INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162IPROUTE = @IPROUTE@
163LD = @LD@
164LDFLAGS = @LDFLAGS@
165LIBOBJS = @LIBOBJS@
166LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
167LIBPAM_LIBS = @LIBPAM_LIBS@
168LIBS = @LIBS@
169LIBTOOL = @LIBTOOL@
170LIPO = @LIPO@
171LN_S = @LN_S@
172LTLIBOBJS = @LTLIBOBJS@
173LZO_CFLAGS = @LZO_CFLAGS@
174LZO_LIBS = @LZO_LIBS@
175MAKEINFO = @MAKEINFO@
176MAN2HTML = @MAN2HTML@
177MANIFEST_TOOL = @MANIFEST_TOOL@
178MKDIR_P = @MKDIR_P@
179NETSTAT = @NETSTAT@
180NM = @NM@
181NMEDIT = @NMEDIT@
182OBJDUMP = @OBJDUMP@
183OBJEXT = @OBJEXT@
184OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
185OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
186OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
187OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
188OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
189OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
190OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
191OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
192OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
193OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
194OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
195OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
196OTOOL = @OTOOL@
197OTOOL64 = @OTOOL64@
198PACKAGE = @PACKAGE@
199PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200PACKAGE_NAME = @PACKAGE_NAME@
201PACKAGE_STRING = @PACKAGE_STRING@
202PACKAGE_TARNAME = @PACKAGE_TARNAME@
203PACKAGE_URL = @PACKAGE_URL@
204PACKAGE_VERSION = @PACKAGE_VERSION@
205PATH_SEPARATOR = @PATH_SEPARATOR@
206PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
207PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
208PKG_CONFIG = @PKG_CONFIG@
209PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
210PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
211PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
212PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
213POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
214POLARSSL_LIBS = @POLARSSL_LIBS@
215RANLIB = @RANLIB@
216RC = @RC@
217ROUTE = @ROUTE@
218SED = @SED@
219SELINUX_LIBS = @SELINUX_LIBS@
220SET_MAKE = @SET_MAKE@
221SHELL = @SHELL@
222SOCKETS_LIBS = @SOCKETS_LIBS@
223STRIP = @STRIP@
224TAP_CFLAGS = @TAP_CFLAGS@
225TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
226TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
227TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
228VERSION = @VERSION@
229abs_builddir = @abs_builddir@
230abs_srcdir = @abs_srcdir@
231abs_top_builddir = @abs_top_builddir@
232abs_top_srcdir = @abs_top_srcdir@
233ac_ct_AR = @ac_ct_AR@
234ac_ct_CC = @ac_ct_CC@
235ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
236am__include = @am__include@
237am__leading_dot = @am__leading_dot@
238am__quote = @am__quote@
239am__tar = @am__tar@
240am__untar = @am__untar@
241bindir = @bindir@
242build = @build@
243build_alias = @build_alias@
244build_cpu = @build_cpu@
245build_os = @build_os@
246build_vendor = @build_vendor@
247builddir = @builddir@
248datadir = @datadir@
249datarootdir = @datarootdir@
250docdir = @docdir@
251dvidir = @dvidir@
252exec_prefix = @exec_prefix@
253host = @host@
254host_alias = @host_alias@
255host_cpu = @host_cpu@
256host_os = @host_os@
257host_vendor = @host_vendor@
258htmldir = @htmldir@
259includedir = @includedir@
260infodir = @infodir@
261install_sh = @install_sh@
262libdir = @libdir@
263libexecdir = @libexecdir@
264localedir = @localedir@
265localstatedir = @localstatedir@
266mandir = @mandir@
267mkdir_p = @mkdir_p@
268oldincludedir = @oldincludedir@
269pdfdir = @pdfdir@
270plugindir = @plugindir@
271prefix = @prefix@
272program_transform_name = @program_transform_name@
273psdir = @psdir@
274sampledir = @sampledir@
275sbindir = @sbindir@
276sharedstatedir = @sharedstatedir@
277srcdir = @srcdir@
278sysconfdir = @sysconfdir@
279target_alias = @target_alias@
280top_build_prefix = @top_build_prefix@
281top_builddir = @top_builddir@
282top_srcdir = @top_srcdir@
283MAINTAINERCLEANFILES = \
284	$(srcdir)/Makefile.in
285
286SUBDIRS = msvc-generate
287all: all-recursive
288
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
303Makefile: $(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;
311
312$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
313	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314
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):
320
321mostlyclean-libtool:
322	-rm -f *.lo
323
324clean-libtool:
325	-rm -rf .libs _libs
326
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"
357
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"
388tags-recursive:
389	list='$(SUBDIRS)'; for subdir in $$list; do \
390	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
391	done
392ctags-recursive:
393	list='$(SUBDIRS)'; for subdir in $$list; do \
394	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
395	done
396
397ID: $(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
405tags: TAGS
406
407TAGS: 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; \
440	fi
441ctags: CTAGS
442CTAGS: 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
453
454GTAGS:
455	here=`$(am__cd) $(top_builddir) && pwd` \
456	  && $(am__cd) $(top_srcdir) \
457	  && gtags -i $(GTAGS_ARGS) "$$here"
458
459distclean-tags:
460	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
461
462distdir: $(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
517check-am: all-am
518check: check-recursive
519all-am: Makefile
520installdirs: installdirs-recursive
521installdirs-am:
522install: install-recursive
523install-exec: install-exec-recursive
524install-data: install-data-recursive
525uninstall: uninstall-recursive
526
527install-am: all-am
528	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
529
530installcheck: installcheck-recursive
531install-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; \
540	fi
541mostlyclean-generic:
542
543clean-generic:
544
545distclean-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)
548
549maintainer-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)
553clean: clean-recursive
554
555clean-am: clean-generic clean-libtool mostlyclean-am
556
557distclean: distclean-recursive
558	-rm -f Makefile
559distclean-am: clean-am distclean-generic distclean-tags
560
561dvi: dvi-recursive
562
563dvi-am:
564
565html: html-recursive
566
567html-am:
568
569info: info-recursive
570
571info-am:
572
573install-data-am:
574
575install-dvi: install-dvi-recursive
576
577install-dvi-am:
578
579install-exec-am:
580
581install-html: install-html-recursive
582
583install-html-am:
584
585install-info: install-info-recursive
586
587install-info-am:
588
589install-man:
590
591install-pdf: install-pdf-recursive
592
593install-pdf-am:
594
595install-ps: install-ps-recursive
596
597install-ps-am:
598
599installcheck-am:
600
601maintainer-clean: maintainer-clean-recursive
602	-rm -f Makefile
603maintainer-clean-am: distclean-am maintainer-clean-generic
604
605mostlyclean: mostlyclean-recursive
606
607mostlyclean-am: mostlyclean-generic mostlyclean-libtool
608
609pdf: pdf-recursive
610
611pdf-am:
612
613ps: ps-recursive
614
615ps-am:
616
617uninstall-am:
618
619.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
620	install-am install-strip tags-recursive
621
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
635
636
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:
640