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