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