Tizen 2.1 base
[framework/uifw/ecore.git] / src / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 MAINTAINERCLEANFILES = Makefile.in
3 SUBDIRS = ecore
4
5 if BUILD_ECORE_INPUT
6 SUBDIRS += ecore_input
7 endif
8
9 if BUILD_ECORE_INPUT_EVAS
10 SUBDIRS += ecore_input_evas
11 endif
12
13 if BUILD_ECORE_FB
14 SUBDIRS += ecore_fb
15 endif
16
17 if BUILD_ECORE_DIRECTFB
18 SUBDIRS += ecore_directfb
19 endif
20
21 if BUILD_ECORE_CON
22 SUBDIRS += ecore_con
23 endif
24
25 if BUILD_ECORE_X
26 SUBDIRS += ecore_x
27 endif
28
29 if BUILD_ECORE_WIN32
30 SUBDIRS += ecore_win32
31 endif
32
33 if BUILD_ECORE_WINCE
34 SUBDIRS += ecore_wince
35 endif
36
37 if BUILD_ECORE_SDL
38 SUBDIRS += ecore_sdl
39 endif
40
41 if BUILD_ECORE_PSL1GHT
42 SUBDIRS += ecore_psl1ght
43 endif
44
45 if BUILD_ECORE_COCOA
46 SUBDIRS += ecore_cocoa
47 endif
48
49 if BUILD_ECORE_WAYLAND
50 SUBDIRS += ecore_wayland
51 endif
52
53 if BUILD_ECORE_IPC
54 SUBDIRS += ecore_ipc
55 endif
56
57 if BUILD_ECORE_EVAS
58 SUBDIRS += ecore_evas
59 endif
60
61 if BUILD_ECORE_CONFIG
62 SUBDIRS += ecore_config
63 endif
64
65 if BUILD_ECORE_FILE
66 SUBDIRS += ecore_file
67 endif
68
69 if BUILD_ECORE_IMF
70 SUBDIRS += ecore_imf
71 endif
72
73 if BUILD_ECORE_IMF_EVAS
74 SUBDIRS += ecore_imf_evas
75 endif