File: Makefile.am

package info (click to toggle)
a52dec 0.7.4-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,468 kB
  • sloc: sh: 6,772; ansic: 4,948; makefile: 167
file content (9 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
AM_CFLAGS = @CFLAGS@ @LIBA52_CFLAGS@

lib_LTLIBRARIES = liba52.la

liba52_la_SOURCES = bitstream.c imdct.c bit_allocate.c parse.c downmix.c
liba52_la_LIBADD = @LIBA52_LIBS@ -lm
liba52_la_LDFLAGS = -no-undefined -release @VERSION@

EXTRA_DIST = configure.incl a52_internal.h bitstream.h tables.h