2
########### sources ###############
4
SET(cd-icon-effect_LIB_SRCS
10
applet-notifications.h
27
add_library(${PACKAGE_ICON_EFFECTS} SHARED ${cd-icon-effect_LIB_SRCS})
29
########### compil ###############
30
add_definitions (-DMY_APPLET_SHARE_DATA_DIR="${icon_effectsdatadir}")
31
add_definitions (-DMY_APPLET_PREVIEW_FILE="preview.jpg")
32
add_definitions (-DMY_APPLET_CONF_FILE="icon-effect.conf")
33
add_definitions (-DMY_APPLET_USER_DATA_DIR="icon-effect")
34
add_definitions (-DMY_APPLET_VERSION="${VERSION_ICON_EFFECTS}")
35
add_definitions (-DMY_APPLET_GETTEXT_DOMAIN="${GETTEXT_ICON_EFFECTS}")
36
add_definitions (-DMY_APPLET_DOCK_VERSION="${dock_version}")
37
add_definitions (-DMY_APPLET_ICON_FILE="icon.png")
38
add_definitions (-DGL_GLEXT_PROTOTYPES="1")
41
${PACKAGE_INCLUDE_DIRS})
44
${PACKAGE_LIBRARY_DIRS})
46
target_link_libraries (${PACKAGE_ICON_EFFECTS}
49
########### install files ###############
51
install(TARGETS ${PACKAGE_ICON_EFFECTS} DESTINATION ${pluginsdir})
54
#original Makefile.am contents follow:
56
# #dnl Process this file with automake to produce Makefile.in
59
# libcd-icon-effect.la
62
#libcd_icon_effect_la_SOURCES =
67
# applet-notifications.c
68
# applet-notifications.h
85
#dock_version = `pkg-config --modversion cairo-dock`
87
#libcd_icon_effect_la_CFLAGS =
90
# -DMY_APPLET_SHARE_DATA_DIR=""${icon_effectsdatadir)""
91
# -DMY_APPLET_PREVIEW_FILE=""preview.jpg""
92
# -DMY_APPLET_CONF_FILE=""icon-effect.conf""
93
# -DMY_APPLET_USER_DATA_DIR=""icon-effect""
94
# -DMY_APPLET_VERSION=""${VERSION_ICON_EFFECTS)""
95
# -DMY_APPLET_GETTEXT_DOMAIN=""${GETTEXT_ICON_EFFECTS)""
96
# -DMY_APPLET_DOCK_VERSION=""${dock_version)""
97
# -DMY_APPLET_ICON_FILE=""icon.png""
98
# -DGL_GLEXT_PROTOTYPES=""1""
100
# -Werror-implicit-function-declaration
104
#libcd_icon_effect_la_LIBADD =
105
# $(PACKAGE_LIBS) -lm
108
#libcd_icon_effect_la_LDFLAGS =
109
# -avoid-version -module