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

« back to all changes in this revision

Viewing changes to Animated-icons/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-Animated-icons.la
 
5
 
 
6
 
 
7
libcd_Animated_icons_la_SOURCES = \
 
8
        applet-init.c\
 
9
        applet-init.h\
 
10
        applet-config.c\
 
11
        applet-config.h\
 
12
        applet-rotation.c\
 
13
        applet-rotation.h\
 
14
        applet-struct.h\
 
15
        applet-mesh-factory.c\
 
16
        applet-mesh-factory.h\
 
17
        applet-notifications.c\
 
18
        applet-notifications.h\
 
19
        applet-spot.c\
 
20
        applet-spot.h\
 
21
        applet-rays.c\
 
22
        applet-rays.h\
 
23
        applet-wobbly.c\
 
24
        applet-wobbly.h\
 
25
        applet-wave.c\
 
26
        applet-wave.h\
 
27
        applet-pulse.c\
 
28
        applet-pulse.h\
 
29
        applet-bounce.c\
 
30
        applet-bounce.h\
 
31
        applet-blink.c\
 
32
        applet-blink.h\
 
33
        chrome-tex.h
 
34
 
 
35
 
 
36
dock_version = `pkg-config --modversion cairo-dock`
 
37
 
 
38
libcd_Animated_icons_la_CFLAGS = \
 
39
        -I$(top_srcdir)/src\
 
40
        $(PACKAGE_CFLAGS)\
 
41
        -DMY_APPLET_SHARE_DATA_DIR=\""$(animated_iconsdatadir)"\"\
 
42
        -DMY_APPLET_README_FILE=\""readme"\"\
 
43
        -DMY_APPLET_PREVIEW_FILE=\""preview.png"\"\
 
44
        -DMY_APPLET_CONF_FILE=\""Animated-icons.conf"\"\
 
45
        -DMY_APPLET_USER_DATA_DIR=\""Animated-icons"\"\
 
46
        -DMY_APPLET_VERSION=\""$(VERSION_ANIMATED_ICONS)"\"\
 
47
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_ANIMATED_ICONS)"\"\
 
48
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
 
49
        -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
 
50
        -DGL_GLEXT_PROTOTYPES=\""1"\"\
 
51
        -std=c99\
 
52
        -Werror-implicit-function-declaration\
 
53
        -O3
 
54
#       -g -ggdb -W -Wall
 
55
 
 
56
 
 
57
libcd_Animated_icons_la_LIBADD = \
 
58
        $(PACKAGE_LIBS) -lm
 
59
 
 
60
 
 
61
libcd_Animated_icons_la_LDFLAGS =\
 
62
        -avoid-version -module