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

« back to all changes in this revision

Viewing changes to weather/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-weather.la
 
5
 
 
6
 
 
7
libcd_weather_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-read-data.c\
 
16
        applet-read-data.h\
 
17
        applet-load-icons.c\
 
18
        applet-load-icons.h
 
19
 
 
20
dock_version = `pkg-config --modversion cairo-dock`
 
21
 
 
22
libcd_weather_la_CFLAGS = \
 
23
        -I$(top_srcdir)/src\
 
24
        $(PACKAGE_CFLAGS)\
 
25
        -DMY_APPLET_SHARE_DATA_DIR=\""$(weatherdatadir)"\"\
 
26
        -DMY_APPLET_README_FILE=\""readme"\"\
 
27
        -DMY_APPLET_PREVIEW_FILE=\""preview.png"\"\
 
28
        -DMY_APPLET_CONF_FILE=\""weather.conf"\"\
 
29
        -DMY_APPLET_USER_DATA_DIR=\""$(weatheruserdirname)"\"\
 
30
        -DMY_APPLET_VERSION=\""$(VERSION_WEATHER)"\"\
 
31
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_WEATHER)"\"\
 
32
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
 
33
        -DMY_APPLET_ICON_FILE=\""icon.png"\"\
 
34
        -DCD_APPLET_MULTI_INSTANCE=\"1\"\
 
35
        -std=c99\
 
36
        -Werror-implicit-function-declaration\
 
37
        -O3
 
38
#       -g -ggdb -W -Wall
 
39
 
 
40
 
 
41
libcd_weather_la_LIBADD = \
 
42
        $(PACKAGE_LIBS) -lm
 
43
 
 
44
 
 
45
libcd_weather_la_LDFLAGS =\
 
46
        -avoid-version -module