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

DVD

开发平台:

Unix_Linux

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. SHELL = @SHELL@
  11. srcdir = @srcdir@
  12. top_srcdir = @top_srcdir@
  13. VPATH = @srcdir@
  14. prefix = @prefix@
  15. exec_prefix = @exec_prefix@
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28. DESTDIR =
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. top_builddir = .
  33. ACLOCAL = @ACLOCAL@
  34. AUTOCONF = @AUTOCONF@
  35. AUTOMAKE = @AUTOMAKE@
  36. AUTOHEADER = @AUTOHEADER@
  37. PACKAGE=ac3dec
  38. VERSION=0.5.5
  39. INSTALL = @INSTALL@
  40. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  41. INSTALL_DATA = @INSTALL_DATA@
  42. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  43. transform = @program_transform_name@
  44. NORMAL_INSTALL = :
  45. PRE_INSTALL = :
  46. POST_INSTALL = :
  47. NORMAL_UNINSTALL = :
  48. PRE_UNINSTALL = :
  49. POST_UNINSTALL = :
  50. host_alias = @host_alias@
  51. host_triplet = @host@
  52. CXX = @CXX@
  53. MAINT = @MAINT@
  54. MAKEINFO = @MAKEINFO@
  55. PACKAGE = @PACKAGE@
  56. RANLIB = @RANLIB@
  57. #VERSION = @VERSION@
  58. CXXFLAGS = @CXXFLAGS@ -Wall -DDO_NIST -DPACKAGE="$(PACKAGE)" -DVERSION="$(VERSION)" -I../../inc
  59. CFLAGS = @CFLAGS@ -Wall -DDO_NIST -DPACKAGE="$(PACKAGE)" -DVERSION="$(VERSION)" -I../../inc
  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 = @DEFS@ -I. -I$(srcdir) -I.
  69. CPPFLAGS = @CPPFLAGS@
  70. LDFLAGS = @LDFLAGS@
  71. LIBS = @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: @MAINTAINER_MODE_TRUE@$(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