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