clean dist rule
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Jul 2009 11:50:22 +0000 (11:50 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Jul 2009 11:50:22 +0000 (11:50 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@41526 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/Makefile.am
src/modules/loaders/Makefile.am
src/modules/savers/Makefile.am

index 472e925..7a20c88 100644 (file)
@@ -63,27 +63,3 @@ endif
 #if !EVAS_STATIC_BUILD_SOFTWARE_QTOPIA
 #SUBDIRS += software_qtopia
 #endif
-
-DIST_SUBDIRS = \
-software_generic \
-buffer \
-direct3d \
-directfb \
-fb \
-gl_common \
-gl_glew \
-gl_x11 \
-quartz \
-software_16 \
-software_16_ddraw \
-software_16_wince \
-software_16_x11 \
-software_16_sdl \
-software_sdl \
-software_ddraw \
-software_gdi \
-software_x11 \
-xrender_x11
-#cairo_common \
-#cairo_x11 \
-#software_qtopia
index 5a98010..ed37948 100644 (file)
@@ -1,56 +1,58 @@
 MAINTAINERCLEANFILES = Makefile.in
 
+SUBDIRS =
+
 if BUILD_LOADER_EDB
 if !EVAS_STATIC_BUILD_EDB
-edb_subdir = edb
+SUBDIRS += edb
 endif
 endif
 
 if BUILD_LOADER_EET
 if !EVAS_STATIC_BUILD_EET
-eet_subdir = eet
+SUBDIRS += eet
 endif
 endif
 
 if BUILD_LOADER_GIF
 if !EVAS_STATIC_BUILD_GIF
-gif_subdir = gif
+SUBDIRS += gif
 endif
 endif
 
 if BUILD_LOADER_JPEG
 if !EVAS_STATIC_BUILD_JPEG
-jpeg_subdir = jpeg
+SUBDIRS += jpeg
 endif
 endif
 
 if BUILD_LOADER_PMAPS
 if !EVAS_STATIC_BUILD_PMAPS
-pmaps_subdir = pmaps
+SUBDIRS += pmaps
 endif
 endif
 
 if BUILD_LOADER_PNG
 if !EVAS_STATIC_BUILD_PNG
-png_subdir = png
+SUBDIRS += png
 endif
 endif
 
 if BUILD_LOADER_SVG
 if !EVAS_STATIC_BUILD_SVG
-svg_subdir = svg
+SUBDIRS += svg
 endif
 endif
 
 if BUILD_LOADER_TIFF
 if !EVAS_STATIC_BUILD_TIFF
-tiff_subdir = tiff
+SUBDIRS += tiff
 endif
 endif
 
 if BUILD_LOADER_XPM
 if !EVAS_STATIC_BUILD_XPM
-xpm_subdir = xpm
+SUBDIRS += xpm
 endif
 endif
 
index 060778c..0854052 100644 (file)
@@ -1,34 +1,33 @@
 MAINTAINERCLEANFILES = Makefile.in
 
+SUBDIRS =
+
 if BUILD_LOADER_EDB
 if !EVAS_STATIC_BUILD_EDB
-edb_subdir = edb
+SUBDIRS += edb
 endif
 endif
 
 if BUILD_LOADER_EET
 if !EVAS_STATIC_BUILD_EET
-eet_subdir = eet
+SUBDIRS += eet
 endif
 endif
 
 if BUILD_SAVER_JPEG
 if !EVAS_STATIC_BUILD_JPEG
-jpeg_subdir = jpeg
+SUBDIRS += jpeg
 endif
 endif
 
 if BUILD_LOADER_PNG
 if !EVAS_STATIC_BUILD_PNG
-png_subdir = png
+SUBDIRS += png
 endif
 endif
 
 if BUILD_LOADER_TIFF
 if !EVAS_STATIC_BUILD_TIFF
-tiff_subdir = tiff
+SUBDIRS += tiff
 endif
 endif
-
-SUBDIRS = $(edb_subdir) $(eet_subdir) $(jpeg_subdir) $(png_subdir) $(tiff_subdir)
-DIST_SUBDIRS = edb eet jpeg png tiff