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