File: Makefile.am

package info (click to toggle)
alsaplayer 0.99.76-0.3sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,136 kB
  • ctags: 2,967
  • sloc: ansic: 16,791; cpp: 9,449; sh: 8,431; makefile: 680
file content (19 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
text_interfaceltlibs = libtext_interface.la
text_interfaceldflags = -export-dynamic -avoid-version
text_interfacesources = text.cpp

lib_LTLIBRARIES = $(text_interfaceltlibs)

COMMON_FLAGS = @ARCH_CFLAGS@

AM_CXXFLAGS = @DFLAGS@ $(COMMON_FLAGS) \
		-D_REENTRANT -I$(top_builddir) -I$(top_srcdir)/alsaplayer \
		-DADDON_DIR=\"$(ADDON_DIR)\"

AM_CFLAGS = $(CXXFLAGS)

libdir = $(ADDON_DIR)/interface

libtext_interface_la_LDFLAGS = $(text_interfaceldflags)
libtext_interface_la_LIBADD =
libtext_interface_la_SOURCES= $(text_interfacesources)