From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- .../evas/src/modules/loaders/wbmp/Makefile.am | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 libraries/evas/src/modules/loaders/wbmp/Makefile.am (limited to 'libraries/evas/src/modules/loaders/wbmp/Makefile.am') diff --git a/libraries/evas/src/modules/loaders/wbmp/Makefile.am b/libraries/evas/src/modules/loaders/wbmp/Makefile.am new file mode 100644 index 0000000..eed287a --- /dev/null +++ b/libraries/evas/src/modules/loaders/wbmp/Makefile.am @@ -0,0 +1,33 @@ + +MAINTAINERCLEANFILES = Makefile.in + +AM_CPPFLAGS = \ +-I. \ +-I$(top_srcdir)/src/lib \ +-I$(top_srcdir)/src/lib/include \ +@FREETYPE_CFLAGS@ \ +@PIXMAN_CFLAGS@ \ +@EINA_CFLAGS@ \ +@EVIL_CFLAGS@ \ +@WIN32_CPPFLAGS@ + +if BUILD_LOADER_WBMP +if !EVAS_STATIC_BUILD_WBMP + +pkgdir = $(libdir)/evas/modules/loaders/wbmp/$(MODULE_ARCH) +pkg_LTLIBRARIES = module.la + +module_la_SOURCES = evas_image_load_wbmp.c + +module_la_LIBADD = @EINA_LIBS@ @EVIL_LIBS@ $(top_builddir)/src/lib/libevas.la +module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version +module_la_LIBTOOLFLAGS = --tag=disable-static + +else + +noinst_LTLIBRARIES = libevas_loader_wbmp.la +libevas_loader_wbmp_la_SOURCES = evas_image_load_wbmp.c +libevas_loader_wbmp_la_LIBADD = + +endif +endif -- cgit v1.1