OpenVPN: Update to version 2.3.2. Solves TLS security bug.
[tomato.git] / release / src / router / openvpn / src / plugins / down-root / Makefile.in
blob39406f5882fc1aa2ad7a78753231d94b780d7aad
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 (TM) Down Root Plugin -- OpenVPN Plugin
21 # Copyright (C) 2012 Alon Bar-Lev <alon.barlev@gmail.com>
25 VPATH = @srcdir@
26 am__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; \
43 pkgdatadir = $(datadir)/@PACKAGE@
44 pkgincludedir = $(includedir)/@PACKAGE@
45 pkglibdir = $(libdir)/@PACKAGE@
46 pkglibexecdir = $(libexecdir)/@PACKAGE@
47 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 install_sh_DATA = $(install_sh) -c -m 644
49 install_sh_PROGRAM = $(install_sh) -c
50 install_sh_SCRIPT = $(install_sh) -c
51 INSTALL_HEADER = $(INSTALL_DATA)
52 transform = $(program_transform_name)
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 build_triplet = @build@
60 host_triplet = @host@
61 subdir = src/plugins/down-root
62 DIST_COMMON = $(am__dist_doc_DATA_DIST) $(srcdir)/Makefile.am \
63 $(srcdir)/Makefile.in
64 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65 am__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
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4)
74 mkinstalldirs = $(install_sh) -d
75 CONFIG_HEADER = $(top_builddir)/config.h
76 CONFIG_CLEAN_FILES =
77 CONFIG_CLEAN_VPATH_FILES =
78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79 am__vpath_adj = case $$p in \
80 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81 *) f=$$p;; \
82 esac;
83 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84 am__install_max = 40
85 am__nobase_strip_setup = \
86 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87 am__nobase_strip = \
88 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89 am__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] }'
96 am__base_list = \
97 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99 am__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; }; \
105 am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(docdir)"
106 LTLIBRARIES = $(plugin_LTLIBRARIES)
107 openvpn_plugin_down_root_la_LIBADD =
108 am_openvpn_plugin_down_root_la_OBJECTS = down-root.lo
109 openvpn_plugin_down_root_la_OBJECTS = \
110 $(am_openvpn_plugin_down_root_la_OBJECTS)
111 openvpn_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)
117 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
118 depcomp = $(SHELL) $(top_srcdir)/depcomp
119 am__depfiles_maybe = depfiles
120 am__mv = mv -f
121 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
122 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
124 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
125 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126 CCLD = $(CC)
127 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
128 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
129 $(LDFLAGS) -o $@
130 SOURCES = $(openvpn_plugin_down_root_la_SOURCES)
131 DIST_SOURCES = $(openvpn_plugin_down_root_la_SOURCES)
132 am__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
137 am__dist_doc_DATA_DIST = README.down-root
138 DATA = $(dist_doc_DATA)
139 ETAGS = etags
140 CTAGS = ctags
141 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142 ACLOCAL = @ACLOCAL@
143 AMTAR = @AMTAR@
144 AR = @AR@
145 AS = @AS@
146 AUTOCONF = @AUTOCONF@
147 AUTOHEADER = @AUTOHEADER@
148 AUTOMAKE = @AUTOMAKE@
149 AWK = @AWK@
150 CC = @CC@
151 CCDEPMODE = @CCDEPMODE@
152 CFLAGS = @CFLAGS@
153 CPP = @CPP@
154 CPPFLAGS = @CPPFLAGS@
155 CYGPATH_W = @CYGPATH_W@
156 DEFS = @DEFS@
157 DEPDIR = @DEPDIR@
158 DLLTOOL = @DLLTOOL@
159 DL_LIBS = @DL_LIBS@
160 DSYMUTIL = @DSYMUTIL@
161 DUMPBIN = @DUMPBIN@
162 ECHO_C = @ECHO_C@
163 ECHO_N = @ECHO_N@
164 ECHO_T = @ECHO_T@
165 EGREP = @EGREP@
166 EXEEXT = @EXEEXT@
167 FGREP = @FGREP@
168 GIT = @GIT@
169 GREP = @GREP@
170 IFCONFIG = @IFCONFIG@
171 INSTALL = @INSTALL@
172 INSTALL_DATA = @INSTALL_DATA@
173 INSTALL_PROGRAM = @INSTALL_PROGRAM@
174 INSTALL_SCRIPT = @INSTALL_SCRIPT@
175 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176 IPROUTE = @IPROUTE@
177 LD = @LD@
178 LDFLAGS = @LDFLAGS@
179 LIBOBJS = @LIBOBJS@
180 LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
181 LIBPAM_LIBS = @LIBPAM_LIBS@
182 LIBS = @LIBS@
183 LIBTOOL = @LIBTOOL@
184 LIPO = @LIPO@
185 LN_S = @LN_S@
186 LTLIBOBJS = @LTLIBOBJS@
187 LZO_CFLAGS = @LZO_CFLAGS@
188 LZO_LIBS = @LZO_LIBS@
189 MAKEINFO = @MAKEINFO@
190 MAN2HTML = @MAN2HTML@
191 MANIFEST_TOOL = @MANIFEST_TOOL@
192 MKDIR_P = @MKDIR_P@
193 NETSTAT = @NETSTAT@
194 NM = @NM@
195 NMEDIT = @NMEDIT@
196 OBJDUMP = @OBJDUMP@
197 OBJEXT = @OBJEXT@
198 OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
199 OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
200 OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
201 OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
202 OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
203 OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
204 OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
205 OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
206 OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
207 OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
208 OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
209 OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
210 OTOOL = @OTOOL@
211 OTOOL64 = @OTOOL64@
212 PACKAGE = @PACKAGE@
213 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
214 PACKAGE_NAME = @PACKAGE_NAME@
215 PACKAGE_STRING = @PACKAGE_STRING@
216 PACKAGE_TARNAME = @PACKAGE_TARNAME@
217 PACKAGE_URL = @PACKAGE_URL@
218 PACKAGE_VERSION = @PACKAGE_VERSION@
219 PATH_SEPARATOR = @PATH_SEPARATOR@
220 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
221 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
222 PKG_CONFIG = @PKG_CONFIG@
223 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
224 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
225 PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
226 PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
227 POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
228 POLARSSL_LIBS = @POLARSSL_LIBS@
229 RANLIB = @RANLIB@
230 RC = @RC@
231 ROUTE = @ROUTE@
232 SED = @SED@
233 SELINUX_LIBS = @SELINUX_LIBS@
234 SET_MAKE = @SET_MAKE@
235 SHELL = @SHELL@
236 SOCKETS_LIBS = @SOCKETS_LIBS@
237 STRIP = @STRIP@
238 TAP_CFLAGS = @TAP_CFLAGS@
239 TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
240 TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
241 TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
242 VERSION = @VERSION@
243 abs_builddir = @abs_builddir@
244 abs_srcdir = @abs_srcdir@
245 abs_top_builddir = @abs_top_builddir@
246 abs_top_srcdir = @abs_top_srcdir@
247 ac_ct_AR = @ac_ct_AR@
248 ac_ct_CC = @ac_ct_CC@
249 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
250 am__include = @am__include@
251 am__leading_dot = @am__leading_dot@
252 am__quote = @am__quote@
253 am__tar = @am__tar@
254 am__untar = @am__untar@
255 bindir = @bindir@
256 build = @build@
257 build_alias = @build_alias@
258 build_cpu = @build_cpu@
259 build_os = @build_os@
260 build_vendor = @build_vendor@
261 builddir = @builddir@
262 datadir = @datadir@
263 datarootdir = @datarootdir@
264 docdir = @docdir@
265 dvidir = @dvidir@
266 exec_prefix = @exec_prefix@
267 host = @host@
268 host_alias = @host_alias@
269 host_cpu = @host_cpu@
270 host_os = @host_os@
271 host_vendor = @host_vendor@
272 htmldir = @htmldir@
273 includedir = @includedir@
274 infodir = @infodir@
275 install_sh = @install_sh@
276 libdir = @libdir@
277 libexecdir = @libexecdir@
278 localedir = @localedir@
279 localstatedir = @localstatedir@
280 mandir = @mandir@
281 mkdir_p = @mkdir_p@
282 oldincludedir = @oldincludedir@
283 pdfdir = @pdfdir@
284 plugindir = @plugindir@
285 prefix = @prefix@
286 program_transform_name = @program_transform_name@
287 psdir = @psdir@
288 sampledir = @sampledir@
289 sbindir = @sbindir@
290 sharedstatedir = @sharedstatedir@
291 srcdir = @srcdir@
292 sysconfdir = @sysconfdir@
293 target_alias = @target_alias@
294 top_build_prefix = @top_build_prefix@
295 top_builddir = @top_builddir@
296 top_srcdir = @top_srcdir@
297 MAINTAINERCLEANFILES = \
298 $(srcdir)/Makefile.in
300 AM_CFLAGS = \
301 -I$(top_srcdir)/include
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
305 openvpn_plugin_down_root_la_SOURCES = \
306 down-root.c \
307 down-root.exports
309 openvpn_plugin_down_root_la_LDFLAGS = $(AM_LDFLAGS) \
310 -export-symbols "$(srcdir)/down-root.exports" \
311 -module -shared -avoid-version -no-undefined
313 all: all-am
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
330 Makefile: $(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;
339 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
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):
347 install-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)"; \
362 uninstall-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
371 clean-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
379 openvpn-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)
382 mostlyclean-compile:
383 -rm -f *.$(OBJEXT)
385 distclean-compile:
386 -rm -f *.tab.c
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/down-root.Plo@am__quote@
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 $<
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) '$<'`
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 $@ $<
411 mostlyclean-libtool:
412 -rm -f *.lo
414 clean-libtool:
415 -rm -rf .libs _libs
416 install-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
432 uninstall-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)
438 ID: $(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
446 tags: TAGS
448 TAGS: $(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; \
469 ctags: CTAGS
470 CTAGS: $(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
482 GTAGS:
483 here=`$(am__cd) $(top_builddir) && pwd` \
484 && $(am__cd) $(top_srcdir) \
485 && gtags -i $(GTAGS_ARGS) "$$here"
487 distclean-tags:
488 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
490 distdir: $(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
520 check-am: all-am
521 check: check-am
522 all-am: Makefile $(LTLIBRARIES) $(DATA)
523 installdirs:
524 for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(docdir)"; do \
525 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
526 done
527 install: install-am
528 install-exec: install-exec-am
529 install-data: install-data-am
530 uninstall: uninstall-am
532 install-am: all-am
533 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
535 installcheck: installcheck-am
536 install-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; \
546 mostlyclean-generic:
548 clean-generic:
550 distclean-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)
554 maintainer-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)
558 clean: clean-am
560 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
561 mostlyclean-am
563 distclean: distclean-am
564 -rm -rf ./$(DEPDIR)
565 -rm -f Makefile
566 distclean-am: clean-am distclean-compile distclean-generic \
567 distclean-tags
569 dvi: dvi-am
571 dvi-am:
573 html: html-am
575 html-am:
577 info: info-am
579 info-am:
581 install-data-am: install-dist_docDATA install-pluginLTLIBRARIES
583 install-dvi: install-dvi-am
585 install-dvi-am:
587 install-exec-am:
589 install-html: install-html-am
591 install-html-am:
593 install-info: install-info-am
595 install-info-am:
597 install-man:
599 install-pdf: install-pdf-am
601 install-pdf-am:
603 install-ps: install-ps-am
605 install-ps-am:
607 installcheck-am:
609 maintainer-clean: maintainer-clean-am
610 -rm -rf ./$(DEPDIR)
611 -rm -f Makefile
612 maintainer-clean-am: distclean-am maintainer-clean-generic
614 mostlyclean: mostlyclean-am
616 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
617 mostlyclean-libtool
619 pdf: pdf-am
621 pdf-am:
623 ps: ps-am
625 ps-am:
627 uninstall-am: uninstall-dist_docDATA uninstall-pluginLTLIBRARIES
629 .MAKE: install-am install-strip
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
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: