Expedite tb-autoalign: Added an LRM to fix rendering in \n compat mode.
[framework/uifw/expedite.git] / src / bin / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 AM_CPPFLAGS = \
4 -I$(top_srcdir) \
5 -I$(top_srcdir)/src/bin \
6 -DPACKAGE_BIN_DIR=\"$(bindir)\" \
7 -DPACKAGE_LIB_DIR=\"$(libdir)\" \
8 -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
9 @EINA_CFLAGS@ \
10 @EVAS_CFLAGS@ \
11 @x_cflags@ \
12 @SDL_CFLAGS@ \
13 @DIRECTFB_CFLAGS@ \
14 @XCB_CFLAGS@ \
15 @EVIL_CFLAGS@
16
17 bin_PROGRAMS = expedite
18 bin_SCRIPTS = expedite-cmp
19
20 expedite_SOURCES = \
21 main.c main.h \
22 ui.c ui.h \
23 about.c about.h \
24 tests.h \
25 widgets_file_icons.c \
26 widgets_file_icons_2.c \
27 widgets_file_icons_2_grouped.c \
28 widgets_file_icons_2_same.c \
29 widgets_file_icons_2_same_grouped.c \
30 widgets_file_icons_3.c \
31 widgets_file_icons_4.c \
32 widgets_list_1.c \
33 widgets_list_1_grouped.c \
34 widgets_list_2.c \
35 widgets_list_2_grouped.c \
36 widgets_list_3.c \
37 widgets_list_3_grouped.c \
38 widgets_list_4.c \
39 widgets_list_4_grouped.c \
40 image_blend_unscaled.c \
41 image_blend_solid_middle_unscaled.c \
42 image_blend_fade_unscaled.c \
43 image_blend_fade_pow2_unscaled.c \
44 image_blend_solid_unscaled.c \
45 image_blend_solid_fade_unscaled.c \
46 image_blend_solid_fade_pow2_unscaled.c \
47 image_blend_nearest_scaled.c \
48 image_blend_nearest_solid_scaled.c \
49 image_blend_smooth_scaled.c \
50 image_blend_smooth_solid_scaled.c \
51 image_blend_nearest_same_scaled.c \
52 image_blend_nearest_solid_same_scaled.c \
53 image_blend_smooth_same_scaled.c \
54 image_blend_smooth_solid_same_scaled.c \
55 image_blend_border.c \
56 image_blend_solid_middle_border.c \
57 image_blend_solid_border.c \
58 image_blend_border_recolor.c \
59 image_map_rotate.c \
60 image_map_solid_rotate.c \
61 image_map_nearest_rotate.c \
62 image_map_nearest_solid_rotate.c \
63 image_map_color_rotate.c \
64 image_map_color_solid_rotate.c \
65 image_map_color_nearest_rotate.c \
66 image_map_color_nearest_solid_rotate.c \
67 image_map_color_alpha_rotate.c \
68 image_map_color_alpha_solid_rotate.c \
69 image_map_color_alpha_nearest_rotate.c \
70 image_map_color_alpha_nearest_solid_rotate.c \
71 image_map_3d_1.c \
72 image_map_3d_2.c \
73 image_map_3d_3.c \
74 image_map_3d_4.c \
75 image_map_3d_5.c \
76 image_map_3d_6.c \
77 image_map_3d_flow.c \
78 image_quality_scale.c \
79 image_data_argb.c \
80 image_data_argb_alpha.c \
81 image_data_ycbcr601pl.c \
82 image_data_ycbcr601pl_wide_stride.c \
83 image_data_ycbcr601pl_map_solid_rotate.c \
84 image_data_ycbcr601pl_map_nearest_solid_rotate.c \
85 image_crossfade.c \
86 text_basic.c \
87 text_styles.c \
88 text_styles_different_strings.c \
89 text_change.c \
90 textblock_basic.c \
91 textblock_intl.c \
92 textblock_auto_align.c \
93 textblock_text_append.c \
94 rect_blend.c \
95 rect_blend_pow2.c \
96 rect_solid.c \
97 rect_blend_few.c \
98 rect_blend_pow2_few.c \
99 rect_solid_few.c \
100 image_blend_occlude1_few.c \
101 image_blend_occlude2_few.c \
102 image_blend_occlude3_few.c \
103 image_blend_occlude1.c \
104 image_blend_occlude2.c \
105 image_blend_occlude3.c \
106 image_blend_occlude1_many.c \
107 image_blend_occlude2_many.c \
108 image_blend_occlude3_many.c \
109 image_blend_occlude1_very_many.c \
110 image_blend_occlude2_very_many.c \
111 image_blend_occlude3_very_many.c \
112 poly_blend.c \
113 proxy_image.c \
114 proxy_text_fixed.c \
115 proxy_text_random.c \
116 image_mask.c \
117 filter_object_colors.c \
118 filter_object_colors_solid.c \
119 filter_object_sepia.c \
120 filter_object_sepia_solid.c \
121 filter_object_greyscale.c \
122 filter_object_greyscale_solid.c \
123 filter_object_invert.c \
124 filter_object_invert_solid.c \
125 filter_object_blur.c \
126 filter_object_blur_solid.c
127
128 expedite_CFLAGS = @WIN32_CFLAGS@
129 expedite_CXXFLAGS = @EXPEDITE_CXXFLAGS@
130 expedite_LDADD = @SDL_LIBS@ @x_libs@ @gdi_libs@ @ddraw_libs@ @ddraw_16_libs@ @d3d_libs@ @wince_16_libs@ @DIRECTFB_LIBS@ @XCB_LIBS@ @EVAS_LIBS@ @EINA_LIBS@ @EVIL_LIBS@ -lm
131 expedite_LDFLAGS = @lt_enable_auto_import@
132
133 if BUILD_SOFTWARE_XLIB
134 expedite_SOURCES += \
135 engine_software_xlib.c engine_software_xlib.h
136 endif
137
138 if BUILD_XRENDER_X11
139 expedite_SOURCES += \
140 engine_xrender_x11.c engine_xrender_x11.h
141 endif
142
143 if BUILD_OPENGL_X11
144 expedite_SOURCES += \
145 engine_gl_x11.c engine_gl_x11.h
146 endif
147
148 if BUILD_SOFTWARE_XCB
149 expedite_SOURCES += \
150 engine_software_xcb.c engine_software_xcb.h
151 endif
152
153 if BUILD_XRENDER_XCB
154 expedite_SOURCES += \
155 engine_xrender_xcb.c engine_xrender_xcb.h
156 endif
157
158 if BUILD_SOFTWARE_GDI
159 expedite_SOURCES += \
160 engine_software_gdi.c engine_software_gdi.h
161 endif
162
163 if BUILD_SOFTWARE_DDRAW
164 expedite_SOURCES += \
165 engine_software_ddraw.cpp engine_software_ddraw.h
166 endif
167
168 if BUILD_DIRECT3D
169 expedite_SOURCES += \
170 engine_direct3d.cpp engine_direct3d.h
171 endif
172
173 if BUILD_SOFTWARE_SDL
174 expedite_SOURCES += \
175 engine_software_sdl.c engine_software_sdl.h
176 endif
177
178 if BUILD_OPENGL_SDL
179 expedite_SOURCES += \
180 engine_gl_sdl.c engine_gl_sdl.h
181 endif
182
183 if BUILD_FB
184 expedite_SOURCES += \
185 engine_fb.c engine_fb.h
186 endif
187
188 if BUILD_DIRECTFB
189 expedite_SOURCES += \
190 engine_directfb.c engine_directfb.h
191 endif
192
193 if BUILD_SOFTWARE_16_X11
194 expedite_SOURCES += \
195 engine_software_16_x11.c engine_software_16_x11.h
196 endif
197
198 if BUILD_SOFTWARE_16_DDRAW
199 expedite_SOURCES += \
200 engine_software_16_ddraw.cpp engine_software_16_ddraw.h
201 endif
202
203 if BUILD_SOFTWARE_16_WINCE
204 expedite_SOURCES += \
205 engine_software_16_wince.c engine_software_16_wince.h  engine_software_16_wince.rc
206 endif
207
208 .rc.lo:
209         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@
210
211 EXTRA_DIST = $(bin_SCRIPTS)