~cairo-dock-team/ubuntu/quantal/cairo-dock-plug-ins/3.0.2

« back to all changes in this revision

Viewing changes to drop-indicator/src/Makefile.am

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-drop_indicator.la
5
 
 
6
 
 
7
 
libcd_drop_indicator_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
 
        bilinear-gradation-texture.h
16
 
 
17
 
 
18
 
dock_version = `pkg-config --modversion cairo-dock`
19
 
 
20
 
libcd_drop_indicator_la_CFLAGS = \
21
 
        -I$(top_srcdir)/src\
22
 
        $(PACKAGE_CFLAGS)\
23
 
        -DMY_APPLET_SHARE_DATA_DIR=\""$(drop_indicatordatadir)"\"\
24
 
        -DMY_APPLET_README_FILE=\""readme"\"\
25
 
        -DMY_APPLET_PREVIEW_FILE=\""preview.jpg"\"\
26
 
        -DMY_APPLET_CONF_FILE=\""drop_indicator.conf"\"\
27
 
        -DMY_APPLET_USER_DATA_DIR=\""drop_indicator"\"\
28
 
        -DMY_APPLET_VERSION=\""$(VERSION_DROP_INDICATOR)"\"\
29
 
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_DROP_INDICATOR)"\"\
30
 
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
31
 
        -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
32
 
        -DMY_APPLET_DEFAULT_DROP_INDICATOR_NAME=\""default-drop-indicator.svg"\"\
33
 
        -DMY_APPLET_DEFAULT_HOVER_INDICATOR_NAME=\""default-hover-indicator.svg"\"\
34
 
        -DMY_APPLET_MASK_INDICATOR_NAME=\""texture-bilinear-gradation.png"\"\
35
 
        -DGL_GLEXT_PROTOTYPES=\""1"\"\
36
 
        -std=c99\
37
 
        -Werror-implicit-function-declaration\
38
 
        -O3
39
 
#       -g -ggdb -W -Wall
40
 
 
41
 
 
42
 
libcd_drop_indicator_la_LIBADD = \
43
 
        $(PACKAGE_LIBS) -lm
44
 
 
45
 
 
46
 
libcd_drop_indicator_la_LDFLAGS =\
47
 
        -avoid-version -module