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