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

« back to all changes in this revision

Viewing changes to Clipper/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-Clipper.la
5
 
 
6
 
 
7
 
libcd_Clipper_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-clipboard.c\
15
 
        applet-clipboard.h\
16
 
        applet-struct.h
17
 
 
18
 
 
19
 
dock_version = `pkg-config --modversion cairo-dock`
20
 
 
21
 
libcd_Clipper_la_CFLAGS = \
22
 
        -I$(top_srcdir)/src\
23
 
        $(PACKAGE_CFLAGS)\
24
 
        -DMY_APPLET_SHARE_DATA_DIR=\""$(Clipperdatadir)"\"\
25
 
        -DMY_APPLET_README_FILE=\""readme"\"\
26
 
        -DMY_APPLET_PREVIEW_FILE=\""preview.jpg"\"\
27
 
        -DMY_APPLET_CONF_FILE=\""Clipper.conf"\"\
28
 
        -DMY_APPLET_USER_DATA_DIR=\""Clipper"\"\
29
 
        -DMY_APPLET_VERSION=\""$(VERSION_CLIPPER)"\"\
30
 
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_CLIPPER)"\"\
31
 
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
32
 
        -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
33
 
        -std=c99\
34
 
        -Werror-implicit-function-declaration\
35
 
        -O3
36
 
#       -g -ggdb -W -Wall
37
 
 
38
 
 
39
 
libcd_Clipper_la_LIBADD = \
40
 
        $(PACKAGE_LIBS) -lm
41
 
 
42
 
 
43
 
libcd_Clipper_la_LDFLAGS =\
44
 
        -avoid-version -module