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

« back to all changes in this revision

Viewing changes to GMenu/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-GMenu.la
 
5
 
 
6
 
 
7
if WITH_GIO_IN_GMENU
 
8
have_gio=-DHAVE_GIO="1"
 
9
endif
 
10
 
 
11
libcd_GMenu_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-menu-callbacks.c\
 
19
        applet-menu-callbacks.h\
 
20
        applet-menu.c\
 
21
        applet-menu.h\
 
22
        applet-util.c\
 
23
        applet-util.h\
 
24
        applet-recent.c\
 
25
        applet-recent.h\
 
26
        applet-run-dialog.c\
 
27
        applet-run-dialog.h\
 
28
        applet-struct.h
 
29
 
 
30
 
 
31
dock_version = `pkg-config --modversion cairo-dock`
 
32
 
 
33
libcd_GMenu_la_CFLAGS = \
 
34
        -I$(top_srcdir)/src\
 
35
        $(PACKAGE_CFLAGS)\
 
36
        $(GMENU_PACKAGE_CFLAGS)\
 
37
        $(GMENU_GIO_CFLAGS) \
 
38
        $(have_gio)\
 
39
        -DMY_APPLET_SHARE_DATA_DIR=\""$(gmenudatadir)"\"\
 
40
        -DMY_APPLET_README_FILE=\""readme"\"\
 
41
        -DMY_APPLET_PREVIEW_FILE=\""preview.png"\"\
 
42
        -DMY_APPLET_CONF_FILE=\""GMenu.conf"\"\
 
43
        -DMY_APPLET_USER_DATA_DIR=\""GMenu"\"\
 
44
        -DMY_APPLET_VERSION=\""$(VERSION_GMENU)"\"\
 
45
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_GMENU)"\"\
 
46
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
 
47
        -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
 
48
        -std=c99\
 
49
        -Werror-implicit-function-declaration\
 
50
        -O3
 
51
#       -g -ggdb -W -Wall
 
52
 
 
53
 
 
54
libcd_GMenu_la_LIBADD = \
 
55
        $(PACKAGE_LIBS) -lm\
 
56
        $(GMENU_GIO_LIBS)\
 
57
        $(GMENU_PACKAGE_LIBS)
 
58
 
 
59
 
 
60
libcd_GMenu_la_LDFLAGS =\
 
61
        -avoid-version -module