VirtualBox

source: vbox/trunk/src/libs/libogg-1.3.5/include/ogg/Makefile.in@ 107044

Last change on this file since 107044 was 96360, checked in by vboxsync, 2 years ago

libogg, libvorbis: export to OSE

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 17.9 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 = include/ogg
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 $(ogginclude_HEADERS) \
100 $(am__DIST_COMMON)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES = config_types.h
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo " GEN " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
117SOURCES =
118DIST_SOURCES =
119am__can_run_installinfo = \
120 case $$AM_UPDATE_INFO_DIR in \
121 n|no|NO) false;; \
122 *) (install-info --version) >/dev/null 2>&1;; \
123 esac
124am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125am__vpath_adj = case $$p in \
126 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
127 *) f=$$p;; \
128 esac;
129am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130am__install_max = 40
131am__nobase_strip_setup = \
132 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133am__nobase_strip = \
134 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135am__nobase_list = $(am__nobase_strip_setup); \
136 for p in $$list; do echo "$$p $$p"; done | \
137 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
138 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139 if (++n[$$2] == $(am__install_max)) \
140 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141 END { for (dir in files) print dir, files[dir] }'
142am__base_list = \
143 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145am__uninstall_files_from_dir = { \
146 test -z "$$files" \
147 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149 $(am__cd) "$$dir" && rm -f $$files; }; \
150 }
151am__installdirs = "$(DESTDIR)$(oggincludedir)" \
152 "$(DESTDIR)$(oggincludedir)"
153HEADERS = $(nodist_ogginclude_HEADERS) $(ogginclude_HEADERS)
154am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155# Read a list of newline-separated strings from the standard input,
156# and print each of them once, without duplicates. Input order is
157# *not* preserved.
158am__uniquify_input = $(AWK) '\
159 BEGIN { nonempty = 0; } \
160 { items[$$0] = 1; nonempty = 1; } \
161 END { if (nonempty) { for (i in items) print i; }; } \
162'
163# Make sure the list of sources is unique. This is necessary because,
164# e.g., the same source file might be shared among _SOURCES variables
165# for different programs/libraries.
166am__define_uniq_tagged_files = \
167 list='$(am__tagged_files)'; \
168 unique=`for i in $$list; do \
169 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
170 done | $(am__uniquify_input)`
171ETAGS = etags
172CTAGS = ctags
173am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config_types.h.in
174DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
175ACLOCAL = @ACLOCAL@
176AMTAR = @AMTAR@
177AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
178AR = @AR@
179AUTOCONF = @AUTOCONF@
180AUTOHEADER = @AUTOHEADER@
181AUTOMAKE = @AUTOMAKE@
182AWK = @AWK@
183CC = @CC@
184CCDEPMODE = @CCDEPMODE@
185CFLAGS = @CFLAGS@
186CPP = @CPP@
187CPPFLAGS = @CPPFLAGS@
188CYGPATH_W = @CYGPATH_W@
189DEBUG = @DEBUG@
190DEFS = @DEFS@
191DEPDIR = @DEPDIR@
192DLLTOOL = @DLLTOOL@
193DSYMUTIL = @DSYMUTIL@
194DUMPBIN = @DUMPBIN@
195ECHO_C = @ECHO_C@
196ECHO_N = @ECHO_N@
197ECHO_T = @ECHO_T@
198EGREP = @EGREP@
199EXEEXT = @EXEEXT@
200FGREP = @FGREP@
201GREP = @GREP@
202INCLUDE_INTTYPES_H = @INCLUDE_INTTYPES_H@
203INCLUDE_STDINT_H = @INCLUDE_STDINT_H@
204INCLUDE_SYS_TYPES_H = @INCLUDE_SYS_TYPES_H@
205INSTALL = @INSTALL@
206INSTALL_DATA = @INSTALL_DATA@
207INSTALL_PROGRAM = @INSTALL_PROGRAM@
208INSTALL_SCRIPT = @INSTALL_SCRIPT@
209INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
210LD = @LD@
211LDFLAGS = @LDFLAGS@
212LIBOBJS = @LIBOBJS@
213LIBS = @LIBS@
214LIBTOOL = @LIBTOOL@
215LIBTOOL_DEPS = @LIBTOOL_DEPS@
216LIB_AGE = @LIB_AGE@
217LIB_CURRENT = @LIB_CURRENT@
218LIB_REVISION = @LIB_REVISION@
219LIPO = @LIPO@
220LN_S = @LN_S@
221LTLIBOBJS = @LTLIBOBJS@
222LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
223MAINT = @MAINT@
224MAKEINFO = @MAKEINFO@
225MANIFEST_TOOL = @MANIFEST_TOOL@
226MKDIR_P = @MKDIR_P@
227NM = @NM@
228NMEDIT = @NMEDIT@
229OBJDUMP = @OBJDUMP@
230OBJEXT = @OBJEXT@
231OPT = @OPT@
232OTOOL = @OTOOL@
233OTOOL64 = @OTOOL64@
234PACKAGE = @PACKAGE@
235PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
236PACKAGE_NAME = @PACKAGE_NAME@
237PACKAGE_STRING = @PACKAGE_STRING@
238PACKAGE_TARNAME = @PACKAGE_TARNAME@
239PACKAGE_URL = @PACKAGE_URL@
240PACKAGE_VERSION = @PACKAGE_VERSION@
241PATH_SEPARATOR = @PATH_SEPARATOR@
242PROFILE = @PROFILE@
243RANLIB = @RANLIB@
244SED = @SED@
245SET_MAKE = @SET_MAKE@
246SHELL = @SHELL@
247SIZE16 = @SIZE16@
248SIZE32 = @SIZE32@
249SIZE64 = @SIZE64@
250STRIP = @STRIP@
251USIZE16 = @USIZE16@
252USIZE32 = @USIZE32@
253USIZE64 = @USIZE64@
254VERSION = @VERSION@
255abs_builddir = @abs_builddir@
256abs_srcdir = @abs_srcdir@
257abs_top_builddir = @abs_top_builddir@
258abs_top_srcdir = @abs_top_srcdir@
259ac_ct_AR = @ac_ct_AR@
260ac_ct_CC = @ac_ct_CC@
261ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
262am__include = @am__include@
263am__leading_dot = @am__leading_dot@
264am__quote = @am__quote@
265am__tar = @am__tar@
266am__untar = @am__untar@
267bindir = @bindir@
268build = @build@
269build_alias = @build_alias@
270build_cpu = @build_cpu@
271build_os = @build_os@
272build_vendor = @build_vendor@
273builddir = @builddir@
274datadir = @datadir@
275datarootdir = @datarootdir@
276docdir = @docdir@
277dvidir = @dvidir@
278exec_prefix = @exec_prefix@
279host = @host@
280host_alias = @host_alias@
281host_cpu = @host_cpu@
282host_os = @host_os@
283host_vendor = @host_vendor@
284htmldir = @htmldir@
285includedir = @includedir@
286infodir = @infodir@
287install_sh = @install_sh@
288libdir = @libdir@
289libexecdir = @libexecdir@
290localedir = @localedir@
291localstatedir = @localstatedir@
292mandir = @mandir@
293mkdir_p = @mkdir_p@
294oldincludedir = @oldincludedir@
295pdfdir = @pdfdir@
296prefix = @prefix@
297program_transform_name = @program_transform_name@
298psdir = @psdir@
299runstatedir = @runstatedir@
300sbindir = @sbindir@
301sharedstatedir = @sharedstatedir@
302srcdir = @srcdir@
303sysconfdir = @sysconfdir@
304target_alias = @target_alias@
305top_build_prefix = @top_build_prefix@
306top_builddir = @top_builddir@
307top_srcdir = @top_srcdir@
308oggincludedir = $(includedir)/ogg
309ogginclude_HEADERS = ogg.h os_types.h
310nodist_ogginclude_HEADERS = config_types.h
311all: all-am
312
313.SUFFIXES:
314$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
315 @for dep in $?; do \
316 case '$(am__configure_deps)' in \
317 *$$dep*) \
318 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
319 && { if test -f $@; then exit 0; else break; fi; }; \
320 exit 1;; \
321 esac; \
322 done; \
323 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/ogg/Makefile'; \
324 $(am__cd) $(top_srcdir) && \
325 $(AUTOMAKE) --foreign include/ogg/Makefile
326Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327 @case '$?' in \
328 *config.status*) \
329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
330 *) \
331 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
332 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
333 esac;
334
335$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337
338$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
341 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342$(am__aclocal_m4_deps):
343config_types.h: $(top_builddir)/config.status $(srcdir)/config_types.h.in
344 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
345
346mostlyclean-libtool:
347 -rm -f *.lo
348
349clean-libtool:
350 -rm -rf .libs _libs
351install-nodist_oggincludeHEADERS: $(nodist_ogginclude_HEADERS)
352 @$(NORMAL_INSTALL)
353 @list='$(nodist_ogginclude_HEADERS)'; test -n "$(oggincludedir)" || list=; \
354 if test -n "$$list"; then \
355 echo " $(MKDIR_P) '$(DESTDIR)$(oggincludedir)'"; \
356 $(MKDIR_P) "$(DESTDIR)$(oggincludedir)" || exit 1; \
357 fi; \
358 for p in $$list; do \
359 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
360 echo "$$d$$p"; \
361 done | $(am__base_list) | \
362 while read files; do \
363 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(oggincludedir)'"; \
364 $(INSTALL_HEADER) $$files "$(DESTDIR)$(oggincludedir)" || exit $$?; \
365 done
366
367uninstall-nodist_oggincludeHEADERS:
368 @$(NORMAL_UNINSTALL)
369 @list='$(nodist_ogginclude_HEADERS)'; test -n "$(oggincludedir)" || list=; \
370 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
371 dir='$(DESTDIR)$(oggincludedir)'; $(am__uninstall_files_from_dir)
372install-oggincludeHEADERS: $(ogginclude_HEADERS)
373 @$(NORMAL_INSTALL)
374 @list='$(ogginclude_HEADERS)'; test -n "$(oggincludedir)" || list=; \
375 if test -n "$$list"; then \
376 echo " $(MKDIR_P) '$(DESTDIR)$(oggincludedir)'"; \
377 $(MKDIR_P) "$(DESTDIR)$(oggincludedir)" || exit 1; \
378 fi; \
379 for p in $$list; do \
380 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
381 echo "$$d$$p"; \
382 done | $(am__base_list) | \
383 while read files; do \
384 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(oggincludedir)'"; \
385 $(INSTALL_HEADER) $$files "$(DESTDIR)$(oggincludedir)" || exit $$?; \
386 done
387
388uninstall-oggincludeHEADERS:
389 @$(NORMAL_UNINSTALL)
390 @list='$(ogginclude_HEADERS)'; test -n "$(oggincludedir)" || list=; \
391 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
392 dir='$(DESTDIR)$(oggincludedir)'; $(am__uninstall_files_from_dir)
393
394ID: $(am__tagged_files)
395 $(am__define_uniq_tagged_files); mkid -fID $$unique
396tags: tags-am
397TAGS: tags
398
399tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
400 set x; \
401 here=`pwd`; \
402 $(am__define_uniq_tagged_files); \
403 shift; \
404 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
405 test -n "$$unique" || unique=$$empty_fix; \
406 if test $$# -gt 0; then \
407 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408 "$$@" $$unique; \
409 else \
410 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411 $$unique; \
412 fi; \
413 fi
414ctags: ctags-am
415
416CTAGS: ctags
417ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
418 $(am__define_uniq_tagged_files); \
419 test -z "$(CTAGS_ARGS)$$unique" \
420 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421 $$unique
422
423GTAGS:
424 here=`$(am__cd) $(top_builddir) && pwd` \
425 && $(am__cd) $(top_srcdir) \
426 && gtags -i $(GTAGS_ARGS) "$$here"
427cscopelist: cscopelist-am
428
429cscopelist-am: $(am__tagged_files)
430 list='$(am__tagged_files)'; \
431 case "$(srcdir)" in \
432 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
433 *) sdir=$(subdir)/$(srcdir) ;; \
434 esac; \
435 for i in $$list; do \
436 if test -f "$$i"; then \
437 echo "$(subdir)/$$i"; \
438 else \
439 echo "$$sdir/$$i"; \
440 fi; \
441 done >> $(top_builddir)/cscope.files
442
443distclean-tags:
444 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445
446distdir: $(BUILT_SOURCES)
447 $(MAKE) $(AM_MAKEFLAGS) distdir-am
448
449distdir-am: $(DISTFILES)
450 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
451 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452 list='$(DISTFILES)'; \
453 dist_files=`for file in $$list; do echo $$file; done | \
454 sed -e "s|^$$srcdirstrip/||;t" \
455 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
456 case $$dist_files in \
457 */*) $(MKDIR_P) `echo "$$dist_files" | \
458 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
459 sort -u` ;; \
460 esac; \
461 for file in $$dist_files; do \
462 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
463 if test -d $$d/$$file; then \
464 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
465 if test -d "$(distdir)/$$file"; then \
466 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467 fi; \
468 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
469 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
470 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
471 fi; \
472 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
473 else \
474 test -f "$(distdir)/$$file" \
475 || cp -p $$d/$$file "$(distdir)/$$file" \
476 || exit 1; \
477 fi; \
478 done
479check-am: all-am
480check: check-am
481all-am: Makefile $(HEADERS)
482installdirs:
483 for dir in "$(DESTDIR)$(oggincludedir)" "$(DESTDIR)$(oggincludedir)"; do \
484 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
485 done
486install: install-am
487install-exec: install-exec-am
488install-data: install-data-am
489uninstall: uninstall-am
490
491install-am: all-am
492 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
493
494installcheck: installcheck-am
495install-strip:
496 if test -z '$(STRIP)'; then \
497 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499 install; \
500 else \
501 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
502 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
503 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
504 fi
505mostlyclean-generic:
506
507clean-generic:
508
509distclean-generic:
510 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
511 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
512
513maintainer-clean-generic:
514 @echo "This command is intended for maintainers to use"
515 @echo "it deletes files that may require special tools to rebuild."
516clean: clean-am
517
518clean-am: clean-generic clean-libtool mostlyclean-am
519
520distclean: distclean-am
521 -rm -f Makefile
522distclean-am: clean-am distclean-generic distclean-tags
523
524dvi: dvi-am
525
526dvi-am:
527
528html: html-am
529
530html-am:
531
532info: info-am
533
534info-am:
535
536install-data-am: install-nodist_oggincludeHEADERS \
537 install-oggincludeHEADERS
538
539install-dvi: install-dvi-am
540
541install-dvi-am:
542
543install-exec-am:
544
545install-html: install-html-am
546
547install-html-am:
548
549install-info: install-info-am
550
551install-info-am:
552
553install-man:
554
555install-pdf: install-pdf-am
556
557install-pdf-am:
558
559install-ps: install-ps-am
560
561install-ps-am:
562
563installcheck-am:
564
565maintainer-clean: maintainer-clean-am
566 -rm -f Makefile
567maintainer-clean-am: distclean-am maintainer-clean-generic
568
569mostlyclean: mostlyclean-am
570
571mostlyclean-am: mostlyclean-generic mostlyclean-libtool
572
573pdf: pdf-am
574
575pdf-am:
576
577ps: ps-am
578
579ps-am:
580
581uninstall-am: uninstall-nodist_oggincludeHEADERS \
582 uninstall-oggincludeHEADERS
583
584.MAKE: install-am install-strip
585
586.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
587 clean-libtool cscopelist-am ctags ctags-am distclean \
588 distclean-generic distclean-libtool distclean-tags distdir dvi \
589 dvi-am html html-am info info-am install install-am \
590 install-data install-data-am install-dvi install-dvi-am \
591 install-exec install-exec-am install-html install-html-am \
592 install-info install-info-am install-man \
593 install-nodist_oggincludeHEADERS install-oggincludeHEADERS \
594 install-pdf install-pdf-am install-ps install-ps-am \
595 install-strip installcheck installcheck-am installdirs \
596 maintainer-clean maintainer-clean-generic mostlyclean \
597 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
598 tags tags-am uninstall uninstall-am \
599 uninstall-nodist_oggincludeHEADERS uninstall-oggincludeHEADERS
600
601.PRECIOUS: Makefile
602
603
604# Tell versions [3.59,3.63) of GNU make to not export all variables.
605# Otherwise a system limit (for SysV at least) may be exceeded.
606.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette