~ubuntu-branches/ubuntu/vivid/imms/vivid

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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#
# IMMS: Intelligent Multimedia Management System
# Copyright (C) 2001-2009 Michael Grigoriev
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
#
CC = @CC@
CXX = @CXX@
VERSION = @PACKAGE_VERSION@
INSTALL = @INSTALL@
prefix = @prefix@
PREFIX = $(prefix)
OBJCOPY = @OBJCOPY@
OBJDUMP = @OBJDUMP@
OBJCOPYTARGET = @OBJCOPYTARGET@
OBJCOPYARCH = @OBJCOPYARCH@
exec_prefix = @exec_prefix@
bindir = @bindir@
datadir = @datadir@

VPATH = ../immscore:../analyzer:../model:../autotag:../immsremote:../utils:../clients:../immsd:../data:../clients/xmms:../clients/bmp:../clients/audacious
ARFLAGS = rs

SHELL = bash
PLUGINS = @PLUGINS@
OPTIONAL = @OPTIONAL@

GLIB2CPPFLAGS=`pkg-config glib-2.0 --cflags`
GLIB1CPPFLAGS=`pkg-config glib --cflags`
TAGCPPFLAGS=@TAGCPPFLAGS@

INCLUDES=-I../ -I../immscore -I../clients
CPPFLAGS=@CPPFLAGS@ @XCPPFLAGS@ -Wall -fPIC -D_REENTRANT $(INCLUDES)
CXXFLAGS=@CXXFLAGS@ -fno-rtti

GLIB2LDFLAGS=`pkg-config glib-2.0 --libs`
GLIB1LDFLAGS=`pkg-config glib --libs`

AUDACIOUSCPPFLAGS=@audacious_CFLAGS@ @dbus_glib_CFLAGS@ -I../clients/xmms/
AUDACIOUSLDFLAGS=@audacious_LIBS@ @dbus_glib_LIBS@

LDFLAGS=-L. @LIBS@ @LDFLAGS@

default: all