From 07274513e984f0b5544586c74508ccd16e7dcafa Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:29:19 +1000 Subject: Remove EFL, since it's been released now. --- libraries/evas/src/modules/engines/Makefile.am | 73 -------------------------- 1 file changed, 73 deletions(-) delete mode 100644 libraries/evas/src/modules/engines/Makefile.am (limited to 'libraries/evas/src/modules/engines/Makefile.am') diff --git a/libraries/evas/src/modules/engines/Makefile.am b/libraries/evas/src/modules/engines/Makefile.am deleted file mode 100644 index e29fb98..0000000 --- a/libraries/evas/src/modules/engines/Makefile.am +++ /dev/null @@ -1,73 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in - -SUBDIRS = - -if !EVAS_STATIC_BUILD_SOFTWARE_GENERIC -SUBDIRS += software_generic -endif -if !EVAS_STATIC_BUILD_BUFFER -SUBDIRS += buffer -endif -if !EVAS_STATIC_BUILD_DIRECT3D -SUBDIRS += direct3d -endif -if !EVAS_STATIC_BUILD_DIRECTFB -SUBDIRS += directfb -endif -if !EVAS_STATIC_BUILD_FB -SUBDIRS += fb -endif - -if !EVAS_STATIC_BUILD_PSL1GHT -SUBDIRS += psl1ght -endif - -if !EVAS_STATIC_BUILD_GL_COMMON -SUBDIRS += gl_common -endif -if !EVAS_STATIC_BUILD_GL_X11 -SUBDIRS += gl_x11 -endif -if !EVAS_STATIC_BUILD_GL_SDL -SUBDIRS += gl_sdl -endif -if !EVAS_STATIC_BUILD_GL_COCOA -SUBDIRS += gl_cocoa -endif - -if !EVAS_STATIC_BUILD_SOFTWARE_8 -SUBDIRS += software_8 -endif -if !EVAS_STATIC_BUILD_SOFTWARE_8_X11 -SUBDIRS += software_8_x11 -endif -if !EVAS_STATIC_BUILD_SOFTWARE_16 -SUBDIRS += software_16 -endif -if !EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW -SUBDIRS += software_16_ddraw -endif -if !EVAS_STATIC_BUILD_SOFTWARE_16_WINCE -SUBDIRS += software_16_wince -endif -if !EVAS_STATIC_BUILD_SOFTWARE_16_X11 -SUBDIRS += software_16_x11 -endif -if !EVAS_STATIC_BUILD_SOFTWARE_16_SDL -SUBDIRS += software_16_sdl -endif -if !EVAS_STATIC_BUILD_SOFTWARE_DDRAW -SUBDIRS += software_ddraw -endif -if !EVAS_STATIC_BUILD_SOFTWARE_GDI -SUBDIRS += software_gdi -endif -if !EVAS_STATIC_BUILD_SOFTWARE_X11 -SUBDIRS += software_x11 -endif -if !EVAS_STATIC_BUILD_WAYLAND_SHM -SUBDIRS += wayland_shm -endif -if !EVAS_STATIC_BUILD_WAYLAND_EGL -SUBDIRS += wayland_egl -endif -- cgit v1.1