~ubuntu-branches/ubuntu/quantal/libmpc/quantal

« back to all changes in this revision

Viewing changes to libmpcdec/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-04 10:08:01 UTC
  • Revision ID: james.westby@ubuntu.com-20090304100801-k5vtj8jz06nomhlu
Tags: upstream-0.1~r435
Import upstream version 0.1~r435

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(top_srcdir)/include
 
2
 
 
3
common_sources = ../common/crc32.c \
 
4
                ../common/huffman-bcl.c
 
5
 
 
6
METASOURCES = AUTO
 
7
lib_LTLIBRARIES = libmpcdec.la
 
8
libmpcdec_la_SOURCES = huffman.c mpc_decoder.c mpc_reader.c \
 
9
        requant.c       streaminfo.c synth_filter.c mpc_bits_reader.c mpc_demux.c \
 
10
        $(common_sources)
 
11
 
 
12
libmpcdec_la_LDFLAGS = -no-undefined -version-info 7:0:1
 
13
 
 
14
noinst_HEADERS = mpc_bits_reader.h huffman.h decoder.h internal.h requant.h mpcdec_math.h
 
15
AM_CFLAGS = -fpic -fvisibility=hidden