]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/openbsm/Makefile.in
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / openbsm / Makefile.in
1 # Makefile.in generated by automake 1.12.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 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 VPATH = @srcdir@
17 am__make_dryrun = \
18   { \
19     am__dry=no; \
20     case $$MAKEFLAGS in \
21       *\\[\ \   ]*) \
22         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24       *) \
25         for am__flg in $$MAKEFLAGS; do \
26           case $$am__flg in \
27             *=*|--*) ;; \
28             *n*) am__dry=yes; break;; \
29           esac; \
30         done;; \
31     esac; \
32     test $$am__dry = yes; \
33   }
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39 install_sh_DATA = $(install_sh) -c -m 644
40 install_sh_PROGRAM = $(install_sh) -c
41 install_sh_SCRIPT = $(install_sh) -c
42 INSTALL_HEADER = $(INSTALL_DATA)
43 transform = $(program_transform_name)
44 NORMAL_INSTALL = :
45 PRE_INSTALL = :
46 POST_INSTALL = :
47 NORMAL_UNINSTALL = :
48 PRE_UNINSTALL = :
49 POST_UNINSTALL = :
50 build_triplet = @build@
51 host_triplet = @host@
52 @HAVE_AUDIT_SYSCALLS_TRUE@am__append_1 = \
53 @HAVE_AUDIT_SYSCALLS_TRUE@              libauditd
54
55 subdir = .
56 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
57         $(srcdir)/Makefile.in $(top_srcdir)/config/config.guess \
58         $(top_srcdir)/config/config.h.in \
59         $(top_srcdir)/config/config.sub \
60         $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
61         $(top_srcdir)/config/missing $(top_srcdir)/configure INSTALL \
62         NEWS TODO config/config.guess config/config.sub config/depcomp \
63         config/install-sh config/ltmain.sh config/missing \
64         config/ylwrap
65 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68         $(ACLOCAL_M4)
69 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
70  configure.lineno config.status.lineno
71 mkinstalldirs = $(install_sh) -d
72 CONFIG_HEADER = $(top_builddir)/config/config.h
73 CONFIG_CLEAN_FILES =
74 CONFIG_CLEAN_VPATH_FILES =
75 SOURCES =
76 DIST_SOURCES =
77 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78         html-recursive info-recursive install-data-recursive \
79         install-dvi-recursive install-exec-recursive \
80         install-html-recursive install-info-recursive \
81         install-pdf-recursive install-ps-recursive install-recursive \
82         installcheck-recursive installdirs-recursive pdf-recursive \
83         ps-recursive uninstall-recursive
84 am__can_run_installinfo = \
85   case $$AM_UPDATE_INFO_DIR in \
86     n|no|NO) false;; \
87     *) (install-info --version) >/dev/null 2>&1;; \
88   esac
89 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90   distclean-recursive maintainer-clean-recursive
91 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
92         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
93         cscope distdir dist dist-all distcheck
94 ETAGS = etags
95 CTAGS = ctags
96 CSCOPE = cscope
97 DIST_SUBDIRS = bsm libauditd libbsm bin man modules sys
98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99 distdir = $(PACKAGE)-$(VERSION)
100 top_distdir = $(distdir)
101 am__remove_distdir = \
102   if test -d "$(distdir)"; then \
103     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
104       && rm -rf "$(distdir)" \
105       || { sleep 5 && rm -rf "$(distdir)"; }; \
106   else :; fi
107 am__post_remove_distdir = $(am__remove_distdir)
108 am__relativize = \
109   dir0=`pwd`; \
110   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
111   sed_rest='s,^[^/]*/*,,'; \
112   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
113   sed_butlast='s,/*[^/]*$$,,'; \
114   while test -n "$$dir1"; do \
115     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
116     if test "$$first" != "."; then \
117       if test "$$first" = ".."; then \
118         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
119         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
120       else \
121         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
122         if test "$$first2" = "$$first"; then \
123           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
124         else \
125           dir2="../$$dir2"; \
126         fi; \
127         dir0="$$dir0"/"$$first"; \
128       fi; \
129     fi; \
130     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
131   done; \
132   reldir="$$dir2"
133 DIST_ARCHIVES = $(distdir).tar.gz
134 GZIP_ENV = --best
135 DIST_TARGETS = dist-gzip
136 distuninstallcheck_listfiles = find . -type f -print
137 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
138   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
139 distcleancheck_listfiles = find . -type f -print
140 ACLOCAL = @ACLOCAL@
141 AMTAR = @AMTAR@
142 AR = @AR@
143 AUTOCONF = @AUTOCONF@
144 AUTOHEADER = @AUTOHEADER@
145 AUTOMAKE = @AUTOMAKE@
146 AWK = @AWK@
147 CC = @CC@
148 CCDEPMODE = @CCDEPMODE@
149 CFLAGS = @CFLAGS@
150 CPP = @CPP@
151 CPPFLAGS = @CPPFLAGS@
152 CYGPATH_W = @CYGPATH_W@
153 DEFS = @DEFS@
154 DEPDIR = @DEPDIR@
155 DLLTOOL = @DLLTOOL@
156 DSYMUTIL = @DSYMUTIL@
157 DUMPBIN = @DUMPBIN@
158 ECHO_C = @ECHO_C@
159 ECHO_N = @ECHO_N@
160 ECHO_T = @ECHO_T@
161 EGREP = @EGREP@
162 EXEEXT = @EXEEXT@
163 FGREP = @FGREP@
164 GREP = @GREP@
165 INSTALL = @INSTALL@
166 INSTALL_DATA = @INSTALL_DATA@
167 INSTALL_PROGRAM = @INSTALL_PROGRAM@
168 INSTALL_SCRIPT = @INSTALL_SCRIPT@
169 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170 LD = @LD@
171 LDFLAGS = @LDFLAGS@
172 LEX = @LEX@
173 LEXLIB = @LEXLIB@
174 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
175 LIBOBJS = @LIBOBJS@
176 LIBS = @LIBS@
177 LIBTOOL = @LIBTOOL@
178 LIPO = @LIPO@
179 LN_S = @LN_S@
180 LTLIBOBJS = @LTLIBOBJS@
181 MAINT = @MAINT@
182 MAKEINFO = @MAKEINFO@
183 MANIFEST_TOOL = @MANIFEST_TOOL@
184 MIG = @MIG@
185 MKDIR_P = @MKDIR_P@
186 NM = @NM@
187 NMEDIT = @NMEDIT@
188 OBJDUMP = @OBJDUMP@
189 OBJEXT = @OBJEXT@
190 OTOOL = @OTOOL@
191 OTOOL64 = @OTOOL64@
192 PACKAGE = @PACKAGE@
193 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
194 PACKAGE_NAME = @PACKAGE_NAME@
195 PACKAGE_STRING = @PACKAGE_STRING@
196 PACKAGE_TARNAME = @PACKAGE_TARNAME@
197 PACKAGE_URL = @PACKAGE_URL@
198 PACKAGE_VERSION = @PACKAGE_VERSION@
199 PATH_SEPARATOR = @PATH_SEPARATOR@
200 RANLIB = @RANLIB@
201 SED = @SED@
202 SET_MAKE = @SET_MAKE@
203 SHELL = @SHELL@
204 STRIP = @STRIP@
205 VERSION = @VERSION@
206 YACC = @YACC@
207 YFLAGS = @YFLAGS@
208 abs_builddir = @abs_builddir@
209 abs_srcdir = @abs_srcdir@
210 abs_top_builddir = @abs_top_builddir@
211 abs_top_srcdir = @abs_top_srcdir@
212 ac_ct_AR = @ac_ct_AR@
213 ac_ct_CC = @ac_ct_CC@
214 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215 am__include = @am__include@
216 am__leading_dot = @am__leading_dot@
217 am__quote = @am__quote@
218 am__tar = @am__tar@
219 am__untar = @am__untar@
220 bindir = @bindir@
221 build = @build@
222 build_alias = @build_alias@
223 build_cpu = @build_cpu@
224 build_os = @build_os@
225 build_vendor = @build_vendor@
226 builddir = @builddir@
227 datadir = @datadir@
228 datarootdir = @datarootdir@
229 docdir = @docdir@
230 dvidir = @dvidir@
231 exec_prefix = @exec_prefix@
232 host = @host@
233 host_alias = @host_alias@
234 host_cpu = @host_cpu@
235 host_os = @host_os@
236 host_vendor = @host_vendor@
237 htmldir = @htmldir@
238 includedir = @includedir@
239 infodir = @infodir@
240 install_sh = @install_sh@
241 libdir = @libdir@
242 libexecdir = @libexecdir@
243 localedir = @localedir@
244 localstatedir = @localstatedir@
245 mandir = @mandir@
246 mkdir_p = @mkdir_p@
247 oldincludedir = @oldincludedir@
248 pdfdir = @pdfdir@
249 prefix = @prefix@
250 program_transform_name = @program_transform_name@
251 psdir = @psdir@
252 sbindir = @sbindir@
253 sharedstatedir = @sharedstatedir@
254 srcdir = @srcdir@
255 sysconfdir = @sysconfdir@
256 target_alias = @target_alias@
257 top_build_prefix = @top_build_prefix@
258 top_builddir = @top_builddir@
259 top_srcdir = @top_srcdir@
260 SUBDIRS = bsm $(am__append_1) libbsm bin man modules sys
261 ACLOCAL_AMFLAGS = -I m4
262 EXTRA_DIST = \
263         CHANGELOG       \
264         LICENSE         \
265         README          \
266         TODO            \
267         VERSION
268
269 all: all-recursive
270
271 .SUFFIXES:
272 am--refresh: Makefile
273         @:
274 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
275         @for dep in $?; do \
276           case '$(am__configure_deps)' in \
277             *$$dep*) \
278               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
279               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
280                 && exit 0; \
281               exit 1;; \
282           esac; \
283         done; \
284         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
285         $(am__cd) $(top_srcdir) && \
286           $(AUTOMAKE) --foreign Makefile
287 .PRECIOUS: Makefile
288 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289         @case '$?' in \
290           *config.status*) \
291             echo ' $(SHELL) ./config.status'; \
292             $(SHELL) ./config.status;; \
293           *) \
294             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
295             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
296         esac;
297
298 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
299         $(SHELL) ./config.status --recheck
300
301 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
302         $(am__cd) $(srcdir) && $(AUTOCONF)
303 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
304         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
305 $(am__aclocal_m4_deps):
306
307 config/config.h: config/stamp-h1
308         @if test ! -f $@; then rm -f config/stamp-h1; else :; fi
309         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) config/stamp-h1; else :; fi
310
311 config/stamp-h1: $(top_srcdir)/config/config.h.in $(top_builddir)/config.status
312         @rm -f config/stamp-h1
313         cd $(top_builddir) && $(SHELL) ./config.status config/config.h
314 $(top_srcdir)/config/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
315         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
316         rm -f config/stamp-h1
317         touch $@
318
319 distclean-hdr:
320         -rm -f config/config.h config/stamp-h1
321
322 mostlyclean-libtool:
323         -rm -f *.lo
324
325 clean-libtool:
326         -rm -rf .libs _libs
327
328 distclean-libtool:
329         -rm -f libtool config.lt
330
331 # This directory's subdirectories are mostly independent; you can cd
332 # into them and run 'make' without going through this Makefile.
333 # To change the values of 'make' variables: instead of editing Makefiles,
334 # (1) if the variable is set in 'config.status', edit 'config.status'
335 #     (which will cause the Makefiles to be regenerated when you run 'make');
336 # (2) otherwise, pass the desired values on the 'make' command line.
337 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
338         @fail= failcom='exit 1'; \
339         for f in x $$MAKEFLAGS; do \
340           case $$f in \
341             *=* | --[!k]*);; \
342             *k*) failcom='fail=yes';; \
343           esac; \
344         done; \
345         dot_seen=no; \
346         target=`echo $@ | sed s/-recursive//`; \
347         case "$@" in \
348           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
349           *) list='$(SUBDIRS)' ;; \
350         esac; \
351         for subdir in $$list; do \
352           echo "Making $$target in $$subdir"; \
353           if test "$$subdir" = "."; then \
354             dot_seen=yes; \
355             local_target="$$target-am"; \
356           else \
357             local_target="$$target"; \
358           fi; \
359           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360           || eval $$failcom; \
361         done; \
362         if test "$$dot_seen" = "no"; then \
363           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
364         fi; test -z "$$fail"
365 tags-recursive:
366         list='$(SUBDIRS)'; for subdir in $$list; do \
367           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
368         done
369 ctags-recursive:
370         list='$(SUBDIRS)'; for subdir in $$list; do \
371           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
372         done
373 cscopelist-recursive:
374         list='$(SUBDIRS)'; for subdir in $$list; do \
375           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
376         done
377
378 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
379         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
380         unique=`for i in $$list; do \
381             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382           done | \
383           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384               END { if (nonempty) { for (i in files) print i; }; }'`; \
385         mkid -fID $$unique
386 tags: TAGS
387
388 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389                 $(TAGS_FILES) $(LISP)
390         set x; \
391         here=`pwd`; \
392         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
393           include_option=--etags-include; \
394           empty_fix=.; \
395         else \
396           include_option=--include; \
397           empty_fix=; \
398         fi; \
399         list='$(SUBDIRS)'; for subdir in $$list; do \
400           if test "$$subdir" = .; then :; else \
401             test ! -f $$subdir/TAGS || \
402               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
403           fi; \
404         done; \
405         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
406         unique=`for i in $$list; do \
407             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408           done | \
409           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410               END { if (nonempty) { for (i in files) print i; }; }'`; \
411         shift; \
412         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
413           test -n "$$unique" || unique=$$empty_fix; \
414           if test $$# -gt 0; then \
415             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
416               "$$@" $$unique; \
417           else \
418             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419               $$unique; \
420           fi; \
421         fi
422 ctags: CTAGS
423 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
424                 $(TAGS_FILES) $(LISP)
425         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
426         unique=`for i in $$list; do \
427             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428           done | \
429           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430               END { if (nonempty) { for (i in files) print i; }; }'`; \
431         test -z "$(CTAGS_ARGS)$$unique" \
432           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
433              $$unique
434
435 GTAGS:
436         here=`$(am__cd) $(top_builddir) && pwd` \
437           && $(am__cd) $(top_srcdir) \
438           && gtags -i $(GTAGS_ARGS) "$$here"
439
440 cscope: cscope.files
441         test ! -s cscope.files \
442           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
443
444 clean-cscope:
445         -rm -f cscope.files
446
447 cscope.files: clean-cscope cscopelist-recursive cscopelist
448
449 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
450         list='$(SOURCES) $(HEADERS) $(LISP)'; \
451         case "$(srcdir)" in \
452           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
453           *) sdir=$(subdir)/$(srcdir) ;; \
454         esac; \
455         for i in $$list; do \
456           if test -f "$$i"; then \
457             echo "$(subdir)/$$i"; \
458           else \
459             echo "$$sdir/$$i"; \
460           fi; \
461         done >> $(top_builddir)/cscope.files
462
463 distclean-tags:
464         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
465         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
466
467 distdir: $(DISTFILES)
468         $(am__remove_distdir)
469         test -d "$(distdir)" || mkdir "$(distdir)"
470         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472         list='$(DISTFILES)'; \
473           dist_files=`for file in $$list; do echo $$file; done | \
474           sed -e "s|^$$srcdirstrip/||;t" \
475               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
476         case $$dist_files in \
477           */*) $(MKDIR_P) `echo "$$dist_files" | \
478                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479                            sort -u` ;; \
480         esac; \
481         for file in $$dist_files; do \
482           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483           if test -d $$d/$$file; then \
484             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
485             if test -d "$(distdir)/$$file"; then \
486               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487             fi; \
488             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
490               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491             fi; \
492             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
493           else \
494             test -f "$(distdir)/$$file" \
495             || cp -p $$d/$$file "$(distdir)/$$file" \
496             || exit 1; \
497           fi; \
498         done
499         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
500           if test "$$subdir" = .; then :; else \
501             $(am__make_dryrun) \
502               || test -d "$(distdir)/$$subdir" \
503               || $(MKDIR_P) "$(distdir)/$$subdir" \
504               || exit 1; \
505             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
506             $(am__relativize); \
507             new_distdir=$$reldir; \
508             dir1=$$subdir; dir2="$(top_distdir)"; \
509             $(am__relativize); \
510             new_top_distdir=$$reldir; \
511             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
512             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
513             ($(am__cd) $$subdir && \
514               $(MAKE) $(AM_MAKEFLAGS) \
515                 top_distdir="$$new_top_distdir" \
516                 distdir="$$new_distdir" \
517                 am__remove_distdir=: \
518                 am__skip_length_check=: \
519                 am__skip_mode_fix=: \
520                 distdir) \
521               || exit 1; \
522           fi; \
523         done
524         -test -n "$(am__skip_mode_fix)" \
525         || find "$(distdir)" -type d ! -perm -755 \
526                 -exec chmod u+rwx,go+rx {} \; -o \
527           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
528           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
529           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
530         || chmod -R a+r "$(distdir)"
531 dist-gzip: distdir
532         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
533         $(am__post_remove_distdir)
534
535 dist-bzip2: distdir
536         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
537         $(am__post_remove_distdir)
538
539 dist-lzip: distdir
540         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
541         $(am__post_remove_distdir)
542
543 dist-xz: distdir
544         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
545         $(am__post_remove_distdir)
546
547 dist-tarZ: distdir
548         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
549         $(am__post_remove_distdir)
550
551 dist-shar: distdir
552         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
553         $(am__post_remove_distdir)
554
555 dist-zip: distdir
556         -rm -f $(distdir).zip
557         zip -rq $(distdir).zip $(distdir)
558         $(am__post_remove_distdir)
559
560 dist dist-all:
561         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
562         $(am__post_remove_distdir)
563
564 # This target untars the dist file and tries a VPATH configuration.  Then
565 # it guarantees that the distribution is self-contained by making another
566 # tarfile.
567 distcheck: dist
568         case '$(DIST_ARCHIVES)' in \
569         *.tar.gz*) \
570           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
571         *.tar.bz2*) \
572           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
573         *.tar.lz*) \
574           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
575         *.tar.xz*) \
576           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
577         *.tar.Z*) \
578           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
579         *.shar.gz*) \
580           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
581         *.zip*) \
582           unzip $(distdir).zip ;;\
583         esac
584         chmod -R a-w $(distdir); chmod u+w $(distdir)
585         mkdir $(distdir)/_build
586         mkdir $(distdir)/_inst
587         chmod a-w $(distdir)
588         test -d $(distdir)/_build || exit 0; \
589         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
590           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
591           && am__cwd=`pwd` \
592           && $(am__cd) $(distdir)/_build \
593           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
594             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
595             $(DISTCHECK_CONFIGURE_FLAGS) \
596           && $(MAKE) $(AM_MAKEFLAGS) \
597           && $(MAKE) $(AM_MAKEFLAGS) dvi \
598           && $(MAKE) $(AM_MAKEFLAGS) check \
599           && $(MAKE) $(AM_MAKEFLAGS) install \
600           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
601           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
602           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
603                 distuninstallcheck \
604           && chmod -R a-w "$$dc_install_base" \
605           && ({ \
606                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
607                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
608                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
609                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
610                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
611               } || { rm -rf "$$dc_destdir"; exit 1; }) \
612           && rm -rf "$$dc_destdir" \
613           && $(MAKE) $(AM_MAKEFLAGS) dist \
614           && rm -rf $(DIST_ARCHIVES) \
615           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
616           && cd "$$am__cwd" \
617           || exit 1
618         $(am__post_remove_distdir)
619         @(echo "$(distdir) archives ready for distribution: "; \
620           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
621           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
622 distuninstallcheck:
623         @test -n '$(distuninstallcheck_dir)' || { \
624           echo 'ERROR: trying to run $@ with an empty' \
625                '$$(distuninstallcheck_dir)' >&2; \
626           exit 1; \
627         }; \
628         $(am__cd) '$(distuninstallcheck_dir)' || { \
629           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
630           exit 1; \
631         }; \
632         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
633            || { echo "ERROR: files left after uninstall:" ; \
634                 if test -n "$(DESTDIR)"; then \
635                   echo "  (check DESTDIR support)"; \
636                 fi ; \
637                 $(distuninstallcheck_listfiles) ; \
638                 exit 1; } >&2
639 distcleancheck: distclean
640         @if test '$(srcdir)' = . ; then \
641           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
642           exit 1 ; \
643         fi
644         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
645           || { echo "ERROR: files left in build directory after distclean:" ; \
646                $(distcleancheck_listfiles) ; \
647                exit 1; } >&2
648 check-am: all-am
649 check: check-recursive
650 all-am: Makefile
651 installdirs: installdirs-recursive
652 installdirs-am:
653 install: install-recursive
654 install-exec: install-exec-recursive
655 install-data: install-data-recursive
656 uninstall: uninstall-recursive
657
658 install-am: all-am
659         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
660
661 installcheck: installcheck-recursive
662 install-strip:
663         if test -z '$(STRIP)'; then \
664           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
665             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
666               install; \
667         else \
668           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
669             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
670             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
671         fi
672 mostlyclean-generic:
673
674 clean-generic:
675
676 distclean-generic:
677         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
679
680 maintainer-clean-generic:
681         @echo "This command is intended for maintainers to use"
682         @echo "it deletes files that may require special tools to rebuild."
683 clean: clean-recursive
684
685 clean-am: clean-generic clean-libtool mostlyclean-am
686
687 distclean: distclean-recursive
688         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
689         -rm -f Makefile
690 distclean-am: clean-am distclean-generic distclean-hdr \
691         distclean-libtool distclean-tags
692
693 dvi: dvi-recursive
694
695 dvi-am:
696
697 html: html-recursive
698
699 html-am:
700
701 info: info-recursive
702
703 info-am:
704
705 install-data-am:
706
707 install-dvi: install-dvi-recursive
708
709 install-dvi-am:
710
711 install-exec-am:
712
713 install-html: install-html-recursive
714
715 install-html-am:
716
717 install-info: install-info-recursive
718
719 install-info-am:
720
721 install-man:
722
723 install-pdf: install-pdf-recursive
724
725 install-pdf-am:
726
727 install-ps: install-ps-recursive
728
729 install-ps-am:
730
731 installcheck-am:
732
733 maintainer-clean: maintainer-clean-recursive
734         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
735         -rm -rf $(top_srcdir)/autom4te.cache
736         -rm -f Makefile
737 maintainer-clean-am: distclean-am maintainer-clean-generic
738
739 mostlyclean: mostlyclean-recursive
740
741 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
742
743 pdf: pdf-recursive
744
745 pdf-am:
746
747 ps: ps-recursive
748
749 ps-am:
750
751 uninstall-am:
752
753 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
754         cscopelist-recursive ctags-recursive install-am install-strip \
755         tags-recursive
756
757 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
758         all all-am am--refresh check check-am clean clean-cscope \
759         clean-generic clean-libtool cscope cscopelist \
760         cscopelist-recursive ctags ctags-recursive dist dist-all \
761         dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
762         dist-zip distcheck distclean distclean-generic distclean-hdr \
763         distclean-libtool distclean-tags distcleancheck distdir \
764         distuninstallcheck dvi dvi-am html html-am info info-am \
765         install install-am install-data install-data-am install-dvi \
766         install-dvi-am install-exec install-exec-am install-html \
767         install-html-am install-info install-info-am install-man \
768         install-pdf install-pdf-am install-ps install-ps-am \
769         install-strip installcheck installcheck-am installdirs \
770         installdirs-am maintainer-clean maintainer-clean-generic \
771         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
772         ps ps-am tags tags-recursive uninstall uninstall-am
773
774
775 # Tell versions [3.59,3.63) of GNU make to not export all variables.
776 # Otherwise a system limit (for SysV at least) may be exceeded.
777 .NOEXPORT: