diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-11-13 23:52:18 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-11-13 23:52:18 +0000 |
commit | cd926b304dc8f072d99d55f90ef4bd6ad9d3a62f (patch) | |
tree | ab108ceeb5d9b72e9998c7e5c58d7ba3aaeed5e7 /legacy/evas/src/modules/engines | |
parent | 30965869f0e3aaea6adb2765e98a6797e9f03749 (diff) |
move libs already in EFL into... IN-EFL - this will stop/prevent/limit
thnigs like people using them and patching them, etc.
SVN revision: 79255
Diffstat (limited to '')
16 files changed, 0 insertions, 916 deletions
diff --git a/legacy/evas/src/modules/engines/Makefile.am b/legacy/evas/src/modules/engines/Makefile.am deleted file mode 100644 index 9ae3168d5b..0000000000 --- a/legacy/evas/src/modules/engines/Makefile.am +++ /dev/null | |||
@@ -1,52 +0,0 @@ | |||
1 | MAINTAINERCLEANFILES = Makefile.in | ||
2 | |||
3 | SUBDIRS = | ||
4 | |||
5 | if !EVAS_STATIC_BUILD_SOFTWARE_GENERIC | ||
6 | SUBDIRS += software_generic | ||
7 | endif | ||
8 | if !EVAS_STATIC_BUILD_BUFFER | ||
9 | SUBDIRS += buffer | ||
10 | endif | ||
11 | if !EVAS_STATIC_BUILD_DIRECT3D | ||
12 | SUBDIRS += direct3d | ||
13 | endif | ||
14 | if !EVAS_STATIC_BUILD_DIRECTFB | ||
15 | SUBDIRS += directfb | ||
16 | endif | ||
17 | if !EVAS_STATIC_BUILD_FB | ||
18 | SUBDIRS += fb | ||
19 | endif | ||
20 | |||
21 | if !EVAS_STATIC_BUILD_PSL1GHT | ||
22 | SUBDIRS += psl1ght | ||
23 | endif | ||
24 | |||
25 | if !EVAS_STATIC_BUILD_GL_COMMON | ||
26 | SUBDIRS += gl_common | ||
27 | endif | ||
28 | if !EVAS_STATIC_BUILD_GL_X11 | ||
29 | SUBDIRS += gl_x11 | ||
30 | endif | ||
31 | if !EVAS_STATIC_BUILD_GL_SDL | ||
32 | SUBDIRS += gl_sdl | ||
33 | endif | ||
34 | if !EVAS_STATIC_BUILD_GL_COCOA | ||
35 | SUBDIRS += gl_cocoa | ||
36 | endif | ||
37 | |||
38 | if !EVAS_STATIC_BUILD_SOFTWARE_DDRAW | ||
39 | SUBDIRS += software_ddraw | ||
40 | endif | ||
41 | if !EVAS_STATIC_BUILD_SOFTWARE_GDI | ||
42 | SUBDIRS += software_gdi | ||
43 | endif | ||
44 | if !EVAS_STATIC_BUILD_SOFTWARE_X11 | ||
45 | SUBDIRS += software_x11 | ||
46 | endif | ||
47 | if !EVAS_STATIC_BUILD_WAYLAND_SHM | ||
48 | SUBDIRS += wayland_shm | ||
49 | endif | ||
50 | if !EVAS_STATIC_BUILD_WAYLAND_EGL | ||
51 | SUBDIRS += wayland_egl | ||
52 | endif | ||
diff --git a/legacy/evas/src/modules/engines/buffer/Makefile.am b/legacy/evas/src/modules/engines/buffer/Makefile.am deleted file mode 100644 index de9c4012bf..0000000000 --- a/legacy/evas/src/modules/engines/buffer/Makefile.am +++ /dev/null | |||
@@ -1,44 +0,0 @@ | |||
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/lib/cserve2 \ | ||
9 | -I$(top_srcdir)/src/modules/engines \ | ||
10 | @EVAS_GENERAL_CFLAGS@ \ | ||
11 | @FREETYPE_CFLAGS@ \ | ||
12 | @PIXMAN_CFLAGS@ \ | ||
13 | @FRIBIDI_CFLAGS@ | ||
14 | |||
15 | if BUILD_ENGINE_BUFFER | ||
16 | |||
17 | BUFFER_SOURCES = \ | ||
18 | evas_engine.c \ | ||
19 | evas_outbuf.c | ||
20 | |||
21 | |||
22 | includes_HEADERS = Evas_Engine_Buffer.h | ||
23 | includesdir = $(includedir)/evas-@VMAJ@ | ||
24 | |||
25 | if !EVAS_STATIC_BUILD_BUFFER | ||
26 | |||
27 | pkgdir = $(libdir)/evas/modules/engines/buffer/$(MODULE_ARCH) | ||
28 | pkg_LTLIBRARIES = module.la | ||
29 | |||
30 | module_la_SOURCES = $(BUFFER_SOURCES) | ||
31 | module_la_LIBADD = $(top_builddir)/src/lib/libevas.la @EVAS_GENERAL_LIBS@ | ||
32 | module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version | ||
33 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
34 | |||
35 | else | ||
36 | |||
37 | noinst_LTLIBRARIES = libevas_engine_buffer.la | ||
38 | |||
39 | libevas_engine_buffer_la_SOURCES = $(BUFFER_SOURCES) | ||
40 | |||
41 | endif | ||
42 | endif | ||
43 | |||
44 | EXTRA_DIST = evas_engine.h | ||
diff --git a/legacy/evas/src/modules/engines/direct3d/Makefile.am b/legacy/evas/src/modules/engines/direct3d/Makefile.am deleted file mode 100644 index e8f02928db..0000000000 --- a/legacy/evas/src/modules/engines/direct3d/Makefile.am +++ /dev/null | |||
@@ -1,72 +0,0 @@ | |||
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 | @EVAS_GENERAL_CFLAGS@ \ | ||
10 | @FREETYPE_CFLAGS@ \ | ||
11 | @PIXMAN_CFLAGS@ \ | ||
12 | @FRIBIDI_CFLAGS@ \ | ||
13 | @evas_engine_direct3d_cflags@ | ||
14 | |||
15 | if BUILD_ENGINE_DIRECT3D | ||
16 | |||
17 | DIRECT3D_SOURCES = \ | ||
18 | evas_engine.c \ | ||
19 | evas_direct3d_context.cpp \ | ||
20 | evas_direct3d_device.cpp \ | ||
21 | evas_direct3d_image_cache.cpp \ | ||
22 | evas_direct3d_main.cpp \ | ||
23 | evas_direct3d_object.cpp \ | ||
24 | evas_direct3d_object_font.cpp \ | ||
25 | evas_direct3d_object_image.cpp \ | ||
26 | evas_direct3d_object_line.cpp \ | ||
27 | evas_direct3d_object_rect.cpp \ | ||
28 | evas_direct3d_scene.cpp \ | ||
29 | evas_direct3d_shader_pack.cpp \ | ||
30 | evas_direct3d_vertex_buffer_cache.cpp | ||
31 | |||
32 | DIRECT3D_LIBADD = @evas_engine_direct3d_libs@ | ||
33 | |||
34 | |||
35 | includes_HEADERS = Evas_Engine_Direct3D.h | ||
36 | includesdir = $(includedir)/evas-@VMAJ@ | ||
37 | |||
38 | if !EVAS_STATIC_BUILD_DIRECT3D | ||
39 | |||
40 | pkgdir = $(libdir)/evas/modules/engines/direct3d/$(MODULE_ARCH) | ||
41 | pkg_LTLIBRARIES = module.la | ||
42 | module_la_SOURCES = $(DIRECT3D_SOURCES) | ||
43 | module_la_CXXFLAGS = -fno-exceptions | ||
44 | module_la_LIBADD = $(top_builddir)/src/lib/libevas.la $(DIRECT3D_LIBADD) @EVAS_GENERAL_LIBS@ | ||
45 | module_la_LDFLAGS = @lt_enable_auto_import@ -no-undefined -module -avoid-version | ||
46 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
47 | |||
48 | else | ||
49 | |||
50 | noinst_LTLIBRARIES = libevas_engine_direct3d.la | ||
51 | |||
52 | libevas_engine_direct3d_la_SOURCES = $(DIRECT3D_SOURCES) | ||
53 | libevas_engine_direct3d_la_LIBADD = $(DIRECT3D_LIBADD) | ||
54 | |||
55 | endif | ||
56 | endif | ||
57 | |||
58 | EXTRA_DIST = \ | ||
59 | array.h \ | ||
60 | evas_direct3d_context.h \ | ||
61 | evas_direct3d_device.h \ | ||
62 | evas_direct3d_image_cache.h \ | ||
63 | evas_direct3d_object.h \ | ||
64 | evas_direct3d_object_font.h \ | ||
65 | evas_direct3d_object_image.h \ | ||
66 | evas_direct3d_object_line.h \ | ||
67 | evas_direct3d_object_rect.h \ | ||
68 | evas_direct3d_scene.h \ | ||
69 | evas_direct3d_shader_pack.h \ | ||
70 | evas_direct3d_vertex_buffer_cache.h \ | ||
71 | evas_engine.h \ | ||
72 | ref.h | ||
diff --git a/legacy/evas/src/modules/engines/directfb/Makefile.am b/legacy/evas/src/modules/engines/directfb/Makefile.am deleted file mode 100644 index 3d3ea20b20..0000000000 --- a/legacy/evas/src/modules/engines/directfb/Makefile.am +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
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 | @PIXMAN_CFLAGS@ \ | ||
11 | @EVAS_GENERAL_CFLAGS@ \ | ||
12 | @FRIBIDI_CFLAGS@ \ | ||
13 | @evas_engine_directfb_cflags@ | ||
14 | |||
15 | if BUILD_ENGINE_DIRECTFB | ||
16 | |||
17 | DIRECTFB_SOURCES = evas_engine.c polygon.c | ||
18 | DIRECTFB_LIBADD = @evas_engine_directfb_libs@ | ||
19 | |||
20 | |||
21 | includes_HEADERS = Evas_Engine_DirectFB.h | ||
22 | includesdir = $(includedir)/evas-@VMAJ@ | ||
23 | |||
24 | if !EVAS_STATIC_BUILD_DIRECTFB | ||
25 | |||
26 | pkgdir = $(libdir)/evas/modules/engines/directfb/$(MODULE_ARCH) | ||
27 | pkg_LTLIBRARIES = module.la | ||
28 | |||
29 | module_la_SOURCES = $(DIRECTFB_SOURCES) | ||
30 | |||
31 | module_la_LIBADD = @EVAS_GENERAL_LIBS@ $(DIRECTFB_LIBADD) $(top_builddir)/src/lib/libevas.la | ||
32 | module_la_LDFLAGS = -module -avoid-version | ||
33 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
34 | |||
35 | else | ||
36 | |||
37 | noinst_LTLIBRARIES = libevas_engine_directfb.la | ||
38 | |||
39 | libevas_engine_directfb_la_SOURCES = $(DIRECTFB_SOURCES) | ||
40 | libevas_engine_directfb_la_LIBADD = $(DIRECTFB_LIBADD) | ||
41 | |||
42 | endif | ||
43 | endif | ||
44 | |||
45 | EXTRA_DIST = evas_engine.h | ||
diff --git a/legacy/evas/src/modules/engines/fb/Makefile.am b/legacy/evas/src/modules/engines/fb/Makefile.am deleted file mode 100644 index 1aa1acb85f..0000000000 --- a/legacy/evas/src/modules/engines/fb/Makefile.am +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
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 | @PIXMAN_CFLAGS@ \ | ||
11 | @EVAS_GENERAL_CFLAGS@ \ | ||
12 | @FRIBIDI_CFLAGS@ \ | ||
13 | @evas_engine_fb_cflags@ | ||
14 | |||
15 | if BUILD_ENGINE_FB | ||
16 | |||
17 | FB_SOURCES = \ | ||
18 | evas_engine.c \ | ||
19 | evas_fb_main.c \ | ||
20 | evas_outbuf.c | ||
21 | |||
22 | FB_LIBADD = @evas_engine_fb_libs@ | ||
23 | |||
24 | |||
25 | includes_HEADERS = Evas_Engine_FB.h | ||
26 | includesdir = $(includedir)/evas-@VMAJ@ | ||
27 | |||
28 | if !EVAS_STATIC_BUILD_FB | ||
29 | |||
30 | pkgdir = $(libdir)/evas/modules/engines/fb/$(MODULE_ARCH) | ||
31 | pkg_LTLIBRARIES = module.la | ||
32 | module_la_SOURCES = $(FB_SOURCES) | ||
33 | module_la_LIBADD = @EVAS_GENERAL_LIBS@ $(FB_LIBADD) $(top_builddir)/src/lib/libevas.la | ||
34 | module_la_LDFLAGS = -module -avoid-version | ||
35 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
36 | |||
37 | else | ||
38 | |||
39 | noinst_LTLIBRARIES = libevas_engine_fb.la | ||
40 | |||
41 | libevas_engine_fb_la_SOURCES = $(FB_SOURCES) | ||
42 | libevas_engine_fb_la_LIBADD = $(FB_LIBADD) | ||
43 | |||
44 | endif | ||
45 | endif | ||
46 | |||
47 | EXTRA_DIST = \ | ||
48 | evas_engine.h \ | ||
49 | evas_fb.h | ||
diff --git a/legacy/evas/src/modules/engines/gl_cocoa/Makefile.am b/legacy/evas/src/modules/engines/gl_cocoa/Makefile.am deleted file mode 100644 index 02a213d0e0..0000000000 --- a/legacy/evas/src/modules/engines/gl_cocoa/Makefile.am +++ /dev/null | |||
@@ -1,47 +0,0 @@ | |||
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/gl_common \ | ||
9 | @EVAS_GENERAL_CFLAGS@ \ | ||
10 | @GL_EET_CFLAGS@ \ | ||
11 | @FREETYPE_CFLAGS@ \ | ||
12 | @FRIBIDI_CFLAGS@ \ | ||
13 | @evas_engine_gl_cocoa_cflags@ | ||
14 | |||
15 | if BUILD_ENGINE_GL_COCOA | ||
16 | |||
17 | GL_COCOA_SOURCES = evas_engine.c\ | ||
18 | evas_gl_cocoa_main.m | ||
19 | |||
20 | |||
21 | GL_COCOA_LIBADD = @evas_engine_gl_cocoa_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la | ||
22 | |||
23 | |||
24 | includes_HEADERS = Evas_Engine_GL_Cocoa.h | ||
25 | includesdir = $(includedir)/evas-@VMAJ@ | ||
26 | |||
27 | if !EVAS_STATIC_BUILD_GL_COCOA | ||
28 | |||
29 | pkgdir = $(libdir)/evas/modules/engines/gl_cocoa/$(MODULE_ARCH) | ||
30 | pkg_LTLIBRARIES = module.la | ||
31 | |||
32 | module_la_SOURCES = $(GL_COCOA_SOURCES) | ||
33 | module_la_LIBADD = @EVAS_GENERAL_LIBS@ @GL_EET_LIBS@ $(GL_COCOA_LIBADD) $(top_builddir)/src/lib/libevas.la @dlopen_libs@ | ||
34 | module_la_LDFLAGS = -module -avoid-version | ||
35 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
36 | |||
37 | else | ||
38 | |||
39 | noinst_LTLIBRARIES = libevas_engine_gl_cocoa.la | ||
40 | |||
41 | libevas_engine_gl_cocoa_la_SOURCES = $(GL_COCOA_SOURCES) | ||
42 | libevas_engine_gl_cocoa_la_LIBADD = $(GL_COCOA_LIBADD) | ||
43 | |||
44 | endif | ||
45 | endif | ||
46 | |||
47 | EXTRA_DIST = evas_engine.h | ||
diff --git a/legacy/evas/src/modules/engines/gl_common/Makefile.am b/legacy/evas/src/modules/engines/gl_common/Makefile.am deleted file mode 100644 index 590635ae46..0000000000 --- a/legacy/evas/src/modules/engines/gl_common/Makefile.am +++ /dev/null | |||
@@ -1,145 +0,0 @@ | |||
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 | @FREETYPE_CFLAGS@ \ | ||
9 | @PIXMAN_CFLAGS@ \ | ||
10 | @GL_EET_CFLAGS@ \ | ||
11 | @EVAS_GENERAL_CFLAGS@ \ | ||
12 | @FRIBIDI_CFLAGS@ | ||
13 | |||
14 | if BUILD_ENGINE_GL_COMMON | ||
15 | |||
16 | noinst_LTLIBRARIES = libevas_engine_gl_common.la | ||
17 | libevas_engine_gl_common_la_SOURCES = \ | ||
18 | evas_gl_private.h \ | ||
19 | evas_gl_common.h \ | ||
20 | evas_gl_context.c \ | ||
21 | evas_gl_shader.c \ | ||
22 | evas_gl_rectangle.c \ | ||
23 | evas_gl_texture.c \ | ||
24 | evas_gl_image.c \ | ||
25 | evas_gl_font.c \ | ||
26 | evas_gl_polygon.c \ | ||
27 | evas_gl_line.c \ | ||
28 | evas_gl_filter.c \ | ||
29 | evas_gl_core.c \ | ||
30 | evas_gl_api_ext.h \ | ||
31 | evas_gl_api_ext_def.h \ | ||
32 | evas_gl_core.h \ | ||
33 | evas_gl_core_private.h \ | ||
34 | evas_gl_api.c \ | ||
35 | evas_gl_api_ext.c \ | ||
36 | shader/rect_frag.h \ | ||
37 | shader/rect_vert.h \ | ||
38 | shader/font_frag.h \ | ||
39 | shader/font_vert.h \ | ||
40 | shader/img_frag.h \ | ||
41 | shader/img_vert.h \ | ||
42 | shader/img_nomul_frag.h \ | ||
43 | shader/img_nomul_vert.h \ | ||
44 | shader/img_bgra_frag.h \ | ||
45 | shader/img_bgra_vert.h \ | ||
46 | shader/img_bgra_nomul_frag.h \ | ||
47 | shader/img_bgra_nomul_vert.h \ | ||
48 | shader/img_mask_frag.h \ | ||
49 | shader/img_mask_vert.h \ | ||
50 | shader/nv12_nomul_vert.h \ | ||
51 | shader/nv12_vert.h \ | ||
52 | shader/nv12_nomul_frag.h \ | ||
53 | shader/nv12_frag.h \ | ||
54 | shader/yuv_frag.h \ | ||
55 | shader/yuv_vert.h \ | ||
56 | shader/yuv_nomul_frag.h \ | ||
57 | shader/yuv_nomul_vert.h \ | ||
58 | shader/tex_frag.h \ | ||
59 | shader/tex_vert.h \ | ||
60 | shader/tex_nomul_frag.h \ | ||
61 | shader/tex_nomul_vert.h \ | ||
62 | shader/filter_invert.h \ | ||
63 | shader/filter_invert_nomul.h \ | ||
64 | shader/filter_invert_bgra.h \ | ||
65 | shader/filter_invert_bgra_nomul.h \ | ||
66 | shader/filter_sepia.h \ | ||
67 | shader/filter_sepia_nomul.h \ | ||
68 | shader/filter_sepia_bgra.h \ | ||
69 | shader/filter_sepia_bgra_nomul.h \ | ||
70 | shader/filter_greyscale.h \ | ||
71 | shader/filter_greyscale_nomul.h \ | ||
72 | shader/filter_greyscale_bgra.h \ | ||
73 | shader/filter_greyscale_bgra_nomul.h \ | ||
74 | shader/filter_blur.h \ | ||
75 | shader/filter_blur_nomul.h \ | ||
76 | shader/filter_blur_bgra.h \ | ||
77 | shader/filter_blur_bgra_nomul.h \ | ||
78 | shader/yuy2_frag.h \ | ||
79 | shader/yuy2_vert.h \ | ||
80 | shader/yuy2_nomul_frag.h \ | ||
81 | shader/yuy2_nomul_vert.h | ||
82 | |||
83 | libevas_engine_gl_common_la_LIBADD = @EVAS_GENERAL_LIBS@ @GL_EET_LIBS@ @evas_engine_gl_common_libs@ @dlopen_libs@ | ||
84 | endif | ||
85 | |||
86 | EXTRA_DIST = \ | ||
87 | shader/compile.sh \ | ||
88 | shader/make-c-str.sh \ | ||
89 | shader/rect_frag.shd \ | ||
90 | shader/rect_vert.shd \ | ||
91 | shader/font_frag.shd \ | ||
92 | shader/font_vert.shd \ | ||
93 | shader/img_frag.shd \ | ||
94 | shader/img_vert.shd \ | ||
95 | shader/img_nomul_frag.shd \ | ||
96 | shader/img_nomul_vert.shd \ | ||
97 | shader/img_bgra_vert.shd \ | ||
98 | shader/img_bgra_frag.shd \ | ||
99 | shader/img_bgra_vert.shd \ | ||
100 | shader/img_bgra_nomul_frag.shd \ | ||
101 | shader/img_bgra_nomul_vert.shd \ | ||
102 | shader/img_mask_frag.h \ | ||
103 | shader/img_mask_vert.h \ | ||
104 | shader/yuv_frag.shd \ | ||
105 | shader/yuv_vert.shd \ | ||
106 | shader/yuv_nomul_frag.shd \ | ||
107 | shader/yuv_nomul_vert.shd \ | ||
108 | shader/tex_frag.shd \ | ||
109 | shader/tex_vert.shd \ | ||
110 | shader/tex_nomul_frag.shd \ | ||
111 | shader/tex_nomul_vert.shd \ | ||
112 | shader/filter_invert.shd \ | ||
113 | shader/filter_invert_nomul.shd \ | ||
114 | shader/filter_invert_bgra.shd \ | ||
115 | shader/filter_invert_bgra_nomul.shd \ | ||
116 | shader/filter_greyscale.shd \ | ||
117 | shader/filter_greyscale_nomul.shd \ | ||
118 | shader/filter_greyscale_bgra.shd \ | ||
119 | shader/filter_greyscale_bgra_nomul.shd \ | ||
120 | shader/filter_sepia.shd \ | ||
121 | shader/filter_sepia_nomul.shd \ | ||
122 | shader/filter_sepia_bgra.shd \ | ||
123 | shader/filter_sepia_bgra_nomul.shd \ | ||
124 | shader/filter_blur.shd \ | ||
125 | shader/filter_blur_nomul.shd \ | ||
126 | shader/filter_blur_bgra.shd \ | ||
127 | shader/filter_blur_bgra_nomul.shd \ | ||
128 | shader/nv12_frag.h \ | ||
129 | shader/nv12_frag.shd \ | ||
130 | shader/nv12_nomul_frag.h \ | ||
131 | shader/nv12_nomul_frag.shd \ | ||
132 | shader/nv12_nomul_vert.h \ | ||
133 | shader/nv12_nomul_vert.shd \ | ||
134 | shader/nv12_vert.h \ | ||
135 | shader/nv12_vert.shd \ | ||
136 | shader/yuy2_frag.h \ | ||
137 | shader/yuy2_frag.shd \ | ||
138 | shader/yuy2_nomul_frag.h \ | ||
139 | shader/yuy2_nomul_frag.shd \ | ||
140 | shader/yuy2_nomul_vert.h \ | ||
141 | shader/yuy2_nomul_vert.shd \ | ||
142 | shader/yuy2_vert.h \ | ||
143 | shader/yuy2_vert.shd | ||
144 | |||
145 | |||
diff --git a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am b/legacy/evas/src/modules/engines/gl_sdl/Makefile.am deleted file mode 100644 index 86ed306ddf..0000000000 --- a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am +++ /dev/null | |||
@@ -1,47 +0,0 @@ | |||
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/gl_common \ | ||
9 | @FREETYPE_CFLAGS@ \ | ||
10 | @PIXMAN_CFLAGS@ \ | ||
11 | @EVAS_GENERAL_CFLAGS@ \ | ||
12 | @GL_EET_CFLAGS@ \ | ||
13 | @FRIBIDI_CFLAGS@ \ | ||
14 | @evas_engine_gl_sdl_cflags@ | ||
15 | |||
16 | if BUILD_ENGINE_GL_SDL | ||
17 | |||
18 | GL_SDL_SOURCES = \ | ||
19 | evas_engine.c | ||
20 | |||
21 | GL_SDL_LIBADD = @evas_engine_gl_sdl_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la | ||
22 | |||
23 | |||
24 | includes_HEADERS = Evas_Engine_GL_SDL.h | ||
25 | includesdir = $(includedir)/evas-@VMAJ@ | ||
26 | |||
27 | if !EVAS_STATIC_BUILD_GL_SDL | ||
28 | |||
29 | pkgdir = $(libdir)/evas/modules/engines/gl_sdl/$(MODULE_ARCH) | ||
30 | pkg_LTLIBRARIES = module.la | ||
31 | |||
32 | module_la_SOURCES = $(GL_SDL_SOURCES) | ||
33 | module_la_LIBADD = @EVAS_GENERAL_LIBS@ $(GL_SDL_LIBADD) $(top_builddir)/src/lib/libevas.la @dlopen_libs@ | ||
34 | module_la_LDFLAGS = -module -avoid-version | ||
35 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
36 | |||
37 | else | ||
38 | |||
39 | noinst_LTLIBRARIES = libevas_engine_gl_sdl.la | ||
40 | |||
41 | libevas_engine_gl_sdl_la_SOURCES = $(GL_SDL_SOURCES) | ||
42 | libevas_engine_gl_sdl_la_LIBADD = $(GL_SDL_LIBADD) | ||
43 | |||
44 | endif | ||
45 | endif | ||
46 | |||
47 | EXTRA_DIST = evas_engine.h | ||
diff --git a/legacy/evas/src/modules/engines/gl_x11/Makefile.am b/legacy/evas/src/modules/engines/gl_x11/Makefile.am deleted file mode 100644 index a26ea393d7..0000000000 --- a/legacy/evas/src/modules/engines/gl_x11/Makefile.am +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
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/gl_common \ | ||
9 | @FREETYPE_CFLAGS@ \ | ||
10 | @PIXMAN_CFLAGS@ \ | ||
11 | @EVAS_GENERAL_CFLAGS@ \ | ||
12 | @GL_EET_CFLAGS@ \ | ||
13 | @FRIBIDI_CFLAGS@ \ | ||
14 | @evas_engine_gl_xlib_cflags@ | ||
15 | |||
16 | if BUILD_ENGINE_GL_X11 | ||
17 | |||
18 | GL_X11_SOURCES = \ | ||
19 | evas_engine.c \ | ||
20 | evas_x_main.c | ||
21 | |||
22 | GL_X11_LIBADD = @evas_engine_gl_xlib_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la | ||
23 | |||
24 | |||
25 | includes_HEADERS = Evas_Engine_GL_X11.h | ||
26 | includesdir = $(includedir)/evas-@VMAJ@ | ||
27 | |||
28 | if !EVAS_STATIC_BUILD_GL_X11 | ||
29 | |||
30 | pkgdir = $(libdir)/evas/modules/engines/gl_x11/$(MODULE_ARCH) | ||
31 | pkg_LTLIBRARIES = module.la | ||
32 | |||
33 | module_la_SOURCES = $(GL_X11_SOURCES) | ||
34 | module_la_LIBADD = @EVAS_GENERAL_LIBS@ @GL_EET_LIBS@ $(GL_X11_LIBADD) $(top_builddir)/src/lib/libevas.la @dlopen_libs@ | ||
35 | module_la_LDFLAGS = -no-undefined -module -avoid-version | ||
36 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
37 | |||
38 | else | ||
39 | |||
40 | noinst_LTLIBRARIES = libevas_engine_gl_x11.la | ||
41 | |||
42 | libevas_engine_gl_x11_la_SOURCES = $(GL_X11_SOURCES) | ||
43 | libevas_engine_gl_x11_la_LIBADD = $(GL_X11_LIBADD) | ||
44 | |||
45 | endif | ||
46 | endif | ||
47 | |||
48 | EXTRA_DIST = evas_engine.h | ||
diff --git a/legacy/evas/src/modules/engines/psl1ght/Makefile.am b/legacy/evas/src/modules/engines/psl1ght/Makefile.am deleted file mode 100644 index 306ad03dab..0000000000 --- a/legacy/evas/src/modules/engines/psl1ght/Makefile.am +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
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 | @PIXMAN_CFLAGS@ \ | ||
11 | @EVAS_GENERAL_CFLAGS@ \ | ||
12 | @FRIBIDI_CFLAGS@ \ | ||
13 | @evas_engine_psl1ght_cflags@ | ||
14 | |||
15 | if BUILD_ENGINE_PSL1GHT | ||
16 | |||
17 | PSL1GHT_SOURCES = \ | ||
18 | evas_engine.c \ | ||
19 | rsxutil.c | ||
20 | |||
21 | PSL1GHT_LIBADD = @evas_engine_psl1ght_libs@ | ||
22 | |||
23 | |||
24 | includes_HEADERS = Evas_Engine_PSL1GHT.h | ||
25 | includesdir = $(includedir)/evas-@VMAJ@ | ||
26 | |||
27 | if !EVAS_STATIC_BUILD_PSL1GHT | ||
28 | |||
29 | pkgdir = $(libdir)/evas/modules/engines/psl1ght/$(MODULE_ARCH) | ||
30 | pkg_LTLIBRARIES = module.la | ||
31 | module_la_SOURCES = $(PSL1GHT_SOURCES) | ||
32 | module_la_LIBADD = @EVAS_GENERAL_LIBS@ $(PSL1GHT_LIBADD) $(top_builddir)/src/lib/libevas.la | ||
33 | module_la_LDFLAGS = -module -avoid-version | ||
34 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
35 | |||
36 | else | ||
37 | |||
38 | noinst_LTLIBRARIES = libevas_engine_psl1ght.la | ||
39 | |||
40 | libevas_engine_psl1ght_la_SOURCES = $(PSL1GHT_SOURCES) | ||
41 | libevas_engine_psl1ght_la_LIBADD = $(PSL1GHT_LIBADD) | ||
42 | |||
43 | endif | ||
44 | endif | ||
45 | |||
46 | EXTRA_DIST = \ | ||
47 | evas_engine.h \ | ||
48 | rsxutil.h | ||
diff --git a/legacy/evas/src/modules/engines/software_ddraw/Makefile.am b/legacy/evas/src/modules/engines/software_ddraw/Makefile.am deleted file mode 100644 index c8e1090940..0000000000 --- a/legacy/evas/src/modules/engines/software_ddraw/Makefile.am +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
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 | @EVAS_GENERAL_CFLAGS@ \ | ||
10 | @FREETYPE_CFLAGS@ \ | ||
11 | @PIXMAN_CFLAGS@ \ | ||
12 | @FRIBIDI_CFLAGS@ \ | ||
13 | @evas_engine_software_ddraw_cflags@ | ||
14 | |||
15 | if BUILD_ENGINE_SOFTWARE_DDRAW | ||
16 | |||
17 | SOFTWARE_DDRAW_SOURCES = \ | ||
18 | evas_engine.c \ | ||
19 | evas_outbuf.c \ | ||
20 | evas_ddraw_buffer.c \ | ||
21 | evas_ddraw_main.cpp | ||
22 | |||
23 | SOFTWARE_DDRAW_LIBADD = @evas_engine_software_ddraw_libs@ | ||
24 | |||
25 | |||
26 | includes_HEADERS = Evas_Engine_Software_DDraw.h | ||
27 | includesdir = $(includedir)/evas-@VMAJ@ | ||
28 | |||
29 | if !EVAS_STATIC_BUILD_SOFTWARE_DDRAW | ||
30 | |||
31 | pkgdir = $(libdir)/evas/modules/engines/software_ddraw/$(MODULE_ARCH) | ||
32 | pkg_LTLIBRARIES = module.la | ||
33 | module_la_SOURCES = $(SOFTWARE_DDRAW_SOURCES) | ||
34 | module_la_CXXFLAGS = -fno-rtti -fno-exceptions | ||
35 | module_la_LIBADD = @EVAS_GENERAL_LIBS@ $(SOFTWARE_DDRAW_LIBADD) $(top_builddir)/src/lib/libevas.la | ||
36 | module_la_LDFLAGS = @lt_enable_auto_import@ -no-undefined -module -avoid-version | ||
37 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
38 | |||
39 | else | ||
40 | |||
41 | noinst_LTLIBRARIES = libevas_engine_software_ddraw.la | ||
42 | |||
43 | libevas_engine_software_ddraw_la_SOURCES = $(SOFTWARE_DDRAW_SOURCES) | ||
44 | libevas_engine_software_ddraw_la_LIBADD = $(SOFTWARE_DDRAW_LIBADD) | ||
45 | |||
46 | endif | ||
47 | endif | ||
48 | |||
49 | EXTRA_DIST = evas_engine.h | ||
diff --git a/legacy/evas/src/modules/engines/software_gdi/Makefile.am b/legacy/evas/src/modules/engines/software_gdi/Makefile.am deleted file mode 100644 index 296f141074..0000000000 --- a/legacy/evas/src/modules/engines/software_gdi/Makefile.am +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
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 | @EVAS_GENERAL_CFLAGS@ \ | ||
10 | @FREETYPE_CFLAGS@ \ | ||
11 | @PIXMAN_CFLAGS@ \ | ||
12 | @FRIBIDI_CFLAGS@ \ | ||
13 | @evas_engine_software_gdi_cflags@ | ||
14 | |||
15 | if BUILD_ENGINE_SOFTWARE_GDI | ||
16 | |||
17 | SOFTWARE_GDI_SOURCES = \ | ||
18 | evas_engine.c \ | ||
19 | evas_outbuf.c \ | ||
20 | evas_gdi_buffer.c \ | ||
21 | evas_gdi_main.c | ||
22 | |||
23 | SOFTWARE_GDI_LIBADD = @evas_engine_software_gdi_libs@ | ||
24 | |||
25 | |||
26 | includes_HEADERS = Evas_Engine_Software_Gdi.h | ||
27 | includesdir = $(includedir)/evas-@VMAJ@ | ||
28 | |||
29 | if !EVAS_STATIC_BUILD_SOFTWARE_GDI | ||
30 | |||
31 | pkgdir = $(libdir)/evas/modules/engines/software_gdi/$(MODULE_ARCH) | ||
32 | pkg_LTLIBRARIES = module.la | ||
33 | module_la_SOURCES = $(SOFTWARE_GDI_SOURCES) | ||
34 | module_la_LIBADD = $(top_builddir)/src/lib/libevas.la @EVAS_GENERAL_LIBS@ $(SOFTWARE_GDI_LIBADD) | ||
35 | module_la_LDFLAGS = @lt_enable_auto_import@ -no-undefined -module -avoid-version | ||
36 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
37 | |||
38 | else | ||
39 | |||
40 | noinst_LTLIBRARIES = libevas_engine_software_gdi.la | ||
41 | |||
42 | libevas_engine_software_gdi_la_SOURCES = $(SOFTWARE_GDI_SOURCES) | ||
43 | libevas_engine_software_gdi_la_LIBADD = $(SOFTWARE_GDI_LIBADD) | ||
44 | |||
45 | endif | ||
46 | endif | ||
47 | |||
48 | EXTRA_DIST = evas_engine.h | ||
diff --git a/legacy/evas/src/modules/engines/software_generic/Makefile.am b/legacy/evas/src/modules/engines/software_generic/Makefile.am deleted file mode 100644 index a8d56be419..0000000000 --- a/legacy/evas/src/modules/engines/software_generic/Makefile.am +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
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/lib/cserve2 \ | ||
9 | -I$(top_srcdir)/src/modules/engines \ | ||
10 | @EVAS_GENERAL_CFLAGS@ \ | ||
11 | @FREETYPE_CFLAGS@ \ | ||
12 | @PIXMAN_CFLAGS@ \ | ||
13 | @FRIBIDI_CFLAGS@ | ||
14 | |||
15 | SOFTWARE_GENERIC_SOURCES = evas_engine.c | ||
16 | |||
17 | |||
18 | if !EVAS_STATIC_BUILD_SOFTWARE_GENERIC | ||
19 | |||
20 | pkgdir = $(libdir)/evas/modules/engines/software_generic/$(MODULE_ARCH) | ||
21 | pkg_LTLIBRARIES = module.la | ||
22 | |||
23 | module_la_SOURCES = $(SOFTWARE_GENERIC_SOURCES) | ||
24 | |||
25 | module_la_LIBADD = @EVAS_GENERAL_LIBS@ @dlopen_libs@ $(top_builddir)/src/lib/libevas.la | ||
26 | module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version | ||
27 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
28 | |||
29 | else | ||
30 | |||
31 | noinst_LTLIBRARIES = libevas_engine_software_generic.la | ||
32 | |||
33 | libevas_engine_software_generic_la_SOURCES = $(SOFTWARE_GENERIC_SOURCES) | ||
34 | |||
35 | endif | ||
diff --git a/legacy/evas/src/modules/engines/software_x11/Makefile.am b/legacy/evas/src/modules/engines/software_x11/Makefile.am deleted file mode 100644 index af3c33250b..0000000000 --- a/legacy/evas/src/modules/engines/software_x11/Makefile.am +++ /dev/null | |||
@@ -1,91 +0,0 @@ | |||
1 | |||
2 | MAINTAINERCLEANFILES = Makefile.in | ||
3 | |||
4 | if BUILD_ENGINE_SOFTWARE_X11 | ||
5 | |||
6 | SOFTWARE_X11_SOURCES = \ | ||
7 | evas_engine.c \ | ||
8 | evas_x_egl.c \ | ||
9 | evas_x_egl.h | ||
10 | |||
11 | if BUILD_ENGINE_SOFTWARE_XLIB | ||
12 | |||
13 | AM_CPPFLAGS = \ | ||
14 | -I. \ | ||
15 | -I$(top_srcdir)/src/lib \ | ||
16 | -I$(top_srcdir)/src/lib/include \ | ||
17 | -I$(top_srcdir)/src/lib/cserve2 \ | ||
18 | -I$(top_srcdir)/src/modules/engines \ | ||
19 | @FREETYPE_CFLAGS@ \ | ||
20 | @PIXMAN_CFLAGS@ \ | ||
21 | @EVAS_GENERAL_CFLAGS@ \ | ||
22 | @FRIBIDI_CFLAGS@ \ | ||
23 | @evas_engine_software_xlib_cflags@ | ||
24 | |||
25 | SOFTWARE_X11_SOURCES += \ | ||
26 | evas_xlib_outbuf.c \ | ||
27 | evas_xlib_buffer.c \ | ||
28 | evas_xlib_color.c \ | ||
29 | evas_xlib_main.c | ||
30 | |||
31 | SOFTWARE_X11_LIBADD = @FREETYPE_LIBS@ @EVAS_GENERAL_LIBS@ @evas_engine_software_xlib_libs@ @dlopen_libs@ | ||
32 | |||
33 | endif | ||
34 | |||
35 | if BUILD_ENGINE_SOFTWARE_XCB | ||
36 | |||
37 | AM_CPPFLAGS = \ | ||
38 | -I. \ | ||
39 | -I$(top_srcdir)/src/lib \ | ||
40 | -I$(top_srcdir)/src/lib/include \ | ||
41 | -I$(top_srcdir)/src/lib/cserve2 \ | ||
42 | -I$(top_srcdir)/src/modules/engines \ | ||
43 | @FREETYPE_CFLAGS@ \ | ||
44 | @PIXMAN_CFLAGS@ \ | ||
45 | @EVAS_GENERAL_CFLAGS@ \ | ||
46 | @evas_engine_software_xcb_cflags@ | ||
47 | |||
48 | SOFTWARE_X11_SOURCES += \ | ||
49 | evas_xcb_xdefaults.c \ | ||
50 | evas_xcb_outbuf.c \ | ||
51 | evas_xcb_buffer.c \ | ||
52 | evas_xcb_color.c \ | ||
53 | evas_xcb_main.c | ||
54 | |||
55 | SOFTWARE_X11_LIBADD = @FREETYPE_LIBS@ @PIXMAN_LIBS@ @EVAS_GENERAL_LIBS@ @evas_engine_software_xcb_libs@ @dlopen_libs@ | ||
56 | |||
57 | endif | ||
58 | |||
59 | includes_HEADERS = Evas_Engine_Software_X11.h | ||
60 | includesdir = $(includedir)/evas-@VMAJ@ | ||
61 | |||
62 | if !EVAS_STATIC_BUILD_SOFTWARE_X11 | ||
63 | |||
64 | pkgdir = $(libdir)/evas/modules/engines/software_x11/$(MODULE_ARCH) | ||
65 | pkg_LTLIBRARIES = module.la | ||
66 | |||
67 | module_la_SOURCES = $(SOFTWARE_X11_SOURCES) | ||
68 | module_la_LIBADD = $(top_builddir)/src/lib/libevas.la $(SOFTWARE_X11_LIBADD) | ||
69 | module_la_LDFLAGS = -no-undefined -module -avoid-version | ||
70 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
71 | |||
72 | else | ||
73 | |||
74 | noinst_LTLIBRARIES = libevas_engine_software_x11.la | ||
75 | |||
76 | libevas_engine_software_x11_la_SOURCES = $(SOFTWARE_X11_SOURCES) | ||
77 | libevas_engine_software_x11_la_LIBADD = $(SOFTWARE_X11_LIBADD) | ||
78 | |||
79 | endif | ||
80 | endif | ||
81 | |||
82 | EXTRA_DIST = \ | ||
83 | evas_engine.h \ | ||
84 | evas_xlib_outbuf.h \ | ||
85 | evas_xlib_buffer.h \ | ||
86 | evas_xlib_color.h \ | ||
87 | evas_xcb_outbuf.h \ | ||
88 | evas_xcb_buffer.h \ | ||
89 | evas_xcb_color.h \ | ||
90 | evas_xcb_xdefaults.h | ||
91 | |||
diff --git a/legacy/evas/src/modules/engines/wayland_egl/Makefile.am b/legacy/evas/src/modules/engines/wayland_egl/Makefile.am deleted file mode 100644 index 3acf238a03..0000000000 --- a/legacy/evas/src/modules/engines/wayland_egl/Makefile.am +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
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/gl_common \ | ||
9 | @FREETYPE_CFLAGS@ \ | ||
10 | @PIXMAN_CFLAGS@ \ | ||
11 | @EVAS_GENERAL_CFLAGS@ \ | ||
12 | @GL_EET_CFLAGS@ \ | ||
13 | @FRIBIDI_CFLAGS@ \ | ||
14 | @evas_engine_wayland_egl_cflags@ | ||
15 | |||
16 | if BUILD_ENGINE_WAYLAND_EGL | ||
17 | |||
18 | WAYLAND_EGL_SOURCES = \ | ||
19 | evas_engine.c \ | ||
20 | evas_wl_main.c | ||
21 | |||
22 | WAYLAND_EGL_LIBADD = @FREETYPE_LIBS@ @GL_EET_LIBS@ @EVAS_GENERAL_LIBS@ @evas_engine_wayland_egl_libs@ @dlopen_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la | ||
23 | |||
24 | includes_HEADERS = Evas_Engine_Wayland_Egl.h | ||
25 | includesdir = $(includedir)/evas-@VMAJ@ | ||
26 | |||
27 | if !EVAS_STATIC_BUILD_WAYLAND_EGL | ||
28 | |||
29 | pkgdir = $(libdir)/evas/modules/engines/wayland_egl/$(MODULE_ARCH) | ||
30 | pkg_LTLIBRARIES = module.la | ||
31 | |||
32 | module_la_SOURCES = $(WAYLAND_EGL_SOURCES) | ||
33 | module_la_LIBADD = $(WAYLAND_EGL_LIBADD) $(top_builddir)/src/lib/libevas.la | ||
34 | module_la_LDFLAGS = -no-undefined -module -avoid-version | ||
35 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
36 | |||
37 | |||
38 | else | ||
39 | |||
40 | noinst_LTLIBRARIES = libevas_engine_wayland_egl.la | ||
41 | |||
42 | libevas_engine_wayland_egl_la_SOURCES = $(WAYLAND_EGL_SOURCES) | ||
43 | libevas_engine_wayland_egl_la_LIBADD = $(WAYLAND_EGL_LIBADD) | ||
44 | |||
45 | endif | ||
46 | endif | ||
47 | |||
48 | EXTRA_DIST = evas_engine.h | ||
diff --git a/legacy/evas/src/modules/engines/wayland_shm/Makefile.am b/legacy/evas/src/modules/engines/wayland_shm/Makefile.am deleted file mode 100644 index 9a1ea99aa2..0000000000 --- a/legacy/evas/src/modules/engines/wayland_shm/Makefile.am +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
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/lib/cserve2 \ | ||
9 | -I$(top_srcdir)/src/modules/engines \ | ||
10 | @FREETYPE_CFLAGS@ \ | ||
11 | @PIXMAN_CFLAGS@ \ | ||
12 | @EVAS_GENERAL_CFLAGS@ \ | ||
13 | @FRIBIDI_CFLAGS@ \ | ||
14 | @evas_engine_wayland_shm_cflags@ | ||
15 | |||
16 | if BUILD_ENGINE_WAYLAND_SHM | ||
17 | |||
18 | WAYLAND_SHM_SOURCES = \ | ||
19 | evas_engine.c \ | ||
20 | evas_outbuf.c | ||
21 | |||
22 | WAYLAND_SHM_LIBADD = @FREETYPE_LIBS@ @PIXMAN_LIBS@ @EVAS_GENERAL_LIBS@ @evas_engine_wayland_shm_libs@ | ||
23 | |||
24 | includes_HEADERS = Evas_Engine_Wayland_Shm.h | ||
25 | includesdir = $(includedir)/evas-@VMAJ@ | ||
26 | |||
27 | if !EVAS_STATIC_BUILD_WAYLAND_SHM | ||
28 | |||
29 | pkgdir = $(libdir)/evas/modules/engines/wayland_shm/$(MODULE_ARCH) | ||
30 | pkg_LTLIBRARIES = module.la | ||
31 | |||
32 | module_la_SOURCES = $(WAYLAND_SHM_SOURCES) | ||
33 | module_la_LIBADD = $(WAYLAND_SHM_LIBADD) $(top_builddir)/src/lib/libevas.la | ||
34 | module_la_LDFLAGS = -no-undefined -module -avoid-version | ||
35 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
36 | |||
37 | else | ||
38 | |||
39 | noinst_LTLIBRARIES = libevas_engine_wayland_shm.la | ||
40 | |||
41 | libevas_engine_wayland_shm_la_SOURCES = $(WAYLAND_SHM_SOURCES) | ||
42 | libevas_engine_wayland_shm_la_LIBADD = $(WAYLAND_SHM_LIBADD) | ||
43 | |||
44 | endif | ||
45 | endif | ||
46 | |||
47 | EXTRA_DIST = \ | ||
48 | evas_engine.h | ||