~ubuntu-branches/ubuntu/wily/alsaplayer/wily

« back to all changes in this revision

Viewing changes to app/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2007-10-10 15:33:10 UTC
  • mto: (9.2.5 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071010153310-h3holq75eu2cigb0
Tags: upstream-0.99.80~rc4
ImportĀ upstreamĀ versionĀ 0.99.80~rc4

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
## If you would like to negotiate alternate licensing terms, you may do
9
9
## so by contacting the author: Andy Lo A Foe <andy@alsaplayer.org>
10
10
##
11
 
## $Id: Makefile.am 904 2003-02-09 19:38:00Z adnans $
 
11
## $Id: Makefile.am 1220 2007-06-23 15:28:22Z dominique_libre $
12
12
##
13
13
 
14
14
if ARCH_ULTRA
25
25
 
26
26
INCLUDES = -I$(top_srcdir)/alsaplayer -I$(top_srcdir)/libalsaplayer
27
27
 
 
28
AM_CPPFLAGS = -I../intl -I$(top_srcdir)/intl
 
29
 
28
30
AM_CXXFLAGS = $(COMMON_FLAGS)
29
31
 
30
32
AM_CFLAGS = $(CXXFLAGS)
31
33
 
32
34
bin_PROGRAMS = alsaplayer
33
35
 
 
36
localedir = $(datadir)/locale
 
37
alsaplayer_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
 
38
 
34
39
alsaplayer_LDFLAGS = -export-dynamic
35
40
 
36
41
alsaplayer_SOURCES = AlsaSubscriber.cpp \
42
47
                ControlSocket.cpp \
43
48
                prefs.c reader.cpp
44
49
 
 
50
alsaplayer_LDADD = @LIBINTL@
 
51
 
45
52
jackplayer:
46
53
                ln -s alsaplayer jackplayer