File: Makefile.am

package info (click to toggle)
alsaplayer 0.99.76-9%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,752 kB
  • ctags: 2,970
  • sloc: ansic: 16,775; sh: 10,709; cpp: 9,442; makefile: 694
file content (38 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

EXTRA_DIST = D.dat huffman.h mad.h stream.h fixed.h \
		imdct_s.dat qc_table.dat synth.h bit.h frame.h layer12.h \
		rq_table.dat timer.h global.h layer3.h sf_table.dat bit.c \
		frame.c layer12.c stream.c timer.c fixed.c huffman.c \
		layer3.c synth.c xing.c xing.h mad_engine.c

mad_inltlibs = libmad_in.la
mad_inldflags = -export-dynamic -avoid-version

if USE_LIBMAD

mad_insources = mad_engine.c xing.c

else

mad_insources = bit.c frame.c layer12.c stream.c timer.c \
		fixed.c huffman.c layer3.c synth.c mad_engine.c xing.c

endif

lib_LTLIBRARIES = $(mad_inltlibs)

libdir = $(ADDON_DIR)/input

COMMON_CFLAGS = -I$(top_builddir) -I$(top_srcdir)/alsaplayer \
	@ARCH_CFLAGS@ -D_REENTRANT @DFLAGS@

AM_CFLAGS = $(COMMON_CFLAGS)

AM_CXXFLAGS = $(CFLAGS)

INCLUDES = -I$(ROOT_DIR)/app $(GLIB_CFLAGS)

libmad_in_la_SOURCES = $(mad_insources)
libmad_in_la_LDFLAGS = $(mad_inldflags) @MAD_LDADD@

CLEANFILES = libmad.la