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

24 lines
340 B
Makefile
Raw Normal View History

MAINTAINERCLEANFILES = Makefile.in
if BUILD_LOADER_EDB
edb_subdir = edb
endif
if BUILD_LOADER_EET
eet_subdir = eet
endif
2006-04-08 05:22:18 -07:00
if BUILD_LOADER_GIF
gif_subdir = gif
endif
if BUILD_LOADER_JPEG
jpeg_subdir = jpeg
endif
if BUILD_LOADER_PNG
png_subdir = png
endif
2006-04-08 05:22:18 -07:00
SUBDIRS = $(edb_subdir) $(eet_subdir) $(gif_subdir) $(jpeg_subdir) $(png_subdir)