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

« back to all changes in this revision

Viewing changes to Cairo-Penguin/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-08-26 21:07:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090826210739-gyjuuqezrzuluao4
Tags: upstream-2.0.8.1
ImportĀ upstreamĀ versionĀ 2.0.8.1

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-Cairo-Penguin.la
 
5
 
 
6
 
 
7
libcd_Cairo_Penguin_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-animation.c\
 
17
        applet-animation.h\
 
18
        applet-struct.h
 
19
 
 
20
 
 
21
dock_version = `pkg-config --modversion cairo-dock`
 
22
 
 
23
libcd_Cairo_Penguin_la_CFLAGS = \
 
24
        -I$(top_srcdir)/src\
 
25
        $(PACKAGE_CFLAGS)\
 
26
        -DMY_APPLET_SHARE_DATA_DIR=\""$(cairo_penguindatadir)"\"\
 
27
        -DMY_APPLET_README_FILE=\""readme"\"\
 
28
        -DMY_APPLET_PREVIEW_FILE=\""preview.png"\"\
 
29
        -DMY_APPLET_CONF_FILE=\""Cairo-Penguin.conf"\"\
 
30
        -DMY_APPLET_USER_DATA_DIR=\""$(cairo_penguinuserdirname)"\"\
 
31
        -DMY_APPLET_VERSION=\""$(VERSION_CAIRO_PENGUIN)"\"\
 
32
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_CAIRO_PENGUIN)"\"\
 
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_Cairo_Penguin_la_LIBADD = \
 
44
        $(PACKAGE_LIBS) -lm
 
45
 
 
46
 
 
47
libcd_Cairo_Penguin_la_LDFLAGS =\
 
48
        -avoid-version -module