openvpn: update to 2.3.11
[tomato.git] / release / src / router / openvpn / src / plugins / auth-pam / Makefile.in
blobee671415a81445f701dd24594a696dbd78cf27e4
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
18 # OpenVPN (TM) PAM Auth Plugin -- OpenVPN Plugin
20 # Copyright (C) 2012 Alon Bar-Lev <alon.barlev@gmail.com>
24 VPATH = @srcdir@
25 am__is_gnu_make = { \
26 if test -z '$(MAKELEVEL)'; then \
27 false; \
28 elif test -n '$(MAKE_HOST)'; then \
29 true; \
30 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 true; \
32 else \
33 false; \
34 fi; \
36 am__make_running_with_option = \
37 case $${target_option-} in \
38 ?) ;; \
39 *) echo "am__make_running_with_option: internal error: invalid" \
40 "target option '$${target_option-}' specified" >&2; \
41 exit 1;; \
42 esac; \
43 has_opt=no; \
44 sane_makeflags=$$MAKEFLAGS; \
45 if $(am__is_gnu_make); then \
46 sane_makeflags=$$MFLAGS; \
47 else \
48 case $$MAKEFLAGS in \
49 *\\[\ \ ]*) \
50 bs=\\; \
51 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
52 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
53 esac; \
54 fi; \
55 skip_next=no; \
56 strip_trailopt () \
57 { \
58 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
59 }; \
60 for flg in $$sane_makeflags; do \
61 test $$skip_next = yes && { skip_next=no; continue; }; \
62 case $$flg in \
63 *=*|--*) continue;; \
64 -*I) strip_trailopt 'I'; skip_next=yes;; \
65 -*I?*) strip_trailopt 'I';; \
66 -*O) strip_trailopt 'O'; skip_next=yes;; \
67 -*O?*) strip_trailopt 'O';; \
68 -*l) strip_trailopt 'l'; skip_next=yes;; \
69 -*l?*) strip_trailopt 'l';; \
70 -[dEDm]) skip_next=yes;; \
71 -[JT]) skip_next=yes;; \
72 esac; \
73 case $$flg in \
74 *$$target_option*) has_opt=yes; break;; \
75 esac; \
76 done; \
77 test $$has_opt = yes
78 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
79 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
80 pkgdatadir = $(datadir)/@PACKAGE@
81 pkgincludedir = $(includedir)/@PACKAGE@
82 pkglibdir = $(libdir)/@PACKAGE@
83 pkglibexecdir = $(libexecdir)/@PACKAGE@
84 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85 install_sh_DATA = $(install_sh) -c -m 644
86 install_sh_PROGRAM = $(install_sh) -c
87 install_sh_SCRIPT = $(install_sh) -c
88 INSTALL_HEADER = $(INSTALL_DATA)
89 transform = $(program_transform_name)
90 NORMAL_INSTALL = :
91 PRE_INSTALL = :
92 POST_INSTALL = :
93 NORMAL_UNINSTALL = :
94 PRE_UNINSTALL = :
95 POST_UNINSTALL = :
96 build_triplet = @build@
97 host_triplet = @host@
98 subdir = src/plugins/auth-pam
99 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_emptyarray.m4 \
101 $(top_srcdir)/m4/ax_socklen_t.m4 \
102 $(top_srcdir)/m4/ax_varargs.m4 $(top_srcdir)/m4/libtool.m4 \
103 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
104 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
105 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/version.m4 \
106 $(top_srcdir)/compat.m4 $(top_srcdir)/configure.ac
107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108 $(ACLOCAL_M4)
109 DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_doc_DATA_DIST) \
110 $(am__DIST_COMMON)
111 mkinstalldirs = $(install_sh) -d
112 CONFIG_HEADER = $(top_builddir)/config.h
113 CONFIG_CLEAN_FILES =
114 CONFIG_CLEAN_VPATH_FILES =
115 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
116 am__vpath_adj = case $$p in \
117 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
118 *) f=$$p;; \
119 esac;
120 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
121 am__install_max = 40
122 am__nobase_strip_setup = \
123 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
124 am__nobase_strip = \
125 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
126 am__nobase_list = $(am__nobase_strip_setup); \
127 for p in $$list; do echo "$$p $$p"; done | \
128 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
129 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
130 if (++n[$$2] == $(am__install_max)) \
131 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
132 END { for (dir in files) print dir, files[dir] }'
133 am__base_list = \
134 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
135 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
136 am__uninstall_files_from_dir = { \
137 test -z "$$files" \
138 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
139 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
140 $(am__cd) "$$dir" && rm -f $$files; }; \
142 am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(docdir)"
143 LTLIBRARIES = $(plugin_LTLIBRARIES)
144 am__DEPENDENCIES_1 =
145 openvpn_plugin_auth_pam_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
146 am_openvpn_plugin_auth_pam_la_OBJECTS = auth-pam.lo pamdl.lo
147 openvpn_plugin_auth_pam_la_OBJECTS = \
148 $(am_openvpn_plugin_auth_pam_la_OBJECTS)
149 AM_V_lt = $(am__v_lt_@AM_V@)
150 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
151 am__v_lt_0 = --silent
152 am__v_lt_1 =
153 openvpn_plugin_auth_pam_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
154 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
155 $(AM_CFLAGS) $(CFLAGS) $(openvpn_plugin_auth_pam_la_LDFLAGS) \
156 $(LDFLAGS) -o $@
157 @ENABLE_PLUGIN_AUTH_PAM_TRUE@am_openvpn_plugin_auth_pam_la_rpath = \
158 @ENABLE_PLUGIN_AUTH_PAM_TRUE@ -rpath $(plugindir)
159 AM_V_P = $(am__v_P_@AM_V@)
160 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
161 am__v_P_0 = false
162 am__v_P_1 = :
163 AM_V_GEN = $(am__v_GEN_@AM_V@)
164 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
165 am__v_GEN_0 = @echo " GEN " $@;
166 am__v_GEN_1 =
167 AM_V_at = $(am__v_at_@AM_V@)
168 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
169 am__v_at_0 = @
170 am__v_at_1 =
171 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
172 depcomp = $(SHELL) $(top_srcdir)/depcomp
173 am__depfiles_maybe = depfiles
174 am__mv = mv -f
175 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
176 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
177 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
179 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
180 $(AM_CFLAGS) $(CFLAGS)
181 AM_V_CC = $(am__v_CC_@AM_V@)
182 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
183 am__v_CC_0 = @echo " CC " $@;
184 am__v_CC_1 =
185 CCLD = $(CC)
186 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
188 $(AM_LDFLAGS) $(LDFLAGS) -o $@
189 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
190 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
191 am__v_CCLD_0 = @echo " CCLD " $@;
192 am__v_CCLD_1 =
193 SOURCES = $(openvpn_plugin_auth_pam_la_SOURCES)
194 DIST_SOURCES = $(openvpn_plugin_auth_pam_la_SOURCES)
195 am__can_run_installinfo = \
196 case $$AM_UPDATE_INFO_DIR in \
197 n|no|NO) false;; \
198 *) (install-info --version) >/dev/null 2>&1;; \
199 esac
200 am__dist_doc_DATA_DIST = README.auth-pam
201 DATA = $(dist_doc_DATA)
202 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
203 # Read a list of newline-separated strings from the standard input,
204 # and print each of them once, without duplicates. Input order is
205 # *not* preserved.
206 am__uniquify_input = $(AWK) '\
207 BEGIN { nonempty = 0; } \
208 { items[$$0] = 1; nonempty = 1; } \
209 END { if (nonempty) { for (i in items) print i; }; } \
211 # Make sure the list of sources is unique. This is necessary because,
212 # e.g., the same source file might be shared among _SOURCES variables
213 # for different programs/libraries.
214 am__define_uniq_tagged_files = \
215 list='$(am__tagged_files)'; \
216 unique=`for i in $$list; do \
217 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
218 done | $(am__uniquify_input)`
219 ETAGS = etags
220 CTAGS = ctags
221 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
222 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
223 ACLOCAL = @ACLOCAL@
224 AMTAR = @AMTAR@
225 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
226 AR = @AR@
227 AS = @AS@
228 AUTOCONF = @AUTOCONF@
229 AUTOHEADER = @AUTOHEADER@
230 AUTOMAKE = @AUTOMAKE@
231 AWK = @AWK@
232 CC = @CC@
233 CCDEPMODE = @CCDEPMODE@
234 CFLAGS = @CFLAGS@
235 CPP = @CPP@
236 CPPFLAGS = @CPPFLAGS@
237 CYGPATH_W = @CYGPATH_W@
238 DEFS = @DEFS@
239 DEPDIR = @DEPDIR@
240 DLLTOOL = @DLLTOOL@
241 DL_LIBS = @DL_LIBS@
242 DSYMUTIL = @DSYMUTIL@
243 DUMPBIN = @DUMPBIN@
244 ECHO_C = @ECHO_C@
245 ECHO_N = @ECHO_N@
246 ECHO_T = @ECHO_T@
247 EGREP = @EGREP@
248 EXEEXT = @EXEEXT@
249 FGREP = @FGREP@
250 GIT = @GIT@
251 GREP = @GREP@
252 IFCONFIG = @IFCONFIG@
253 INSTALL = @INSTALL@
254 INSTALL_DATA = @INSTALL_DATA@
255 INSTALL_PROGRAM = @INSTALL_PROGRAM@
256 INSTALL_SCRIPT = @INSTALL_SCRIPT@
257 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
258 IPROUTE = @IPROUTE@
259 LD = @LD@
260 LDFLAGS = @LDFLAGS@
261 LIBOBJS = @LIBOBJS@
262 LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
263 LIBPAM_LIBS = @LIBPAM_LIBS@
264 LIBS = @LIBS@
265 LIBTOOL = @LIBTOOL@
266 LIPO = @LIPO@
267 LN_S = @LN_S@
268 LTLIBOBJS = @LTLIBOBJS@
269 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
270 LZO_CFLAGS = @LZO_CFLAGS@
271 LZO_LIBS = @LZO_LIBS@
272 MAKEINFO = @MAKEINFO@
273 MAN2HTML = @MAN2HTML@
274 MANIFEST_TOOL = @MANIFEST_TOOL@
275 MKDIR_P = @MKDIR_P@
276 NETSTAT = @NETSTAT@
277 NM = @NM@
278 NMEDIT = @NMEDIT@
279 OBJDUMP = @OBJDUMP@
280 OBJEXT = @OBJEXT@
281 OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
282 OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
283 OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
284 OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
285 OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
286 OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
287 OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
288 OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
289 OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
290 OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
291 OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
292 OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
293 OPTIONAL_SYSTEMD_LIBS = @OPTIONAL_SYSTEMD_LIBS@
294 OTOOL = @OTOOL@
295 OTOOL64 = @OTOOL64@
296 P11KIT_CFLAGS = @P11KIT_CFLAGS@
297 P11KIT_LIBS = @P11KIT_LIBS@
298 PACKAGE = @PACKAGE@
299 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
300 PACKAGE_NAME = @PACKAGE_NAME@
301 PACKAGE_STRING = @PACKAGE_STRING@
302 PACKAGE_TARNAME = @PACKAGE_TARNAME@
303 PACKAGE_URL = @PACKAGE_URL@
304 PACKAGE_VERSION = @PACKAGE_VERSION@
305 PATH_SEPARATOR = @PATH_SEPARATOR@
306 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
307 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
308 PKG_CONFIG = @PKG_CONFIG@
309 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
310 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
311 PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
312 PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
313 POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
314 POLARSSL_LIBS = @POLARSSL_LIBS@
315 RANLIB = @RANLIB@
316 RC = @RC@
317 ROUTE = @ROUTE@
318 SED = @SED@
319 SELINUX_LIBS = @SELINUX_LIBS@
320 SET_MAKE = @SET_MAKE@
321 SHELL = @SHELL@
322 SOCKETS_LIBS = @SOCKETS_LIBS@
323 STRIP = @STRIP@
324 SYSTEMD_ASK_PASSWORD = @SYSTEMD_ASK_PASSWORD@
325 TAP_CFLAGS = @TAP_CFLAGS@
326 TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
327 TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
328 TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
329 VERSION = @VERSION@
330 abs_builddir = @abs_builddir@
331 abs_srcdir = @abs_srcdir@
332 abs_top_builddir = @abs_top_builddir@
333 abs_top_srcdir = @abs_top_srcdir@
334 ac_ct_AR = @ac_ct_AR@
335 ac_ct_CC = @ac_ct_CC@
336 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
337 am__include = @am__include@
338 am__leading_dot = @am__leading_dot@
339 am__quote = @am__quote@
340 am__tar = @am__tar@
341 am__untar = @am__untar@
342 bindir = @bindir@
343 build = @build@
344 build_alias = @build_alias@
345 build_cpu = @build_cpu@
346 build_os = @build_os@
347 build_vendor = @build_vendor@
348 builddir = @builddir@
349 datadir = @datadir@
350 datarootdir = @datarootdir@
351 docdir = @docdir@
352 dvidir = @dvidir@
353 exec_prefix = @exec_prefix@
354 host = @host@
355 host_alias = @host_alias@
356 host_cpu = @host_cpu@
357 host_os = @host_os@
358 host_vendor = @host_vendor@
359 htmldir = @htmldir@
360 includedir = @includedir@
361 infodir = @infodir@
362 install_sh = @install_sh@
363 libdir = @libdir@
364 libexecdir = @libexecdir@
365 libsystemd_CFLAGS = @libsystemd_CFLAGS@
366 libsystemd_LIBS = @libsystemd_LIBS@
367 localedir = @localedir@
368 localstatedir = @localstatedir@
369 mandir = @mandir@
370 mkdir_p = @mkdir_p@
371 oldincludedir = @oldincludedir@
372 pdfdir = @pdfdir@
373 plugindir = @plugindir@
374 prefix = @prefix@
375 program_transform_name = @program_transform_name@
376 psdir = @psdir@
377 sampledir = @sampledir@
378 sbindir = @sbindir@
379 sharedstatedir = @sharedstatedir@
380 srcdir = @srcdir@
381 sysconfdir = @sysconfdir@
382 target_alias = @target_alias@
383 top_build_prefix = @top_build_prefix@
384 top_builddir = @top_builddir@
385 top_srcdir = @top_srcdir@
386 MAINTAINERCLEANFILES = \
387 $(srcdir)/Makefile.in
389 AM_CFLAGS = \
390 -I$(top_srcdir)/include \
391 $(PLUGIN_AUTH_PAM_CFLAGS) \
392 $(OPTIONAL_CRYPTO_CFLAGS)
394 @ENABLE_PLUGIN_AUTH_PAM_TRUE@plugin_LTLIBRARIES = openvpn-plugin-auth-pam.la
395 @ENABLE_PLUGIN_AUTH_PAM_TRUE@dist_doc_DATA = README.auth-pam
396 openvpn_plugin_auth_pam_la_SOURCES = \
397 auth-pam.c \
398 pamdl.c pamdl.h \
399 auth-pam.exports
401 openvpn_plugin_auth_pam_la_LIBADD = \
402 $(PLUGIN_AUTH_PAM_LIBS)
404 openvpn_plugin_auth_pam_la_LDFLAGS = $(AM_LDFLAGS) \
405 -export-symbols "$(srcdir)/auth-pam.exports" \
406 -module -shared -avoid-version -no-undefined
408 all: all-am
410 .SUFFIXES:
411 .SUFFIXES: .c .lo .o .obj
412 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
413 @for dep in $?; do \
414 case '$(am__configure_deps)' in \
415 *$$dep*) \
416 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
417 && { if test -f $@; then exit 0; else break; fi; }; \
418 exit 1;; \
419 esac; \
420 done; \
421 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/auth-pam/Makefile'; \
422 $(am__cd) $(top_srcdir) && \
423 $(AUTOMAKE) --foreign src/plugins/auth-pam/Makefile
424 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
425 @case '$?' in \
426 *config.status*) \
427 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
428 *) \
429 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
430 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
431 esac;
433 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
434 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
436 $(top_srcdir)/configure: $(am__configure_deps)
437 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
438 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
439 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
440 $(am__aclocal_m4_deps):
442 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
443 @$(NORMAL_INSTALL)
444 @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
445 list2=; for p in $$list; do \
446 if test -f $$p; then \
447 list2="$$list2 $$p"; \
448 else :; fi; \
449 done; \
450 test -z "$$list2" || { \
451 echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
452 $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
453 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
454 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
457 uninstall-pluginLTLIBRARIES:
458 @$(NORMAL_UNINSTALL)
459 @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
460 for p in $$list; do \
461 $(am__strip_dir) \
462 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
463 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
464 done
466 clean-pluginLTLIBRARIES:
467 -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
468 @list='$(plugin_LTLIBRARIES)'; \
469 locs=`for p in $$list; do echo $$p; done | \
470 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
471 sort -u`; \
472 test -z "$$locs" || { \
473 echo rm -f $${locs}; \
474 rm -f $${locs}; \
477 openvpn-plugin-auth-pam.la: $(openvpn_plugin_auth_pam_la_OBJECTS) $(openvpn_plugin_auth_pam_la_DEPENDENCIES) $(EXTRA_openvpn_plugin_auth_pam_la_DEPENDENCIES)
478 $(AM_V_CCLD)$(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)
480 mostlyclean-compile:
481 -rm -f *.$(OBJEXT)
483 distclean-compile:
484 -rm -f *.tab.c
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth-pam.Plo@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pamdl.Plo@am__quote@
489 .c.o:
490 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
491 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
496 .c.obj:
497 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
498 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
499 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
500 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
503 .c.lo:
504 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
505 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
506 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
507 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
510 mostlyclean-libtool:
511 -rm -f *.lo
513 clean-libtool:
514 -rm -rf .libs _libs
515 install-dist_docDATA: $(dist_doc_DATA)
516 @$(NORMAL_INSTALL)
517 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
518 if test -n "$$list"; then \
519 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
520 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
521 fi; \
522 for p in $$list; do \
523 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
524 echo "$$d$$p"; \
525 done | $(am__base_list) | \
526 while read files; do \
527 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
528 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
529 done
531 uninstall-dist_docDATA:
532 @$(NORMAL_UNINSTALL)
533 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
534 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
535 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
537 ID: $(am__tagged_files)
538 $(am__define_uniq_tagged_files); mkid -fID $$unique
539 tags: tags-am
540 TAGS: tags
542 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
543 set x; \
544 here=`pwd`; \
545 $(am__define_uniq_tagged_files); \
546 shift; \
547 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
548 test -n "$$unique" || unique=$$empty_fix; \
549 if test $$# -gt 0; then \
550 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551 "$$@" $$unique; \
552 else \
553 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
554 $$unique; \
555 fi; \
557 ctags: ctags-am
559 CTAGS: ctags
560 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
561 $(am__define_uniq_tagged_files); \
562 test -z "$(CTAGS_ARGS)$$unique" \
563 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
564 $$unique
566 GTAGS:
567 here=`$(am__cd) $(top_builddir) && pwd` \
568 && $(am__cd) $(top_srcdir) \
569 && gtags -i $(GTAGS_ARGS) "$$here"
570 cscopelist: cscopelist-am
572 cscopelist-am: $(am__tagged_files)
573 list='$(am__tagged_files)'; \
574 case "$(srcdir)" in \
575 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
576 *) sdir=$(subdir)/$(srcdir) ;; \
577 esac; \
578 for i in $$list; do \
579 if test -f "$$i"; then \
580 echo "$(subdir)/$$i"; \
581 else \
582 echo "$$sdir/$$i"; \
583 fi; \
584 done >> $(top_builddir)/cscope.files
586 distclean-tags:
587 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
589 distdir: $(DISTFILES)
590 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
591 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
592 list='$(DISTFILES)'; \
593 dist_files=`for file in $$list; do echo $$file; done | \
594 sed -e "s|^$$srcdirstrip/||;t" \
595 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
596 case $$dist_files in \
597 */*) $(MKDIR_P) `echo "$$dist_files" | \
598 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
599 sort -u` ;; \
600 esac; \
601 for file in $$dist_files; do \
602 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
603 if test -d $$d/$$file; then \
604 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
605 if test -d "$(distdir)/$$file"; then \
606 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
607 fi; \
608 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
609 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
610 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
611 fi; \
612 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
613 else \
614 test -f "$(distdir)/$$file" \
615 || cp -p $$d/$$file "$(distdir)/$$file" \
616 || exit 1; \
617 fi; \
618 done
619 check-am: all-am
620 check: check-am
621 all-am: Makefile $(LTLIBRARIES) $(DATA)
622 installdirs:
623 for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(docdir)"; do \
624 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
625 done
626 install: install-am
627 install-exec: install-exec-am
628 install-data: install-data-am
629 uninstall: uninstall-am
631 install-am: all-am
632 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
634 installcheck: installcheck-am
635 install-strip:
636 if test -z '$(STRIP)'; then \
637 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
638 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
639 install; \
640 else \
641 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
642 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
643 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
645 mostlyclean-generic:
647 clean-generic:
649 distclean-generic:
650 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
651 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
653 maintainer-clean-generic:
654 @echo "This command is intended for maintainers to use"
655 @echo "it deletes files that may require special tools to rebuild."
656 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
657 clean: clean-am
659 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
660 mostlyclean-am
662 distclean: distclean-am
663 -rm -rf ./$(DEPDIR)
664 -rm -f Makefile
665 distclean-am: clean-am distclean-compile distclean-generic \
666 distclean-tags
668 dvi: dvi-am
670 dvi-am:
672 html: html-am
674 html-am:
676 info: info-am
678 info-am:
680 install-data-am: install-dist_docDATA install-pluginLTLIBRARIES
682 install-dvi: install-dvi-am
684 install-dvi-am:
686 install-exec-am:
688 install-html: install-html-am
690 install-html-am:
692 install-info: install-info-am
694 install-info-am:
696 install-man:
698 install-pdf: install-pdf-am
700 install-pdf-am:
702 install-ps: install-ps-am
704 install-ps-am:
706 installcheck-am:
708 maintainer-clean: maintainer-clean-am
709 -rm -rf ./$(DEPDIR)
710 -rm -f Makefile
711 maintainer-clean-am: distclean-am maintainer-clean-generic
713 mostlyclean: mostlyclean-am
715 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
716 mostlyclean-libtool
718 pdf: pdf-am
720 pdf-am:
722 ps: ps-am
724 ps-am:
726 uninstall-am: uninstall-dist_docDATA uninstall-pluginLTLIBRARIES
728 .MAKE: install-am install-strip
730 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
731 clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
732 ctags-am distclean distclean-compile distclean-generic \
733 distclean-libtool distclean-tags distdir dvi dvi-am html \
734 html-am info info-am install install-am install-data \
735 install-data-am install-dist_docDATA install-dvi \
736 install-dvi-am install-exec install-exec-am install-html \
737 install-html-am install-info install-info-am install-man \
738 install-pdf install-pdf-am install-pluginLTLIBRARIES \
739 install-ps install-ps-am install-strip installcheck \
740 installcheck-am installdirs maintainer-clean \
741 maintainer-clean-generic mostlyclean mostlyclean-compile \
742 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
743 tags tags-am uninstall uninstall-am uninstall-dist_docDATA \
744 uninstall-pluginLTLIBRARIES
746 .PRECIOUS: Makefile
749 # Tell versions [3.59,3.63) of GNU make to not export all variables.
750 # Otherwise a system limit (for SysV at least) may be exceeded.
751 .NOEXPORT: