~cairo-dock-team/ubuntu/quantal/cairo-dock-plug-ins/3.0.2

« back to all changes in this revision

Viewing changes to musicPlayer/src/Makefile.am

Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 #dnl Process this file with automake to produce Makefile.in
2
 
 
3
 
lib_LTLIBRARIES = \
4
 
        libcd-musicPlayer.la
5
 
 
6
 
 
7
 
libcd_musicPlayer_la_SOURCES = \
8
 
        applet-struct.h\
9
 
        applet-init.c\
10
 
        applet-init.h\
11
 
        applet-config.c\
12
 
        applet-config.h\
13
 
        applet-cover.c\
14
 
        applet-cover.h\
15
 
        applet-notifications.c\
16
 
        applet-notifications.h\
17
 
        applet-dbus.c\
18
 
        applet-dbus.h\
19
 
        applet-draw.c\
20
 
        applet-draw.h\
21
 
        applet-musicplayer.c\
22
 
        applet-musicplayer.h\
23
 
        3dcover-draw.c\
24
 
        3dcover-draw.h\
25
 
        applet-mpris.c\
26
 
        applet-mpris.h\
27
 
        applet-amarok2.c\
28
 
        applet-amarok2.h\
29
 
        applet-amazon.c\
30
 
        applet-amazon.h\
31
 
        applet-banshee.c\
32
 
        applet-banshee.h\
33
 
        applet-exaile.c\
34
 
        applet-exaile.h\
35
 
        applet-exaile3.c\
36
 
        applet-exaile3.h\
37
 
        applet-listen.c\
38
 
        applet-listen.h\
39
 
        applet-quodlibet.c\
40
 
        applet-quodlibet.h\
41
 
        applet-rhythmbox.c\
42
 
        applet-rhythmbox.h\
43
 
        applet-songbird.c\
44
 
        applet-songbird.h\
45
 
        applet-xmms.c\
46
 
        applet-xmms.h\
47
 
        applet-audacious.c\
48
 
        applet-audacious.h\
49
 
        applet-xmms2.c\
50
 
        applet-xmms2.h
51
 
 
52
 
 
53
 
dock_version = `pkg-config --modversion cairo-dock`
54
 
 
55
 
libcd_musicPlayer_la_CFLAGS = \
56
 
        -I$(top_srcdir)/src\
57
 
        $(PACKAGE_CFLAGS)\
58
 
        -DMY_APPLET_SHARE_DATA_DIR=\""$(musicplayerdatadir)"\"\
59
 
        -DMY_APPLET_README_FILE=\""readme"\"\
60
 
        -DMY_APPLET_PREVIEW_FILE=\""preview.jpg"\"\
61
 
        -DMY_APPLET_CONF_FILE=\""musicPlayer.conf"\"\
62
 
        -DMY_APPLET_USER_DATA_DIR=\""musicPlayer"\"\
63
 
        -DMY_APPLET_VERSION=\""$(VERSION_MUSICPLAYER)"\"\
64
 
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_MUSICPLAYER)"\"\
65
 
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
66
 
        -DMY_APPLET_ICON_FILE=\""icon.png"\"\
67
 
        -std=c99\
68
 
        -Werror-implicit-function-declaration\
69
 
        -O3
70
 
#       -g -ggdb -W -Wall
71
 
 
72
 
 
73
 
libcd_musicPlayer_la_LIBADD = \
74
 
        $(PACKAGE_LIBS) -lm
75
 
 
76
 
 
77
 
libcd_musicPlayer_la_LDFLAGS =\
78
 
        -avoid-version -module