aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/modules/loaders/Makefile.am
blob: b7ed9a5324e800b5317254cec382deae9cf769f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
MAINTAINERCLEANFILES = Makefile.in

SUBDIRS =

if BUILD_LOADER_BMP
if !EVAS_STATIC_BUILD_BMP
SUBDIRS += bmp
endif
endif

if BUILD_LOADER_EDB
if !EVAS_STATIC_BUILD_EDB
SUBDIRS += edb
endif
endif

if BUILD_LOADER_EET
if !EVAS_STATIC_BUILD_EET
SUBDIRS += eet
endif
endif

if BUILD_LOADER_GENERIC
if !EVAS_STATIC_BUILD_GENERIC
SUBDIRS += generic
endif
endif

if BUILD_LOADER_GIF
if !EVAS_STATIC_BUILD_GIF
SUBDIRS += gif
endif
endif

if BUILD_LOADER_ICO
if !EVAS_STATIC_BUILD_ICO
SUBDIRS += ico
endif
endif

if BUILD_LOADER_JPEG
if !EVAS_STATIC_BUILD_JPEG
SUBDIRS += jpeg
endif
endif

if BUILD_LOADER_PMAPS
if !EVAS_STATIC_BUILD_PMAPS
SUBDIRS += pmaps
endif
endif

if BUILD_LOADER_PNG
if !EVAS_STATIC_BUILD_PNG
SUBDIRS += png
endif
endif

if BUILD_LOADER_PSD
if !EVAS_STATIC_BUILD_PSD
SUBDIRS += psd
endif
endif

if BUILD_LOADER_SVG
if !EVAS_STATIC_BUILD_SVG
SUBDIRS += svg
endif
endif

if BUILD_LOADER_TGA
if !EVAS_STATIC_BUILD_TGA
SUBDIRS += tga
endif
endif

if BUILD_LOADER_TIFF
if !EVAS_STATIC_BUILD_TIFF
SUBDIRS += tiff
endif
endif

if BUILD_LOADER_WBMP
if !EVAS_STATIC_BUILD_WBMP
SUBDIRS += wbmp
endif
endif

if BUILD_LOADER_XPM
if !EVAS_STATIC_BUILD_XPM
SUBDIRS += xpm
endif
endif