]> git.tdb.fi Git - ext/ogg.git/blob - include/ogg/Makefile.in
Add MSP build files
[ext/ogg.git] / include / ogg / 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 = include/ogg
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 $(ogginclude_HEADERS) \
100         $(am__DIST_COMMON)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_FILES = config_types.h
104 CONFIG_CLEAN_VPATH_FILES =
105 AM_V_P = $(am__v_P_@AM_V@)
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107 am__v_P_0 = false
108 am__v_P_1 = :
109 AM_V_GEN = $(am__v_GEN_@AM_V@)
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111 am__v_GEN_0 = @echo "  GEN     " $@;
112 am__v_GEN_1 = 
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 am__v_at_1 = 
117 SOURCES =
118 DIST_SOURCES =
119 am__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
124 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125 am__vpath_adj = case $$p in \
126     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
127     *) f=$$p;; \
128   esac;
129 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130 am__install_max = 40
131 am__nobase_strip_setup = \
132   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133 am__nobase_strip = \
134   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135 am__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] }'
142 am__base_list = \
143   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145 am__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   }
151 am__installdirs = "$(DESTDIR)$(oggincludedir)" \
152         "$(DESTDIR)$(oggincludedir)"
153 HEADERS = $(nodist_ogginclude_HEADERS) $(ogginclude_HEADERS)
154 am__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.
158 am__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.
166 am__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)`
171 ETAGS = etags
172 CTAGS = ctags
173 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config_types.h.in
174 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
175 ACLOCAL = @ACLOCAL@
176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
178 AR = @AR@
179 AUTOCONF = @AUTOCONF@
180 AUTOHEADER = @AUTOHEADER@
181 AUTOMAKE = @AUTOMAKE@
182 AWK = @AWK@
183 CC = @CC@
184 CCDEPMODE = @CCDEPMODE@
185 CFLAGS = @CFLAGS@
186 CPP = @CPP@
187 CPPFLAGS = @CPPFLAGS@
188 CYGPATH_W = @CYGPATH_W@
189 DEBUG = @DEBUG@
190 DEFS = @DEFS@
191 DEPDIR = @DEPDIR@
192 DLLTOOL = @DLLTOOL@
193 DSYMUTIL = @DSYMUTIL@
194 DUMPBIN = @DUMPBIN@
195 ECHO_C = @ECHO_C@
196 ECHO_N = @ECHO_N@
197 ECHO_T = @ECHO_T@
198 EGREP = @EGREP@
199 EXEEXT = @EXEEXT@
200 FGREP = @FGREP@
201 GREP = @GREP@
202 INCLUDE_INTTYPES_H = @INCLUDE_INTTYPES_H@
203 INCLUDE_STDINT_H = @INCLUDE_STDINT_H@
204 INCLUDE_SYS_TYPES_H = @INCLUDE_SYS_TYPES_H@
205 INSTALL = @INSTALL@
206 INSTALL_DATA = @INSTALL_DATA@
207 INSTALL_PROGRAM = @INSTALL_PROGRAM@
208 INSTALL_SCRIPT = @INSTALL_SCRIPT@
209 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
210 LD = @LD@
211 LDFLAGS = @LDFLAGS@
212 LIBOBJS = @LIBOBJS@
213 LIBS = @LIBS@
214 LIBTOOL = @LIBTOOL@
215 LIBTOOL_DEPS = @LIBTOOL_DEPS@
216 LIB_AGE = @LIB_AGE@
217 LIB_CURRENT = @LIB_CURRENT@
218 LIB_REVISION = @LIB_REVISION@
219 LIPO = @LIPO@
220 LN_S = @LN_S@
221 LTLIBOBJS = @LTLIBOBJS@
222 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
223 MAINT = @MAINT@
224 MAKEINFO = @MAKEINFO@
225 MANIFEST_TOOL = @MANIFEST_TOOL@
226 MKDIR_P = @MKDIR_P@
227 NM = @NM@
228 NMEDIT = @NMEDIT@
229 OBJDUMP = @OBJDUMP@
230 OBJEXT = @OBJEXT@
231 OPT = @OPT@
232 OTOOL = @OTOOL@
233 OTOOL64 = @OTOOL64@
234 PACKAGE = @PACKAGE@
235 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
236 PACKAGE_NAME = @PACKAGE_NAME@
237 PACKAGE_STRING = @PACKAGE_STRING@
238 PACKAGE_TARNAME = @PACKAGE_TARNAME@
239 PACKAGE_URL = @PACKAGE_URL@
240 PACKAGE_VERSION = @PACKAGE_VERSION@
241 PATH_SEPARATOR = @PATH_SEPARATOR@
242 PROFILE = @PROFILE@
243 RANLIB = @RANLIB@
244 SED = @SED@
245 SET_MAKE = @SET_MAKE@
246 SHELL = @SHELL@
247 SIZE16 = @SIZE16@
248 SIZE32 = @SIZE32@
249 SIZE64 = @SIZE64@
250 STRIP = @STRIP@
251 USIZE16 = @USIZE16@
252 USIZE32 = @USIZE32@
253 USIZE64 = @USIZE64@
254 VERSION = @VERSION@
255 abs_builddir = @abs_builddir@
256 abs_srcdir = @abs_srcdir@
257 abs_top_builddir = @abs_top_builddir@
258 abs_top_srcdir = @abs_top_srcdir@
259 ac_ct_AR = @ac_ct_AR@
260 ac_ct_CC = @ac_ct_CC@
261 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
262 am__include = @am__include@
263 am__leading_dot = @am__leading_dot@
264 am__quote = @am__quote@
265 am__tar = @am__tar@
266 am__untar = @am__untar@
267 bindir = @bindir@
268 build = @build@
269 build_alias = @build_alias@
270 build_cpu = @build_cpu@
271 build_os = @build_os@
272 build_vendor = @build_vendor@
273 builddir = @builddir@
274 datadir = @datadir@
275 datarootdir = @datarootdir@
276 docdir = @docdir@
277 dvidir = @dvidir@
278 exec_prefix = @exec_prefix@
279 host = @host@
280 host_alias = @host_alias@
281 host_cpu = @host_cpu@
282 host_os = @host_os@
283 host_vendor = @host_vendor@
284 htmldir = @htmldir@
285 includedir = @includedir@
286 infodir = @infodir@
287 install_sh = @install_sh@
288 libdir = @libdir@
289 libexecdir = @libexecdir@
290 localedir = @localedir@
291 localstatedir = @localstatedir@
292 mandir = @mandir@
293 mkdir_p = @mkdir_p@
294 oldincludedir = @oldincludedir@
295 pdfdir = @pdfdir@
296 prefix = @prefix@
297 program_transform_name = @program_transform_name@
298 psdir = @psdir@
299 runstatedir = @runstatedir@
300 sbindir = @sbindir@
301 sharedstatedir = @sharedstatedir@
302 srcdir = @srcdir@
303 sysconfdir = @sysconfdir@
304 target_alias = @target_alias@
305 top_build_prefix = @top_build_prefix@
306 top_builddir = @top_builddir@
307 top_srcdir = @top_srcdir@
308 oggincludedir = $(includedir)/ogg
309 ogginclude_HEADERS = ogg.h os_types.h
310 nodist_ogginclude_HEADERS = config_types.h
311 all: 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
326 Makefile: $(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):
343 config_types.h: $(top_builddir)/config.status $(srcdir)/config_types.h.in
344         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
345
346 mostlyclean-libtool:
347         -rm -f *.lo
348
349 clean-libtool:
350         -rm -rf .libs _libs
351 install-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
367 uninstall-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)
372 install-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
388 uninstall-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
394 ID: $(am__tagged_files)
395         $(am__define_uniq_tagged_files); mkid -fID $$unique
396 tags: tags-am
397 TAGS: tags
398
399 tags-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
414 ctags: ctags-am
415
416 CTAGS: ctags
417 ctags-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
423 GTAGS:
424         here=`$(am__cd) $(top_builddir) && pwd` \
425           && $(am__cd) $(top_srcdir) \
426           && gtags -i $(GTAGS_ARGS) "$$here"
427 cscopelist: cscopelist-am
428
429 cscopelist-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
443 distclean-tags:
444         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445
446 distdir: $(BUILT_SOURCES)
447         $(MAKE) $(AM_MAKEFLAGS) distdir-am
448
449 distdir-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
479 check-am: all-am
480 check: check-am
481 all-am: Makefile $(HEADERS)
482 installdirs:
483         for dir in "$(DESTDIR)$(oggincludedir)" "$(DESTDIR)$(oggincludedir)"; do \
484           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
485         done
486 install: install-am
487 install-exec: install-exec-am
488 install-data: install-data-am
489 uninstall: uninstall-am
490
491 install-am: all-am
492         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
493
494 installcheck: installcheck-am
495 install-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
505 mostlyclean-generic:
506
507 clean-generic:
508
509 distclean-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
513 maintainer-clean-generic:
514         @echo "This command is intended for maintainers to use"
515         @echo "it deletes files that may require special tools to rebuild."
516 clean: clean-am
517
518 clean-am: clean-generic clean-libtool mostlyclean-am
519
520 distclean: distclean-am
521         -rm -f Makefile
522 distclean-am: clean-am distclean-generic distclean-tags
523
524 dvi: dvi-am
525
526 dvi-am:
527
528 html: html-am
529
530 html-am:
531
532 info: info-am
533
534 info-am:
535
536 install-data-am: install-nodist_oggincludeHEADERS \
537         install-oggincludeHEADERS
538
539 install-dvi: install-dvi-am
540
541 install-dvi-am:
542
543 install-exec-am:
544
545 install-html: install-html-am
546
547 install-html-am:
548
549 install-info: install-info-am
550
551 install-info-am:
552
553 install-man:
554
555 install-pdf: install-pdf-am
556
557 install-pdf-am:
558
559 install-ps: install-ps-am
560
561 install-ps-am:
562
563 installcheck-am:
564
565 maintainer-clean: maintainer-clean-am
566         -rm -f Makefile
567 maintainer-clean-am: distclean-am maintainer-clean-generic
568
569 mostlyclean: mostlyclean-am
570
571 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
572
573 pdf: pdf-am
574
575 pdf-am:
576
577 ps: ps-am
578
579 ps-am:
580
581 uninstall-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: