diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2011-03-23 03:33:55 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2011-03-23 03:33:55 +0000 |
commit | 7502b7fe0bb799ac92122337e8b69b3cc651ecb6 (patch) | |
tree | 37c6b74c4bfb9b2f4f4ae1699de391f90be75657 /legacy/evas/src | |
parent | 9f0b807db4855d15086b736143b9a604297eca41 (diff) |
Don't create useless modules dir if we're not going to install modules.
SVN revision: 58014
Diffstat (limited to '')
23 files changed, 23 insertions, 24 deletions
diff --git a/legacy/evas/src/modules/engines/buffer/Makefile.am b/legacy/evas/src/modules/engines/buffer/Makefile.am index 45d92cd714..aa02fc6089 100644 --- a/legacy/evas/src/modules/engines/buffer/Makefile.am +++ b/legacy/evas/src/modules/engines/buffer/Makefile.am | |||
@@ -17,13 +17,13 @@ BUFFER_SOURCES = \ | |||
17 | evas_engine.c \ | 17 | evas_engine.c \ |
18 | evas_outbuf.c | 18 | evas_outbuf.c |
19 | 19 | ||
20 | pkgdir = $(libdir)/evas/modules/engines/buffer/$(MODULE_ARCH) | ||
21 | 20 | ||
22 | includes_HEADERS = Evas_Engine_Buffer.h | 21 | includes_HEADERS = Evas_Engine_Buffer.h |
23 | includesdir = $(includedir)/evas-@VMAJ@ | 22 | includesdir = $(includedir)/evas-@VMAJ@ |
24 | 23 | ||
25 | if !EVAS_STATIC_BUILD_BUFFER | 24 | if !EVAS_STATIC_BUILD_BUFFER |
26 | 25 | ||
26 | pkgdir = $(libdir)/evas/modules/engines/buffer/$(MODULE_ARCH) | ||
27 | pkg_LTLIBRARIES = module.la | 27 | pkg_LTLIBRARIES = module.la |
28 | 28 | ||
29 | module_la_SOURCES = $(BUFFER_SOURCES) | 29 | module_la_SOURCES = $(BUFFER_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/cairo_x11/Makefile.am b/legacy/evas/src/modules/engines/cairo_x11/Makefile.am index 33153ffcd9..d2fa1805cb 100644 --- a/legacy/evas/src/modules/engines/cairo_x11/Makefile.am +++ b/legacy/evas/src/modules/engines/cairo_x11/Makefile.am | |||
@@ -18,13 +18,13 @@ evas_x_main.c | |||
18 | 18 | ||
19 | CAIRO_X11_LIBADD = @evas_engine_cairo_x11_libs@ $(top_builddir)/src/modules/engines/cairo_common/libevas_engine_cairo_common.la | 19 | CAIRO_X11_LIBADD = @evas_engine_cairo_x11_libs@ $(top_builddir)/src/modules/engines/cairo_common/libevas_engine_cairo_common.la |
20 | 20 | ||
21 | pkgdir = $(libdir)/evas/modules/engines/cairo_x11/$(MODULE_ARCH) | ||
22 | 21 | ||
23 | includes_HEADERS = Evas_Engine_Cairo_X11.h | 22 | includes_HEADERS = Evas_Engine_Cairo_X11.h |
24 | includesdir = $(includedir)/evas-@VMAJ@ | 23 | includesdir = $(includedir)/evas-@VMAJ@ |
25 | 24 | ||
26 | if !EVAS_STATIC_BUILD_CAIRO_X11 | 25 | if !EVAS_STATIC_BUILD_CAIRO_X11 |
27 | 26 | ||
27 | pkgdir = $(libdir)/evas/modules/engines/cairo_x11/$(MODULE_ARCH) | ||
28 | pkg_LTLIBRARIES = module.la | 28 | pkg_LTLIBRARIES = module.la |
29 | 29 | ||
30 | module_la_SOURCES = $(CAIRO_X11_SOURCES) | 30 | module_la_SOURCES = $(CAIRO_X11_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/direct3d/Makefile.am b/legacy/evas/src/modules/engines/direct3d/Makefile.am index 58474947a5..6b64ef5df3 100644 --- a/legacy/evas/src/modules/engines/direct3d/Makefile.am +++ b/legacy/evas/src/modules/engines/direct3d/Makefile.am | |||
@@ -29,13 +29,13 @@ evas_direct3d_vertex_buffer_cache.cpp | |||
29 | 29 | ||
30 | DIRECT3D_LIBADD = @evas_engine_direct3d_libs@ | 30 | DIRECT3D_LIBADD = @evas_engine_direct3d_libs@ |
31 | 31 | ||
32 | pkgdir = $(libdir)/evas/modules/engines/direct3d/$(MODULE_ARCH) | ||
33 | 32 | ||
34 | includes_HEADERS = Evas_Engine_Direct3D.h | 33 | includes_HEADERS = Evas_Engine_Direct3D.h |
35 | includesdir = $(includedir)/evas-@VMAJ@ | 34 | includesdir = $(includedir)/evas-@VMAJ@ |
36 | 35 | ||
37 | if !EVAS_STATIC_BUILD_DIRECT3D | 36 | if !EVAS_STATIC_BUILD_DIRECT3D |
38 | 37 | ||
38 | pkgdir = $(libdir)/evas/modules/engines/direct3d/$(MODULE_ARCH) | ||
39 | pkg_LTLIBRARIES = module.la | 39 | pkg_LTLIBRARIES = module.la |
40 | module_la_SOURCES = $(DIRECT3D_SOURCES) | 40 | module_la_SOURCES = $(DIRECT3D_SOURCES) |
41 | module_la_CXXFLAGS = -fno-exceptions | 41 | module_la_CXXFLAGS = -fno-exceptions |
diff --git a/legacy/evas/src/modules/engines/directfb/Makefile.am b/legacy/evas/src/modules/engines/directfb/Makefile.am index ff571b564d..fae87daabf 100644 --- a/legacy/evas/src/modules/engines/directfb/Makefile.am +++ b/legacy/evas/src/modules/engines/directfb/Makefile.am | |||
@@ -17,13 +17,13 @@ if BUILD_ENGINE_DIRECTFB | |||
17 | DIRECTFB_SOURCES = evas_engine.c polygon.c | 17 | DIRECTFB_SOURCES = evas_engine.c polygon.c |
18 | DIRECTFB_LIBADD = @evas_engine_directfb_libs@ | 18 | DIRECTFB_LIBADD = @evas_engine_directfb_libs@ |
19 | 19 | ||
20 | pkgdir = $(libdir)/evas/modules/engines/directfb/$(MODULE_ARCH) | ||
21 | 20 | ||
22 | includes_HEADERS = Evas_Engine_DirectFB.h | 21 | includes_HEADERS = Evas_Engine_DirectFB.h |
23 | includesdir = $(includedir)/evas-@VMAJ@ | 22 | includesdir = $(includedir)/evas-@VMAJ@ |
24 | 23 | ||
25 | if !EVAS_STATIC_BUILD_DIRECTFB | 24 | if !EVAS_STATIC_BUILD_DIRECTFB |
26 | 25 | ||
26 | pkgdir = $(libdir)/evas/modules/engines/directfb/$(MODULE_ARCH) | ||
27 | pkg_LTLIBRARIES = module.la | 27 | pkg_LTLIBRARIES = module.la |
28 | 28 | ||
29 | module_la_SOURCES = $(DIRECTFB_SOURCES) | 29 | module_la_SOURCES = $(DIRECTFB_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/fb/Makefile.am b/legacy/evas/src/modules/engines/fb/Makefile.am index 58c70ca4a2..47527f74e2 100644 --- a/legacy/evas/src/modules/engines/fb/Makefile.am +++ b/legacy/evas/src/modules/engines/fb/Makefile.am | |||
@@ -19,13 +19,13 @@ evas_outbuf.c | |||
19 | 19 | ||
20 | FB_LIBADD = @evas_engine_fb_libs@ | 20 | FB_LIBADD = @evas_engine_fb_libs@ |
21 | 21 | ||
22 | pkgdir = $(libdir)/evas/modules/engines/fb/$(MODULE_ARCH) | ||
23 | 22 | ||
24 | includes_HEADERS = Evas_Engine_FB.h | 23 | includes_HEADERS = Evas_Engine_FB.h |
25 | includesdir = $(includedir)/evas-@VMAJ@ | 24 | includesdir = $(includedir)/evas-@VMAJ@ |
26 | 25 | ||
27 | if !EVAS_STATIC_BUILD_FB | 26 | if !EVAS_STATIC_BUILD_FB |
28 | 27 | ||
28 | pkgdir = $(libdir)/evas/modules/engines/fb/$(MODULE_ARCH) | ||
29 | pkg_LTLIBRARIES = module.la | 29 | pkg_LTLIBRARIES = module.la |
30 | module_la_SOURCES = $(FB_SOURCES) | 30 | module_la_SOURCES = $(FB_SOURCES) |
31 | module_la_LIBADD = @EINA_LIBS@ $(FB_LIBADD) $(top_builddir)/src/lib/libevas.la | 31 | module_la_LIBADD = @EINA_LIBS@ $(FB_LIBADD) $(top_builddir)/src/lib/libevas.la |
diff --git a/legacy/evas/src/modules/engines/gl_glew/Makefile.am b/legacy/evas/src/modules/engines/gl_glew/Makefile.am index 2042b4a64d..13307f7990 100644 --- a/legacy/evas/src/modules/engines/gl_glew/Makefile.am +++ b/legacy/evas/src/modules/engines/gl_glew/Makefile.am | |||
@@ -18,13 +18,13 @@ evas_glew_win32_main.c | |||
18 | 18 | ||
19 | GL_GLEW_LIBADD = @evas_engine_gl_glew_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la | 19 | GL_GLEW_LIBADD = @evas_engine_gl_glew_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la |
20 | 20 | ||
21 | pkgdir = $(libdir)/evas/modules/engines/gl_glew/$(MODULE_ARCH) | ||
22 | 21 | ||
23 | includes_HEADERS = Evas_Engine_GL_Glew.h | 22 | includes_HEADERS = Evas_Engine_GL_Glew.h |
24 | includesdir = $(includedir)/evas-@VMAJ@ | 23 | includesdir = $(includedir)/evas-@VMAJ@ |
25 | 24 | ||
26 | if !EVAS_STATIC_BUILD_GL_GLEW | 25 | if !EVAS_STATIC_BUILD_GL_GLEW |
27 | 26 | ||
27 | pkgdir = $(libdir)/evas/modules/engines/gl_glew/$(MODULE_ARCH) | ||
28 | pkg_LTLIBRARIES = module.la | 28 | pkg_LTLIBRARIES = module.la |
29 | 29 | ||
30 | module_la_SOURCES = $(GL_GLEW_SOURCES) | 30 | module_la_SOURCES = $(GL_GLEW_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am b/legacy/evas/src/modules/engines/gl_sdl/Makefile.am index 4af0ed5534..57da21b301 100644 --- a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am +++ b/legacy/evas/src/modules/engines/gl_sdl/Makefile.am | |||
@@ -17,13 +17,13 @@ evas_engine.c | |||
17 | 17 | ||
18 | GL_SDL_LIBADD = @evas_engine_gl_sdl_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la | 18 | GL_SDL_LIBADD = @evas_engine_gl_sdl_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la |
19 | 19 | ||
20 | pkgdir = $(libdir)/evas/modules/engines/gl_sdl/$(MODULE_ARCH) | ||
21 | 20 | ||
22 | includes_HEADERS = Evas_Engine_GL_SDL.h | 21 | includes_HEADERS = Evas_Engine_GL_SDL.h |
23 | includesdir = $(includedir)/evas-@VMAJ@ | 22 | includesdir = $(includedir)/evas-@VMAJ@ |
24 | 23 | ||
25 | if !EVAS_STATIC_BUILD_GL_SDL | 24 | if !EVAS_STATIC_BUILD_GL_SDL |
26 | 25 | ||
26 | pkgdir = $(libdir)/evas/modules/engines/gl_sdl/$(MODULE_ARCH) | ||
27 | pkg_LTLIBRARIES = module.la | 27 | pkg_LTLIBRARIES = module.la |
28 | 28 | ||
29 | module_la_SOURCES = $(GL_SDL_SOURCES) | 29 | module_la_SOURCES = $(GL_SDL_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/gl_x11/Makefile.am b/legacy/evas/src/modules/engines/gl_x11/Makefile.am index de391da991..91cd0d46e3 100644 --- a/legacy/evas/src/modules/engines/gl_x11/Makefile.am +++ b/legacy/evas/src/modules/engines/gl_x11/Makefile.am | |||
@@ -18,13 +18,13 @@ evas_x_main.c | |||
18 | 18 | ||
19 | GL_X11_LIBADD = @evas_engine_gl_x11_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la | 19 | GL_X11_LIBADD = @evas_engine_gl_x11_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la |
20 | 20 | ||
21 | pkgdir = $(libdir)/evas/modules/engines/gl_x11/$(MODULE_ARCH) | ||
22 | 21 | ||
23 | includes_HEADERS = Evas_Engine_GL_X11.h | 22 | includes_HEADERS = Evas_Engine_GL_X11.h |
24 | includesdir = $(includedir)/evas-@VMAJ@ | 23 | includesdir = $(includedir)/evas-@VMAJ@ |
25 | 24 | ||
26 | if !EVAS_STATIC_BUILD_GL_X11 | 25 | if !EVAS_STATIC_BUILD_GL_X11 |
27 | 26 | ||
27 | pkgdir = $(libdir)/evas/modules/engines/gl_x11/$(MODULE_ARCH) | ||
28 | pkg_LTLIBRARIES = module.la | 28 | pkg_LTLIBRARIES = module.la |
29 | 29 | ||
30 | module_la_SOURCES = $(GL_X11_SOURCES) | 30 | module_la_SOURCES = $(GL_X11_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/quartz/Makefile.am b/legacy/evas/src/modules/engines/quartz/Makefile.am index df92e177e2..17be2de882 100644 --- a/legacy/evas/src/modules/engines/quartz/Makefile.am +++ b/legacy/evas/src/modules/engines/quartz/Makefile.am | |||
@@ -14,13 +14,13 @@ if BUILD_ENGINE_QUARTZ | |||
14 | QUARTZ_SOURCES = evas_engine.c | 14 | QUARTZ_SOURCES = evas_engine.c |
15 | QUARTZ_LIBADD = @evas_engine_quartz_libs@ | 15 | QUARTZ_LIBADD = @evas_engine_quartz_libs@ |
16 | 16 | ||
17 | pkgdir = $(libdir)/evas/modules/engines/quartz/$(MODULE_ARCH) | ||
18 | 17 | ||
19 | includes_HEADERS = Evas_Engine_Quartz.h | 18 | includes_HEADERS = Evas_Engine_Quartz.h |
20 | includesdir = $(includedir)/evas-@VMAJ@ | 19 | includesdir = $(includedir)/evas-@VMAJ@ |
21 | 20 | ||
22 | if !EVAS_STATIC_BUILD_QUARTZ | 21 | if !EVAS_STATIC_BUILD_QUARTZ |
23 | 22 | ||
23 | pkgdir = $(libdir)/evas/modules/engines/quartz/$(MODULE_ARCH) | ||
24 | pkg_LTLIBRARIES = module.la | 24 | pkg_LTLIBRARIES = module.la |
25 | 25 | ||
26 | module_la_SOURCES = $(QUARTZ_SOURCES) | 26 | module_la_SOURCES = $(QUARTZ_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/software_16/Makefile.am b/legacy/evas/src/modules/engines/software_16/Makefile.am index 47eaf100ce..1735d7b1ec 100644 --- a/legacy/evas/src/modules/engines/software_16/Makefile.am +++ b/legacy/evas/src/modules/engines/software_16/Makefile.am | |||
@@ -15,10 +15,10 @@ if BUILD_ENGINE_SOFTWARE_16 | |||
15 | 15 | ||
16 | SOFTWARE_16_SOURCES = evas_engine.c | 16 | SOFTWARE_16_SOURCES = evas_engine.c |
17 | 17 | ||
18 | pkgdir = $(libdir)/evas/modules/engines/software_16/$(MODULE_ARCH) | ||
19 | 18 | ||
20 | if !EVAS_STATIC_BUILD_SOFTWARE_16 | 19 | if !EVAS_STATIC_BUILD_SOFTWARE_16 |
21 | 20 | ||
21 | pkgdir = $(libdir)/evas/modules/engines/software_16/$(MODULE_ARCH) | ||
22 | pkg_LTLIBRARIES = module.la | 22 | pkg_LTLIBRARIES = module.la |
23 | module_la_SOURCES = $(SOFTWARE_16_SOURCES) | 23 | module_la_SOURCES = $(SOFTWARE_16_SOURCES) |
24 | module_la_LIBADD = @EINA_LIBS@ $(top_builddir)/src/lib/libevas.la | 24 | module_la_LIBADD = @EINA_LIBS@ $(top_builddir)/src/lib/libevas.la |
diff --git a/legacy/evas/src/modules/engines/software_16_ddraw/Makefile.am b/legacy/evas/src/modules/engines/software_16_ddraw/Makefile.am index c07569144a..d32019e8b9 100644 --- a/legacy/evas/src/modules/engines/software_16_ddraw/Makefile.am +++ b/legacy/evas/src/modules/engines/software_16_ddraw/Makefile.am | |||
@@ -20,13 +20,13 @@ evas_ddraw_main.cpp | |||
20 | 20 | ||
21 | SOFTWARE_16_DDRAW_LIBADD = @evas_engine_software_16_ddraw_libs@ | 21 | SOFTWARE_16_DDRAW_LIBADD = @evas_engine_software_16_ddraw_libs@ |
22 | 22 | ||
23 | pkgdir = $(libdir)/evas/modules/engines/software_16_ddraw/$(MODULE_ARCH) | ||
24 | 23 | ||
25 | includes_HEADERS = Evas_Engine_Software_16_DDraw.h | 24 | includes_HEADERS = Evas_Engine_Software_16_DDraw.h |
26 | includesdir = $(includedir)/evas-@VMAJ@ | 25 | includesdir = $(includedir)/evas-@VMAJ@ |
27 | 26 | ||
28 | if !EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW | 27 | if !EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW |
29 | 28 | ||
29 | pkgdir = $(libdir)/evas/modules/engines/software_16_ddraw/$(MODULE_ARCH) | ||
30 | pkg_LTLIBRARIES = module.la | 30 | pkg_LTLIBRARIES = module.la |
31 | 31 | ||
32 | module_la_SOURCES = $(SOFTWARE_16_DDRAW_SOURCES) | 32 | module_la_SOURCES = $(SOFTWARE_16_DDRAW_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/software_16_sdl/Makefile.am b/legacy/evas/src/modules/engines/software_16_sdl/Makefile.am index bcaa15b953..5a8dc2f820 100644 --- a/legacy/evas/src/modules/engines/software_16_sdl/Makefile.am +++ b/legacy/evas/src/modules/engines/software_16_sdl/Makefile.am | |||
@@ -10,13 +10,13 @@ SOFTWARE_SDL_SOURCES = \ | |||
10 | evas_engine.c \ | 10 | evas_engine.c \ |
11 | evas_engine.h | 11 | evas_engine.h |
12 | 12 | ||
13 | pkgdir = $(libdir)/evas/modules/engines/software_16_sdl/$(MODULE_ARCH) | ||
14 | 13 | ||
15 | includes_HEADERS = Evas_Engine_SDL_16.h | 14 | includes_HEADERS = Evas_Engine_SDL_16.h |
16 | includesdir = $(includedir)/evas-@VMAJ@ | 15 | includesdir = $(includedir)/evas-@VMAJ@ |
17 | 16 | ||
18 | if !EVAS_STATIC_BUILD_SOFTWARE_SDL | 17 | if !EVAS_STATIC_BUILD_SOFTWARE_SDL |
19 | 18 | ||
19 | pkgdir = $(libdir)/evas/modules/engines/software_16_sdl/$(MODULE_ARCH) | ||
20 | pkg_LTLIBRARIES = module.la | 20 | pkg_LTLIBRARIES = module.la |
21 | 21 | ||
22 | module_la_SOURCES = $(SOFTWARE_SDL_SOURCES) | 22 | module_la_SOURCES = $(SOFTWARE_SDL_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/software_16_wince/Makefile.am b/legacy/evas/src/modules/engines/software_16_wince/Makefile.am index 984b418337..d7e39b4dcd 100644 --- a/legacy/evas/src/modules/engines/software_16_wince/Makefile.am +++ b/legacy/evas/src/modules/engines/software_16_wince/Makefile.am | |||
@@ -22,13 +22,13 @@ evas_wince_gdi_buffer.c | |||
22 | 22 | ||
23 | SOFTWARE_16_WINCE_LIBADD = @evas_engine_software_16_wince_libs@ | 23 | SOFTWARE_16_WINCE_LIBADD = @evas_engine_software_16_wince_libs@ |
24 | 24 | ||
25 | pkgdir = $(libdir)/evas/modules/engines/software_16_wince/$(MODULE_ARCH) | ||
26 | 25 | ||
27 | includes_HEADERS = Evas_Engine_Software_16_WinCE.h | 26 | includes_HEADERS = Evas_Engine_Software_16_WinCE.h |
28 | includesdir = $(includedir)/evas-@VMAJ@ | 27 | includesdir = $(includedir)/evas-@VMAJ@ |
29 | 28 | ||
30 | if !EVAS_STATIC_BUILD_SOFTWARE_16_WINCE | 29 | if !EVAS_STATIC_BUILD_SOFTWARE_16_WINCE |
31 | 30 | ||
31 | pkgdir = $(libdir)/evas/modules/engines/software_16_wince/$(MODULE_ARCH) | ||
32 | pkg_LTLIBRARIES = module.la | 32 | pkg_LTLIBRARIES = module.la |
33 | 33 | ||
34 | module_la_SOURCES = $(SOFTWARE_16_WINCE_SOURCE) | 34 | module_la_SOURCES = $(SOFTWARE_16_WINCE_SOURCE) |
diff --git a/legacy/evas/src/modules/engines/software_16_x11/Makefile.am b/legacy/evas/src/modules/engines/software_16_x11/Makefile.am index 979f31578d..dc2458440f 100644 --- a/legacy/evas/src/modules/engines/software_16_x11/Makefile.am +++ b/legacy/evas/src/modules/engines/software_16_x11/Makefile.am | |||
@@ -19,13 +19,13 @@ evas_x_buffer.c | |||
19 | 19 | ||
20 | SOFTWARE_16_X11_LIBADD = @evas_engine_software_16_x11_libs@ | 20 | SOFTWARE_16_X11_LIBADD = @evas_engine_software_16_x11_libs@ |
21 | 21 | ||
22 | pkgdir = $(libdir)/evas/modules/engines/software_16_x11/$(MODULE_ARCH) | ||
23 | 22 | ||
24 | includes_HEADERS = Evas_Engine_Software_16_X11.h | 23 | includes_HEADERS = Evas_Engine_Software_16_X11.h |
25 | includesdir = $(includedir)/evas-@VMAJ@ | 24 | includesdir = $(includedir)/evas-@VMAJ@ |
26 | 25 | ||
27 | if !EVAS_STATIC_BUILD_SOFTWARE_16_X11 | 26 | if !EVAS_STATIC_BUILD_SOFTWARE_16_X11 |
28 | 27 | ||
28 | pkgdir = $(libdir)/evas/modules/engines/software_16_x11/$(MODULE_ARCH) | ||
29 | pkg_LTLIBRARIES = module.la | 29 | pkg_LTLIBRARIES = module.la |
30 | 30 | ||
31 | module_la_SOURCES = $(SOFTWARE_16_X11_SOURCES) | 31 | module_la_SOURCES = $(SOFTWARE_16_X11_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/software_8/Makefile.am b/legacy/evas/src/modules/engines/software_8/Makefile.am index 9f100f6678..4c48018792 100644 --- a/legacy/evas/src/modules/engines/software_8/Makefile.am +++ b/legacy/evas/src/modules/engines/software_8/Makefile.am | |||
@@ -15,10 +15,10 @@ if BUILD_ENGINE_SOFTWARE_8 | |||
15 | 15 | ||
16 | SOFTWARE_8_SOURCES = evas_engine.c | 16 | SOFTWARE_8_SOURCES = evas_engine.c |
17 | 17 | ||
18 | pkgdir = $(libdir)/evas/modules/engines/software_8/$(MODULE_ARCH) | ||
19 | 18 | ||
20 | if !EVAS_STATIC_BUILD_SOFTWARE_8_X11 | 19 | if !EVAS_STATIC_BUILD_SOFTWARE_8_X11 |
21 | 20 | ||
21 | pkgdir = $(libdir)/evas/modules/engines/software_8/$(MODULE_ARCH) | ||
22 | pkg_LTLIBRARIES = module.la | 22 | pkg_LTLIBRARIES = module.la |
23 | module_la_SOURCES = $(SOFTWARE_8_SOURCES) | 23 | module_la_SOURCES = $(SOFTWARE_8_SOURCES) |
24 | module_la_LIBADD = @EINA_LIBS@ $(top_builddir)/src/lib/libevas.la | 24 | module_la_LIBADD = @EINA_LIBS@ $(top_builddir)/src/lib/libevas.la |
diff --git a/legacy/evas/src/modules/engines/software_8_x11/Makefile.am b/legacy/evas/src/modules/engines/software_8_x11/Makefile.am index 497fe84fd7..bfb2b9b760 100644 --- a/legacy/evas/src/modules/engines/software_8_x11/Makefile.am +++ b/legacy/evas/src/modules/engines/software_8_x11/Makefile.am | |||
@@ -20,13 +20,13 @@ evas_x_buffer.c | |||
20 | 20 | ||
21 | SOFTWARE_8_X11_LIBADD = @evas_engine_software_8_x11_libs@ | 21 | SOFTWARE_8_X11_LIBADD = @evas_engine_software_8_x11_libs@ |
22 | 22 | ||
23 | pkgdir = $(libdir)/evas/modules/engines/software_8_x11/$(MODULE_ARCH) | ||
24 | 23 | ||
25 | includes_HEADERS = Evas_Engine_Software_8_X11.h | 24 | includes_HEADERS = Evas_Engine_Software_8_X11.h |
26 | includesdir = $(includedir)/evas-@VMAJ@ | 25 | includesdir = $(includedir)/evas-@VMAJ@ |
27 | 26 | ||
28 | if !EVAS_STATIC_BUILD_SOFTWARE_8_X11 | 27 | if !EVAS_STATIC_BUILD_SOFTWARE_8_X11 |
29 | 28 | ||
29 | pkgdir = $(libdir)/evas/modules/engines/software_8_x11/$(MODULE_ARCH) | ||
30 | pkg_LTLIBRARIES = module.la | 30 | pkg_LTLIBRARIES = module.la |
31 | 31 | ||
32 | module_la_SOURCES = $(SOFTWARE_8_X11_SOURCES) | 32 | module_la_SOURCES = $(SOFTWARE_8_X11_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/software_ddraw/Makefile.am b/legacy/evas/src/modules/engines/software_ddraw/Makefile.am index 440e291b88..7a5856e0d3 100644 --- a/legacy/evas/src/modules/engines/software_ddraw/Makefile.am +++ b/legacy/evas/src/modules/engines/software_ddraw/Makefile.am | |||
@@ -20,13 +20,13 @@ evas_ddraw_main.cpp | |||
20 | 20 | ||
21 | SOFTWARE_DDRAW_LIBADD = @evas_engine_software_ddraw_libs@ | 21 | SOFTWARE_DDRAW_LIBADD = @evas_engine_software_ddraw_libs@ |
22 | 22 | ||
23 | pkgdir = $(libdir)/evas/modules/engines/software_ddraw/$(MODULE_ARCH) | ||
24 | 23 | ||
25 | includes_HEADERS = Evas_Engine_Software_DDraw.h | 24 | includes_HEADERS = Evas_Engine_Software_DDraw.h |
26 | includesdir = $(includedir)/evas-@VMAJ@ | 25 | includesdir = $(includedir)/evas-@VMAJ@ |
27 | 26 | ||
28 | if !EVAS_STATIC_BUILD_SOFTWARE_DDRAW | 27 | if !EVAS_STATIC_BUILD_SOFTWARE_DDRAW |
29 | 28 | ||
29 | pkgdir = $(libdir)/evas/modules/engines/software_ddraw/$(MODULE_ARCH) | ||
30 | pkg_LTLIBRARIES = module.la | 30 | pkg_LTLIBRARIES = module.la |
31 | module_la_SOURCES = $(SOFTWARE_DDRAW_SOURCES) | 31 | module_la_SOURCES = $(SOFTWARE_DDRAW_SOURCES) |
32 | module_la_CXXFLAGS = -fno-rtti -fno-exceptions | 32 | module_la_CXXFLAGS = -fno-rtti -fno-exceptions |
diff --git a/legacy/evas/src/modules/engines/software_gdi/Makefile.am b/legacy/evas/src/modules/engines/software_gdi/Makefile.am index dfebabe522..02a60c0869 100644 --- a/legacy/evas/src/modules/engines/software_gdi/Makefile.am +++ b/legacy/evas/src/modules/engines/software_gdi/Makefile.am | |||
@@ -20,13 +20,13 @@ evas_gdi_main.c | |||
20 | 20 | ||
21 | SOFTWARE_GDI_LIBADD = @evas_engine_software_gdi_libs@ | 21 | SOFTWARE_GDI_LIBADD = @evas_engine_software_gdi_libs@ |
22 | 22 | ||
23 | pkgdir = $(libdir)/evas/modules/engines/software_gdi/$(MODULE_ARCH) | ||
24 | 23 | ||
25 | includes_HEADERS = Evas_Engine_Software_Gdi.h | 24 | includes_HEADERS = Evas_Engine_Software_Gdi.h |
26 | includesdir = $(includedir)/evas-@VMAJ@ | 25 | includesdir = $(includedir)/evas-@VMAJ@ |
27 | 26 | ||
28 | if !EVAS_STATIC_BUILD_SOFTWARE_GDI | 27 | if !EVAS_STATIC_BUILD_SOFTWARE_GDI |
29 | 28 | ||
29 | pkgdir = $(libdir)/evas/modules/engines/software_gdi/$(MODULE_ARCH) | ||
30 | pkg_LTLIBRARIES = module.la | 30 | pkg_LTLIBRARIES = module.la |
31 | module_la_SOURCES = $(SOFTWARE_GDI_SOURCES) | 31 | module_la_SOURCES = $(SOFTWARE_GDI_SOURCES) |
32 | module_la_LIBADD = $(top_builddir)/src/lib/libevas.la @EINA_LIBS@ $(SOFTWARE_GDI_LIBADD) | 32 | module_la_LIBADD = $(top_builddir)/src/lib/libevas.la @EINA_LIBS@ $(SOFTWARE_GDI_LIBADD) |
diff --git a/legacy/evas/src/modules/engines/software_generic/Makefile.am b/legacy/evas/src/modules/engines/software_generic/Makefile.am index de7f9826d5..8278969a9a 100644 --- a/legacy/evas/src/modules/engines/software_generic/Makefile.am +++ b/legacy/evas/src/modules/engines/software_generic/Makefile.am | |||
@@ -13,10 +13,10 @@ AM_CFLAGS = @WIN32_CFLAGS@ | |||
13 | 13 | ||
14 | SOFTWARE_GENERIC_SOURCES = evas_engine.c | 14 | SOFTWARE_GENERIC_SOURCES = evas_engine.c |
15 | 15 | ||
16 | pkgdir = $(libdir)/evas/modules/engines/software_generic/$(MODULE_ARCH) | ||
17 | 16 | ||
18 | if !EVAS_STATIC_BUILD_SOFTWARE_GENERIC | 17 | if !EVAS_STATIC_BUILD_SOFTWARE_GENERIC |
19 | 18 | ||
19 | pkgdir = $(libdir)/evas/modules/engines/software_generic/$(MODULE_ARCH) | ||
20 | pkg_LTLIBRARIES = module.la | 20 | pkg_LTLIBRARIES = module.la |
21 | 21 | ||
22 | module_la_SOURCES = $(SOFTWARE_GENERIC_SOURCES) | 22 | module_la_SOURCES = $(SOFTWARE_GENERIC_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/software_qtopia/Makefile.am b/legacy/evas/src/modules/engines/software_qtopia/Makefile.am index a4202a9b53..fdbd47c1d6 100644 --- a/legacy/evas/src/modules/engines/software_qtopia/Makefile.am +++ b/legacy/evas/src/modules/engines/software_qtopia/Makefile.am | |||
@@ -21,13 +21,13 @@ evas_qt_main.cpp | |||
21 | 21 | ||
22 | SOFTWARE_QTOPIA_LIBADD = @evas_engine_software_qtopia_libs@ | 22 | SOFTWARE_QTOPIA_LIBADD = @evas_engine_software_qtopia_libs@ |
23 | 23 | ||
24 | pkgdir = $(libdir)/evas/modules/engines/software_qtopia/$(MODULE_ARCH) | ||
25 | 24 | ||
26 | includes_HEADERS = Evas_Engine_Software_Qtopia.h | 25 | includes_HEADERS = Evas_Engine_Software_Qtopia.h |
27 | includesdir = $(includedir)/evas-@VMAJ@ | 26 | includesdir = $(includedir)/evas-@VMAJ@ |
28 | 27 | ||
29 | if !EVAS_STATIC_BUILD_SOFTWARE_QTOPIA | 28 | if !EVAS_STATIC_BUILD_SOFTWARE_QTOPIA |
30 | 29 | ||
30 | pkgdir = $(libdir)/evas/modules/engines/software_qtopia/$(MODULE_ARCH) | ||
31 | pkg_LTLIBRARIES = module.la | 31 | pkg_LTLIBRARIES = module.la |
32 | module_la_SOURCES = $(SOFTWARE_QTOPIA_SOURCES) | 32 | module_la_SOURCES = $(SOFTWARE_QTOPIA_SOURCES) |
33 | module_la_LIBADD = @EINA_LIBS@ $(SOFTWARE_QTOPIA_LIBADD) $(top_builddir)/src/lib/libevas.la | 33 | module_la_LIBADD = @EINA_LIBS@ $(SOFTWARE_QTOPIA_LIBADD) $(top_builddir)/src/lib/libevas.la |
diff --git a/legacy/evas/src/modules/engines/software_sdl/Makefile.am b/legacy/evas/src/modules/engines/software_sdl/Makefile.am index 4e3e386ecd..57892f643b 100644 --- a/legacy/evas/src/modules/engines/software_sdl/Makefile.am +++ b/legacy/evas/src/modules/engines/software_sdl/Makefile.am | |||
@@ -17,13 +17,13 @@ if BUILD_ENGINE_SOFTWARE_SDL | |||
17 | SOFTWARE_SDL_SOURCES = evas_engine.c | 17 | SOFTWARE_SDL_SOURCES = evas_engine.c |
18 | SOFTWARE_SDL_LIBADD = @evas_engine_software_sdl_libs@ | 18 | SOFTWARE_SDL_LIBADD = @evas_engine_software_sdl_libs@ |
19 | 19 | ||
20 | pkgdir = $(libdir)/evas/modules/engines/software_sdl/$(MODULE_ARCH) | ||
21 | 20 | ||
22 | includes_HEADERS = Evas_Engine_SDL.h | 21 | includes_HEADERS = Evas_Engine_SDL.h |
23 | includesdir = $(includedir)/evas-@VMAJ@ | 22 | includesdir = $(includedir)/evas-@VMAJ@ |
24 | 23 | ||
25 | if !EVAS_STATIC_BUILD_SOFTWARE_SDL | 24 | if !EVAS_STATIC_BUILD_SOFTWARE_SDL |
26 | 25 | ||
26 | pkgdir = $(libdir)/evas/modules/engines/software_sdl/$(MODULE_ARCH) | ||
27 | pkg_LTLIBRARIES = module.la | 27 | pkg_LTLIBRARIES = module.la |
28 | 28 | ||
29 | module_la_SOURCES = $(SOFTWARE_SDL_SOURCES) | 29 | module_la_SOURCES = $(SOFTWARE_SDL_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/software_x11/Makefile.am b/legacy/evas/src/modules/engines/software_x11/Makefile.am index 7e20f2dd2e..86960b779c 100644 --- a/legacy/evas/src/modules/engines/software_x11/Makefile.am +++ b/legacy/evas/src/modules/engines/software_x11/Makefile.am | |||
@@ -37,13 +37,12 @@ evas_xcb_main.c | |||
37 | 37 | ||
38 | endif | 38 | endif |
39 | 39 | ||
40 | pkgdir = $(libdir)/evas/modules/engines/software_x11/$(MODULE_ARCH) | ||
41 | |||
42 | includes_HEADERS = Evas_Engine_Software_X11.h | 40 | includes_HEADERS = Evas_Engine_Software_X11.h |
43 | includesdir = $(includedir)/evas-@VMAJ@ | 41 | includesdir = $(includedir)/evas-@VMAJ@ |
44 | 42 | ||
45 | if !EVAS_STATIC_BUILD_SOFTWARE_X11 | 43 | if !EVAS_STATIC_BUILD_SOFTWARE_X11 |
46 | 44 | ||
45 | pkgdir = $(libdir)/evas/modules/engines/software_x11/$(MODULE_ARCH) | ||
47 | pkg_LTLIBRARIES = module.la | 46 | pkg_LTLIBRARIES = module.la |
48 | 47 | ||
49 | module_la_SOURCES = $(SOFTWARE_X11_SOURCES) | 48 | module_la_SOURCES = $(SOFTWARE_X11_SOURCES) |
diff --git a/legacy/evas/src/modules/engines/xrender_x11/Makefile.am b/legacy/evas/src/modules/engines/xrender_x11/Makefile.am index 74df4bd173..4ad72a721b 100644 --- a/legacy/evas/src/modules/engines/xrender_x11/Makefile.am +++ b/legacy/evas/src/modules/engines/xrender_x11/Makefile.am | |||
@@ -32,13 +32,13 @@ endif | |||
32 | 32 | ||
33 | XRENDER_X11_LIBADD = @evas_engine_xrender_xcb_libs@ @evas_engine_xrender_x11_libs@ | 33 | XRENDER_X11_LIBADD = @evas_engine_xrender_xcb_libs@ @evas_engine_xrender_x11_libs@ |
34 | 34 | ||
35 | pkgdir = $(libdir)/evas/modules/engines/xrender_x11/$(MODULE_ARCH) | ||
36 | 35 | ||
37 | includes_HEADERS = Evas_Engine_XRender_X11.h | 36 | includes_HEADERS = Evas_Engine_XRender_X11.h |
38 | includesdir = $(includedir)/evas-@VMAJ@ | 37 | includesdir = $(includedir)/evas-@VMAJ@ |
39 | 38 | ||
40 | if !EVAS_STATIC_BUILD_XRENDER_X11 | 39 | if !EVAS_STATIC_BUILD_XRENDER_X11 |
41 | 40 | ||
41 | pkgdir = $(libdir)/evas/modules/engines/xrender_x11/$(MODULE_ARCH) | ||
42 | pkg_LTLIBRARIES = module.la | 42 | pkg_LTLIBRARIES = module.la |
43 | 43 | ||
44 | module_la_SOURCES = $(XRENDER_X11_SOURCES) | 44 | module_la_SOURCES = $(XRENDER_X11_SOURCES) |