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

« back to all changes in this revision

Viewing changes to showDesklets/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-showDesklets.la
 
5
 
 
6
 
 
7
libcd_showDesklets_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-struct.h
 
15
 
 
16
 
 
17
dock_version = `pkg-config --modversion cairo-dock`
 
18
 
 
19
libcd_showDesklets_la_CFLAGS = \
 
20
        -I$(top_srcdir)/src\
 
21
        $(PACKAGE_CFLAGS)\
 
22
        -DMY_APPLET_SHARE_DATA_DIR=\""$(show_deskletsdatadir)"\"\
 
23
        -DMY_APPLET_README_FILE=\""readme"\"\
 
24
        -DMY_APPLET_PREVIEW_FILE=\""preview.png"\"\
 
25
        -DMY_APPLET_CONF_FILE=\""showDesklets.conf"\"\
 
26
        -DMY_APPLET_USER_DATA_DIR=\""showDesklets"\"\
 
27
        -DMY_APPLET_VERSION=\""$(VERSION_SHOW_DESKLETS)"\"\
 
28
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_SHOW_DESKLETS)"\"\
 
29
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
 
30
        -DMY_APPLET_ICON_FILE=\""icon.png"\"\
 
31
        -std=c99\
 
32
        -Werror-implicit-function-declaration\
 
33
        -O3
 
34
#       -g -ggdb -W -Wall
 
35
 
 
36
 
 
37
libcd_showDesklets_la_LIBADD = \
 
38
        $(PACKAGE_LIBS) -lm
 
39
 
 
40
 
 
41
libcd_showDesklets_la_LDFLAGS =\
 
42
        -avoid-version -module