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