tizen 2.4 release
[framework/uifw/e17-mod-tizen-comp.git] / src / effect / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2 MODULE = e17-mod-tizen-comp
3 SUB_MODULE = effect
4
5 #EDJE_CC = @edje_cc@
6 #EDJE_FLAGS = -v \
7 #           @EDJE_DEF@
8
9 # data files for the module
10 filesdir = $(libdir)/enlightenment/modules/$(MODULE)/$(SUB_MODULE)
11
12 EXTRA_DIST = $(files_DATA)
13
14 # the module .so file
15 INCLUDES               = -I. \
16                          -I$(top_srcdir) \
17                          -I$(top_srcdir)/src \
18                          -I$(top_srcdir)/src/effect \
19                          @HWC_CFLAGS@ \
20                          @ENLIGHTENMENT_CFLAGS@
21
22 pkgdir                 = $(filesdir)
23 pkg_LTLIBRARIES        = common.la micro.la mobile.la
24 common_la_SOURCES      = effect.h \
25                          effect.c \
26                          effect_image_launch.h \
27                          effect_image_launch.c \
28                          effect_win_rotation.h \
29                          effect_win_rotation.c
30
31 common_la_LIBADD       = @ENLIGHTENMENT_LIBS@ @HWC_LIBS@ @dlopen_libs@
32 common_la_LDFLAGS      = -module -avoid-version
33 common_la_DEPENDENCIES = $(top_builddir)/config.h
34
35 micro_la_SOURCES      = effect.h \
36                        effect.c \
37                        effect_image_launch.h \
38                        effect_image_launch.c \
39                        effect_win_rotation.h \
40                        effect_win_rotation.c
41
42 micro_la_LIBADD       = @ENLIGHTENMENT_LIBS@ @HWC_LIBS@ @dlopen_libs@
43 micro_la_LDFLAGS      = -module -avoid-version
44 micro_la_DEPENDENCIES = $(top_builddir)/config.h
45
46 mobile_la_SOURCES      = effect.h \
47                        effect.c \
48                        effect_image_launch.h \
49                        effect_image_launch.c \
50                        effect_win_rotation.h \
51                        effect_win_rotation.c
52
53 mobile_la_LIBADD       = @ENLIGHTENMENT_LIBS@ @HWC_LIBS@ @dlopen_libs@
54 mobile_la_LDFLAGS      = -module -avoid-version
55 mobile_la_DEPENDENCIES = $(top_builddir)/config.h