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

« back to all changes in this revision

Viewing changes to Xgamma/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-Xgamma.la
5
 
 
6
 
 
7
 
libcd_Xgamma_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
 
        applet-xgamma.c\
16
 
        applet-xgamma.h
17
 
 
18
 
 
19
 
dock_version = `pkg-config --modversion cairo-dock`
20
 
 
21
 
libcd_Xgamma_la_CFLAGS = \
22
 
        -I$(top_srcdir)/src\
23
 
        $(PACKAGE_CFLAGS)\
24
 
        $(XGAMMA_PACKAGE_CFLAGS)\
25
 
        -DMY_APPLET_SHARE_DATA_DIR=\""$(xgammadatadir)"\"\
26
 
        -DMY_APPLET_README_FILE=\""readme"\"\
27
 
        -DMY_APPLET_PREVIEW_FILE=\""preview.jpg"\"\
28
 
        -DMY_APPLET_CONF_FILE=\""Xgamma.conf"\"\
29
 
        -DMY_APPLET_USER_DATA_DIR=\""Xgamma"\"\
30
 
        -DMY_APPLET_VERSION=\""$(VERSION_XGAMMA)"\"\
31
 
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_XGAMMA)"\"\
32
 
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
33
 
        -DMY_APPLET_ICON_FILE=\""icon.png"\"\
34
 
        -std=c99\
35
 
        -Werror-implicit-function-declaration\
36
 
        -O3
37
 
#       -g -ggdb -W -Wall
38
 
 
39
 
 
40
 
libcd_Xgamma_la_LIBADD = \
41
 
        $(PACKAGE_LIBS) -lm \
42
 
        $(XGAMMA_PACKAGE_LIBS)
43
 
 
44
 
 
45
 
libcd_Xgamma_la_LDFLAGS =\
46
 
        -avoid-version -module