tizen 2.4 release
[framework/uifw/e17-mod-tizen-comp.git] / src / hwcomp / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2 MODULE = e17-mod-tizen-comp
3 SUB_MODULE = hwcomp
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
24 common_la_SOURCES      = hwcomp.h \
25                          hwcomp.c \
26                          hwcomp_debug.h \
27                          hwcomp_debug.c \
28                          hwcomp_util.h \
29                          hwcomp_util.c \
30                          hwcomp_mobile.h \
31                          hwcomp_mobile.c
32
33 common_la_LIBADD       = @ENLIGHTENMENT_LIBS@ @HWC_LIBS@ @dlopen_libs@
34 common_la_LDFLAGS      = -module -avoid-version
35 common_la_DEPENDENCIES = $(top_builddir)/config.h