more tests that fail. woot.
[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 image_mask_2.c \
118 image_mask_3.c \
119 image_mask_4.c \
120 image_mask_5.c \
121 image_mask_6.c \
122 image_mask_7.c \
123 image_mask_8.c \
124 image_mask_9.c \
125 image_mask_10.c \
126 image_mask_11.c \
127 image_mask_12.c \
128 image_mask_13.c \
129 image_mask_14.c \
130 image_mask_15.c \
131 filter_object_colors.c \
132 filter_object_colors_solid.c \
133 filter_object_sepia.c \
134 filter_object_sepia_solid.c \
135 filter_object_greyscale.c \
136 filter_object_greyscale_solid.c \
137 filter_object_invert.c \
138 filter_object_invert_solid.c \
139 filter_object_blur.c \
140 filter_object_blur_solid.c
141
142 expedite_CFLAGS = @WIN32_CFLAGS@
143 expedite_CXXFLAGS = @EXPEDITE_CXXFLAGS@
144 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
145 expedite_LDFLAGS = @lt_enable_auto_import@
146
147 if BUILD_SOFTWARE_XLIB
148 expedite_SOURCES += \
149 engine_software_xlib.c engine_software_xlib.h
150 endif
151
152 if BUILD_XRENDER_X11
153 expedite_SOURCES += \
154 engine_xrender_x11.c engine_xrender_x11.h
155 endif
156
157 if BUILD_OPENGL_X11
158 expedite_SOURCES += \
159 engine_gl_x11.c engine_gl_x11.h
160 endif
161
162 if BUILD_SOFTWARE_XCB
163 expedite_SOURCES += \
164 engine_software_xcb.c engine_software_xcb.h
165 endif
166
167 if BUILD_XRENDER_XCB
168 expedite_SOURCES += \
169 engine_xrender_xcb.c engine_xrender_xcb.h
170 endif
171
172 if BUILD_SOFTWARE_GDI
173 expedite_SOURCES += \
174 engine_software_gdi.c engine_software_gdi.h
175 endif
176
177 if BUILD_SOFTWARE_DDRAW
178 expedite_SOURCES += \
179 engine_software_ddraw.cpp engine_software_ddraw.h
180 endif
181
182 if BUILD_DIRECT3D
183 expedite_SOURCES += \
184 engine_direct3d.cpp engine_direct3d.h
185 endif
186
187 if BUILD_SOFTWARE_SDL
188 expedite_SOURCES += \
189 engine_software_sdl.c engine_software_sdl.h
190 endif
191
192 if BUILD_OPENGL_SDL
193 expedite_SOURCES += \
194 engine_gl_sdl.c engine_gl_sdl.h
195 endif
196
197 if BUILD_FB
198 expedite_SOURCES += \
199 engine_fb.c engine_fb.h
200 endif
201
202 if BUILD_DIRECTFB
203 expedite_SOURCES += \
204 engine_directfb.c engine_directfb.h
205 endif
206
207 if BUILD_SOFTWARE_16_X11
208 expedite_SOURCES += \
209 engine_software_16_x11.c engine_software_16_x11.h
210 endif
211
212 if BUILD_SOFTWARE_16_DDRAW
213 expedite_SOURCES += \
214 engine_software_16_ddraw.cpp engine_software_16_ddraw.h
215 endif
216
217 if BUILD_SOFTWARE_16_WINCE
218 expedite_SOURCES += \
219 engine_software_16_wince.c engine_software_16_wince.h  engine_software_16_wince.rc
220 endif
221
222 .rc.lo:
223         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@
224
225 EXTRA_DIST = $(bin_SCRIPTS)