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 (27 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (8)
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
if HAVE_AUDIOFILE

audiofileltlibs = libaf.la
audiofileldflags = -export-dynamic -avoid-version
audiofilesources = audiofile_engine.c

else

audiofileltlibs =
audiofileldflags =
audiofilesources =

endif

EXTRA_DIST = audiofile_engine.c

lib_LTLIBRARIES = $(audiofileltlibs)

AM_CFLAGS = -D_REENTRANT -I$(top_builddir) -I$(top_srcdir)/alsaplayer \
			@AUDIOFILE_CFLAGS@

libdir = $(ADDON_DIR)/input

libaf_la_LDFLAGS = $(audiofileldflags)
LIBS = @AUDIOFILE_LIBS@

libaf_la_SOURCES= $(audiofilesources)