and add in the 8bpp gray stuff
[framework/uifw/evas.git] / src / modules / engines / software_8 / Makefile.am
1
2 MAINTAINERCLEANFILES = Makefile.in
3
4 AM_CPPFLAGS = \
5 -I. \
6 -I$(top_srcdir)/src/lib \
7 -I$(top_srcdir)/src/lib/include \
8 -I$(top_srcdir)/src/modules/engines \
9 @FREETYPE_CFLAGS@ \
10 @EINA_CFLAGS@
11
12 AM_CFLAGS = @WIN32_CFLAGS@
13
14 if BUILD_ENGINE_SOFTWARE_8
15
16 SOFTWARE_8_SOURCES = evas_engine.c
17
18 pkgdir = $(libdir)/evas/modules/engines/software_8/$(MODULE_ARCH)
19
20 if !EVAS_STATIC_BUILD_SOFTWARE_8_X11
21
22 pkg_LTLIBRARIES = module.la
23 module_la_SOURCES = $(SOFTWARE_8_SOURCES)
24 module_la_LIBADD = @EINA_LIBS@ $(top_builddir)/src/lib/libevas.la
25 module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
26 module_la_LIBTOOLFLAGS = --tag=disable-static
27
28 else
29
30 noinst_LTLIBRARIES = libevas_engine_software_8.la
31
32 libevas_engine_software_8_la_SOURCES = $(SOFTWARE_8_SOURCES)
33
34 endif
35 endif
36
37 EXTRA_DIST = \
38 evas_engine.c