VirtualBox

source: vbox/trunk/src/libs/libogg-1.3.5/Makefile.in

Last change on this file was 96360, checked in by vboxsync, 21 months ago

libogg, libvorbis: export to OSE

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 30.3 KB
Line 
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
17VPATH = @srcdir@
18am__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}
29am__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
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__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
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 $(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100 $(am__configure_deps) $(am__DIST_COMMON)
101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102 configure.lineno config.status.lineno
103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = config.h
105CONFIG_CLEAN_FILES = libogg.spec ogg.pc ogg-uninstalled.pc
106CONFIG_CLEAN_VPATH_FILES =
107AM_V_P = $(am__v_P_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113am__v_GEN_0 = @echo " GEN " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117am__v_at_0 = @
118am__v_at_1 =
119SOURCES =
120DIST_SOURCES =
121RECURSIVE_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
129am__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
134am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
135am__vpath_adj = case $$p in \
136 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137 *) f=$$p;; \
138 esac;
139am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
140am__install_max = 40
141am__nobase_strip_setup = \
142 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
143am__nobase_strip = \
144 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
145am__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] }'
152am__base_list = \
153 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
154 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
155am__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 }
161am__installdirs = "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"
162DATA = $(m4data_DATA) $(pkgconfig_DATA)
163RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
164 distclean-recursive maintainer-clean-recursive
165am__recursive_targets = \
166 $(RECURSIVE_TARGETS) \
167 $(RECURSIVE_CLEAN_TARGETS) \
168 $(am__extra_recursive_targets)
169AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
170 cscope distdir distdir-am dist dist-all distcheck
171am__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.
176am__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.
184am__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)`
189ETAGS = etags
190CTAGS = ctags
191CSCOPE = cscope
192DIST_SUBDIRS = $(SUBDIRS)
193am__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
197DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198distdir = $(PACKAGE)-$(VERSION)
199top_distdir = $(distdir)
200am__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
206am__post_remove_distdir = $(am__remove_distdir)
207am__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"
232DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz $(distdir).zip
233GZIP_ENV = --best
234DIST_TARGETS = dist-xz dist-gzip dist-zip
235# Exists only to be overridden by the user if desired.
236AM_DISTCHECK_DVI_TARGET = dvi
237distuninstallcheck_listfiles = find . -type f -print
238am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
239 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
240distcleancheck_listfiles = find . -type f -print
241ACLOCAL = @ACLOCAL@
242AMTAR = @AMTAR@
243AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
244AR = @AR@
245AUTOCONF = @AUTOCONF@
246AUTOHEADER = @AUTOHEADER@
247AUTOMAKE = @AUTOMAKE@
248AWK = @AWK@
249CC = @CC@
250CCDEPMODE = @CCDEPMODE@
251CFLAGS = @CFLAGS@
252CPP = @CPP@
253CPPFLAGS = @CPPFLAGS@
254CYGPATH_W = @CYGPATH_W@
255DEBUG = @DEBUG@
256DEFS = @DEFS@
257DEPDIR = @DEPDIR@
258DLLTOOL = @DLLTOOL@
259DSYMUTIL = @DSYMUTIL@
260DUMPBIN = @DUMPBIN@
261ECHO_C = @ECHO_C@
262ECHO_N = @ECHO_N@
263ECHO_T = @ECHO_T@
264EGREP = @EGREP@
265EXEEXT = @EXEEXT@
266FGREP = @FGREP@
267GREP = @GREP@
268INCLUDE_INTTYPES_H = @INCLUDE_INTTYPES_H@
269INCLUDE_STDINT_H = @INCLUDE_STDINT_H@
270INCLUDE_SYS_TYPES_H = @INCLUDE_SYS_TYPES_H@
271INSTALL = @INSTALL@
272INSTALL_DATA = @INSTALL_DATA@
273INSTALL_PROGRAM = @INSTALL_PROGRAM@
274INSTALL_SCRIPT = @INSTALL_SCRIPT@
275INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276LD = @LD@
277LDFLAGS = @LDFLAGS@
278LIBOBJS = @LIBOBJS@
279LIBS = @LIBS@
280LIBTOOL = @LIBTOOL@
281LIBTOOL_DEPS = @LIBTOOL_DEPS@
282LIB_AGE = @LIB_AGE@
283LIB_CURRENT = @LIB_CURRENT@
284LIB_REVISION = @LIB_REVISION@
285LIPO = @LIPO@
286LN_S = @LN_S@
287LTLIBOBJS = @LTLIBOBJS@
288LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
289MAINT = @MAINT@
290MAKEINFO = @MAKEINFO@
291MANIFEST_TOOL = @MANIFEST_TOOL@
292MKDIR_P = @MKDIR_P@
293NM = @NM@
294NMEDIT = @NMEDIT@
295OBJDUMP = @OBJDUMP@
296OBJEXT = @OBJEXT@
297OPT = @OPT@
298OTOOL = @OTOOL@
299OTOOL64 = @OTOOL64@
300PACKAGE = @PACKAGE@
301PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
302PACKAGE_NAME = @PACKAGE_NAME@
303PACKAGE_STRING = @PACKAGE_STRING@
304PACKAGE_TARNAME = @PACKAGE_TARNAME@
305PACKAGE_URL = @PACKAGE_URL@
306PACKAGE_VERSION = @PACKAGE_VERSION@
307PATH_SEPARATOR = @PATH_SEPARATOR@
308PROFILE = @PROFILE@
309RANLIB = @RANLIB@
310SED = @SED@
311SET_MAKE = @SET_MAKE@
312SHELL = @SHELL@
313SIZE16 = @SIZE16@
314SIZE32 = @SIZE32@
315SIZE64 = @SIZE64@
316STRIP = @STRIP@
317USIZE16 = @USIZE16@
318USIZE32 = @USIZE32@
319USIZE64 = @USIZE64@
320VERSION = @VERSION@
321abs_builddir = @abs_builddir@
322abs_srcdir = @abs_srcdir@
323abs_top_builddir = @abs_top_builddir@
324abs_top_srcdir = @abs_top_srcdir@
325ac_ct_AR = @ac_ct_AR@
326ac_ct_CC = @ac_ct_CC@
327ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328am__include = @am__include@
329am__leading_dot = @am__leading_dot@
330am__quote = @am__quote@
331am__tar = @am__tar@
332am__untar = @am__untar@
333bindir = @bindir@
334build = @build@
335build_alias = @build_alias@
336build_cpu = @build_cpu@
337build_os = @build_os@
338build_vendor = @build_vendor@
339builddir = @builddir@
340datadir = @datadir@
341datarootdir = @datarootdir@
342docdir = @docdir@
343dvidir = @dvidir@
344exec_prefix = @exec_prefix@
345host = @host@
346host_alias = @host_alias@
347host_cpu = @host_cpu@
348host_os = @host_os@
349host_vendor = @host_vendor@
350htmldir = @htmldir@
351includedir = @includedir@
352infodir = @infodir@
353install_sh = @install_sh@
354libdir = @libdir@
355libexecdir = @libexecdir@
356localedir = @localedir@
357localstatedir = @localstatedir@
358mandir = @mandir@
359mkdir_p = @mkdir_p@
360oldincludedir = @oldincludedir@
361pdfdir = @pdfdir@
362prefix = @prefix@
363program_transform_name = @program_transform_name@
364psdir = @psdir@
365runstatedir = @runstatedir@
366sbindir = @sbindir@
367sharedstatedir = @sharedstatedir@
368srcdir = @srcdir@
369sysconfdir = @sysconfdir@
370target_alias = @target_alias@
371top_build_prefix = @top_build_prefix@
372top_builddir = @top_builddir@
373top_srcdir = @top_srcdir@
374
375#AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
376AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
377ACLOCAL_AMFLAGS = -I m4
378SUBDIRS = src include doc
379m4datadir = $(datadir)/aclocal
380m4data_DATA = ogg.m4
381pkgconfigdir = $(libdir)/pkgconfig
382pkgconfig_DATA = ogg.pc
383EXTRA_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.
390cmake_builddir = _build.cmake
391all: config.h
392 $(MAKE) $(AM_MAKEFLAGS) all-recursive
393
394.SUFFIXES:
395am--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
410Makefile: $(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
429config.h: stamp-h1
430 @test -f $@ || rm -f stamp-h1
431 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
432
433stamp-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
441distclean-hdr:
442 -rm -f config.h stamp-h1
443libogg.spec: $(top_builddir)/config.status $(srcdir)/libogg.spec.in
444 cd $(top_builddir) && $(SHELL) ./config.status $@
445ogg.pc: $(top_builddir)/config.status $(srcdir)/ogg.pc.in
446 cd $(top_builddir) && $(SHELL) ./config.status $@
447ogg-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/ogg-uninstalled.pc.in
448 cd $(top_builddir) && $(SHELL) ./config.status $@
449
450mostlyclean-libtool:
451 -rm -f *.lo
452
453clean-libtool:
454 -rm -rf .libs _libs
455
456distclean-libtool:
457 -rm -f libtool config.lt
458install-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
474uninstall-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)
479install-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
495uninstall-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
535ID: $(am__tagged_files)
536 $(am__define_uniq_tagged_files); mkid -fID $$unique
537tags: tags-recursive
538TAGS: tags
539
540tags-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
568ctags: ctags-recursive
569
570CTAGS: ctags
571ctags-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
577GTAGS:
578 here=`$(am__cd) $(top_builddir) && pwd` \
579 && $(am__cd) $(top_srcdir) \
580 && gtags -i $(GTAGS_ARGS) "$$here"
581cscope: cscope.files
582 test ! -s cscope.files \
583 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
584clean-cscope:
585 -rm -f cscope.files
586cscope.files: clean-cscope cscopelist
587cscopelist: cscopelist-recursive
588
589cscopelist-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
603distclean-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
607distdir: $(BUILT_SOURCES)
608 $(MAKE) $(AM_MAKEFLAGS) distdir-am
609
610distdir-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)"
677dist-gzip: distdir
678 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
679 $(am__post_remove_distdir)
680
681dist-bzip2: distdir
682 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
683 $(am__post_remove_distdir)
684
685dist-lzip: distdir
686 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
687 $(am__post_remove_distdir)
688dist-xz: distdir
689 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
690 $(am__post_remove_distdir)
691
692dist-zstd: distdir
693 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
694 $(am__post_remove_distdir)
695
696dist-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
703dist-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)
709dist-zip: distdir
710 -rm -f $(distdir).zip
711 zip -rq $(distdir).zip $(distdir)
712 $(am__post_remove_distdir)
713
714dist 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.
721distcheck: 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'
780distuninstallcheck:
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
797distcleancheck: 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
806check-am: all-am
807check: check-recursive
808all-am: Makefile $(DATA) config.h
809installdirs: installdirs-recursive
810installdirs-am:
811 for dir in "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \
812 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
813 done
814install: install-recursive
815install-exec: install-exec-recursive
816install-data: install-data-recursive
817uninstall: uninstall-recursive
818
819install-am: all-am
820 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
821
822installcheck: installcheck-recursive
823install-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
833mostlyclean-generic:
834
835clean-generic:
836
837distclean-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
841maintainer-clean-generic:
842 @echo "This command is intended for maintainers to use"
843 @echo "it deletes files that may require special tools to rebuild."
844clean: clean-recursive
845
846clean-am: clean-generic clean-libtool mostlyclean-am
847
848distclean: distclean-recursive
849 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
850 -rm -f Makefile
851distclean-am: clean-am distclean-generic distclean-hdr \
852 distclean-libtool distclean-tags
853
854dvi: dvi-recursive
855
856dvi-am:
857
858html: html-recursive
859
860html-am:
861
862info: info-recursive
863
864info-am:
865
866install-data-am: install-m4dataDATA install-pkgconfigDATA
867
868install-dvi: install-dvi-recursive
869
870install-dvi-am:
871
872install-exec-am:
873
874install-html: install-html-recursive
875
876install-html-am:
877
878install-info: install-info-recursive
879
880install-info-am:
881
882install-man:
883
884install-pdf: install-pdf-recursive
885
886install-pdf-am:
887
888install-ps: install-ps-recursive
889
890install-ps-am:
891
892installcheck-am:
893
894maintainer-clean: maintainer-clean-recursive
895 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
896 -rm -rf $(top_srcdir)/autom4te.cache
897 -rm -f Makefile
898maintainer-clean-am: distclean-am maintainer-clean-generic
899
900mostlyclean: mostlyclean-recursive
901
902mostlyclean-am: mostlyclean-generic mostlyclean-libtool
903
904pdf: pdf-recursive
905
906pdf-am:
907
908ps: ps-recursive
909
910ps-am:
911
912uninstall-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
937dist-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
945distcheck-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
953debug:
954 $(MAKE) all CFLAGS="@DEBUG@"
955
956profile:
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:
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use