1348980Sdes# Makefile.in generated by automake 1.16.1 from Makefile.am.
2141098Sdes# @configure_input@
3117610Sdes
4348980Sdes# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5255376Sdes
6117610Sdes# This Makefile.in is free software; the Free Software Foundation
7117610Sdes# gives unlimited permission to copy and/or distribute it,
8117610Sdes# with or without modifications, as long as this notice is preserved.
9117610Sdes
10117610Sdes# This program is distributed in the hope that it will be useful,
11117610Sdes# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12117610Sdes# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13117610Sdes# PARTICULAR PURPOSE.
14117610Sdes
15117610Sdes@SET_MAKE@
16117610Sdes
17348980Sdes# $OpenPAM: Makefile.am 938 2017-04-30 21:34:42Z des $
18147455Sdes
19117610SdesVPATH = @srcdir@
20348980Sdesam__is_gnu_make = { \
21348980Sdes  if test -z '$(MAKELEVEL)'; then \
22348980Sdes    false; \
23348980Sdes  elif test -n '$(MAKE_HOST)'; then \
24348980Sdes    true; \
25348980Sdes  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26348980Sdes    true; \
27348980Sdes  else \
28348980Sdes    false; \
29348980Sdes  fi; \
30348980Sdes}
31255376Sdesam__make_running_with_option = \
32255376Sdes  case $${target_option-} in \
33255376Sdes      ?) ;; \
34255376Sdes      *) echo "am__make_running_with_option: internal error: invalid" \
35255376Sdes              "target option '$${target_option-}' specified" >&2; \
36255376Sdes         exit 1;; \
37255376Sdes  esac; \
38255376Sdes  has_opt=no; \
39255376Sdes  sane_makeflags=$$MAKEFLAGS; \
40255376Sdes  if $(am__is_gnu_make); then \
41255376Sdes    sane_makeflags=$$MFLAGS; \
42255376Sdes  else \
43255376Sdes    case $$MAKEFLAGS in \
44255376Sdes      *\\[\ \	]*) \
45255376Sdes        bs=\\; \
46255376Sdes        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47255376Sdes          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48255376Sdes    esac; \
49255376Sdes  fi; \
50255376Sdes  skip_next=no; \
51255376Sdes  strip_trailopt () \
52255376Sdes  { \
53255376Sdes    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54255376Sdes  }; \
55255376Sdes  for flg in $$sane_makeflags; do \
56255376Sdes    test $$skip_next = yes && { skip_next=no; continue; }; \
57255376Sdes    case $$flg in \
58255376Sdes      *=*|--*) continue;; \
59255376Sdes        -*I) strip_trailopt 'I'; skip_next=yes;; \
60255376Sdes      -*I?*) strip_trailopt 'I';; \
61255376Sdes        -*O) strip_trailopt 'O'; skip_next=yes;; \
62255376Sdes      -*O?*) strip_trailopt 'O';; \
63255376Sdes        -*l) strip_trailopt 'l'; skip_next=yes;; \
64255376Sdes      -*l?*) strip_trailopt 'l';; \
65255376Sdes      -[dEDm]) skip_next=yes;; \
66255376Sdes      -[JT]) skip_next=yes;; \
67255376Sdes    esac; \
68255376Sdes    case $$flg in \
69255376Sdes      *$$target_option*) has_opt=yes; break;; \
70255376Sdes    esac; \
71255376Sdes  done; \
72255376Sdes  test $$has_opt = yes
73255376Sdesam__make_dryrun = (target_option=n; $(am__make_running_with_option))
74255376Sdesam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75117610Sdespkgdatadir = $(datadir)/@PACKAGE@
76228692Sdespkgincludedir = $(includedir)/@PACKAGE@
77117610Sdespkglibdir = $(libdir)/@PACKAGE@
78228692Sdespkglibexecdir = $(libexecdir)/@PACKAGE@
79141098Sdesam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80141098Sdesinstall_sh_DATA = $(install_sh) -c -m 644
81141098Sdesinstall_sh_PROGRAM = $(install_sh) -c
82141098Sdesinstall_sh_SCRIPT = $(install_sh) -c
83117610SdesINSTALL_HEADER = $(INSTALL_DATA)
84141098Sdestransform = $(program_transform_name)
85117610SdesNORMAL_INSTALL = :
86117610SdesPRE_INSTALL = :
87117610SdesPOST_INSTALL = :
88117610SdesNORMAL_UNINSTALL = :
89117610SdesPRE_UNINSTALL = :
90117610SdesPOST_UNINSTALL = :
91117610Sdesbuild_triplet = @build@
92117610Sdeshost_triplet = @host@
93141098Sdessubdir = include/security
94141098SdesACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95348980Sdesam__aclocal_m4_deps = $(top_srcdir)/m4/ax_pkg_config.m4 \
96348980Sdes	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97348980Sdes	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98348980Sdes	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
99141098Sdesam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100141098Sdes	$(ACLOCAL_M4)
101348980SdesDIST_COMMON = $(srcdir)/Makefile.am $(security_HEADERS) \
102348980Sdes	$(am__DIST_COMMON)
103174832Sdesmkinstalldirs = $(install_sh) -d
104141098SdesCONFIG_HEADER = $(top_builddir)/config.h
105141098SdesCONFIG_CLEAN_FILES =
106228692SdesCONFIG_CLEAN_VPATH_FILES =
107255376SdesAM_V_P = $(am__v_P_@AM_V@)
108255376Sdesam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109255376Sdesam__v_P_0 = false
110255376Sdesam__v_P_1 = :
111255376SdesAM_V_GEN = $(am__v_GEN_@AM_V@)
112255376Sdesam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113255376Sdesam__v_GEN_0 = @echo "  GEN     " $@;
114255376Sdesam__v_GEN_1 = 
115255376SdesAM_V_at = $(am__v_at_@AM_V@)
116255376Sdesam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117255376Sdesam__v_at_0 = @
118255376Sdesam__v_at_1 = 
119141098SdesSOURCES =
120141098SdesDIST_SOURCES =
121255376Sdesam__can_run_installinfo = \
122255376Sdes  case $$AM_UPDATE_INFO_DIR in \
123255376Sdes    n|no|NO) false;; \
124255376Sdes    *) (install-info --version) >/dev/null 2>&1;; \
125255376Sdes  esac
126174832Sdesam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
127174832Sdesam__vpath_adj = case $$p in \
128174832Sdes    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
129174832Sdes    *) f=$$p;; \
130174832Sdes  esac;
131228692Sdesam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
132228692Sdesam__install_max = 40
133228692Sdesam__nobase_strip_setup = \
134228692Sdes  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
135228692Sdesam__nobase_strip = \
136228692Sdes  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
137228692Sdesam__nobase_list = $(am__nobase_strip_setup); \
138228692Sdes  for p in $$list; do echo "$$p $$p"; done | \
139228692Sdes  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
140228692Sdes  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
141228692Sdes    if (++n[$$2] == $(am__install_max)) \
142228692Sdes      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
143228692Sdes    END { for (dir in files) print dir, files[dir] }'
144228692Sdesam__base_list = \
145228692Sdes  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
146228692Sdes  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
147255376Sdesam__uninstall_files_from_dir = { \
148255376Sdes  test -z "$$files" \
149255376Sdes    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
150255376Sdes    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
151255376Sdes         $(am__cd) "$$dir" && rm -f $$files; }; \
152255376Sdes  }
153255376Sdesam__installdirs = "$(DESTDIR)$(securitydir)"
154255376SdesHEADERS = $(security_HEADERS)
155255376Sdesam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156255376Sdes# Read a list of newline-separated strings from the standard input,
157255376Sdes# and print each of them once, without duplicates.  Input order is
158255376Sdes# *not* preserved.
159255376Sdesam__uniquify_input = $(AWK) '\
160255376Sdes  BEGIN { nonempty = 0; } \
161255376Sdes  { items[$$0] = 1; nonempty = 1; } \
162255376Sdes  END { if (nonempty) { for (i in items) print i; }; } \
163255376Sdes'
164255376Sdes# Make sure the list of sources is unique.  This is necessary because,
165255376Sdes# e.g., the same source file might be shared among _SOURCES variables
166255376Sdes# for different programs/libraries.
167255376Sdesam__define_uniq_tagged_files = \
168255376Sdes  list='$(am__tagged_files)'; \
169255376Sdes  unique=`for i in $$list; do \
170255376Sdes    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
171255376Sdes  done | $(am__uniquify_input)`
172141098SdesETAGS = etags
173141098SdesCTAGS = ctags
174348980Sdesam__DIST_COMMON = $(srcdir)/Makefile.in
175141098SdesDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176141098SdesACLOCAL = @ACLOCAL@
177117610SdesAMTAR = @AMTAR@
178255376SdesAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179141098SdesAR = @AR@
180141098SdesAUTOCONF = @AUTOCONF@
181141098SdesAUTOHEADER = @AUTOHEADER@
182141098SdesAUTOMAKE = @AUTOMAKE@
183117610SdesAWK = @AWK@
184117610SdesCC = @CC@
185141098SdesCCDEPMODE = @CCDEPMODE@
186117610SdesCFLAGS = @CFLAGS@
187141098SdesCPP = @CPP@
188117610SdesCPPFLAGS = @CPPFLAGS@
189348980SdesCRYB_TEST_CFLAGS = @CRYB_TEST_CFLAGS@
190348980SdesCRYB_TEST_LIBS = @CRYB_TEST_LIBS@
191348980SdesCRYB_TEST_VERSION = @CRYB_TEST_VERSION@
192141098SdesCYGPATH_W = @CYGPATH_W@
193141098SdesDEFS = @DEFS@
194117610SdesDEPDIR = @DEPDIR@
195228692SdesDLLTOOL = @DLLTOOL@
196117610SdesDL_LIBS = @DL_LIBS@
197228692SdesDSYMUTIL = @DSYMUTIL@
198228692SdesDUMPBIN = @DUMPBIN@
199141098SdesECHO_C = @ECHO_C@
200141098SdesECHO_N = @ECHO_N@
201141098SdesECHO_T = @ECHO_T@
202141098SdesEGREP = @EGREP@
203117610SdesEXEEXT = @EXEEXT@
204228692SdesFGREP = @FGREP@
205174832SdesGREP = @GREP@
206228692SdesINSTALL = @INSTALL@
207141098SdesINSTALL_DATA = @INSTALL_DATA@
208141098SdesINSTALL_PROGRAM = @INSTALL_PROGRAM@
209141098SdesINSTALL_SCRIPT = @INSTALL_SCRIPT@
210117610SdesINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
211228692SdesLD = @LD@
212141098SdesLDFLAGS = @LDFLAGS@
213141098SdesLIBOBJS = @LIBOBJS@
214141098SdesLIBS = @LIBS@
215117610SdesLIBTOOL = @LIBTOOL@
216117610SdesLIB_MAJ = @LIB_MAJ@
217228692SdesLIPO = @LIPO@
218117610SdesLN_S = @LN_S@
219141098SdesLTLIBOBJS = @LTLIBOBJS@
220348980SdesLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
221141098SdesMAKEINFO = @MAKEINFO@
222228692SdesMANIFEST_TOOL = @MANIFEST_TOOL@
223228692SdesMKDIR_P = @MKDIR_P@
224228692SdesNM = @NM@
225228692SdesNMEDIT = @NMEDIT@
226228692SdesOBJDUMP = @OBJDUMP@
227117610SdesOBJEXT = @OBJEXT@
228117610SdesOPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
229228692SdesOTOOL = @OTOOL@
230228692SdesOTOOL64 = @OTOOL64@
231117610SdesPACKAGE = @PACKAGE@
232141098SdesPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233141098SdesPACKAGE_NAME = @PACKAGE_NAME@
234141098SdesPACKAGE_STRING = @PACKAGE_STRING@
235141098SdesPACKAGE_TARNAME = @PACKAGE_TARNAME@
236228692SdesPACKAGE_URL = @PACKAGE_URL@
237141098SdesPACKAGE_VERSION = @PACKAGE_VERSION@
238141098SdesPATH_SEPARATOR = @PATH_SEPARATOR@
239348980SdesPKG_CONFIG = @PKG_CONFIG@
240348980SdesPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
241348980SdesPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
242117610SdesRANLIB = @RANLIB@
243174832SdesSED = @SED@
244141098SdesSET_MAKE = @SET_MAKE@
245141098SdesSHELL = @SHELL@
246141098SdesSTRIP = @STRIP@
247348980SdesSYSTEM_LIBPAM = @SYSTEM_LIBPAM@
248117610SdesVERSION = @VERSION@
249228692Sdesabs_builddir = @abs_builddir@
250228692Sdesabs_srcdir = @abs_srcdir@
251228692Sdesabs_top_builddir = @abs_top_builddir@
252228692Sdesabs_top_srcdir = @abs_top_srcdir@
253228692Sdesac_ct_AR = @ac_ct_AR@
254141098Sdesac_ct_CC = @ac_ct_CC@
255228692Sdesac_ct_DUMPBIN = @ac_ct_DUMPBIN@
256117610Sdesam__include = @am__include@
257141098Sdesam__leading_dot = @am__leading_dot@
258117610Sdesam__quote = @am__quote@
259174832Sdesam__tar = @am__tar@
260174832Sdesam__untar = @am__untar@
261141098Sdesbindir = @bindir@
262141098Sdesbuild = @build@
263141098Sdesbuild_alias = @build_alias@
264141098Sdesbuild_cpu = @build_cpu@
265141098Sdesbuild_os = @build_os@
266141098Sdesbuild_vendor = @build_vendor@
267228692Sdesbuilddir = @builddir@
268141098Sdesdatadir = @datadir@
269174832Sdesdatarootdir = @datarootdir@
270174832Sdesdocdir = @docdir@
271174832Sdesdvidir = @dvidir@
272141098Sdesexec_prefix = @exec_prefix@
273141098Sdeshost = @host@
274141098Sdeshost_alias = @host_alias@
275141098Sdeshost_cpu = @host_cpu@
276141098Sdeshost_os = @host_os@
277141098Sdeshost_vendor = @host_vendor@
278174832Sdeshtmldir = @htmldir@
279141098Sdesincludedir = @includedir@
280141098Sdesinfodir = @infodir@
281117610Sdesinstall_sh = @install_sh@
282141098Sdeslibdir = @libdir@
283141098Sdeslibexecdir = @libexecdir@
284174832Sdeslocaledir = @localedir@
285141098Sdeslocalstatedir = @localstatedir@
286141098Sdesmandir = @mandir@
287141098Sdesmkdir_p = @mkdir_p@
288141098Sdesoldincludedir = @oldincludedir@
289174832Sdespdfdir = @pdfdir@
290348980Sdespkgconfigdir = @pkgconfigdir@
291141098Sdesprefix = @prefix@
292141098Sdesprogram_transform_name = @program_transform_name@
293174832Sdespsdir = @psdir@
294141098Sdessbindir = @sbindir@
295141098Sdessharedstatedir = @sharedstatedir@
296228692Sdessrcdir = @srcdir@
297141098Sdessysconfdir = @sysconfdir@
298141098Sdestarget_alias = @target_alias@
299228692Sdestop_build_prefix = @top_build_prefix@
300228692Sdestop_builddir = @top_builddir@
301228692Sdestop_srcdir = @top_srcdir@
302255376Sdessecuritydir = $(includedir)/security
303255376Sdessecurity_HEADERS = \
304117610Sdes	openpam.h \
305174832Sdes	openpam_attr.h \
306117610Sdes	openpam_version.h \
307117610Sdes	pam_appl.h \
308117610Sdes	pam_constants.h \
309117610Sdes	pam_modules.h \
310117610Sdes	pam_types.h
311117610Sdes
312117610Sdesall: all-am
313117610Sdes
314117610Sdes.SUFFIXES:
315141098Sdes$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
316141098Sdes	@for dep in $?; do \
317141098Sdes	  case '$(am__configure_deps)' in \
318141098Sdes	    *$$dep*) \
319228692Sdes	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
320228692Sdes	        && { if test -f $@; then exit 0; else break; fi; }; \
321141098Sdes	      exit 1;; \
322141098Sdes	  esac; \
323141098Sdes	done; \
324228692Sdes	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/security/Makefile'; \
325228692Sdes	$(am__cd) $(top_srcdir) && \
326228692Sdes	  $(AUTOMAKE) --foreign include/security/Makefile
327141098SdesMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328141098Sdes	@case '$?' in \
329141098Sdes	  *config.status*) \
330141098Sdes	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
331141098Sdes	  *) \
332348980Sdes	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
333348980Sdes	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
334141098Sdes	esac;
335117610Sdes
336141098Sdes$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338141098Sdes
339141098Sdes$(top_srcdir)/configure:  $(am__configure_deps)
340141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341141098Sdes$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
342141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343228692Sdes$(am__aclocal_m4_deps):
344141098Sdes
345117610Sdesmostlyclean-libtool:
346117610Sdes	-rm -f *.lo
347117610Sdes
348117610Sdesclean-libtool:
349117610Sdes	-rm -rf .libs _libs
350255376Sdesinstall-securityHEADERS: $(security_HEADERS)
351117610Sdes	@$(NORMAL_INSTALL)
352255376Sdes	@list='$(security_HEADERS)'; test -n "$(securitydir)" || list=; \
353255376Sdes	if test -n "$$list"; then \
354255376Sdes	  echo " $(MKDIR_P) '$(DESTDIR)$(securitydir)'"; \
355255376Sdes	  $(MKDIR_P) "$(DESTDIR)$(securitydir)" || exit 1; \
356255376Sdes	fi; \
357228692Sdes	for p in $$list; do \
358117610Sdes	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
359228692Sdes	  echo "$$d$$p"; \
360228692Sdes	done | $(am__base_list) | \
361228692Sdes	while read files; do \
362255376Sdes	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(securitydir)'"; \
363255376Sdes	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(securitydir)" || exit $$?; \
364117610Sdes	done
365117610Sdes
366255376Sdesuninstall-securityHEADERS:
367117610Sdes	@$(NORMAL_UNINSTALL)
368255376Sdes	@list='$(security_HEADERS)'; test -n "$(securitydir)" || list=; \
369228692Sdes	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
370255376Sdes	dir='$(DESTDIR)$(securitydir)'; $(am__uninstall_files_from_dir)
371117610Sdes
372255376SdesID: $(am__tagged_files)
373255376Sdes	$(am__define_uniq_tagged_files); mkid -fID $$unique
374255376Sdestags: tags-am
375255376SdesTAGS: tags
376117610Sdes
377255376Sdestags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
378228692Sdes	set x; \
379117610Sdes	here=`pwd`; \
380255376Sdes	$(am__define_uniq_tagged_files); \
381228692Sdes	shift; \
382228692Sdes	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
383141098Sdes	  test -n "$$unique" || unique=$$empty_fix; \
384228692Sdes	  if test $$# -gt 0; then \
385228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386228692Sdes	      "$$@" $$unique; \
387228692Sdes	  else \
388228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389228692Sdes	      $$unique; \
390228692Sdes	  fi; \
391141098Sdes	fi
392255376Sdesctags: ctags-am
393255376Sdes
394255376SdesCTAGS: ctags
395255376Sdesctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
396255376Sdes	$(am__define_uniq_tagged_files); \
397228692Sdes	test -z "$(CTAGS_ARGS)$$unique" \
398141098Sdes	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
399228692Sdes	     $$unique
400117610Sdes
401117610SdesGTAGS:
402141098Sdes	here=`$(am__cd) $(top_builddir) && pwd` \
403228692Sdes	  && $(am__cd) $(top_srcdir) \
404228692Sdes	  && gtags -i $(GTAGS_ARGS) "$$here"
405255376Sdescscopelist: cscopelist-am
406117610Sdes
407255376Sdescscopelist-am: $(am__tagged_files)
408255376Sdes	list='$(am__tagged_files)'; \
409255376Sdes	case "$(srcdir)" in \
410255376Sdes	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
411255376Sdes	  *) sdir=$(subdir)/$(srcdir) ;; \
412255376Sdes	esac; \
413255376Sdes	for i in $$list; do \
414255376Sdes	  if test -f "$$i"; then \
415255376Sdes	    echo "$(subdir)/$$i"; \
416255376Sdes	  else \
417255376Sdes	    echo "$$sdir/$$i"; \
418255376Sdes	  fi; \
419255376Sdes	done >> $(top_builddir)/cscope.files
420255376Sdes
421117610Sdesdistclean-tags:
422141098Sdes	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
423117610Sdes
424348980Sdesdistdir: $(BUILT_SOURCES)
425348980Sdes	$(MAKE) $(AM_MAKEFLAGS) distdir-am
426348980Sdes
427348980Sdesdistdir-am: $(DISTFILES)
428228692Sdes	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429228692Sdes	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430228692Sdes	list='$(DISTFILES)'; \
431228692Sdes	  dist_files=`for file in $$list; do echo $$file; done | \
432228692Sdes	  sed -e "s|^$$srcdirstrip/||;t" \
433228692Sdes	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
434228692Sdes	case $$dist_files in \
435228692Sdes	  */*) $(MKDIR_P) `echo "$$dist_files" | \
436228692Sdes			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
437228692Sdes			   sort -u` ;; \
438228692Sdes	esac; \
439228692Sdes	for file in $$dist_files; do \
440141098Sdes	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
441117610Sdes	  if test -d $$d/$$file; then \
442228692Sdes	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
443228692Sdes	    if test -d "$(distdir)/$$file"; then \
444228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445228692Sdes	    fi; \
446141098Sdes	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
447228692Sdes	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
448228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
449141098Sdes	    fi; \
450228692Sdes	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
451117610Sdes	  else \
452228692Sdes	    test -f "$(distdir)/$$file" \
453228692Sdes	    || cp -p $$d/$$file "$(distdir)/$$file" \
454117610Sdes	    || exit 1; \
455117610Sdes	  fi; \
456117610Sdes	done
457117610Sdescheck-am: all-am
458117610Sdescheck: check-am
459117610Sdesall-am: Makefile $(HEADERS)
460117610Sdesinstalldirs:
461255376Sdes	for dir in "$(DESTDIR)$(securitydir)"; do \
462228692Sdes	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
463141098Sdes	done
464117610Sdesinstall: install-am
465117610Sdesinstall-exec: install-exec-am
466117610Sdesinstall-data: install-data-am
467117610Sdesuninstall: uninstall-am
468117610Sdes
469117610Sdesinstall-am: all-am
470117610Sdes	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
471117610Sdes
472117610Sdesinstallcheck: installcheck-am
473117610Sdesinstall-strip:
474255376Sdes	if test -z '$(STRIP)'; then \
475255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
476255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
477255376Sdes	      install; \
478255376Sdes	else \
479255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
480255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
481255376Sdes	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
482255376Sdes	fi
483117610Sdesmostlyclean-generic:
484117610Sdes
485117610Sdesclean-generic:
486117610Sdes
487117610Sdesdistclean-generic:
488174832Sdes	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
489228692Sdes	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
490117610Sdes
491117610Sdesmaintainer-clean-generic:
492117610Sdes	@echo "This command is intended for maintainers to use"
493117610Sdes	@echo "it deletes files that may require special tools to rebuild."
494117610Sdesclean: clean-am
495117610Sdes
496117610Sdesclean-am: clean-generic clean-libtool mostlyclean-am
497117610Sdes
498117610Sdesdistclean: distclean-am
499141098Sdes	-rm -f Makefile
500228692Sdesdistclean-am: clean-am distclean-generic distclean-tags
501117610Sdes
502117610Sdesdvi: dvi-am
503117610Sdes
504117610Sdesdvi-am:
505117610Sdes
506141098Sdeshtml: html-am
507141098Sdes
508228692Sdeshtml-am:
509228692Sdes
510117610Sdesinfo: info-am
511117610Sdes
512117610Sdesinfo-am:
513117610Sdes
514255376Sdesinstall-data-am: install-securityHEADERS
515117610Sdes
516228692Sdesinstall-dvi: install-dvi-am
517228692Sdes
518228692Sdesinstall-dvi-am:
519228692Sdes
520117610Sdesinstall-exec-am:
521117610Sdes
522228692Sdesinstall-html: install-html-am
523228692Sdes
524228692Sdesinstall-html-am:
525228692Sdes
526117610Sdesinstall-info: install-info-am
527117610Sdes
528228692Sdesinstall-info-am:
529228692Sdes
530117610Sdesinstall-man:
531117610Sdes
532228692Sdesinstall-pdf: install-pdf-am
533228692Sdes
534228692Sdesinstall-pdf-am:
535228692Sdes
536228692Sdesinstall-ps: install-ps-am
537228692Sdes
538228692Sdesinstall-ps-am:
539228692Sdes
540117610Sdesinstallcheck-am:
541117610Sdes
542117610Sdesmaintainer-clean: maintainer-clean-am
543141098Sdes	-rm -f Makefile
544117610Sdesmaintainer-clean-am: distclean-am maintainer-clean-generic
545117610Sdes
546117610Sdesmostlyclean: mostlyclean-am
547117610Sdes
548117610Sdesmostlyclean-am: mostlyclean-generic mostlyclean-libtool
549117610Sdes
550141098Sdespdf: pdf-am
551141098Sdes
552141098Sdespdf-am:
553141098Sdes
554141098Sdesps: ps-am
555141098Sdes
556141098Sdesps-am:
557141098Sdes
558255376Sdesuninstall-am: uninstall-securityHEADERS
559117610Sdes
560228692Sdes.MAKE: install-am install-strip
561228692Sdes
562255376Sdes.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
563255376Sdes	clean-libtool cscopelist-am ctags ctags-am distclean \
564255376Sdes	distclean-generic distclean-libtool distclean-tags distdir dvi \
565255376Sdes	dvi-am html html-am info info-am install install-am \
566255376Sdes	install-data install-data-am install-dvi install-dvi-am \
567255376Sdes	install-exec install-exec-am install-html install-html-am \
568255376Sdes	install-info install-info-am install-man install-pdf \
569255376Sdes	install-pdf-am install-ps install-ps-am \
570255376Sdes	install-securityHEADERS install-strip installcheck \
571255376Sdes	installcheck-am installdirs maintainer-clean \
572228692Sdes	maintainer-clean-generic mostlyclean mostlyclean-generic \
573255376Sdes	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
574255376Sdes	uninstall-am uninstall-securityHEADERS
575117610Sdes
576348980Sdes.PRECIOUS: Makefile
577228692Sdes
578348980Sdes
579117610Sdes# Tell versions [3.59,3.63) of GNU make to not export all variables.
580117610Sdes# Otherwise a system limit (for SysV at least) may be exceeded.
581117610Sdes.NOEXPORT:
582