~ubuntu-branches/ubuntu/vivid/cairo-dock-plug-ins/vivid

« back to all changes in this revision

Viewing changes to rame/src/Makefile.am

Tags: upstream-2.0.9
ImportĀ upstreamĀ versionĀ 2.0.9

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-rame.la
5
 
 
6
 
 
7
 
libcd_rame_la_SOURCES = \
8
 
        applet-init.c\
9
 
        applet-init.h\
10
 
        applet-config.c\
11
 
        applet-config.h\
12
 
        applet-rame.c\
13
 
        applet-rame.h\
14
 
        applet-notifications.c\
15
 
        applet-notifications.h\
16
 
        applet-struct.h
17
 
 
18
 
 
19
 
dock_version = `pkg-config --modversion cairo-dock`
20
 
 
21
 
libcd_rame_la_CFLAGS = \
22
 
        -I$(top_srcdir)/src\
23
 
        $(PACKAGE_CFLAGS)\
24
 
        -DMY_APPLET_SHARE_DATA_DIR=\""$(ramedatadir)"\"\
25
 
        -DMY_APPLET_README_FILE=\""readme"\"\
26
 
        -DMY_APPLET_PREVIEW_FILE=\""preview.png"\"\
27
 
        -DMY_APPLET_CONF_FILE=\""rame.conf"\"\
28
 
        -DMY_APPLET_USER_DATA_DIR=\""rame"\"\
29
 
        -DMY_APPLET_VERSION=\""$(VERSION_RAME)"\"\
30
 
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_RAME)"\"\
31
 
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
32
 
        -DMY_APPLET_ICON_FILE=\""icon.png"\"\
33
 
        -std=c99\
34
 
        -Werror-implicit-function-declaration\
35
 
        -O3
36
 
#       -g -ggdb -W -Wall
37
 
 
38
 
 
39
 
libcd_rame_la_LIBADD = \
40
 
        $(PACKAGE_LIBS) -lm
41
 
 
42
 
 
43
 
libcd_rame_la_LDFLAGS =\
44
 
        -avoid-version -module