cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3ccfd987ecc22a366892f654c0f783569b567f8d

commit 3ccfd987ecc22a366892f654c0f783569b567f8d
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Wed Apr 13 16:16:46 2016 -0700

    eet: make it possible to build the library alone.
---
 configure.ac            |  1 +
 src/lib/eet/Makefile.am | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/configure.ac b/configure.ac
index 98e0e12..f9049d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5486,6 +5486,7 @@ src/Makefile
 src/lib/evil/Makefile
 src/lib/eina/Makefile
 src/lib/emile/Makefile
+src/lib/eet/Makefile
 src/benchmarks/eina/Makefile
 src/benchmarks/eo/Makefile
 src/benchmarks/evas/Makefile
diff --git a/src/lib/eet/Makefile.am b/src/lib/eet/Makefile.am
new file mode 100644
index 0000000..131a191
--- /dev/null
+++ b/src/lib/eet/Makefile.am
@@ -0,0 +1,33 @@
+### Library
+
+lib_LTLIBRARIES = libeet.la
+
+installed_eetmainheadersdir = $(includedir)/eet-@VMAJ@
+dist_installed_eetmainheaders_DATA = Eet.h
+
+libeet_la_SOURCES = \
+Eet_private.h \
+eet_alloc.c \
+eet_cipher.c \
+eet_connection.c \
+eet_data.c \
+eet_dictionary.c \
+eet_image.c \
+eet_lib.c \
+eet_node.c \
+eet_utils.c \
+../../static_libs/rg_etc/rg_etc1.c \
+../../static_libs/rg_etc/rg_etc2.c \
+../../static_libs/rg_etc/etc2_encoder.c \
+../../static_libs/rg_etc/rg_etc1.h
+
+libeet_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
+-I$(top_srcdir)/src/static_libs/rg_etc \
+-DPACKAGE_BIN_DIR=\"$(bindir)\" \
+-DPACKAGE_LIB_DIR=\"$(libdir)\" \
+-DPACKAGE_DATA_DIR=\"$(datadir)/eet\" \
+@EET_CFLAGS@ \
+@NEON_CFLAGS@
+libeet_la_LIBADD = @EET_SUBBUILD_LIBS@ @EVIL_SUBBUILD_LIBS@
+libeet_la_DEPENDENCIES = @EET_SUBBUILD_INTERNAL_LIBS@
+libeet_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@

-- 


Reply via email to