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