OpenVPN: Update to version 2.3.2. Solves TLS security bug.
[tomato.git] / release / src / router / openvpn / src / plugins / auth-pam / Makefile.in
blobd8ec7a5a4f18e69922015734a63e6d34a8af42c6
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) PAM Auth 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/auth-pam
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 am__DEPENDENCIES_1 =
108 openvpn_plugin_auth_pam_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
109 am_openvpn_plugin_auth_pam_la_OBJECTS = auth-pam.lo pamdl.lo
110 openvpn_plugin_auth_pam_la_OBJECTS = \
111 $(am_openvpn_plugin_auth_pam_la_OBJECTS)
112 openvpn_plugin_auth_pam_la_LINK = $(LIBTOOL) --tag=CC \
113 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
114 $(AM_CFLAGS) $(CFLAGS) $(openvpn_plugin_auth_pam_la_LDFLAGS) \
115 $(LDFLAGS) -o $@
116 @ENABLE_PLUGIN_AUTH_PAM_TRUE@am_openvpn_plugin_auth_pam_la_rpath = \
117 @ENABLE_PLUGIN_AUTH_PAM_TRUE@ -rpath $(plugindir)
118 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
119 depcomp = $(SHELL) $(top_srcdir)/depcomp
120 am__depfiles_maybe = depfiles
121 am__mv = mv -f
122 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
123 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
125 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
126 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 CCLD = $(CC)
128 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
129 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
130 $(LDFLAGS) -o $@
131 SOURCES = $(openvpn_plugin_auth_pam_la_SOURCES)
132 DIST_SOURCES = $(openvpn_plugin_auth_pam_la_SOURCES)
133 am__can_run_installinfo = \
134 case $$AM_UPDATE_INFO_DIR in \
135 n|no|NO) false;; \
136 *) (install-info --version) >/dev/null 2>&1;; \
137 esac
138 am__dist_doc_DATA_DIST = README.auth-pam
139 DATA = $(dist_doc_DATA)
140 ETAGS = etags
141 CTAGS = ctags
142 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143 ACLOCAL = @ACLOCAL@
144 AMTAR = @AMTAR@
145 AR = @AR@
146 AS = @AS@
147 AUTOCONF = @AUTOCONF@
148 AUTOHEADER = @AUTOHEADER@
149 AUTOMAKE = @AUTOMAKE@
150 AWK = @AWK@
151 CC = @CC@
152 CCDEPMODE = @CCDEPMODE@
153 CFLAGS = @CFLAGS@
154 CPP = @CPP@
155 CPPFLAGS = @CPPFLAGS@
156 CYGPATH_W = @CYGPATH_W@
157 DEFS = @DEFS@
158 DEPDIR = @DEPDIR@
159 DLLTOOL = @DLLTOOL@
160 DL_LIBS = @DL_LIBS@
161 DSYMUTIL = @DSYMUTIL@
162 DUMPBIN = @DUMPBIN@
163 ECHO_C = @ECHO_C@
164 ECHO_N = @ECHO_N@
165 ECHO_T = @ECHO_T@
166 EGREP = @EGREP@
167 EXEEXT = @EXEEXT@
168 FGREP = @FGREP@
169 GIT = @GIT@
170 GREP = @GREP@
171 IFCONFIG = @IFCONFIG@
172 INSTALL = @INSTALL@
173 INSTALL_DATA = @INSTALL_DATA@
174 INSTALL_PROGRAM = @INSTALL_PROGRAM@
175 INSTALL_SCRIPT = @INSTALL_SCRIPT@
176 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177 IPROUTE = @IPROUTE@
178 LD = @LD@
179 LDFLAGS = @LDFLAGS@
180 LIBOBJS = @LIBOBJS@
181 LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
182 LIBPAM_LIBS = @LIBPAM_LIBS@
183 LIBS = @LIBS@
184 LIBTOOL = @LIBTOOL@
185 LIPO = @LIPO@
186 LN_S = @LN_S@
187 LTLIBOBJS = @LTLIBOBJS@
188 LZO_CFLAGS = @LZO_CFLAGS@
189 LZO_LIBS = @LZO_LIBS@
190 MAKEINFO = @MAKEINFO@
191 MAN2HTML = @MAN2HTML@
192 MANIFEST_TOOL = @MANIFEST_TOOL@
193 MKDIR_P = @MKDIR_P@
194 NETSTAT = @NETSTAT@
195 NM = @NM@
196 NMEDIT = @NMEDIT@
197 OBJDUMP = @OBJDUMP@
198 OBJEXT = @OBJEXT@
199 OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
200 OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
201 OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
202 OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
203 OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
204 OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
205 OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
206 OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
207 OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
208 OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
209 OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
210 OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
211 OTOOL = @OTOOL@
212 OTOOL64 = @OTOOL64@
213 PACKAGE = @PACKAGE@
214 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215 PACKAGE_NAME = @PACKAGE_NAME@
216 PACKAGE_STRING = @PACKAGE_STRING@
217 PACKAGE_TARNAME = @PACKAGE_TARNAME@
218 PACKAGE_URL = @PACKAGE_URL@
219 PACKAGE_VERSION = @PACKAGE_VERSION@
220 PATH_SEPARATOR = @PATH_SEPARATOR@
221 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
222 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
223 PKG_CONFIG = @PKG_CONFIG@
224 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
225 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
226 PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
227 PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
228 POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
229 POLARSSL_LIBS = @POLARSSL_LIBS@
230 RANLIB = @RANLIB@
231 RC = @RC@
232 ROUTE = @ROUTE@
233 SED = @SED@
234 SELINUX_LIBS = @SELINUX_LIBS@
235 SET_MAKE = @SET_MAKE@
236 SHELL = @SHELL@
237 SOCKETS_LIBS = @SOCKETS_LIBS@
238 STRIP = @STRIP@
239 TAP_CFLAGS = @TAP_CFLAGS@
240 TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
241 TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
242 TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
243 VERSION = @VERSION@
244 abs_builddir = @abs_builddir@
245 abs_srcdir = @abs_srcdir@
246 abs_top_builddir = @abs_top_builddir@
247 abs_top_srcdir = @abs_top_srcdir@
248 ac_ct_AR = @ac_ct_AR@
249 ac_ct_CC = @ac_ct_CC@
250 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
251 am__include = @am__include@
252 am__leading_dot = @am__leading_dot@
253 am__quote = @am__quote@
254 am__tar = @am__tar@
255 am__untar = @am__untar@
256 bindir = @bindir@
257 build = @build@
258 build_alias = @build_alias@
259 build_cpu = @build_cpu@
260 build_os = @build_os@
261 build_vendor = @build_vendor@
262 builddir = @builddir@
263 datadir = @datadir@
264 datarootdir = @datarootdir@
265 docdir = @docdir@
266 dvidir = @dvidir@
267 exec_prefix = @exec_prefix@
268 host = @host@
269 host_alias = @host_alias@
270 host_cpu = @host_cpu@
271 host_os = @host_os@
272 host_vendor = @host_vendor@
273 htmldir = @htmldir@
274 includedir = @includedir@
275 infodir = @infodir@
276 install_sh = @install_sh@
277 libdir = @libdir@
278 libexecdir = @libexecdir@
279 localedir = @localedir@
280 localstatedir = @localstatedir@
281 mandir = @mandir@
282 mkdir_p = @mkdir_p@
283 oldincludedir = @oldincludedir@
284 pdfdir = @pdfdir@
285 plugindir = @plugindir@
286 prefix = @prefix@
287 program_transform_name = @program_transform_name@
288 psdir = @psdir@
289 sampledir = @sampledir@
290 sbindir = @sbindir@
291 sharedstatedir = @sharedstatedir@
292 srcdir = @srcdir@
293 sysconfdir = @sysconfdir@
294 target_alias = @target_alias@
295 top_build_prefix = @top_build_prefix@
296 top_builddir = @top_builddir@
297 top_srcdir = @top_srcdir@
298 MAINTAINERCLEANFILES = \
299 $(srcdir)/Makefile.in
301 AM_CFLAGS = \
302 -I$(top_srcdir)/include
304 @ENABLE_PLUGIN_AUTH_PAM_TRUE@plugin_LTLIBRARIES = openvpn-plugin-auth-pam.la
305 @ENABLE_PLUGIN_AUTH_PAM_TRUE@dist_doc_DATA = README.auth-pam
306 openvpn_plugin_auth_pam_la_SOURCES = \
307 auth-pam.c \
308 pamdl.c pamdl.h \
309 auth-pam.exports
311 openvpn_plugin_auth_pam_la_LIBADD = \
312 $(PLUGIN_AUTH_PAM_LIBS)
314 openvpn_plugin_auth_pam_la_LDFLAGS = $(AM_LDFLAGS) \
315 -export-symbols "$(srcdir)/auth-pam.exports" \
316 -module -shared -avoid-version -no-undefined
318 all: all-am
320 .SUFFIXES:
321 .SUFFIXES: .c .lo .o .obj
322 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
323 @for dep in $?; do \
324 case '$(am__configure_deps)' in \
325 *$$dep*) \
326 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
327 && { if test -f $@; then exit 0; else break; fi; }; \
328 exit 1;; \
329 esac; \
330 done; \
331 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/auth-pam/Makefile'; \
332 $(am__cd) $(top_srcdir) && \
333 $(AUTOMAKE) --gnu src/plugins/auth-pam/Makefile
334 .PRECIOUS: Makefile
335 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336 @case '$?' in \
337 *config.status*) \
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
339 *) \
340 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
341 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
342 esac;
344 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347 $(top_srcdir)/configure: $(am__configure_deps)
348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(am__aclocal_m4_deps):
352 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
353 @$(NORMAL_INSTALL)
354 @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
355 list2=; for p in $$list; do \
356 if test -f $$p; then \
357 list2="$$list2 $$p"; \
358 else :; fi; \
359 done; \
360 test -z "$$list2" || { \
361 echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
362 $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
363 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
364 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
367 uninstall-pluginLTLIBRARIES:
368 @$(NORMAL_UNINSTALL)
369 @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
370 for p in $$list; do \
371 $(am__strip_dir) \
372 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
373 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
374 done
376 clean-pluginLTLIBRARIES:
377 -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
378 @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
379 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
380 test "$$dir" != "$$p" || dir=.; \
381 echo "rm -f \"$${dir}/so_locations\""; \
382 rm -f "$${dir}/so_locations"; \
383 done
384 openvpn-plugin-auth-pam.la: $(openvpn_plugin_auth_pam_la_OBJECTS) $(openvpn_plugin_auth_pam_la_DEPENDENCIES) $(EXTRA_openvpn_plugin_auth_pam_la_DEPENDENCIES)
385 $(openvpn_plugin_auth_pam_la_LINK) $(am_openvpn_plugin_auth_pam_la_rpath) $(openvpn_plugin_auth_pam_la_OBJECTS) $(openvpn_plugin_auth_pam_la_LIBADD) $(LIBS)
387 mostlyclean-compile:
388 -rm -f *.$(OBJEXT)
390 distclean-compile:
391 -rm -f *.tab.c
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth-pam.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pamdl.Plo@am__quote@
396 .c.o:
397 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
398 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
403 .c.obj:
404 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
405 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
410 .c.lo:
411 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
412 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
417 mostlyclean-libtool:
418 -rm -f *.lo
420 clean-libtool:
421 -rm -rf .libs _libs
422 install-dist_docDATA: $(dist_doc_DATA)
423 @$(NORMAL_INSTALL)
424 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
425 if test -n "$$list"; then \
426 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
427 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
428 fi; \
429 for p in $$list; do \
430 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
431 echo "$$d$$p"; \
432 done | $(am__base_list) | \
433 while read files; do \
434 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
435 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
436 done
438 uninstall-dist_docDATA:
439 @$(NORMAL_UNINSTALL)
440 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
441 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
442 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
444 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
445 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
446 unique=`for i in $$list; do \
447 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448 done | \
449 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450 END { if (nonempty) { for (i in files) print i; }; }'`; \
451 mkid -fID $$unique
452 tags: TAGS
454 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
455 $(TAGS_FILES) $(LISP)
456 set x; \
457 here=`pwd`; \
458 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
459 unique=`for i in $$list; do \
460 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461 done | \
462 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463 END { if (nonempty) { for (i in files) print i; }; }'`; \
464 shift; \
465 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
466 test -n "$$unique" || unique=$$empty_fix; \
467 if test $$# -gt 0; then \
468 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469 "$$@" $$unique; \
470 else \
471 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472 $$unique; \
473 fi; \
475 ctags: CTAGS
476 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
477 $(TAGS_FILES) $(LISP)
478 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
479 unique=`for i in $$list; do \
480 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481 done | \
482 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483 END { if (nonempty) { for (i in files) print i; }; }'`; \
484 test -z "$(CTAGS_ARGS)$$unique" \
485 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
486 $$unique
488 GTAGS:
489 here=`$(am__cd) $(top_builddir) && pwd` \
490 && $(am__cd) $(top_srcdir) \
491 && gtags -i $(GTAGS_ARGS) "$$here"
493 distclean-tags:
494 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
496 distdir: $(DISTFILES)
497 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
498 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
499 list='$(DISTFILES)'; \
500 dist_files=`for file in $$list; do echo $$file; done | \
501 sed -e "s|^$$srcdirstrip/||;t" \
502 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
503 case $$dist_files in \
504 */*) $(MKDIR_P) `echo "$$dist_files" | \
505 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
506 sort -u` ;; \
507 esac; \
508 for file in $$dist_files; do \
509 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
510 if test -d $$d/$$file; then \
511 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
512 if test -d "$(distdir)/$$file"; then \
513 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
514 fi; \
515 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
516 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
517 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518 fi; \
519 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
520 else \
521 test -f "$(distdir)/$$file" \
522 || cp -p $$d/$$file "$(distdir)/$$file" \
523 || exit 1; \
524 fi; \
525 done
526 check-am: all-am
527 check: check-am
528 all-am: Makefile $(LTLIBRARIES) $(DATA)
529 installdirs:
530 for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(docdir)"; do \
531 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
532 done
533 install: install-am
534 install-exec: install-exec-am
535 install-data: install-data-am
536 uninstall: uninstall-am
538 install-am: all-am
539 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
541 installcheck: installcheck-am
542 install-strip:
543 if test -z '$(STRIP)'; then \
544 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
545 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
546 install; \
547 else \
548 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
552 mostlyclean-generic:
554 clean-generic:
556 distclean-generic:
557 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
558 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
560 maintainer-clean-generic:
561 @echo "This command is intended for maintainers to use"
562 @echo "it deletes files that may require special tools to rebuild."
563 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
564 clean: clean-am
566 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
567 mostlyclean-am
569 distclean: distclean-am
570 -rm -rf ./$(DEPDIR)
571 -rm -f Makefile
572 distclean-am: clean-am distclean-compile distclean-generic \
573 distclean-tags
575 dvi: dvi-am
577 dvi-am:
579 html: html-am
581 html-am:
583 info: info-am
585 info-am:
587 install-data-am: install-dist_docDATA install-pluginLTLIBRARIES
589 install-dvi: install-dvi-am
591 install-dvi-am:
593 install-exec-am:
595 install-html: install-html-am
597 install-html-am:
599 install-info: install-info-am
601 install-info-am:
603 install-man:
605 install-pdf: install-pdf-am
607 install-pdf-am:
609 install-ps: install-ps-am
611 install-ps-am:
613 installcheck-am:
615 maintainer-clean: maintainer-clean-am
616 -rm -rf ./$(DEPDIR)
617 -rm -f Makefile
618 maintainer-clean-am: distclean-am maintainer-clean-generic
620 mostlyclean: mostlyclean-am
622 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
623 mostlyclean-libtool
625 pdf: pdf-am
627 pdf-am:
629 ps: ps-am
631 ps-am:
633 uninstall-am: uninstall-dist_docDATA uninstall-pluginLTLIBRARIES
635 .MAKE: install-am install-strip
637 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
638 clean-libtool clean-pluginLTLIBRARIES ctags distclean \
639 distclean-compile distclean-generic distclean-libtool \
640 distclean-tags distdir dvi dvi-am html html-am info info-am \
641 install install-am install-data install-data-am \
642 install-dist_docDATA install-dvi install-dvi-am install-exec \
643 install-exec-am install-html install-html-am install-info \
644 install-info-am install-man install-pdf install-pdf-am \
645 install-pluginLTLIBRARIES install-ps install-ps-am \
646 install-strip installcheck installcheck-am installdirs \
647 maintainer-clean maintainer-clean-generic mostlyclean \
648 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
649 pdf pdf-am ps ps-am tags uninstall uninstall-am \
650 uninstall-dist_docDATA uninstall-pluginLTLIBRARIES
652 $(PLUGIN_AUTH_PAM_CFLAGS)
654 # Tell versions [3.59,3.63) of GNU make to not export all variables.
655 # Otherwise a system limit (for SysV at least) may be exceeded.
656 .NOEXPORT: