clean dist rule

SVN revision: 41526
This commit is contained in:
Vincent Torri 2009-07-28 11:50:22 +00:00
parent 413a216c55
commit 39809967cb
3 changed files with 18 additions and 41 deletions

View 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

View 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

View 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