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) PAM Auth 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/auth-pam
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)
107am__DEPENDENCIES_1 =
108openvpn_plugin_auth_pam_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
109am_openvpn_plugin_auth_pam_la_OBJECTS = auth-pam.lo pamdl.lo
110openvpn_plugin_auth_pam_la_OBJECTS =  \
111	$(am_openvpn_plugin_auth_pam_la_OBJECTS)
112openvpn_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)
118DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
119depcomp = $(SHELL) $(top_srcdir)/depcomp
120am__depfiles_maybe = depfiles
121am__mv = mv -f
122COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
123	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
125	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
126	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127CCLD = $(CC)
128LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
129	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
130	$(LDFLAGS) -o $@
131SOURCES = $(openvpn_plugin_auth_pam_la_SOURCES)
132DIST_SOURCES = $(openvpn_plugin_auth_pam_la_SOURCES)
133am__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
138am__dist_doc_DATA_DIST = README.auth-pam
139DATA = $(dist_doc_DATA)
140ETAGS = etags
141CTAGS = ctags
142DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143ACLOCAL = @ACLOCAL@
144AMTAR = @AMTAR@
145AR = @AR@
146AS = @AS@
147AUTOCONF = @AUTOCONF@
148AUTOHEADER = @AUTOHEADER@
149AUTOMAKE = @AUTOMAKE@
150AWK = @AWK@
151CC = @CC@
152CCDEPMODE = @CCDEPMODE@
153CFLAGS = @CFLAGS@
154CPP = @CPP@
155CPPFLAGS = @CPPFLAGS@
156CYGPATH_W = @CYGPATH_W@
157DEFS = @DEFS@
158DEPDIR = @DEPDIR@
159DLLTOOL = @DLLTOOL@
160DL_LIBS = @DL_LIBS@
161DSYMUTIL = @DSYMUTIL@
162DUMPBIN = @DUMPBIN@
163ECHO_C = @ECHO_C@
164ECHO_N = @ECHO_N@
165ECHO_T = @ECHO_T@
166EGREP = @EGREP@
167EXEEXT = @EXEEXT@
168FGREP = @FGREP@
169GIT = @GIT@
170GREP = @GREP@
171IFCONFIG = @IFCONFIG@
172INSTALL = @INSTALL@
173INSTALL_DATA = @INSTALL_DATA@
174INSTALL_PROGRAM = @INSTALL_PROGRAM@
175INSTALL_SCRIPT = @INSTALL_SCRIPT@
176INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177IPROUTE = @IPROUTE@
178LD = @LD@
179LDFLAGS = @LDFLAGS@
180LIBOBJS = @LIBOBJS@
181LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
182LIBPAM_LIBS = @LIBPAM_LIBS@
183LIBS = @LIBS@
184LIBTOOL = @LIBTOOL@
185LIPO = @LIPO@
186LN_S = @LN_S@
187LTLIBOBJS = @LTLIBOBJS@
188LZO_CFLAGS = @LZO_CFLAGS@
189LZO_LIBS = @LZO_LIBS@
190MAKEINFO = @MAKEINFO@
191MAN2HTML = @MAN2HTML@
192MANIFEST_TOOL = @MANIFEST_TOOL@
193MKDIR_P = @MKDIR_P@
194NETSTAT = @NETSTAT@
195NM = @NM@
196NMEDIT = @NMEDIT@
197OBJDUMP = @OBJDUMP@
198OBJEXT = @OBJEXT@
199OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
200OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
201OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
202OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
203OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
204OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
205OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
206OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
207OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
208OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
209OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
210OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
211OTOOL = @OTOOL@
212OTOOL64 = @OTOOL64@
213PACKAGE = @PACKAGE@
214PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215PACKAGE_NAME = @PACKAGE_NAME@
216PACKAGE_STRING = @PACKAGE_STRING@
217PACKAGE_TARNAME = @PACKAGE_TARNAME@
218PACKAGE_URL = @PACKAGE_URL@
219PACKAGE_VERSION = @PACKAGE_VERSION@
220PATH_SEPARATOR = @PATH_SEPARATOR@
221PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
222PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
223PKG_CONFIG = @PKG_CONFIG@
224PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
225PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
226PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
227PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
228POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
229POLARSSL_LIBS = @POLARSSL_LIBS@
230RANLIB = @RANLIB@
231RC = @RC@
232ROUTE = @ROUTE@
233SED = @SED@
234SELINUX_LIBS = @SELINUX_LIBS@
235SET_MAKE = @SET_MAKE@
236SHELL = @SHELL@
237SOCKETS_LIBS = @SOCKETS_LIBS@
238STRIP = @STRIP@
239TAP_CFLAGS = @TAP_CFLAGS@
240TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
241TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
242TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
243VERSION = @VERSION@
244abs_builddir = @abs_builddir@
245abs_srcdir = @abs_srcdir@
246abs_top_builddir = @abs_top_builddir@
247abs_top_srcdir = @abs_top_srcdir@
248ac_ct_AR = @ac_ct_AR@
249ac_ct_CC = @ac_ct_CC@
250ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
251am__include = @am__include@
252am__leading_dot = @am__leading_dot@
253am__quote = @am__quote@
254am__tar = @am__tar@
255am__untar = @am__untar@
256bindir = @bindir@
257build = @build@
258build_alias = @build_alias@
259build_cpu = @build_cpu@
260build_os = @build_os@
261build_vendor = @build_vendor@
262builddir = @builddir@
263datadir = @datadir@
264datarootdir = @datarootdir@
265docdir = @docdir@
266dvidir = @dvidir@
267exec_prefix = @exec_prefix@
268host = @host@
269host_alias = @host_alias@
270host_cpu = @host_cpu@
271host_os = @host_os@
272host_vendor = @host_vendor@
273htmldir = @htmldir@
274includedir = @includedir@
275infodir = @infodir@
276install_sh = @install_sh@
277libdir = @libdir@
278libexecdir = @libexecdir@
279localedir = @localedir@
280localstatedir = @localstatedir@
281mandir = @mandir@
282mkdir_p = @mkdir_p@
283oldincludedir = @oldincludedir@
284pdfdir = @pdfdir@
285plugindir = @plugindir@
286prefix = @prefix@
287program_transform_name = @program_transform_name@
288psdir = @psdir@
289sampledir = @sampledir@
290sbindir = @sbindir@
291sharedstatedir = @sharedstatedir@
292srcdir = @srcdir@
293sysconfdir = @sysconfdir@
294target_alias = @target_alias@
295top_build_prefix = @top_build_prefix@
296top_builddir = @top_builddir@
297top_srcdir = @top_srcdir@
298MAINTAINERCLEANFILES = \
299	$(srcdir)/Makefile.in
300
301AM_CFLAGS = \
302	-I$(top_srcdir)/include
303
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
306openvpn_plugin_auth_pam_la_SOURCES = \
307	auth-pam.c \
308	pamdl.c  pamdl.h \
309	auth-pam.exports
310
311openvpn_plugin_auth_pam_la_LIBADD = \
312	$(PLUGIN_AUTH_PAM_LIBS)
313
314openvpn_plugin_auth_pam_la_LDFLAGS = $(AM_LDFLAGS) \
315	-export-symbols "$(srcdir)/auth-pam.exports" \
316	-module -shared -avoid-version -no-undefined
317
318all: all-am
319
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
335Makefile: $(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;
343
344$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346
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):
352install-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)"; \
365	}
366
367uninstall-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
375
376clean-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
384openvpn-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)
386
387mostlyclean-compile:
388	-rm -f *.$(OBJEXT)
389
390distclean-compile:
391	-rm -f *.tab.c
392
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@
395
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 $<
402
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) '$<'`
409
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 $@ $<
416
417mostlyclean-libtool:
418	-rm -f *.lo
419
420clean-libtool:
421	-rm -rf .libs _libs
422install-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
437
438uninstall-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)
443
444ID: $(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
452tags: TAGS
453
454TAGS:  $(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; \
474	fi
475ctags: CTAGS
476CTAGS:  $(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
487
488GTAGS:
489	here=`$(am__cd) $(top_builddir) && pwd` \
490	  && $(am__cd) $(top_srcdir) \
491	  && gtags -i $(GTAGS_ARGS) "$$here"
492
493distclean-tags:
494	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
495
496distdir: $(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
526check-am: all-am
527check: check-am
528all-am: Makefile $(LTLIBRARIES) $(DATA)
529installdirs:
530	for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(docdir)"; do \
531	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
532	done
533install: install-am
534install-exec: install-exec-am
535install-data: install-data-am
536uninstall: uninstall-am
537
538install-am: all-am
539	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
540
541installcheck: installcheck-am
542install-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; \
551	fi
552mostlyclean-generic:
553
554clean-generic:
555
556distclean-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)
559
560maintainer-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)
564clean: clean-am
565
566clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
567	mostlyclean-am
568
569distclean: distclean-am
570	-rm -rf ./$(DEPDIR)
571	-rm -f Makefile
572distclean-am: clean-am distclean-compile distclean-generic \
573	distclean-tags
574
575dvi: dvi-am
576
577dvi-am:
578
579html: html-am
580
581html-am:
582
583info: info-am
584
585info-am:
586
587install-data-am: install-dist_docDATA install-pluginLTLIBRARIES
588
589install-dvi: install-dvi-am
590
591install-dvi-am:
592
593install-exec-am:
594
595install-html: install-html-am
596
597install-html-am:
598
599install-info: install-info-am
600
601install-info-am:
602
603install-man:
604
605install-pdf: install-pdf-am
606
607install-pdf-am:
608
609install-ps: install-ps-am
610
611install-ps-am:
612
613installcheck-am:
614
615maintainer-clean: maintainer-clean-am
616	-rm -rf ./$(DEPDIR)
617	-rm -f Makefile
618maintainer-clean-am: distclean-am maintainer-clean-generic
619
620mostlyclean: mostlyclean-am
621
622mostlyclean-am: mostlyclean-compile mostlyclean-generic \
623	mostlyclean-libtool
624
625pdf: pdf-am
626
627pdf-am:
628
629ps: ps-am
630
631ps-am:
632
633uninstall-am: uninstall-dist_docDATA uninstall-pluginLTLIBRARIES
634
635.MAKE: install-am install-strip
636
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
651
652	$(PLUGIN_AUTH_PAM_CFLAGS)
653
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:
657