File: Makefile.am

package info (click to toggle)
alsaplayer 0.99.82-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,892 kB
  • sloc: ansic: 40,741; cpp: 14,400; makefile: 983; sh: 796; lex: 751; asm: 45; python: 29; sed: 16
file content (16 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
text_interfaceltlibs = libtext_interface.la
text_interfaceldflags = -export-dynamic -avoid-version
text_interfacesources = text.cpp

lib_LTLIBRARIES = $(text_interfaceltlibs)

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

libdir = $(ADDON_DIR)/interface

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