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

« back to all changes in this revision

Viewing changes to show-mouse/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-show_mouse.la
5
 
 
6
 
 
7
 
libcd_show_mouse_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
 
        star-tex.h
16
 
 
17
 
 
18
 
dock_version = `pkg-config --modversion cairo-dock`
19
 
 
20
 
libcd_show_mouse_la_CFLAGS = \
21
 
        -I$(top_srcdir)/src\
22
 
        $(PACKAGE_CFLAGS)\
23
 
        -DMY_APPLET_SHARE_DATA_DIR=\""$(show_mousedatadir)"\"\
24
 
        -DMY_APPLET_README_FILE=\""readme"\"\
25
 
        -DMY_APPLET_PREVIEW_FILE=\""preview.jpg"\"\
26
 
        -DMY_APPLET_CONF_FILE=\""show_mouse.conf"\"\
27
 
        -DMY_APPLET_USER_DATA_DIR=\""show_mouse"\"\
28
 
        -DMY_APPLET_VERSION=\""$(VERSION_SHOW_MOUSE)"\"\
29
 
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_SHOW_MOUSE)"\"\
30
 
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
31
 
        -DMY_APPLET_ICON_FILE=\""icon.png"\"\
32
 
        -DGL_GLEXT_PROTOTYPES=\""1"\"\
33
 
        -std=c99\
34
 
        -Werror-implicit-function-declaration\
35
 
        -O3
36
 
#       -g -ggdb -W -Wall
37
 
 
38
 
 
39
 
libcd_show_mouse_la_LIBADD = \
40
 
        $(PACKAGE_LIBS) -lm
41
 
 
42
 
 
43
 
libcd_show_mouse_la_LDFLAGS =\
44
 
        -avoid-version -module