2
########### next target ###############
4
SET(cd-Animated-icons_LIB_SRCS
5
applet-init.c applet-init.h
6
applet-config.c applet-config.h
7
applet-rotation.c applet-rotation.h
8
applet-mesh-factory.c applet-mesh-factory.h
9
applet-notifications.c applet-notifications.h
10
applet-spot.c applet-spot.h
11
applet-rays.c applet-rays.h
12
applet-wobbly.c applet-wobbly.h
13
applet-wave.c applet-wave.h
14
applet-pulse.c applet-pulse.h
15
applet-bounce.c applet-bounce.h
16
applet-blink.c applet-blink.h
17
applet-unfold.c applet-unfold.h
22
add_library(${PACKAGE_ANIMATED_ICONS} SHARED ${cd-Animated-icons_LIB_SRCS})
24
########### compil ###############
25
add_definitions (-DMY_APPLET_SHARE_DATA_DIR="${animated_iconsdatadir}")
26
add_definitions (-DMY_APPLET_PREVIEW_FILE="preview.jpg")
27
add_definitions (-DMY_APPLET_CONF_FILE="Animated-icons.conf")
28
add_definitions (-DMY_APPLET_USER_DATA_DIR="Animated-icons")
29
add_definitions (-DMY_APPLET_VERSION="${VERSION_ANIMATED_ICONS}")
30
add_definitions (-DMY_APPLET_GETTEXT_DOMAIN="${GETTEXT_ANIMATED_ICONS}")
31
add_definitions (-DMY_APPLET_DOCK_VERSION="${dock_version}")
32
add_definitions (-DMY_APPLET_ICON_FILE="icon.svg")
33
add_definitions (-DGL_GLEXT_PROTOTYPES="1")
36
${PACKAGE_INCLUDE_DIRS})
39
${PACKAGE_LIBRARY_DIRS})
41
target_link_libraries (${PACKAGE_ANIMATED_ICONS}
44
install(TARGETS ${PACKAGE_ANIMATED_ICONS} DESTINATION ${pluginsdir})
47
########### install files ###############
52
#original Makefile.am contents follow:
54
# #dnl Process this file with automake to produce Makefile.in
57
# libcd-Animated-icons.la
60
#libcd_Animated_icons_la_SOURCES =
68
# applet-mesh-factory.c
69
# applet-mesh-factory.h
70
# applet-notifications.c
71
# applet-notifications.h
91
#dock_version = `pkg-config --modversion cairo-dock`
93
#libcd_Animated_icons_la_CFLAGS =
96
# -DMY_APPLET_SHARE_DATA_DIR=""${animated_iconsdatadir)""
97
# -DMY_APPLET_PREVIEW_FILE=""preview.jpg""
98
# -DMY_APPLET_CONF_FILE=""Animated-icons.conf""
99
# -DMY_APPLET_USER_DATA_DIR=""Animated-icons""
100
# -DMY_APPLET_VERSION=""${VERSION_ANIMATED_ICONS)""
101
# -DMY_APPLET_GETTEXT_DOMAIN=""${GETTEXT_ANIMATED_ICONS)""
102
# -DMY_APPLET_DOCK_VERSION=""${dock_version)""
103
# -DMY_APPLET_ICON_FILE=""icon.svg""
104
# -DGL_GLEXT_PROTOTYPES=""1""
106
# -Werror-implicit-function-declaration
110
#libcd_Animated_icons_la_LIBADD =
111
# $(PACKAGE_LIBS) -lm
114
#libcd_Animated_icons_la_LDFLAGS =
115
# -avoid-version -module