Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29156 Details for
Bug 47412
media-libs/faad2-1.1 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
faad2 Makefile
Makefile (text/plain), 14.02 KB, created by
postmodern
on 2004-04-12 13:15:56 UTC
(
hide
)
Description:
faad2 Makefile
Filename:
MIME Type:
Creator:
postmodern
Created:
2004-04-12 13:15:56 UTC
Size:
14.02 KB
patch
obsolete
># Makefile.in generated automatically by automake 1.5 from Makefile.am. > ># Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 ># Free Software Foundation, Inc. ># This Makefile.in is free software; the Free Software Foundation ># gives unlimited permission to copy and/or distribute it, ># with or without modifications, as long as this notice is preserved. > ># This program is distributed in the hope that it will be useful, ># but WITHOUT ANY WARRANTY, to the extent permitted by law; without ># even the implied warranty of MERCHANTABILITY or FITNESS FOR A ># PARTICULAR PURPOSE. > > > >SHELL = /bin/sh > >srcdir = . >top_srcdir = .. >prefix = /usr >exec_prefix = ${prefix} > >bindir = ${exec_prefix}/bin >sbindir = ${exec_prefix}/sbin >libexecdir = ${exec_prefix}/libexec >datadir = /usr/share >sysconfdir = /etc >sharedstatedir = ${prefix}/com >localstatedir = /var/lib >libdir = ${exec_prefix}/lib >infodir = /usr/share/info >mandir = /usr/share/man >includedir = ${prefix}/include >oldincludedir = /usr/include >pkgdatadir = $(datadir)/faad >pkglibdir = $(libdir)/faad >pkgincludedir = $(includedir)/faad >top_builddir = .. > >ACLOCAL = aclocal-1.4 >AUTOCONF = autoconf >AUTOMAKE = automake-1.4 >AUTOHEADER = autoheader > >INSTALL = /bin/install -c >INSTALL_PROGRAM = ${INSTALL} >INSTALL_DATA = ${INSTALL} -m 644 >INSTALL_SCRIPT = ${INSTALL} >INSTALL_HEADER = $(INSTALL_DATA) >transform = s,x,x, >NORMAL_INSTALL = : >PRE_INSTALL = : >POST_INSTALL = : >NORMAL_UNINSTALL = : >PRE_UNINSTALL = : >POST_UNINSTALL = : >host_alias = x86_64-pc-linux-gnu >host_triplet = x86_64-pc-linux-gnu >AR = ar >AS = @AS@ >AWK = gawk >CC = gcc >CPP = gcc -E >CXX = g++ >CXXCPP = g++ -E >DLLTOOL = @DLLTOOL@ >ECHO = echo >EGREP = grep -E >F77 = x86_64-pc-linux-gnu-g77 >GCJ = @GCJ@ >GCJFLAGS = @GCJFLAGS@ >LIBTOOL = $(SHELL) $(top_builddir)/libtool >LIBTOOL_DEPS = ./ltmain.sh >LN_S = ln -s >OBJDUMP = @OBJDUMP@ >OBJEXT = o >PACKAGE = faad >RANLIB = ranlib >RC = @RC@ >STRIP = strip >VERSION = 2.0 > >VPATH = codebook > >lib_LTLIBRARIES = libfaad.la >include_HEADERS = ../include/faad.h > >libfaad_la_SOURCES = bits.c cfft.c data.c decoder.c drc.c error.c filtbank.c \ >ic_predict.c is.c lt_predict.c mdct.c mp4.c ms.c output.c pns.c \ >pulse.c specrec.c syntax.c tns.c reordered_spectral_data.c \ >rvlc_scale_factors.c \ >hcb_1.c hcb_2.c hcb_3.c hcb_4.c hcb_5.c hcb_6.c hcb_7.c hcb_8.c \ >hcb_9.c hcb_10.c hcb_11.c hcb_sf.c > > >libfaad_la_INCLUDES = analysis.h bits.h cfft.h data.h decoder.h drc.h error.h \ >filtbank.h huffman.h ic_predict.h is.h kbd_win.h lt_predict.h mdct.h mp4.h \ >ms.h output.h pns.h pulse.h rvlc_scale_factors.h \ >specrec.h syntax.h tns.h codebook/hcb.h > > >CFLAGS = -O2 >subdir = libfaad >mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs >CONFIG_CLEAN_FILES = >LTLIBRARIES = $(lib_LTLIBRARIES) > >libfaad_la_LDFLAGS = >libfaad_la_LIBADD = >am_libfaad_la_OBJECTS = bits.lo cfft.lo data.lo decoder.lo drc.lo \ > error.lo filtbank.lo ic_predict.lo is.lo lt_predict.lo mdct.lo \ > mp4.lo ms.lo output.lo pns.lo pulse.lo specrec.lo syntax.lo \ > tns.lo reordered_spectral_data.lo rvlc_scale_factors.lo \ > hcb_1.lo hcb_2.lo hcb_3.lo hcb_4.lo hcb_5.lo hcb_6.lo hcb_7.lo \ > hcb_8.lo hcb_9.lo hcb_10.lo hcb_11.lo hcb_sf.lo >libfaad_la_OBJECTS = $(am_libfaad_la_OBJECTS) > >DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"faad\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_STDINT_H=1 -DHAVE_INTTYPES_H=1 >DEFAULT_INCLUDES = -I. -I$(srcdir) >CPPFLAGS = >LDFLAGS = >LIBS = >depcomp = $(SHELL) $(top_srcdir)/depcomp >@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/bits.Plo $(DEPDIR)/cfft.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/data.Plo $(DEPDIR)/decoder.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/drc.Plo $(DEPDIR)/error.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/filtbank.Plo $(DEPDIR)/hcb_1.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/hcb_10.Plo $(DEPDIR)/hcb_11.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/hcb_2.Plo $(DEPDIR)/hcb_3.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/hcb_4.Plo $(DEPDIR)/hcb_5.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/hcb_6.Plo $(DEPDIR)/hcb_7.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/hcb_8.Plo $(DEPDIR)/hcb_9.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/hcb_sf.Plo $(DEPDIR)/ic_predict.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/is.Plo $(DEPDIR)/lt_predict.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/mdct.Plo $(DEPDIR)/mp4.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/ms.Plo $(DEPDIR)/output.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/pns.Plo $(DEPDIR)/pulse.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/reordered_spectral_data.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/rvlc_scale_factors.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/specrec.Plo $(DEPDIR)/syntax.Plo \ >@AMDEP_TRUE@ $(DEPDIR)/tns.Plo >COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ > $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) >LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ > $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) >CCLD = $(CC) >LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ > $(AM_LDFLAGS) $(LDFLAGS) -o $@ >DIST_SOURCES = $(libfaad_la_SOURCES) >HEADERS = $(include_HEADERS) > >DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in >SOURCES = $(libfaad_la_SOURCES) > >all: all-am > >.SUFFIXES: >.SUFFIXES: .c .lo .o .obj > >mostlyclean-libtool: > -rm -f *.lo > >clean-libtool: > -rm -rf .libs _libs > >distclean-libtool: > -rm -f libtool >$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) > cd $(top_srcdir) && \ > $(AUTOMAKE) --gnu libfaad/Makefile >Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status > cd $(top_builddir) && \ > CONFIG_HEADERS= CONFIG_LINKS= \ > CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status >install-libLTLIBRARIES: $(lib_LTLIBRARIES) > @$(NORMAL_INSTALL) > $(mkinstalldirs) $(DESTDIR)$(libdir) > @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ > if test -f $$p; then \ > echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \ > $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \ > else :; fi; \ > done > >uninstall-libLTLIBRARIES: > @$(NORMAL_UNINSTALL) > @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ > echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ > $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ > done > >clean-libLTLIBRARIES: > -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) >libfaad.la: $(libfaad_la_OBJECTS) $(libfaad_la_DEPENDENCIES) > $(LINK) -rpath $(libdir) $(libfaad_la_LDFLAGS) $(libfaad_la_OBJECTS) $(libfaad_la_LIBADD) $(LIBS) > >mostlyclean-compile: > -rm -f *.$(OBJEXT) core *.core > >distclean-compile: > -rm -f *.tab.c > >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bits.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cfft.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/data.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/decoder.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/drc.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/error.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/filtbank.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_1.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_10.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_11.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_2.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_3.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_4.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_5.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_6.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_7.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_8.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_9.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hcb_sf.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ic_predict.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/is.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lt_predict.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mdct.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mp4.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ms.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/output.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pns.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pulse.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/reordered_spectral_data.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rvlc_scale_factors.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/specrec.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/syntax.Plo@am__quote@ >@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tns.Plo@am__quote@ > >distclean-depend: > -rm -rf $(DEPDIR) > >.c.o: >@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ >@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ >@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< > >.c.obj: >@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ >@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ >@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > $(COMPILE) -c `cygpath -w $<` > >.c.lo: >@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ >@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ >@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< >CCDEPMODE = @CCDEPMODE@ >uninstall-info-am: >install-includeHEADERS: $(include_HEADERS) > @$(NORMAL_INSTALL) > $(mkinstalldirs) $(DESTDIR)$(includedir) > @list='$(include_HEADERS)'; for p in $$list; do \ > if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ > f="`echo $$p | sed -e 's|^.*/||'`"; \ > echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f"; \ > $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f; \ > done > >uninstall-includeHEADERS: > @$(NORMAL_UNINSTALL) > @list='$(include_HEADERS)'; for p in $$list; do \ > f="`echo $$p | sed -e 's|^.*/||'`"; \ > echo " rm -f $(DESTDIR)$(includedir)/$$f"; \ > rm -f $(DESTDIR)$(includedir)/$$f; \ > done > >tags: TAGS > >ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) > list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ > unique=`for i in $$list; do \ > if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ > done | \ > $(AWK) ' { files[$$0] = 1; } \ > END { for (i in files) print i; }'`; \ > mkid -fID $$unique $(LISP) > >TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ > $(TAGS_FILES) $(LISP) > tags=; \ > here=`pwd`; \ > list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ > unique=`for i in $$list; do \ > if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ > done | \ > $(AWK) ' { files[$$0] = 1; } \ > END { for (i in files) print i; }'`; \ > test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ > || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) > >GTAGS: > here=`CDPATH=: && cd $(top_builddir) && pwd` \ > && cd $(top_srcdir) \ > && gtags -i $(GTAGS_ARGS) $$here > >distclean-tags: > -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH > >DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) > >top_distdir = .. >distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) > >distdir: $(DISTFILES) > $(mkinstalldirs) $(distdir)/../include > @for file in $(DISTFILES); do \ > if test -f $$file; then d=.; else d=$(srcdir); fi; \ > dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ > if test "$$dir" != "$$file" && test "$$dir" != "."; then \ > $(mkinstalldirs) "$(distdir)/$$dir"; \ > fi; \ > if test -d $$d/$$file; then \ > cp -pR $$d/$$file $(distdir) \ > || exit 1; \ > else \ > test -f $(distdir)/$$file \ > || cp -p $$d/$$file $(distdir)/$$file \ > || exit 1; \ > fi; \ > done >check-am: all-am >check: check-am >all-am: Makefile $(LTLIBRARIES) $(HEADERS) > >installdirs: > $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) > >install: install-am >install-exec: install-exec-am >install-data: install-data-am >uninstall: uninstall-am > >install-am: all-am > @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am > >installcheck: installcheck-am >install-strip: > $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ > `test -z '$(STRIP)' || \ > echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install >mostlyclean-generic: > >clean-generic: > >distclean-generic: > -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* > >maintainer-clean-generic: > @echo "This command is intended for maintainers to use" > @echo "it deletes files that may require special tools to rebuild." >clean: clean-am > >clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ > mostlyclean-am > >distclean: distclean-am > >distclean-am: clean-am distclean-compile distclean-depend \ > distclean-generic distclean-libtool distclean-tags > >dvi: dvi-am > >dvi-am: > >info: info-am > >info-am: > >install-data-am: install-includeHEADERS > >install-exec-am: install-libLTLIBRARIES > >install-info: install-info-am > >install-man: > >installcheck-am: > >maintainer-clean: maintainer-clean-am > >maintainer-clean-am: distclean-am maintainer-clean-generic > >mostlyclean: mostlyclean-am > >mostlyclean-am: mostlyclean-compile mostlyclean-generic \ > mostlyclean-libtool > >uninstall-am: uninstall-includeHEADERS uninstall-info-am \ > uninstall-libLTLIBRARIES > >.PHONY: GTAGS all all-am check check-am clean clean-generic \ > clean-libLTLIBRARIES clean-libtool distclean distclean-compile \ > distclean-depend distclean-generic distclean-libtool \ > distclean-tags distdir dvi dvi-am info info-am install \ > install-am install-data install-data-am install-exec \ > install-exec-am install-includeHEADERS install-info \ > install-info-am install-libLTLIBRARIES install-man \ > install-strip installcheck installcheck-am installdirs \ > maintainer-clean maintainer-clean-generic mostlyclean \ > mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ > tags uninstall uninstall-am uninstall-includeHEADERS \ > uninstall-info-am uninstall-libLTLIBRARIES > ># Tell versions [3.59,3.63) of GNU make to not export all variables. ># Otherwise a system limit (for SysV at least) may be exceeded. >.NOEXPORT:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 47412
: 29156