efl/legacy/evas/src/modules/loaders/Makefile.am

77 lines
950 B
Makefile
Raw Normal View History

MAINTAINERCLEANFILES = Makefile.in
2009-07-28 04:50:22 -07:00
SUBDIRS =
if BUILD_LOADER_EDB
if !EVAS_STATIC_BUILD_EDB
2009-07-28 04:50:22 -07:00
SUBDIRS += edb
endif
endif
if BUILD_LOADER_EET
if !EVAS_STATIC_BUILD_EET
2009-07-28 04:50:22 -07:00
SUBDIRS += eet
endif
endif
2006-04-08 05:22:18 -07:00
if BUILD_LOADER_GIF
if !EVAS_STATIC_BUILD_GIF
2009-07-28 04:50:22 -07:00
SUBDIRS += gif
2006-04-08 05:22:18 -07:00
endif
endif
2006-04-08 05:22:18 -07:00
if BUILD_LOADER_JPEG
if !EVAS_STATIC_BUILD_JPEG
2009-07-28 04:50:22 -07:00
SUBDIRS += jpeg
endif
endif
if BUILD_LOADER_PMAPS
if !EVAS_STATIC_BUILD_PMAPS
2009-07-28 04:50:22 -07:00
SUBDIRS += pmaps
endif
endif
if BUILD_LOADER_PNG
if !EVAS_STATIC_BUILD_PNG
2009-07-28 04:50:22 -07:00
SUBDIRS += png
endif
endif
if BUILD_LOADER_SVG
if !EVAS_STATIC_BUILD_SVG
2009-07-28 04:50:22 -07:00
SUBDIRS += svg
endif
endif
if BUILD_LOADER_TIFF
if !EVAS_STATIC_BUILD_TIFF
2009-07-28 04:50:22 -07:00
SUBDIRS += tiff
endif
endif
2006-08-12 02:16:30 -07:00
if BUILD_LOADER_XPM
if !EVAS_STATIC_BUILD_XPM
2009-07-28 04:50:22 -07:00
SUBDIRS += xpm
2006-08-12 02:16:30 -07:00
endif
endif
2006-08-12 02:16:30 -07:00
if BUILD_LOADER_BMP
if !EVAS_STATIC_BUILD_BMP
SUBDIRS += bmp
endif
endif
if BUILD_LOADER_TGA
if !EVAS_STATIC_BUILD_TGA
SUBDIRS += tga
endif
endif
if BUILD_LOADER_WBMP
if !EVAS_STATIC_BUILD_WBMP
SUBDIRS += wbmp
endif
endif