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

« back to all changes in this revision

Viewing changes to Toons/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-Toons.la
5
 
 
6
 
 
7
 
libcd_Toons_la_SOURCES = \
8
 
        applet-init.c\
9
 
        applet-init.h\
10
 
        applet-config.c\
11
 
        applet-config.h\
12
 
        applet-notifications.c\
13
 
        applet-notifications.h\
14
 
        applet-theme.c\
15
 
        applet-theme.h\
16
 
        applet-draw.c\
17
 
        applet-draw.h\
18
 
        applet-struct.h
19
 
 
20
 
 
21
 
dock_version = `pkg-config --modversion cairo-dock`
22
 
 
23
 
libcd_Toons_la_CFLAGS = \
24
 
        -I$(top_srcdir)/src\
25
 
        $(PACKAGE_CFLAGS)\
26
 
        -DMY_APPLET_SHARE_DATA_DIR=\""$(toonsdatadir)"\"\
27
 
        -DMY_APPLET_README_FILE=\""readme"\"\
28
 
        -DMY_APPLET_PREVIEW_FILE=\""preview.jpg"\"\
29
 
        -DMY_APPLET_CONF_FILE=\""Toons.conf"\"\
30
 
        -DMY_APPLET_USER_DATA_DIR=\""Toons"\"\
31
 
        -DMY_APPLET_VERSION=\""$(VERSION_TOONS)"\"\
32
 
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_TOONS)"\"\
33
 
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
34
 
        -DMY_APPLET_ICON_FILE=\""icon.png"\"\
35
 
        -DCD_APPLET_MULTI_INSTANCE=\"1\"\
36
 
        -DGL_GLEXT_PROTOTYPES=\""1"\"\
37
 
        -std=c99\
38
 
        -Werror-implicit-function-declaration\
39
 
        -O3
40
 
#       -g -ggdb -W -Wall
41
 
 
42
 
 
43
 
libcd_Toons_la_LIBADD = \
44
 
        $(PACKAGE_LIBS) -lm
45
 
 
46
 
 
47
 
libcd_Toons_la_LDFLAGS =\
48
 
        -avoid-version -module