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