expedite/src/bin/Makefile.am

142 lines
3.5 KiB
Makefile
Raw Normal View History

MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/src/bin \
-DPACKAGE_BIN_DIR=\"$(bindir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
2014-08-21 15:47:19 -07:00
@EFL_CFLAGS@ \
@EVIL_CFLAGS@
bin_PROGRAMS = expedite
bin_SCRIPTS = expedite-cmp
expedite_SOURCES = \
main.c main.h \
ui.c ui.h \
about.c about.h \
tests.h \
widgets_file_icons.c \
widgets_file_icons_2.c \
2010-08-06 21:51:53 -07:00
widgets_file_icons_2_grouped.c \
widgets_file_icons_2_same.c \
widgets_file_icons_2_same_grouped.c \
widgets_file_icons_3.c \
widgets_file_icons_4.c \
2010-08-08 23:43:33 -07:00
widgets_list_1.c \
widgets_list_1_grouped.c \
widgets_list_2.c \
widgets_list_2_grouped.c \
widgets_list_3.c \
widgets_list_3_grouped.c \
widgets_list_4.c \
widgets_list_4_grouped.c \
image_blend_unscaled.c \
2009-02-16 21:11:02 -08:00
image_blend_solid_middle_unscaled.c \
image_blend_fade_unscaled.c \
image_blend_fade_pow2_unscaled.c \
image_blend_solid_unscaled.c \
image_blend_solid_fade_unscaled.c \
image_blend_solid_fade_pow2_unscaled.c \
image_blend_nearest_scaled.c \
image_blend_nearest_solid_scaled.c \
image_blend_smooth_scaled.c \
image_blend_smooth_solid_scaled.c \
image_blend_nearest_same_scaled.c \
image_blend_nearest_solid_same_scaled.c \
image_blend_smooth_same_scaled.c \
image_blend_smooth_solid_same_scaled.c \
image_blend_border.c \
image_blend_solid_middle_border.c \
image_blend_solid_border.c \
image_blend_border_recolor.c \
image_map_rotate.c \
image_map_solid_rotate.c \
image_map_nearest_rotate.c \
image_map_nearest_solid_rotate.c \
image_map_color_rotate.c \
image_map_color_solid_rotate.c \
image_map_color_nearest_rotate.c \
image_map_color_nearest_solid_rotate.c \
image_map_color_alpha_rotate.c \
image_map_color_alpha_solid_rotate.c \
image_map_color_alpha_nearest_rotate.c \
image_map_color_alpha_nearest_solid_rotate.c \
image_map_3d_1.c \
image_map_3d_2.c \
image_map_3d_3.c \
image_map_3d_4.c \
2009-11-02 07:17:59 -08:00
image_map_3d_5.c \
image_map_3d_6.c \
image_map_3d_flow.c \
image_quality_scale.c \
image_data_argb.c \
image_data_argb_alpha.c \
image_data_ycbcr601pl.c \
image_data_ycbcr601pl_wide_stride.c \
image_data_ycbcr601pl_map_solid_rotate.c \
image_data_ycbcr601pl_map_nearest_solid_rotate.c \
image_crossfade.c \
text_basic.c \
text_styles.c \
text_styles_different_strings.c \
text_change.c \
textblock_basic.c \
textblock_intl.c \
textblock_auto_align.c \
textblock_text_append.c \
rect_blend.c \
rect_blend_pow2.c \
rect_solid.c \
rect_blend_few.c \
rect_blend_pow2_few.c \
rect_solid_few.c \
image_blend_occlude1_few.c \
image_blend_occlude2_few.c \
image_blend_occlude3_few.c \
image_blend_occlude1.c \
image_blend_occlude2.c \
image_blend_occlude3.c \
image_blend_occlude1_many.c \
image_blend_occlude2_many.c \
image_blend_occlude3_many.c \
image_blend_occlude1_very_many.c \
image_blend_occlude2_very_many.c \
2007-06-17 06:44:44 -07:00
image_blend_occlude3_very_many.c \
poly_blend.c \
proxy_image.c \
proxy_text_fixed.c \
proxy_text_random.c \
line_blend.c \
image_blend_many_smooth_same_scaled.c \
font_effect_blur_alpha.c \
font_effect_blur_color.c \
image_mask.c \
image_mask_2.c \
image_mask_3.c \
image_mask_4.c \
image_mask_5.c \
image_mask_6.c \
image_mask_7.c \
image_mask_8.c \
image_mask_9.c \
image_mask_10.c \
image_mask_11.c \
image_mask_12.c \
image_mask_13.c \
vg_basic.c
# \
# image_mask_14.c \
# image_mask_15.c
2014-08-21 15:47:19 -07:00
expedite_CFLAGS = @WIN32_CFLAGS@
expedite_CXXFLAGS = @EXPEDITE_CXXFLAGS@
2014-08-21 15:47:19 -07:00
expedite_LDADD = @EFL_LIBS@ @EVIL_LIBS@ -lm
expedite_LDFLAGS = @lt_enable_auto_import@
2007-11-10 04:17:07 -08:00
.rc.lo:
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@
EXTRA_DIST = $(bin_SCRIPTS)