xref: /freebsd/contrib/openbsm/modules/Makefile.in (revision 5e386598a6d77973b93c073080f0cc574edda9e2)
1*5e386598SRobert Watson# Makefile.in generated by automake 1.15 from Makefile.am.
2506764c6SRobert Watson# @configure_input@
3506764c6SRobert Watson
4*5e386598SRobert Watson# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5aa772005SRobert Watson
6506764c6SRobert Watson# This Makefile.in is free software; the Free Software Foundation
7506764c6SRobert Watson# gives unlimited permission to copy and/or distribute it,
8506764c6SRobert Watson# with or without modifications, as long as this notice is preserved.
9506764c6SRobert Watson
10506764c6SRobert Watson# This program is distributed in the hope that it will be useful,
11506764c6SRobert Watson# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12506764c6SRobert Watson# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13506764c6SRobert Watson# PARTICULAR PURPOSE.
14506764c6SRobert Watson
15506764c6SRobert Watson@SET_MAKE@
16506764c6SRobert WatsonVPATH = @srcdir@
17*5e386598SRobert Watsonam__is_gnu_make = { \
18*5e386598SRobert Watson  if test -z '$(MAKELEVEL)'; then \
19*5e386598SRobert Watson    false; \
20*5e386598SRobert Watson  elif test -n '$(MAKE_HOST)'; then \
21*5e386598SRobert Watson    true; \
22*5e386598SRobert Watson  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23*5e386598SRobert Watson    true; \
24*5e386598SRobert Watson  else \
25*5e386598SRobert Watson    false; \
26*5e386598SRobert Watson  fi; \
27*5e386598SRobert Watson}
28*5e386598SRobert Watsonam__make_running_with_option = \
29*5e386598SRobert Watson  case $${target_option-} in \
30*5e386598SRobert Watson      ?) ;; \
31*5e386598SRobert Watson      *) echo "am__make_running_with_option: internal error: invalid" \
32*5e386598SRobert Watson              "target option '$${target_option-}' specified" >&2; \
33*5e386598SRobert Watson         exit 1;; \
34*5e386598SRobert Watson  esac; \
35*5e386598SRobert Watson  has_opt=no; \
36*5e386598SRobert Watson  sane_makeflags=$$MAKEFLAGS; \
37*5e386598SRobert Watson  if $(am__is_gnu_make); then \
38*5e386598SRobert Watson    sane_makeflags=$$MFLAGS; \
39*5e386598SRobert Watson  else \
40aa772005SRobert Watson    case $$MAKEFLAGS in \
41aa772005SRobert Watson      *\\[\ \	]*) \
42*5e386598SRobert Watson        bs=\\; \
43*5e386598SRobert Watson        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44*5e386598SRobert Watson          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45aa772005SRobert Watson    esac; \
46*5e386598SRobert Watson  fi; \
47*5e386598SRobert Watson  skip_next=no; \
48*5e386598SRobert Watson  strip_trailopt () \
49*5e386598SRobert Watson  { \
50*5e386598SRobert Watson    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51*5e386598SRobert Watson  }; \
52*5e386598SRobert Watson  for flg in $$sane_makeflags; do \
53*5e386598SRobert Watson    test $$skip_next = yes && { skip_next=no; continue; }; \
54*5e386598SRobert Watson    case $$flg in \
55*5e386598SRobert Watson      *=*|--*) continue;; \
56*5e386598SRobert Watson        -*I) strip_trailopt 'I'; skip_next=yes;; \
57*5e386598SRobert Watson      -*I?*) strip_trailopt 'I';; \
58*5e386598SRobert Watson        -*O) strip_trailopt 'O'; skip_next=yes;; \
59*5e386598SRobert Watson      -*O?*) strip_trailopt 'O';; \
60*5e386598SRobert Watson        -*l) strip_trailopt 'l'; skip_next=yes;; \
61*5e386598SRobert Watson      -*l?*) strip_trailopt 'l';; \
62*5e386598SRobert Watson      -[dEDm]) skip_next=yes;; \
63*5e386598SRobert Watson      -[JT]) skip_next=yes;; \
64aa772005SRobert Watson    esac; \
65*5e386598SRobert Watson    case $$flg in \
66*5e386598SRobert Watson      *$$target_option*) has_opt=yes; break;; \
67*5e386598SRobert Watson    esac; \
68*5e386598SRobert Watson  done; \
69*5e386598SRobert Watson  test $$has_opt = yes
70*5e386598SRobert Watsonam__make_dryrun = (target_option=n; $(am__make_running_with_option))
71*5e386598SRobert Watsonam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72506764c6SRobert Watsonpkgdatadir = $(datadir)/@PACKAGE@
73506764c6SRobert Watsonpkgincludedir = $(includedir)/@PACKAGE@
74aa772005SRobert Watsonpkglibdir = $(libdir)/@PACKAGE@
75aa772005SRobert Watsonpkglibexecdir = $(libexecdir)/@PACKAGE@
76506764c6SRobert Watsonam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77506764c6SRobert Watsoninstall_sh_DATA = $(install_sh) -c -m 644
78506764c6SRobert Watsoninstall_sh_PROGRAM = $(install_sh) -c
79506764c6SRobert Watsoninstall_sh_SCRIPT = $(install_sh) -c
80506764c6SRobert WatsonINSTALL_HEADER = $(INSTALL_DATA)
81506764c6SRobert Watsontransform = $(program_transform_name)
82506764c6SRobert WatsonNORMAL_INSTALL = :
83506764c6SRobert WatsonPRE_INSTALL = :
84506764c6SRobert WatsonPOST_INSTALL = :
85506764c6SRobert WatsonNORMAL_UNINSTALL = :
86506764c6SRobert WatsonPRE_UNINSTALL = :
87506764c6SRobert WatsonPOST_UNINSTALL = :
88506764c6SRobert Watsonbuild_triplet = @build@
89506764c6SRobert Watsonhost_triplet = @host@
90506764c6SRobert Watsonsubdir = modules
91506764c6SRobert WatsonACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92*5e386598SRobert Watsonam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93*5e386598SRobert Watson	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94*5e386598SRobert Watson	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95*5e386598SRobert Watson	$(top_srcdir)/configure.ac
96506764c6SRobert Watsonam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97506764c6SRobert Watson	$(ACLOCAL_M4)
98*5e386598SRobert WatsonDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99506764c6SRobert Watsonmkinstalldirs = $(install_sh) -d
100506764c6SRobert WatsonCONFIG_HEADER = $(top_builddir)/config/config.h
101506764c6SRobert WatsonCONFIG_CLEAN_FILES =
102aa772005SRobert WatsonCONFIG_CLEAN_VPATH_FILES =
103*5e386598SRobert WatsonAM_V_P = $(am__v_P_@AM_V@)
104*5e386598SRobert Watsonam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105*5e386598SRobert Watsonam__v_P_0 = false
106*5e386598SRobert Watsonam__v_P_1 = :
107*5e386598SRobert WatsonAM_V_GEN = $(am__v_GEN_@AM_V@)
108*5e386598SRobert Watsonam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109*5e386598SRobert Watsonam__v_GEN_0 = @echo "  GEN     " $@;
110*5e386598SRobert Watsonam__v_GEN_1 =
111*5e386598SRobert WatsonAM_V_at = $(am__v_at_@AM_V@)
112*5e386598SRobert Watsonam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113*5e386598SRobert Watsonam__v_at_0 = @
114*5e386598SRobert Watsonam__v_at_1 =
115506764c6SRobert WatsonSOURCES =
116506764c6SRobert WatsonDIST_SOURCES =
117*5e386598SRobert WatsonRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118*5e386598SRobert Watson	ctags-recursive dvi-recursive html-recursive info-recursive \
119*5e386598SRobert Watson	install-data-recursive install-dvi-recursive \
120*5e386598SRobert Watson	install-exec-recursive install-html-recursive \
121*5e386598SRobert Watson	install-info-recursive install-pdf-recursive \
122*5e386598SRobert Watson	install-ps-recursive install-recursive installcheck-recursive \
123*5e386598SRobert Watson	installdirs-recursive pdf-recursive ps-recursive \
124*5e386598SRobert Watson	tags-recursive uninstall-recursive
125aa772005SRobert Watsonam__can_run_installinfo = \
126aa772005SRobert Watson  case $$AM_UPDATE_INFO_DIR in \
127aa772005SRobert Watson    n|no|NO) false;; \
128aa772005SRobert Watson    *) (install-info --version) >/dev/null 2>&1;; \
129aa772005SRobert Watson  esac
130eb336521SRobert WatsonRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
131eb336521SRobert Watson  distclean-recursive maintainer-clean-recursive
132*5e386598SRobert Watsonam__recursive_targets = \
133*5e386598SRobert Watson  $(RECURSIVE_TARGETS) \
134*5e386598SRobert Watson  $(RECURSIVE_CLEAN_TARGETS) \
135*5e386598SRobert Watson  $(am__extra_recursive_targets)
136*5e386598SRobert WatsonAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137aa772005SRobert Watson	distdir
138*5e386598SRobert Watsonam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
139*5e386598SRobert Watson# Read a list of newline-separated strings from the standard input,
140*5e386598SRobert Watson# and print each of them once, without duplicates.  Input order is
141*5e386598SRobert Watson# *not* preserved.
142*5e386598SRobert Watsonam__uniquify_input = $(AWK) '\
143*5e386598SRobert Watson  BEGIN { nonempty = 0; } \
144*5e386598SRobert Watson  { items[$$0] = 1; nonempty = 1; } \
145*5e386598SRobert Watson  END { if (nonempty) { for (i in items) print i; }; } \
146*5e386598SRobert Watson'
147*5e386598SRobert Watson# Make sure the list of sources is unique.  This is necessary because,
148*5e386598SRobert Watson# e.g., the same source file might be shared among _SOURCES variables
149*5e386598SRobert Watson# for different programs/libraries.
150*5e386598SRobert Watsonam__define_uniq_tagged_files = \
151*5e386598SRobert Watson  list='$(am__tagged_files)'; \
152*5e386598SRobert Watson  unique=`for i in $$list; do \
153*5e386598SRobert Watson    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154*5e386598SRobert Watson  done | $(am__uniquify_input)`
155506764c6SRobert WatsonETAGS = etags
156506764c6SRobert WatsonCTAGS = ctags
157506764c6SRobert WatsonDIST_SUBDIRS = $(SUBDIRS)
158*5e386598SRobert Watsonam__DIST_COMMON = $(srcdir)/Makefile.in
159506764c6SRobert WatsonDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160aa772005SRobert Watsonam__relativize = \
161aa772005SRobert Watson  dir0=`pwd`; \
162aa772005SRobert Watson  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
163aa772005SRobert Watson  sed_rest='s,^[^/]*/*,,'; \
164aa772005SRobert Watson  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
165aa772005SRobert Watson  sed_butlast='s,/*[^/]*$$,,'; \
166aa772005SRobert Watson  while test -n "$$dir1"; do \
167aa772005SRobert Watson    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
168aa772005SRobert Watson    if test "$$first" != "."; then \
169aa772005SRobert Watson      if test "$$first" = ".."; then \
170aa772005SRobert Watson        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
171aa772005SRobert Watson        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
172aa772005SRobert Watson      else \
173aa772005SRobert Watson        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
174aa772005SRobert Watson        if test "$$first2" = "$$first"; then \
175aa772005SRobert Watson          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
176aa772005SRobert Watson        else \
177aa772005SRobert Watson          dir2="../$$dir2"; \
178aa772005SRobert Watson        fi; \
179aa772005SRobert Watson        dir0="$$dir0"/"$$first"; \
180aa772005SRobert Watson      fi; \
181aa772005SRobert Watson    fi; \
182aa772005SRobert Watson    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
183aa772005SRobert Watson  done; \
184aa772005SRobert Watson  reldir="$$dir2"
185506764c6SRobert WatsonACLOCAL = @ACLOCAL@
186506764c6SRobert WatsonAMTAR = @AMTAR@
187*5e386598SRobert WatsonAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
188506764c6SRobert WatsonAR = @AR@
189506764c6SRobert WatsonAUTOCONF = @AUTOCONF@
190506764c6SRobert WatsonAUTOHEADER = @AUTOHEADER@
191506764c6SRobert WatsonAUTOMAKE = @AUTOMAKE@
192506764c6SRobert WatsonAWK = @AWK@
193506764c6SRobert WatsonCC = @CC@
194506764c6SRobert WatsonCCDEPMODE = @CCDEPMODE@
195506764c6SRobert WatsonCFLAGS = @CFLAGS@
196506764c6SRobert WatsonCPP = @CPP@
197506764c6SRobert WatsonCPPFLAGS = @CPPFLAGS@
198506764c6SRobert WatsonCYGPATH_W = @CYGPATH_W@
199506764c6SRobert WatsonDEFS = @DEFS@
200506764c6SRobert WatsonDEPDIR = @DEPDIR@
201aa772005SRobert WatsonDLLTOOL = @DLLTOOL@
202c0020399SRobert WatsonDSYMUTIL = @DSYMUTIL@
203aa772005SRobert WatsonDUMPBIN = @DUMPBIN@
204506764c6SRobert WatsonECHO_C = @ECHO_C@
205506764c6SRobert WatsonECHO_N = @ECHO_N@
206506764c6SRobert WatsonECHO_T = @ECHO_T@
207506764c6SRobert WatsonEGREP = @EGREP@
208506764c6SRobert WatsonEXEEXT = @EXEEXT@
209aa772005SRobert WatsonFGREP = @FGREP@
210eb336521SRobert WatsonGREP = @GREP@
211eb336521SRobert WatsonINSTALL = @INSTALL@
212506764c6SRobert WatsonINSTALL_DATA = @INSTALL_DATA@
213506764c6SRobert WatsonINSTALL_PROGRAM = @INSTALL_PROGRAM@
214506764c6SRobert WatsonINSTALL_SCRIPT = @INSTALL_SCRIPT@
215506764c6SRobert WatsonINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
216aa772005SRobert WatsonLD = @LD@
217506764c6SRobert WatsonLDFLAGS = @LDFLAGS@
218aa772005SRobert WatsonLEX = @LEX@
219aa772005SRobert WatsonLEXLIB = @LEXLIB@
220aa772005SRobert WatsonLEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
221506764c6SRobert WatsonLIBOBJS = @LIBOBJS@
222506764c6SRobert WatsonLIBS = @LIBS@
223506764c6SRobert WatsonLIBTOOL = @LIBTOOL@
224aa772005SRobert WatsonLIPO = @LIPO@
225506764c6SRobert WatsonLN_S = @LN_S@
226506764c6SRobert WatsonLTLIBOBJS = @LTLIBOBJS@
227*5e386598SRobert WatsonLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
228506764c6SRobert WatsonMAINT = @MAINT@
229506764c6SRobert WatsonMAKEINFO = @MAKEINFO@
230aa772005SRobert WatsonMANIFEST_TOOL = @MANIFEST_TOOL@
23152267f74SRobert WatsonMIG = @MIG@
232eb336521SRobert WatsonMKDIR_P = @MKDIR_P@
233aa772005SRobert WatsonNM = @NM@
234c0020399SRobert WatsonNMEDIT = @NMEDIT@
235aa772005SRobert WatsonOBJDUMP = @OBJDUMP@
236506764c6SRobert WatsonOBJEXT = @OBJEXT@
237aa772005SRobert WatsonOTOOL = @OTOOL@
238aa772005SRobert WatsonOTOOL64 = @OTOOL64@
239506764c6SRobert WatsonPACKAGE = @PACKAGE@
240506764c6SRobert WatsonPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
241506764c6SRobert WatsonPACKAGE_NAME = @PACKAGE_NAME@
242506764c6SRobert WatsonPACKAGE_STRING = @PACKAGE_STRING@
243506764c6SRobert WatsonPACKAGE_TARNAME = @PACKAGE_TARNAME@
244aa772005SRobert WatsonPACKAGE_URL = @PACKAGE_URL@
245506764c6SRobert WatsonPACKAGE_VERSION = @PACKAGE_VERSION@
246506764c6SRobert WatsonPATH_SEPARATOR = @PATH_SEPARATOR@
247506764c6SRobert WatsonRANLIB = @RANLIB@
248eb336521SRobert WatsonSED = @SED@
249506764c6SRobert WatsonSET_MAKE = @SET_MAKE@
250506764c6SRobert WatsonSHELL = @SHELL@
251506764c6SRobert WatsonSTRIP = @STRIP@
252506764c6SRobert WatsonVERSION = @VERSION@
253aa772005SRobert WatsonYACC = @YACC@
254aa772005SRobert WatsonYFLAGS = @YFLAGS@
255eb336521SRobert Watsonabs_builddir = @abs_builddir@
256eb336521SRobert Watsonabs_srcdir = @abs_srcdir@
257eb336521SRobert Watsonabs_top_builddir = @abs_top_builddir@
258eb336521SRobert Watsonabs_top_srcdir = @abs_top_srcdir@
259aa772005SRobert Watsonac_ct_AR = @ac_ct_AR@
260506764c6SRobert Watsonac_ct_CC = @ac_ct_CC@
261aa772005SRobert Watsonac_ct_DUMPBIN = @ac_ct_DUMPBIN@
262506764c6SRobert Watsonam__include = @am__include@
263506764c6SRobert Watsonam__leading_dot = @am__leading_dot@
264506764c6SRobert Watsonam__quote = @am__quote@
265506764c6SRobert Watsonam__tar = @am__tar@
266506764c6SRobert Watsonam__untar = @am__untar@
267506764c6SRobert Watsonbindir = @bindir@
268506764c6SRobert Watsonbuild = @build@
269506764c6SRobert Watsonbuild_alias = @build_alias@
270506764c6SRobert Watsonbuild_cpu = @build_cpu@
271506764c6SRobert Watsonbuild_os = @build_os@
272506764c6SRobert Watsonbuild_vendor = @build_vendor@
273eb336521SRobert Watsonbuilddir = @builddir@
274506764c6SRobert Watsondatadir = @datadir@
275eb336521SRobert Watsondatarootdir = @datarootdir@
276eb336521SRobert Watsondocdir = @docdir@
277eb336521SRobert Watsondvidir = @dvidir@
278506764c6SRobert Watsonexec_prefix = @exec_prefix@
279506764c6SRobert Watsonhost = @host@
280506764c6SRobert Watsonhost_alias = @host_alias@
281506764c6SRobert Watsonhost_cpu = @host_cpu@
282506764c6SRobert Watsonhost_os = @host_os@
283506764c6SRobert Watsonhost_vendor = @host_vendor@
284eb336521SRobert Watsonhtmldir = @htmldir@
285506764c6SRobert Watsonincludedir = @includedir@
286506764c6SRobert Watsoninfodir = @infodir@
287506764c6SRobert Watsoninstall_sh = @install_sh@
288506764c6SRobert Watsonlibdir = @libdir@
289506764c6SRobert Watsonlibexecdir = @libexecdir@
290eb336521SRobert Watsonlocaledir = @localedir@
291506764c6SRobert Watsonlocalstatedir = @localstatedir@
292506764c6SRobert Watsonmandir = @mandir@
293506764c6SRobert Watsonmkdir_p = @mkdir_p@
294506764c6SRobert Watsonoldincludedir = @oldincludedir@
295eb336521SRobert Watsonpdfdir = @pdfdir@
296506764c6SRobert Watsonprefix = @prefix@
297506764c6SRobert Watsonprogram_transform_name = @program_transform_name@
298eb336521SRobert Watsonpsdir = @psdir@
299506764c6SRobert Watsonsbindir = @sbindir@
300506764c6SRobert Watsonsharedstatedir = @sharedstatedir@
301eb336521SRobert Watsonsrcdir = @srcdir@
302506764c6SRobert Watsonsysconfdir = @sysconfdir@
303506764c6SRobert Watsontarget_alias = @target_alias@
304c0020399SRobert Watsontop_build_prefix = @top_build_prefix@
305eb336521SRobert Watsontop_builddir = @top_builddir@
306eb336521SRobert Watsontop_srcdir = @top_srcdir@
307506764c6SRobert WatsonSUBDIRS = \
308506764c6SRobert Watson	auditfilter_noop
309506764c6SRobert Watson
310506764c6SRobert Watsonall: all-recursive
311506764c6SRobert Watson
312506764c6SRobert Watson.SUFFIXES:
313506764c6SRobert Watson$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
314506764c6SRobert Watson	@for dep in $?; do \
315506764c6SRobert Watson	  case '$(am__configure_deps)' in \
316506764c6SRobert Watson	    *$$dep*) \
317aa772005SRobert Watson	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
318aa772005SRobert Watson	        && { if test -f $@; then exit 0; else break; fi; }; \
319506764c6SRobert Watson	      exit 1;; \
320506764c6SRobert Watson	  esac; \
321506764c6SRobert Watson	done; \
322506764c6SRobert Watson	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/Makefile'; \
323aa772005SRobert Watson	$(am__cd) $(top_srcdir) && \
324506764c6SRobert Watson	  $(AUTOMAKE) --foreign modules/Makefile
325506764c6SRobert WatsonMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
326506764c6SRobert Watson	@case '$?' in \
327506764c6SRobert Watson	  *config.status*) \
328506764c6SRobert Watson	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
329506764c6SRobert Watson	  *) \
330506764c6SRobert Watson	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
331506764c6SRobert Watson	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
332506764c6SRobert Watson	esac;
333506764c6SRobert Watson
334506764c6SRobert Watson$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
335506764c6SRobert Watson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336506764c6SRobert Watson
337506764c6SRobert Watson$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
338506764c6SRobert Watson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339506764c6SRobert Watson$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
340506764c6SRobert Watson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341aa772005SRobert Watson$(am__aclocal_m4_deps):
342506764c6SRobert Watson
343506764c6SRobert Watsonmostlyclean-libtool:
344506764c6SRobert Watson	-rm -f *.lo
345506764c6SRobert Watson
346506764c6SRobert Watsonclean-libtool:
347506764c6SRobert Watson	-rm -rf .libs _libs
348506764c6SRobert Watson
349506764c6SRobert Watson# This directory's subdirectories are mostly independent; you can cd
350aa772005SRobert Watson# into them and run 'make' without going through this Makefile.
351aa772005SRobert Watson# To change the values of 'make' variables: instead of editing Makefiles,
352aa772005SRobert Watson# (1) if the variable is set in 'config.status', edit 'config.status'
353aa772005SRobert Watson#     (which will cause the Makefiles to be regenerated when you run 'make');
354aa772005SRobert Watson# (2) otherwise, pass the desired values on the 'make' command line.
355*5e386598SRobert Watson$(am__recursive_targets):
356*5e386598SRobert Watson	@fail=; \
357*5e386598SRobert Watson	if $(am__make_keepgoing); then \
358*5e386598SRobert Watson	  failcom='fail=yes'; \
359*5e386598SRobert Watson	else \
360*5e386598SRobert Watson	  failcom='exit 1'; \
361*5e386598SRobert Watson	fi; \
362506764c6SRobert Watson	dot_seen=no; \
363506764c6SRobert Watson	target=`echo $@ | sed s/-recursive//`; \
364aa772005SRobert Watson	case "$@" in \
365aa772005SRobert Watson	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
366aa772005SRobert Watson	  *) list='$(SUBDIRS)' ;; \
367aa772005SRobert Watson	esac; \
368aa772005SRobert Watson	for subdir in $$list; do \
369506764c6SRobert Watson	  echo "Making $$target in $$subdir"; \
370506764c6SRobert Watson	  if test "$$subdir" = "."; then \
371506764c6SRobert Watson	    dot_seen=yes; \
372506764c6SRobert Watson	    local_target="$$target-am"; \
373506764c6SRobert Watson	  else \
374506764c6SRobert Watson	    local_target="$$target"; \
375506764c6SRobert Watson	  fi; \
376aa772005SRobert Watson	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
377506764c6SRobert Watson	  || eval $$failcom; \
378506764c6SRobert Watson	done; \
379506764c6SRobert Watson	if test "$$dot_seen" = "no"; then \
380506764c6SRobert Watson	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
381506764c6SRobert Watson	fi; test -z "$$fail"
382506764c6SRobert Watson
383*5e386598SRobert WatsonID: $(am__tagged_files)
384*5e386598SRobert Watson	$(am__define_uniq_tagged_files); mkid -fID $$unique
385*5e386598SRobert Watsontags: tags-recursive
386*5e386598SRobert WatsonTAGS: tags
387506764c6SRobert Watson
388*5e386598SRobert Watsontags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
389aa772005SRobert Watson	set x; \
390506764c6SRobert Watson	here=`pwd`; \
391506764c6SRobert Watson	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
392506764c6SRobert Watson	  include_option=--etags-include; \
393506764c6SRobert Watson	  empty_fix=.; \
394506764c6SRobert Watson	else \
395506764c6SRobert Watson	  include_option=--include; \
396506764c6SRobert Watson	  empty_fix=; \
397506764c6SRobert Watson	fi; \
398506764c6SRobert Watson	list='$(SUBDIRS)'; for subdir in $$list; do \
399506764c6SRobert Watson	  if test "$$subdir" = .; then :; else \
400506764c6SRobert Watson	    test ! -f $$subdir/TAGS || \
401aa772005SRobert Watson	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
402506764c6SRobert Watson	  fi; \
403506764c6SRobert Watson	done; \
404*5e386598SRobert Watson	$(am__define_uniq_tagged_files); \
405aa772005SRobert Watson	shift; \
406aa772005SRobert Watson	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
407506764c6SRobert Watson	  test -n "$$unique" || unique=$$empty_fix; \
408aa772005SRobert Watson	  if test $$# -gt 0; then \
409506764c6SRobert Watson	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
410aa772005SRobert Watson	      "$$@" $$unique; \
411aa772005SRobert Watson	  else \
412aa772005SRobert Watson	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
413aa772005SRobert Watson	      $$unique; \
414aa772005SRobert Watson	  fi; \
415506764c6SRobert Watson	fi
416*5e386598SRobert Watsonctags: ctags-recursive
417*5e386598SRobert Watson
418*5e386598SRobert WatsonCTAGS: ctags
419*5e386598SRobert Watsonctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
420*5e386598SRobert Watson	$(am__define_uniq_tagged_files); \
421aa772005SRobert Watson	test -z "$(CTAGS_ARGS)$$unique" \
422506764c6SRobert Watson	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
423aa772005SRobert Watson	     $$unique
424506764c6SRobert Watson
425506764c6SRobert WatsonGTAGS:
426506764c6SRobert Watson	here=`$(am__cd) $(top_builddir) && pwd` \
427aa772005SRobert Watson	  && $(am__cd) $(top_srcdir) \
428aa772005SRobert Watson	  && gtags -i $(GTAGS_ARGS) "$$here"
429*5e386598SRobert Watsoncscopelist: cscopelist-recursive
430aa772005SRobert Watson
431*5e386598SRobert Watsoncscopelist-am: $(am__tagged_files)
432*5e386598SRobert Watson	list='$(am__tagged_files)'; \
433aa772005SRobert Watson	case "$(srcdir)" in \
434aa772005SRobert Watson	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
435aa772005SRobert Watson	  *) sdir=$(subdir)/$(srcdir) ;; \
436aa772005SRobert Watson	esac; \
437aa772005SRobert Watson	for i in $$list; do \
438aa772005SRobert Watson	  if test -f "$$i"; then \
439aa772005SRobert Watson	    echo "$(subdir)/$$i"; \
440aa772005SRobert Watson	  else \
441aa772005SRobert Watson	    echo "$$sdir/$$i"; \
442aa772005SRobert Watson	  fi; \
443aa772005SRobert Watson	done >> $(top_builddir)/cscope.files
444506764c6SRobert Watson
445506764c6SRobert Watsondistclean-tags:
446506764c6SRobert Watson	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
447506764c6SRobert Watson
448506764c6SRobert Watsondistdir: $(DISTFILES)
449eb336521SRobert Watson	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
450eb336521SRobert Watson	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
451eb336521SRobert Watson	list='$(DISTFILES)'; \
452eb336521SRobert Watson	  dist_files=`for file in $$list; do echo $$file; done | \
453eb336521SRobert Watson	  sed -e "s|^$$srcdirstrip/||;t" \
454eb336521SRobert Watson	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
455eb336521SRobert Watson	case $$dist_files in \
456eb336521SRobert Watson	  */*) $(MKDIR_P) `echo "$$dist_files" | \
457eb336521SRobert Watson			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
458eb336521SRobert Watson			   sort -u` ;; \
459506764c6SRobert Watson	esac; \
460eb336521SRobert Watson	for file in $$dist_files; do \
461506764c6SRobert Watson	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
462506764c6SRobert Watson	  if test -d $$d/$$file; then \
463eb336521SRobert Watson	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
464aa772005SRobert Watson	    if test -d "$(distdir)/$$file"; then \
465aa772005SRobert Watson	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466506764c6SRobert Watson	    fi; \
467aa772005SRobert Watson	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
468aa772005SRobert Watson	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
469aa772005SRobert Watson	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
470aa772005SRobert Watson	    fi; \
471aa772005SRobert Watson	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
472506764c6SRobert Watson	  else \
473aa772005SRobert Watson	    test -f "$(distdir)/$$file" \
474aa772005SRobert Watson	    || cp -p $$d/$$file "$(distdir)/$$file" \
475506764c6SRobert Watson	    || exit 1; \
476506764c6SRobert Watson	  fi; \
477506764c6SRobert Watson	done
478aa772005SRobert Watson	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
479506764c6SRobert Watson	  if test "$$subdir" = .; then :; else \
480aa772005SRobert Watson	    $(am__make_dryrun) \
481aa772005SRobert Watson	      || test -d "$(distdir)/$$subdir" \
482eb336521SRobert Watson	      || $(MKDIR_P) "$(distdir)/$$subdir" \
483506764c6SRobert Watson	      || exit 1; \
484aa772005SRobert Watson	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
485aa772005SRobert Watson	    $(am__relativize); \
486aa772005SRobert Watson	    new_distdir=$$reldir; \
487aa772005SRobert Watson	    dir1=$$subdir; dir2="$(top_distdir)"; \
488aa772005SRobert Watson	    $(am__relativize); \
489aa772005SRobert Watson	    new_top_distdir=$$reldir; \
490aa772005SRobert Watson	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
491aa772005SRobert Watson	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
492aa772005SRobert Watson	    ($(am__cd) $$subdir && \
493506764c6SRobert Watson	      $(MAKE) $(AM_MAKEFLAGS) \
494aa772005SRobert Watson	        top_distdir="$$new_top_distdir" \
495aa772005SRobert Watson	        distdir="$$new_distdir" \
496eb336521SRobert Watson		am__remove_distdir=: \
497eb336521SRobert Watson		am__skip_length_check=: \
498aa772005SRobert Watson		am__skip_mode_fix=: \
499506764c6SRobert Watson	        distdir) \
500506764c6SRobert Watson	      || exit 1; \
501506764c6SRobert Watson	  fi; \
502506764c6SRobert Watson	done
503506764c6SRobert Watsoncheck-am: all-am
504506764c6SRobert Watsoncheck: check-recursive
505506764c6SRobert Watsonall-am: Makefile
506506764c6SRobert Watsoninstalldirs: installdirs-recursive
507506764c6SRobert Watsoninstalldirs-am:
508506764c6SRobert Watsoninstall: install-recursive
509506764c6SRobert Watsoninstall-exec: install-exec-recursive
510506764c6SRobert Watsoninstall-data: install-data-recursive
511506764c6SRobert Watsonuninstall: uninstall-recursive
512506764c6SRobert Watson
513506764c6SRobert Watsoninstall-am: all-am
514506764c6SRobert Watson	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
515506764c6SRobert Watson
516506764c6SRobert Watsoninstallcheck: installcheck-recursive
517506764c6SRobert Watsoninstall-strip:
518aa772005SRobert Watson	if test -z '$(STRIP)'; then \
519506764c6SRobert Watson	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
520506764c6SRobert Watson	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
521aa772005SRobert Watson	      install; \
522aa772005SRobert Watson	else \
523aa772005SRobert Watson	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
524aa772005SRobert Watson	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
525aa772005SRobert Watson	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
526aa772005SRobert Watson	fi
527506764c6SRobert Watsonmostlyclean-generic:
528506764c6SRobert Watson
529506764c6SRobert Watsonclean-generic:
530506764c6SRobert Watson
531506764c6SRobert Watsondistclean-generic:
532506764c6SRobert Watson	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
533aa772005SRobert Watson	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
534506764c6SRobert Watson
535506764c6SRobert Watsonmaintainer-clean-generic:
536506764c6SRobert Watson	@echo "This command is intended for maintainers to use"
537506764c6SRobert Watson	@echo "it deletes files that may require special tools to rebuild."
538506764c6SRobert Watsonclean: clean-recursive
539506764c6SRobert Watson
540506764c6SRobert Watsonclean-am: clean-generic clean-libtool mostlyclean-am
541506764c6SRobert Watson
542506764c6SRobert Watsondistclean: distclean-recursive
543506764c6SRobert Watson	-rm -f Makefile
544eb336521SRobert Watsondistclean-am: clean-am distclean-generic distclean-tags
545506764c6SRobert Watson
546506764c6SRobert Watsondvi: dvi-recursive
547506764c6SRobert Watson
548506764c6SRobert Watsondvi-am:
549506764c6SRobert Watson
550506764c6SRobert Watsonhtml: html-recursive
551506764c6SRobert Watson
552aa772005SRobert Watsonhtml-am:
553aa772005SRobert Watson
554506764c6SRobert Watsoninfo: info-recursive
555506764c6SRobert Watson
556506764c6SRobert Watsoninfo-am:
557506764c6SRobert Watson
558506764c6SRobert Watsoninstall-data-am:
559506764c6SRobert Watson
560eb336521SRobert Watsoninstall-dvi: install-dvi-recursive
561eb336521SRobert Watson
562aa772005SRobert Watsoninstall-dvi-am:
563aa772005SRobert Watson
564506764c6SRobert Watsoninstall-exec-am:
565506764c6SRobert Watson
566eb336521SRobert Watsoninstall-html: install-html-recursive
567eb336521SRobert Watson
568aa772005SRobert Watsoninstall-html-am:
569aa772005SRobert Watson
570506764c6SRobert Watsoninstall-info: install-info-recursive
571506764c6SRobert Watson
572aa772005SRobert Watsoninstall-info-am:
573aa772005SRobert Watson
574506764c6SRobert Watsoninstall-man:
575506764c6SRobert Watson
576eb336521SRobert Watsoninstall-pdf: install-pdf-recursive
577eb336521SRobert Watson
578aa772005SRobert Watsoninstall-pdf-am:
579aa772005SRobert Watson
580eb336521SRobert Watsoninstall-ps: install-ps-recursive
581eb336521SRobert Watson
582aa772005SRobert Watsoninstall-ps-am:
583aa772005SRobert Watson
584506764c6SRobert Watsoninstallcheck-am:
585506764c6SRobert Watson
586506764c6SRobert Watsonmaintainer-clean: maintainer-clean-recursive
587506764c6SRobert Watson	-rm -f Makefile
588506764c6SRobert Watsonmaintainer-clean-am: distclean-am maintainer-clean-generic
589506764c6SRobert Watson
590506764c6SRobert Watsonmostlyclean: mostlyclean-recursive
591506764c6SRobert Watson
592506764c6SRobert Watsonmostlyclean-am: mostlyclean-generic mostlyclean-libtool
593506764c6SRobert Watson
594506764c6SRobert Watsonpdf: pdf-recursive
595506764c6SRobert Watson
596506764c6SRobert Watsonpdf-am:
597506764c6SRobert Watson
598506764c6SRobert Watsonps: ps-recursive
599506764c6SRobert Watson
600506764c6SRobert Watsonps-am:
601506764c6SRobert Watson
602eb336521SRobert Watsonuninstall-am:
603506764c6SRobert Watson
604*5e386598SRobert Watson.MAKE: $(am__recursive_targets) install-am install-strip
605506764c6SRobert Watson
606*5e386598SRobert Watson.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
607*5e386598SRobert Watson	check-am clean clean-generic clean-libtool cscopelist-am ctags \
608*5e386598SRobert Watson	ctags-am distclean distclean-generic distclean-libtool \
609*5e386598SRobert Watson	distclean-tags distdir dvi dvi-am html html-am info info-am \
610*5e386598SRobert Watson	install install-am install-data install-data-am install-dvi \
611aa772005SRobert Watson	install-dvi-am install-exec install-exec-am install-html \
612aa772005SRobert Watson	install-html-am install-info install-info-am install-man \
613aa772005SRobert Watson	install-pdf install-pdf-am install-ps install-ps-am \
614aa772005SRobert Watson	install-strip installcheck installcheck-am installdirs \
615aa772005SRobert Watson	installdirs-am maintainer-clean maintainer-clean-generic \
616aa772005SRobert Watson	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
617*5e386598SRobert Watson	ps ps-am tags tags-am uninstall uninstall-am
618*5e386598SRobert Watson
619*5e386598SRobert Watson.PRECIOUS: Makefile
620aa772005SRobert Watson
621506764c6SRobert Watson
622506764c6SRobert Watson# Tell versions [3.59,3.63) of GNU make to not export all variables.
623506764c6SRobert Watson# Otherwise a system limit (for SysV at least) may be exceeded.
624506764c6SRobert Watson.NOEXPORT:
625