~cairo-dock-team/ubuntu/natty/cairo-dock-plug-ins/2.3.0-2.1

« back to all changes in this revision

Viewing changes to showDesktop/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-10 00:05:57 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20100810000557-htcyq9gwo5f7r6ec
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-showDesktop.la
5
 
 
6
 
 
7
 
if WITH_XRANDR_IN_SHOW_DESKTOP
8
 
have_xrandr=-DHAVE_XRANDR="1"
9
 
endif
10
 
 
11
 
libcd_showDesktop_la_SOURCES = \
12
 
        applet-init.c\
13
 
        applet-init.h\
14
 
        applet-config.c\
15
 
        applet-config.h\
16
 
        applet-notifications.c\
17
 
        applet-notifications.h\
18
 
        applet-struct.h
19
 
 
20
 
 
21
 
dock_version = `pkg-config --modversion cairo-dock`
22
 
 
23
 
libcd_showDesktop_la_CFLAGS = \
24
 
        -I$(top_srcdir)/src\
25
 
        $(PACKAGE_CFLAGS)\
26
 
        $(SHOW_DESKTOP_XRANDR_CFLAGS) \
27
 
        $(have_xrandr)\
28
 
        -DMY_APPLET_SHARE_DATA_DIR=\""$(show_desktopdatadir)"\"\
29
 
        -DMY_APPLET_README_FILE=\""readme"\"\
30
 
        -DMY_APPLET_PREVIEW_FILE=\""icon.png"\"\
31
 
        -DMY_APPLET_CONF_FILE=\""showDesktop.conf"\"\
32
 
        -DMY_APPLET_USER_DATA_DIR=\""showDesktop"\"\
33
 
        -DMY_APPLET_VERSION=\""$(VERSION_SHOW_DESKTOP)"\"\
34
 
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_SHOW_DESKTOP)"\"\
35
 
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
36
 
        -DMY_APPLET_ICON_FILE=\""icon.png"\"\
37
 
        -std=c99\
38
 
        -Werror-implicit-function-declaration\
39
 
        -O3
40
 
#       -g -ggdb -W -Wall
41
 
 
42
 
 
43
 
libcd_showDesktop_la_LIBADD = \
44
 
        $(PACKAGE_LIBS) -lm\
45
 
        $(SHOW_DESKTOP_XRANDR_LIBS)
46
 
        
47
 
 
48
 
 
49
 
libcd_showDesktop_la_LDFLAGS =\
50
 
        -avoid-version -module