Makefile
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:4k
源码类别:

DVD

开发平台:

Unix_Linux

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  3. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. SHELL = /bin/sh
  12. srcdir = .
  13. top_srcdir = .
  14. prefix = /usr/local
  15. exec_prefix = ${prefix}
  16. bindir = ${exec_prefix}/bin
  17. sbindir = ${exec_prefix}/sbin
  18. libexecdir = ${exec_prefix}/libexec
  19. datadir = ${prefix}/share
  20. sysconfdir = ${prefix}/etc
  21. sharedstatedir = ${prefix}/com
  22. localstatedir = ${prefix}/var
  23. libdir = ${exec_prefix}/lib
  24. infodir = ${prefix}/info
  25. mandir = ${prefix}/man
  26. includedir = ${prefix}/include
  27. oldincludedir = /usr/include
  28. DESTDIR =
  29. pkgdatadir = $(datadir)/ac3dec
  30. pkglibdir = $(libdir)/ac3dec
  31. pkgincludedir = $(includedir)/ac3dec
  32. top_builddir = .
  33. ACLOCAL = aclocal
  34. AUTOCONF = /home/jojo/NIST-0.51/src/AC3/missing autoconf
  35. AUTOMAKE = automake
  36. AUTOHEADER = /home/jojo/NIST-0.51/src/AC3/missing autoheader
  37. PACKAGE=ac3dec
  38. VERSION=0.5.5
  39. INSTALL = /usr/bin/install -c
  40. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  41. INSTALL_DATA = ${INSTALL} -m 644
  42. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  43. transform = s,x,x,
  44. NORMAL_INSTALL = :
  45. PRE_INSTALL = :
  46. POST_INSTALL = :
  47. NORMAL_UNINSTALL = :
  48. PRE_UNINSTALL = :
  49. POST_UNINSTALL = :
  50. host_alias = i686-pc-linux-gnu
  51. host_triplet = i686-pc-linux-gnu
  52. CXX = c++
  53. MAINT = #
  54. MAKEINFO = makeinfo
  55. PACKAGE = ac3dec
  56. RANLIB = ranlib
  57. #VERSION = 0.5.3
  58. CXXFLAGS = -Wall -O6 -g -DDO_NIST  -DLINUX -malign-double -fschedule-insns2 -DPACKAGE="$(PACKAGE)" -DVERSION="$(VERSION)" -I../../inc
  59. CFLAGS = $(CXXFLAGS)
  60. CC = $(CXX)
  61. LIBRARY = libmpeg.a
  62. INSTLIB = ../../lib/linux
  63. SOURCES = bitstream.c decode.c imdct.c mantissa.c exponent.c stats.c  bit_allocate.c uncouple.c output.c parse.c crc.c debug.c ring_buffer.c  matlab.c rematrix.c downmix.c dither.c
  64. HEADERS = bitstream.h decode.h imdct.h ac3.h stats.h mantissa.h  exponent.h bit_allocate.h uncouple.h output.h parse.h crc.h debug.h  ring_buffer.h matlab.h rematrix.h downmix.h dither.h
  65. EXTRA_SOURCES = output_linux.c output_solaris.c
  66. CONFIG_HEADER = config.h
  67. CONFIG_CLEAN_FILES = 
  68. DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.
  69. CPPFLAGS = 
  70. LDFLAGS = 
  71. LIBS = 
  72. OBJECTS =  bitstream.o decode.o imdct.o mantissa.o exponent.o 
  73. stats.o bit_allocate.o uncouple.o  parse.o crc.o debug.o 
  74. ring_buffer.o matlab.o rematrix.o output_linux.o downmix.o dither.o
  75. DEPENDENCIES = 
  76. LDFLAGS = 
  77. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  78. CCLD = $(CC)
  79. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  80. .SUFFIXES:
  81. .SUFFIXES: .S .c .o .s
  82. all: library
  83. library: $(LIBRARY)
  84. $(LIBRARY): $(OBJECTS)
  85. ar vrus $(INSTLIB)/$@ $(OBJECTS)
  86. $(OBJECTS): $(HEADERS)
  87. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
  88. cd $(top_builddir) 
  89.   && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  90. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  91. $(SHELL) ./config.status --recheck
  92. $(srcdir)/configure: #$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  93. cd $(srcdir) && $(AUTOCONF)
  94. .s.o:
  95. $(COMPILE) -c $<
  96. .S.o:
  97. $(COMPILE) -c $<
  98. clean:
  99. -rm -f *.o core *.core
  100. distclean: clean
  101. -rm -f config.status
  102. install:
  103. @/bin/true