build - remove old .mk files that were for autofoo not meson

This commit is contained in:
Carsten Haitzler 2019-07-24 17:44:05 +01:00
parent 54a8ba3d8c
commit c3807413e7
18 changed files with 0 additions and 2348 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,499 +0,0 @@
ECORE_COMMON_CPPFLAGS = \
-DPACKAGE_EXAMPLES_DIR=\".\"
if HAVE_ECORE_BUFFER
ECORE_COMMON_CPPFLAGS += -I$(top_srcdir)/src/lib/ecore_buffer
LDADD += $(top_builddir)/src/lib/ecore_buffer/libecore_buffer.la
endif
EXTRA_PROGRAMS += \
ecore/ecore_animator_example \
ecore/ecore_client_bench \
ecore/ecore_compose_get_example \
ecore/ecore_con_client_example \
ecore/ecore_con_client_simple_example \
ecore/ecore_con_lookup_example \
ecore/ecore_con_server_example \
ecore/ecore_con_server_http_example \
ecore/ecore_con_server_simple_example \
ecore/ecore_con_url_cookies_example \
ecore/ecore_con_url_download_example \
ecore/ecore_con_url_headers_example \
ecore/ecore_con_url_ftp_example \
ecore/ecore_evas_basics_example \
ecore/ecore_evas_buffer_example_01 \
ecore/ecore_evas_buffer_example_02 \
ecore/ecore_evas_callbacks \
ecore/ecore_evas_cursor_example \
ecore/ecore_evas_extn_socket_example \
ecore/ecore_evas_extn_plug_example \
ecore/ecore_evas_ews_example \
ecore/ecore_evas_object_example \
ecore/ecore_evas_wayland_multiseat_example \
ecore/ecore_evas_window_sizes_example \
ecore/ecore_evas_vnc_example \
ecore/ecore_event_example_01 \
ecore/ecore_event_example_02 \
ecore/ecore_exe_example \
ecore/ecore_exe_example_child \
ecore/ecore_fd_handler_example \
ecore/ecore_file_download_example \
ecore/ecore_idler_example \
ecore/ecore_imf_example \
ecore/ecore_input_joystick_example \
ecore/ecore_job_example \
ecore/ecore_poller_example \
ecore/ecore_promise2_example \
ecore/ecore_server_bench \
ecore/ecore_thread_example \
ecore/ecore_time_functions_example \
ecore/ecore_timer_example \
ecore/ecore_getopt_example \
ecore/ecore_con_eet_client_example \
ecore/ecore_con_eet_server_example \
ecore/efl_io_copier_example \
ecore/efl_io_copier_simple_example \
ecore/efl_io_queue_example \
ecore/efl_io_buffered_stream_example \
ecore/efl_net_server_example \
ecore/efl_net_server_simple_example \
ecore/efl_net_dialer_http_example \
ecore/efl_net_dialer_websocket_example \
ecore/efl_net_dialer_websocket_autobahntestee \
ecore/efl_net_dialer_udp_example \
ecore/efl_net_dialer_simple_example \
ecore/efl_net_socket_ssl_dialer_example \
ecore/efl_net_socket_ssl_server_example \
ecore/efl_net_session_example \
ecore/efl_net_control_example \
ecore/efl_net_ip_address_example \
ecore/ecore_ipc_server_example \
ecore/ecore_ipc_client_example
if HAVE_ECORE_AUDIO
#EXTRA_PROGRAMS += \
#ecore_audio_playback \
#ecore_audio_to_ogg \
#ecore_audio_custom
#
#$(top_builddir)/src/lib/ecore_audio/libecore_audio.la \
#$(LDADD)
#
#ecore_audio_custom_SOURCES = ecore/ecore_audio_custom.c
#ecore_audio_custom_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
#
#ecore_audio_playback_SOURCES = ecore/ecore_audio_playback.c
#ecore_audio_playback_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
#
#ecore_audio_to_ogg_SOURCES = ecore/ecore_audio_to_ogg.c
#ecore_audio_to_ogg_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
endif
ecore_ecore_animator_example_SOURCES = ecore/ecore_animator_example.c
ecore_ecore_animator_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
if HAVE_ECORE_BUFFER
EXTRA_PROGRAMS += ecore/ecore_buffer_example \
ecore/ecore_buffer_consumer_example \
ecore/ecore_buffer_provider_example
ecore_ecore_buffer_example_SOURCES = ecore/ecore_buffer_example.c
ecore_ecore_buffer_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_buffer_consumer_example_SOURCES = ecore/ecore_buffer_consumer_example.c
ecore_ecore_buffer_consumer_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_buffer_provider_example_SOURCES = ecore/ecore_buffer_provider_example.c
ecore_ecore_buffer_provider_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
endif
ecore_ecore_client_bench_SOURCES = ecore/ecore_client_bench.c
ecore_ecore_client_bench_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_compose_get_example_SOURCES = ecore/ecore_compose_get_example.c
ecore_ecore_compose_get_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_client_example_SOURCES = ecore/ecore_con_client_example.c
ecore_ecore_con_client_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_client_simple_example_SOURCES = ecore/ecore_con_client_simple_example.c
ecore_ecore_con_client_simple_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_lookup_example_SOURCES = ecore/ecore_con_lookup_example.c
ecore_ecore_con_lookup_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_server_example_SOURCES = ecore/ecore_con_server_example.c
ecore_ecore_con_server_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_server_http_example_SOURCES = ecore/ecore_con_server_http_example.c
ecore_ecore_con_server_http_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_server_simple_example_SOURCES = ecore/ecore_con_server_simple_example.c
ecore_ecore_con_server_simple_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_url_cookies_example_SOURCES = ecore/ecore_con_url_cookies_example.c
ecore_ecore_con_url_cookies_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_url_download_example_SOURCES = ecore/ecore_con_url_download_example.c
ecore_ecore_con_url_download_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_url_headers_example_SOURCES = ecore/ecore_con_url_headers_example.c
ecore_ecore_con_url_headers_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_url_ftp_example_SOURCES = ecore/ecore_con_url_ftp_example.c
ecore_ecore_con_url_ftp_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_basics_example_SOURCES = ecore/ecore_evas_basics_example.c
ecore_ecore_evas_basics_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_buffer_example_01_SOURCES = ecore/ecore_evas_buffer_example_01.c
ecore_ecore_evas_buffer_example_01_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_buffer_example_02_SOURCES = ecore/ecore_evas_buffer_example_02.c
ecore_ecore_evas_buffer_example_02_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_callbacks_SOURCES = ecore/ecore_evas_callbacks.c
ecore_ecore_evas_callbacks_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_cursor_example_SOURCES = ecore/ecore_evas_cursor_example.c
ecore_ecore_evas_cursor_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_extn_socket_example_SOURCES = ecore/ecore_evas_extn_socket_example.c
ecore_ecore_evas_extn_socket_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_extn_plug_example_SOURCES = ecore/ecore_evas_extn_plug_example.c
ecore_ecore_evas_extn_plug_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_ews_example_SOURCES = ecore/ecore_evas_ews_example.c
ecore_ecore_evas_ews_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_object_example_SOURCES = ecore/ecore_evas_object_example.c
ecore_ecore_evas_object_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_wayland_multiseat_example_SOURCES = ecore/ecore_evas_wayland_multiseat_example.c
ecore_ecore_evas_wayland_multiseat_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_window_sizes_example_SOURCES = ecore/ecore_evas_window_sizes_example.c
ecore_ecore_evas_window_sizes_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_evas_vnc_example_SOURCES = ecore/ecore_evas_vnc_example.c
ecore_ecore_evas_vnc_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_event_example_01_SOURCES = ecore/ecore_event_example_01.c
ecore_ecore_event_example_01_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_event_example_02_SOURCES = ecore/ecore_event_example_02.c
ecore_ecore_event_example_02_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_exe_example_SOURCES = ecore/ecore_exe_example.c
ecore_ecore_exe_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_exe_example_child_SOURCES = ecore/ecore_exe_example_child.c
ecore_ecore_exe_example_child_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_fd_handler_example_SOURCES = ecore/ecore_fd_handler_example.c
ecore_ecore_fd_handler_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
if HAVE_CRYPTO_GNUTLS
EXTRA_PROGRAMS += ecore/ecore_fd_handler_gnutls_example
ecore_ecore_fd_handler_gnutls_example_SOURCES = ecore/ecore_fd_handler_gnutls_example.c
ecore_ecore_fd_handler_gnutls_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
endif
ecore_ecore_file_download_example_SOURCES = ecore/ecore_file_download_example.c
ecore_ecore_file_download_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_idler_example_SOURCES = ecore/ecore_idler_example.c
ecore_ecore_idler_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_imf_example_SOURCES = ecore/ecore_imf_example.c
ecore_ecore_imf_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_job_example_SOURCES = ecore/ecore_job_example.c
ecore_ecore_job_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
if HAVE_GSTREAMER
EXTRA_PROGRAMS += ecore/ecore_pipe_gstreamer_example
ecore_ecore_pipe_gstreamer_example_SOURCES = ecore/ecore_pipe_gstreamer_example.c
ecore_ecore_pipe_gstreamer_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS) @GSTREAMER_CFLAGS@
ecore_ecore_pipe_gstreamer_example_LDADD = $(LDADD) @GSTREAMER_LIBS@
endif
if ! HAVE_WINDOWS
EXTRA_PROGRAMS += ecore/ecore_pipe_simple_example
ecore_ecore_pipe_simple_example_SOURCES = ecore/ecore_pipe_simple_example.c
ecore_ecore_pipe_simple_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
endif
ecore_ecore_poller_example_SOURCES = ecore/ecore_poller_example.c
ecore_ecore_poller_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_promise2_example_SOURCES = ecore/ecore_promise2_example.c
ecore_ecore_promise2_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_server_bench_SOURCES = ecore/ecore_server_bench.c
ecore_ecore_server_bench_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_thread_example_SOURCES = ecore/ecore_thread_example.c
ecore_ecore_thread_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_time_functions_example_SOURCES = ecore/ecore_time_functions_example.c
ecore_ecore_time_functions_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_timer_example_SOURCES = ecore/ecore_timer_example.c
ecore_ecore_timer_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_getopt_example_SOURCES = ecore/ecore_getopt_example.c
ecore_ecore_getopt_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_eet_client_example_SOURCES = ecore/ecore_con_eet_client_example.c \
ecore/ecore_con_eet_descriptor_example.c \
ecore/ecore_con_eet_descriptor_example.h
ecore_ecore_con_eet_client_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_con_eet_server_example_SOURCES = ecore/ecore_con_eet_server_example.c \
ecore/ecore_con_eet_descriptor_example.c \
ecore/ecore_con_eet_descriptor_example.h
ecore_ecore_con_eet_server_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_io_copier_example_SOURCES = ecore/efl_io_copier_example.c
ecore_efl_io_copier_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_io_copier_simple_example_SOURCES = ecore/efl_io_copier_simple_example.c
ecore_efl_io_copier_simple_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_io_queue_example_SOURCES = ecore/efl_io_queue_example.c
ecore_efl_io_queue_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_io_buffered_stream_example_SOURCES = ecore/efl_io_buffered_stream_example.c
ecore_efl_io_buffered_stream_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_net_server_example_SOURCES = ecore/efl_net_server_example.c
ecore_efl_net_server_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_net_server_simple_example_SOURCES = ecore/efl_net_server_simple_example.c
ecore_efl_net_server_simple_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_net_dialer_http_example_SOURCES = ecore/efl_net_dialer_http_example.c
ecore_efl_net_dialer_http_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_net_dialer_websocket_example_SOURCES = ecore/efl_net_dialer_websocket_example.c
ecore_efl_net_dialer_websocket_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_net_dialer_websocket_autobahntestee_SOURCES = ecore/efl_net_dialer_websocket_autobahntestee.c
ecore_efl_net_dialer_websocket_autobahntestee_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_net_dialer_udp_example_SOURCES = ecore/efl_net_dialer_udp_example.c
ecore_efl_net_dialer_udp_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_net_dialer_simple_example_SOURCES = ecore/efl_net_dialer_simple_example.c
ecore_efl_net_dialer_simple_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
if HAVE_WINDOWS
EXTRA_PROGRAMS += ecore/efl_net_dialer_windows_example
ecore_efl_net_dialer_windows_example_SOURCES = ecore/efl_net_dialer_windows_example.c
ecore_efl_net_dialer_windows_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
else
EXTRA_PROGRAMS += ecore/efl_net_dialer_unix_example
ecore_efl_net_dialer_unix_example_SOURCES = ecore/efl_net_dialer_unix_example.c
ecore_efl_net_dialer_unix_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
endif
ecore_efl_net_socket_ssl_dialer_example_SOURCES = ecore/efl_net_socket_ssl_dialer_example.c
ecore_efl_net_socket_ssl_dialer_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_net_socket_ssl_server_example_SOURCES = ecore/efl_net_socket_ssl_server_example.c
ecore_efl_net_socket_ssl_server_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_net_session_example_SOURCES = ecore/efl_net_session_example.c
ecore_efl_net_session_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_net_control_example_SOURCES = ecore/efl_net_control_example.c
ecore_efl_net_control_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_efl_net_ip_address_example_SOURCES = ecore/efl_net_ip_address_example.c
ecore_efl_net_ip_address_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_ipc_server_example_SOURCES = ecore/ecore_ipc_server_example.c
ecore_ecore_ipc_server_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
ecore_ecore_ipc_client_example_SOURCES = ecore/ecore_ipc_client_example.c
ecore_ecore_ipc_client_example_CPPFLAGS = $(ECORE_COMMON_CPPFLAGS) $(AM_CPPFLAGS)
if HAVE_CSHARP
if HAVE_WIN32
MCSFLAGS ?=
MCSFLAGS += -define:WIN32
endif
EXTRA_PROGRAMS += \
ecore/efl_mono_loop_timer_example
ecore_efl_mono_loop_timer_example_SOURCES = \
ecore/efl_mono_loop_timer_example.cs
ecore/efl_mono_loop_timer_example$(EXEEXT): $(ecore_efl_mono_loop_timer_example_SOURCES) $(am_dirstamp) $(top_builddir)/src/lib/efl_mono/libefl_mono.dll
@rm -f ecore/efl_mono_loop_timer_example$(EXEEXT)
$(AM_V_MCS) $(MCS) $(MCSFLAGS) -r:$(abs_top_builddir)/src/lib/efl_mono/libefl_mono.dll -out:$@ $(filter %.cs, $(^))
endif
ECORE_SRCS = \
ecore/ecore_animator_example.c \
ecore/ecore_buffer_example.c \
ecore/ecore_buffer_consumer_example.c \
ecore/ecore_buffer_provider_example.c \
ecore/ecore_client_bench.c \
ecore/ecore_compose_get_example.c \
ecore/ecore_con_client_example.c \
ecore/ecore_con_client_simple_example.c \
ecore/ecore_con_lookup_example.c \
ecore/ecore_con_server_example.c \
ecore/ecore_con_server_http_example.c \
ecore/ecore_con_server_simple_example.c \
ecore/ecore_con_url_cookies_example.c \
ecore/ecore_con_url_download_example.c \
ecore/ecore_con_url_headers_example.c \
ecore/ecore_con_url_ftp_example.c \
ecore/ecore_evas_basics_example.c \
ecore/ecore_evas_buffer_example_01.c \
ecore/ecore_evas_buffer_example_02.c \
ecore/ecore_evas_extn_socket_example.c \
ecore/ecore_evas_extn_plug_example.c \
ecore/ecore_evas_callbacks.c \
ecore/ecore_evas_ews_example.c \
ecore/ecore_evas_object_example.c \
ecore/ecore_evas_wayland_multiseat_example.c \
ecore/ecore_evas_window_sizes_example.c \
ecore/ecore_evas_vnc_example.c \
ecore/ecore_event_example_01.c \
ecore/ecore_event_example_02.c \
ecore/ecore_exe_example.c \
ecore/ecore_exe_example_child.c \
ecore/ecore_fd_handler_example.c \
ecore/ecore_fd_handler_gnutls_example.c \
ecore/ecore_file_download_example.c \
ecore/ecore_idler_example.c \
ecore/ecore_imf_example.c \
ecore/ecore_input_joystick_example.c \
ecore/ecore_job_example.c \
ecore/ecore_pipe_gstreamer_example.c \
ecore/ecore_pipe_simple_example.c \
ecore/ecore_poller_example.c \
ecore/ecore_promise2_example.c \
ecore/ecore_server_bench.c \
ecore/ecore_thread_example.c \
ecore/ecore_time_functions_example.c \
ecore/ecore_timer_example.c \
ecore/ecore_getopt_example.c \
ecore/ecore_con_eet_client_example.c \
ecore/ecore_con_eet_server_example.c \
ecore/ecore_con_eet_descriptor_example.c \
ecore/efl_io_copier_example.c \
ecore/efl_io_copier_simple_example.c \
ecore/efl_io_queue_example.c \
ecore/efl_io_buffered_stream_example.c \
ecore/efl_net_server_example.c \
ecore/efl_net_server_simple_example.c \
ecore/efl_net_dialer_http_example.c \
ecore/efl_net_dialer_websocket_example.c \
ecore/efl_net_dialer_websocket_autobahntestee.c \
ecore/efl_net_dialer_udp_example.c \
ecore/efl_net_dialer_simple_example.c \
ecore/efl_net_socket_ssl_dialer_example.c \
ecore/efl_net_socket_ssl_server_example.c \
ecore/efl_net_session_example.c \
ecore/efl_net_control_example.c \
ecore/ecore_ipc_server_example.c \
ecore/ecore_ipc_client_example.c
ECORE_DATA_FILES = \
ecore/red.png \
ecore/Makefile.examples
DATA_FILES += $(ECORE_DATA_FILES)
install-examples-ecore:
$(MKDIR_P) $(DESTDIR)$(datadir)/ecore/examples
cd $(srcdir) && $(install_sh_DATA) -c $(ECORE_SRCS) $(ECORE_DATA_FILES) $(DESTDIR)$(datadir)/ecore/examples
uninstall-local-ecore:
for f in $(ECORE_SRCS) $(ECORE_DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/ecore/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-ecore
UNINSTALL_EXAMPLES += uninstall-local-ecore

View File

@ -1,22 +0,0 @@
ECORE_AVAHI_SRCS = \
ecore_avahi/ecore_avahi_browse_example.c \
ecore_avahi/ecore_avahi_example.c
EXTRA_PROGRAMS += \
ecore_avahi/ecore_avahi_example \
ecore_avahi/ecore_avahi_browse_example
install-examples-ecoreavahi: examples
$(MKDIR_P) $(DESTDIR)$(datadir)/ecore_avahi/examples
cd $(srcdir) && $(install_sh_DATA) -c $(ECORE_AVAHI_SRCS) $(DESTDIR)$(datadir)/ecore_avahi/examples
uninstall-local-ecoreavahi:
for f in $(ECORE_AVAHI_SRCS); do \
rm -f $(DESTDIR)$(datadir)/ecore_avahi/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-ecoreavahi
UNINSTALL_EXAMPLES += uninstall-local-ecoreavahi
LDADD += @AVAHI_CLIENT_LIBS@

View File

@ -1,230 +0,0 @@
EDJE_CODEGEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/edje/edje_codegen
EDJE_CODEGEN_FLAGS = --prefix=codegen_example
#put here all EDCs one needs to the examples
EDJE_EDCS = \
edje/animations.edc \
edje/animations2.edc \
edje/basic.edc \
edje/basic2.edc \
edje/bezier-transition-example.edc \
edje/box.edc \
edje/box_example.edc \
edje/codegen.edc \
edje/color-class.edc \
edje/drag.edc \
edje/dynamic_multiseat.edc \
edje/edje-anchors.edc \
edje/edje-group.edc \
edje/edje-nested.edc \
edje/edje-threshold.edc \
edje/edje_example.edc \
edje/embryo_custom_state.edc \
edje/embryo_pong.edc \
edje/embryo_run_program.edc \
edje/embryo_set_state.edc \
edje/embryo_set_state_anim.edc \
edje/embryo_set_text.edc \
edje/embryo_timer.edc \
edje/embryo_tween_anim.edc \
edje/entry.edc \
edje/external_elm_anchorblock.edc \
edje/external_elm_button.edc \
edje/external_elm_check.edc \
edje/external_elm_panes.edc \
edje/external_emotion_elm.edc \
edje/focus.edc \
edje/lua_script.edc \
edje/messages_echo.edc \
edje/multiseat.edc \
edje/multiseat_custom_names.edc \
edje/multiseat_filter.edc \
edje/perspective.edc \
edje/signals-messages.edc \
edje/signalsBubble.edc \
edje/sigtest.edc \
edje/svg.edc \
edje/swallow.edc \
edje/table.edc \
edje/text.edc \
edje/textblock-hyphen.edc \
edje/toggle_using_filter.edc \
edje/center_zoom.edc
MULTISENSE_EDCS = edje/multisense.edc
if ENABLE_MULTISENSE
EDJE_EDCS += $(MULTISENSE_EDCS)
endif
PHYSICS_EDCS = \
edje/physics_3d.edc \
edje/physics_actions.edc \
edje/physics_backcull.edc \
edje/physics_basic.edc \
edje/physics_complex.edc \
edje/physics_soft_bodies.edc
if HAVE_EPHYSICS
EDJE_EDCS += $(PHYSICS_EDCS)
endif
EDJE_DATA_FILES = \
edje/bubble.png \
edje/bubble-blue.png \
edje/red.png \
edje/test.png \
edje/Vera.ttf \
edje/duck.wav \
edje/dst.svg \
edje/atom.svg \
edje/bojo.svg \
edje/bzrfeed.svg \
edje/yinyang.svg \
edje/ubuntu.svg \
edje/duke.svg \
edje/cartman.svg \
edje/ibm.svg \
edje/hg0.svg \
edje/fsm.svg \
edje/osa.svg \
edje/wikimedia.svg \
edje/scion.svg \
edje/eee.svg \
edje/google.svg \
edje/tiger.svg \
edje/venus.svg \
edje/lineargrad1.svg \
edje/radialgrad1.svg \
edje/yadis.svg \
edje/favorite_on.svg \
edje/favorite_off.svg \
edje/batman1.svg \
edje/batman2.svg \
edje/en_IN/domain_name.po \
edje/hi_IN/domain_name.po \
edje/ta_IN/domain_name.mo \
edje/Makefile.examples
EDJE_SRCS = \
edje/animations2.c \
edje/edje-anchors.c \
edje/edje-animations.c \
edje/edje-basic.c \
edje/edje-basic2.c \
edje/edje-box.c \
edje/edje-box2.c \
edje/edje-codegen-example.c \
edje/edje-color-class.c \
edje/edje-drag.c \
edje/edje-dynamic-multiseat.c \
edje/edje-edit-part-box.c \
edje/edje-entry.c \
edje/edje-focus.c \
edje/edje-multiseat.c \
edje/edje-multiseat-custom-names.c \
edje/edje-multiseat-filter.c \
edje/edje-multisense.c \
edje/edje-perspective.c \
edje/edje-signals-messages.c \
edje/edje-swallow.c \
edje/edje-swallow2.c \
edje/edje-table.c \
edje/edje-text.c \
edje/edje-textblock-hyphenation.c \
edje/edje_example.c \
edje/signals2.c \
edje/sigtest.c \
edje/svg-test.c
EDJE_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(top_builddir)/src/examples/edje \
-DPACKAGE_DATA_DIR=\"$(datadir)/edje/examples\"
CODEGEN_GENERATED = \
edje/codegen_example_generated.c \
edje/codegen_example_generated.h
DISTCLEANFILES += $(CODEGEN_GENERATED)
$(CODEGEN_GENERATED): edje/codegen.edj
$(AM_V_GEN)$(EDJE_CODEGEN) $(EDJE_CODEGEN_FLAGS) edje/codegen.edj example_group $(builddir)/edje/codegen_example_generated.c $(builddir)/edje/codegen_example_generated.h
edje_edje_codegen_example_SOURCES = \
edje/edje-codegen-example.c
edje_edje_codegen_example_CPPFLAGS = $(EDJE_CPPFLAGS)
nodist_edje_edje_codegen_example_CPPFLAGS = $(EDJE_CPPFLAGS)
nodist_edje_edje_codegen_example_SOURCES = \
$(CODEGEN_GENERATED)
if HAVE_AM_16
edje/edje_codegen_example-edje-codegen-example.$(OBJEXT): $(CODEGEN_GENERATED)
else
edje/edje_edje_codegen_example-edje-codegen-example.$(OBJEXT): $(CODEGEN_GENERATED)
endif
if BUILD_LOADER_PNG
EXTRA_PROGRAMS += \
edje/animations2 \
edje/edje-anchors \
edje/edje-animations \
edje/edje-basic \
edje/edje-basic2 \
edje/edje-box \
edje/edje-box2 \
edje/edje-codegen-example \
edje/edje-color-class \
edje/edje-drag \
edje/edje-dynamic-multiseat \
edje/edje-edit-part-box \
edje/edje-entry \
edje/edje-focus \
edje/edje-multiseat \
edje/edje-multiseat-custom-names \
edje/edje-multiseat-filter \
edje/edje-perspective \
edje/edje-signals-messages \
edje/edje-swallow \
edje/edje-swallow2 \
edje/edje-table \
edje/edje-text \
edje/edje-textblock-hyphenation \
edje/edje_example \
edje/signals2 \
edje/sigtest \
edje/svg-test
if ENABLE_MULTISENSE
EXTRA_PROGRAMS += edje/edje-multisense
endif
endif
DATA_FILES += $(EDJE_DATA_FILES)
EDJE_EDJS = $(EDJE_EDCS:%.edc=%.edj)
EDCS += $(EDJE_EDCS)
if ! HAVE_EPHYSICS
EXTRA_DIST += $(PHYSICS_EDCS)
endif
if ENABLE_MULTISENSE
EDJE_CC_FLAGS += -sd $(top_srcdir)/src/examples/edje
endif
EDJE_CC_FLAGS += -id $(top_srcdir)/src/examples/edje -md $(top_srcdir)/src/examples/edje -fd $(top_srcdir)/src/examples/edje -beta
CLEANFILES += \
$(top_builddir)/src/examples/edje/en_IN/domain_name.mo \
$(top_builddir)/src/examples/edje/hi_IN/domain_name.mo
install-examples-edje: examples
$(MKDIR_P) $(DESTDIR)$(datadir)/edje/examples
cd $(srcdir) && $(install_sh_DATA) -c $(EDJE_SRCS) $(EDJE_EDCS) $(EDJE_DATA_FILES) $(DESTDIR)$(datadir)/edje/examples
cd $(builddir) && $(install_sh_DATA) -c $(EDJE_EDJS) $(DESTDIR)$(datadir)/edje/examples
uninstall-local-edje:
for f in $(EDJE_SRCS) $(EDJE_EDCS) $(EDJE_DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/edje/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-edje
UNINSTALL_EXAMPLES += uninstall-local-edje

View File

@ -1,32 +0,0 @@
EXTRA_PROGRAMS += \
eet/eet-basic \
eet/eet-file \
eet/eet-data-simple \
eet/eet-data-nested \
eet/eet-data-file_descriptor_01 \
eet/eet-data-file_descriptor_02 \
eet/eet-data-cipher_decipher
EET_SRCS = \
eet/eet-basic.c \
eet/eet-file.c \
eet/eet-data-simple.c \
eet/eet-data-nested.c \
eet/eet-data-file_descriptor_01.c \
eet/eet-data-file_descriptor_02.c \
eet/eet-data-cipher_decipher.c
EET_DATA_FILES = eet/Makefile.examples
DATA_FILES += $(EET_DATA_FILES)
install-examples-eet:
$(MKDIR_P) $(DESTDIR)$(datadir)/eet/examples
cd $(srcdir) && $(install_sh_DATA) -c $(EET_SRCS) $(EET_DATA_FILES) $(DESTDIR)$(datadir)/eet/examples
uninstall-local-eet:
for f in $(EET_SRCS) $(EET_DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/eet/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-eet
UNINSTALL_EXAMPLES += uninstall-local-eet

View File

@ -1,103 +0,0 @@
include $(top_srcdir)/src/Makefile_Eolian_Mono_Helper.am
EFL_MONO_SRCS = efl_mono/example_numberwrapper.c
EFL_MONO_DATA_FILES = efl_mono/example_numberwrapper.eo
EFL_MONO_GENERATED =
if HAVE_CSHARP
# Simple object used by the examples
COMMON_FLAGS = \
@EINA_CFLAGS@ @EINA_LDFLAGS@ \
-L$(top_builddir)/src/lib/eina/.libs -leina \
@EO_CFLAGS@ @EO_LDFLAGS@ \
-L$(top_builddir)/src/lib/eo/.libs -leo \
@EFL_CFLAGS@ @EFL_LDFLAGS@ \
-L$(top_builddir)/src/lib/efl/.libs -lefl \
-I$(abs_top_builddir)/src/examples/efl_mono
if HAVE_WIN32
COMMON_FLAGS += \
@EVIL_CFLAGS@ @EVIL_LDFLAGS@ \
@EFL_WINDOWS_VERSION_CFLAGS@ \
-L$(top_builddir)/src/lib/evil/.libs -levil
else
COMMON_FLAGS += \
-fPIC -DPIC
endif
efl_mono/example_numberwrapper.c: efl_mono/example_numberwrapper.eo.h efl_mono/example_numberwrapper.eo.c
noinst_lib_LTLIBRARIES = efl_mono/libexample_numberwrapper.la
noinst_libdir = $(abs_top_builddir)
efl_mono_libexample_numberwrapper_la_SOURCES = efl_mono/example_numberwrapper.c
efl_mono_libexample_numberwrapper_la_LDFLAGS = -shared @EFL_LTMODULE_FLAGS@
efl_mono_libexample_numberwrapper_la_CFLAGS = $(COMMON_FLAGS) -DEFL_BETA_API_SUPPORT
EFL_MONO_GENERATED += efl_mono/example_numberwrapper.eo.h efl_mono/example_numberwrapper.eo.c efl_mono/EoInherit01$(EXEEXT).config
# CSharp examples
EXTRA_PROGRAMS += \
efl_mono/EoInherit01 \
efl_mono/FunctionPointer01
efl_mono/example_numberwrapper.eo.cs: efl_mono/example_numberwrapper.eo
$(AM_V_EOLMONO) \
$(EOLIAN_MONO) $(EOLIAN_FLAGS) $(EOLIAN_MONO_FLAGS) --dllimport efl_mono/example_numberwrapper -o $@ -r $(top_builddir)/src/bindings/mono/efl_mono/efl_libs.csv $<
efl_mono_EoInherit01_SOURCES = efl_mono/EoInherit01.cs
#efl_mono_EoInherit01_files = $(EoInherit01_exe_srcs) efl_mono/example_numberwrapper.eo.cs
efl_mono/EoInherit01$(EXEEXT): $(efl_mono_EoInherit01_SOURCES) $(am_dirstamp) $(top_builddir)/src/lib/efl_mono/libefl_mono.dll efl_mono/libexample_numberwrapper.la efl_mono/EoInherit01$(EXEEXT).config efl_mono/example_numberwrapper.eo.cs
@rm -f $@
$(AM_V_MCS) $(MCS) $(MCSFLAGS) -r:$(abs_top_builddir)/src/lib/efl_mono/libefl_mono.dll -out:$@ $(filter %.cs, $(^))
efl_mono/EoInherit01.csproj: $(efl_mono_EoInherit01_SOURCES) $(am_dirstamp) efl_mono/libexample_numberwrapper.la
@rm -f $@
$(EFL_MONO_MSBUILD_GEN) $(MSBUILD_GEN_FLAGS) -o $@ -a efl_mono/EoInherit01$(EXEEXT) -r libefl_mono.dll -t exe $(patsubst %.cs,src/examples/efl_mono/%.cs,$(filter %.cs, $(^)))
efl_mono/EoInherit01$(EXEEXT).config:
echo "<configuration>" > $@
echo " <dllmap dll=\"example_numberwrapper\" target=\"$(abs_top_builddir)/src/examples/efl_mono/.libs/libexample_numberwrapper.so\"/>" >> $@
echo " <dllmap dll=\"efl_mono\" target=\"$(abs_top_builddir)/src/lib/efl_mono/libefl_mono.dll\"/>" >> $@
echo " <runtime>" >> $@
echo " <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\">" >> $@
echo " <probing privatePath=\"$(abs_top_builddir)/src/lib/efl_mono\" />" >> $@
echo " </assemblyBinding>" >> $@
echo " </runtime>" >> $@
echo "</configuration>" >> $@
efl_mono_FunctionPointer01_SOURCES = efl_mono/FunctionPointer01.cs
efl_mono/FunctionPointer01$(EXEEXT): $(efl_mono_FunctionPointer01_SOURCES) $(am_dirstamp) $(top_builddir)/src/lib/efl_mono/libefl_mono.dll efl_mono/libexample_numberwrapper.la efl_mono/example_numberwrapper.eo.cs
@rm -f $@
$(AM_V_MCS) $(MCS) $(MCSFLAGS) -r:$(abs_top_builddir)/src/lib/efl_mono/libefl_mono.dll -out:$@ $(filter %.cs, $(^))
efl_mono/FunctionPointer01.csproj: $(efl_mono_FunctionPointer01_SOURCES) $(am_dirstamp) efl_mono/libexample_numberwrapper.la
@rm -f $@
$(EFL_MONO_MSBUILD_GEN) $(MSBUILD_GEN_FLAGS) -o $@ -a efl_mono/FunctionPointer01$(EXEEXT) -r libefl_mono.dll -t exe $(patsubst %.cs,src/examples/efl_mono/%.cs,$(filter %.cs, $(^)))
msbuildcsprojs: efl_mono/EoInherit01.csproj $(abs_top_builddir)/FunctionPointer01.csproj
EFL_MONO_GENERATED += efl_mono/example_numberwrapper.eo.cs
# Finishing
CLEANFILES += $(EFL_MONO_GENERATED)
endif
DATA_FILES += $(EFL_MONO_DATA_FILES)
install-examples-eflmono:
$(MKDIR_P) $(DESTDIR)$(datadir)/efl_mono/examples
cd $(srcdir) && $(install_sh_DATA) -c $(EFL_MONO_SRCS) $(EFL_MONO_DATA_FILES) $(DESTDIR)$(datadir)/efl_mono/examples
uninstall-local-eflmono:
for f in $(EFL_MONO_SRCS) $(EFL_MONO_DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/efl_mono/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-eflmono
UNINSTALL_EXAMPLES += uninstall-local-eflmono

View File

@ -1,160 +0,0 @@
EINA_SRCS = \
eina/eina_accessor_01.c \
eina/eina_array_01.c \
eina/eina_array_02.c \
eina/eina_error_01.c \
eina/eina_file_01.c \
eina/eina_file_02.c \
eina/eina_hash_01.c \
eina/eina_hash_02.c \
eina/eina_hash_03.c \
eina/eina_hash_04.c \
eina/eina_hash_05.c \
eina/eina_hash_06.c \
eina/eina_hash_07.c \
eina/eina_hash_08.c \
eina/eina_iterator_01.c \
eina/eina_list_01.c \
eina/eina_list_02.c \
eina/eina_list_03.c \
eina/eina_list_04.c \
eina/eina_log_01.c \
eina/eina_log_02.c \
eina/eina_log_03.c \
eina/eina_inlist_01.c \
eina/eina_inlist_02.c \
eina/eina_inlist_03.c \
eina/eina_str_01.c \
eina/eina_strbuf_01.c \
eina/eina_strbuf_02.c \
eina/eina_stringshare_01.c \
eina/eina_tmpstr_01.c \
eina/eina_tiler_01.c \
eina/eina_tiler_02.c \
eina/eina_simple_xml_parser_01.c \
eina/eina_simple_xml_parser_02.c \
eina/eina_value_01.c \
eina/eina_value_02.c \
eina/eina_value_03.c \
eina/eina_value_04.c \
eina/eina_inarray_01.c \
eina/eina_inarray_02.c \
eina/eina_inarray_03.c \
eina/eina_magic_01.c \
eina/eina_xattr_01.c \
eina/eina_xattr_02.c
EXTRA_PROGRAMS += \
eina/eina_accessor_01 \
eina/eina_array_01 \
eina/eina_array_02 \
eina/eina_error_01 \
eina/eina_file_01 \
eina/eina_file_02 \
eina/eina_hash_01 \
eina/eina_hash_02 \
eina/eina_hash_03 \
eina/eina_hash_04 \
eina/eina_hash_05 \
eina/eina_hash_06 \
eina/eina_hash_07 \
eina/eina_hash_08 \
eina/eina_iterator_01 \
eina/eina_list_01 \
eina/eina_list_02 \
eina/eina_list_03 \
eina/eina_list_04 \
eina/eina_log_01 \
eina/eina_log_02 \
eina/eina_log_03 \
eina/eina_inlist_01 \
eina/eina_inlist_02 \
eina/eina_inlist_03 \
eina/eina_str_01 \
eina/eina_strbuf_01 \
eina/eina_strbuf_02 \
eina/eina_stringshare_01 \
eina/eina_tmpstr_01 \
eina/eina_magic_01 \
eina/eina_simple_xml_parser_01 \
eina/eina_simple_xml_parser_02 \
eina/eina_value_01 \
eina/eina_value_02 \
eina/eina_value_03 \
eina/eina_value_04 \
eina/eina_inarray_01 \
eina/eina_inarray_02 \
eina/eina_inarray_03 \
eina/eina_xattr_01 \
eina/eina_xattr_02 \
eina/eina_tiler_01 \
eina/eina_tiler_02
if HAVE_CSHARP
EXTRA_PROGRAMS += \
eina/EinaArray01Mono \
eina/EinaBinbuf01Mono \
eina/EinaError01Mono \
eina/EinaHash01Mono
eina_EinaArray01Mono_SOURCES = eina/EinaArray01.cs
eina_EinaBinbuf01Mono_SOURCES = eina/EinaBinbuf01.cs
eina_EinaError01Mono_SOURCES = eina/EinaError01.cs
eina_EinaHash01Mono_SOURCES = eina/EinaHash01.cs
eina/EinaArray01Mono$(EXEEXT): $(eina_EinaArray01Mono_SOURCES) $(am_dirstamp) $(top_builddir)/src/lib/efl_mono/libefl_mono.dll
@rm -f $@
$(AM_V_MCS) $(MCS) $(MCSFLAGS) -r:$(abs_top_builddir)/src/lib/efl_mono/libefl_mono.dll -out:$@ $(filter %.cs, $(^))
eina/EinaArray01.csproj: $(eina_EinaArray01Mono_SOURCES) $(am_dirstamp)
@rm -f $@
$(EFL_MONO_MSBUILD_GEN) $(MSBUILD_GEN_FLAGS) -o $@ -a eina/EinaArray01Mono$(EXEEXT) -r libefl_mono.dll -t exe $(patsubst %.cs,src/examples/eina/%.cs,$(filter %.cs, $(^)))
eina/EinaBinbuf01Mono$(EXEEXT): $(eina_EinaBinbuf01Mono_SOURCES) $(am_dirstamp) $(top_builddir)/src/lib/efl_mono/libefl_mono.dll
@rm -f $@
$(AM_V_MCS) $(MCS) $(MCSFLAGS) -r:$(abs_top_builddir)/src/lib/efl_mono/libefl_mono.dll -out:$@ $(filter %.cs, $(^))
eina/EinaBinbuf01.csproj: $(eina_EinaBinbuf01Mono_SOURCES) $(am_dirstamp)
@rm -f $@
$(EFL_MONO_MSBUILD_GEN) $(MSBUILD_GEN_FLAGS) -o $@ -a eina/EinaBinbuf01Mono$(EXEEXT) -r libefl_mono.dll -t exe $(patsubst %.cs,src/examples/eina/%.cs,$(filter %.cs, $(^)))
eina/EinaError01Mono$(EXEEXT): $(eina_EinaError01Mono_SOURCES) $(am_dirstamp) $(top_builddir)/src/lib/efl_mono/libefl_mono.dll
@rm -f $@
$(AM_V_MCS) $(MCS) $(MCSFLAGS) -r:$(abs_top_builddir)/src/lib/efl_mono/libefl_mono.dll -out:$@ $(filter %.cs, $(^))
eina/EinaError01.csproj: $(eina_EinaError01Mono_SOURCES) $(am_dirstamp)
@rm -f $@
$(EFL_MONO_MSBUILD_GEN) $(MSBUILD_GEN_FLAGS) -o $@ -a eina/EinaError01Mono$(EXEEXT) -r libefl_mono.dll -t exe $(patsubst %.cs,src/examples/eina/%.cs,$(filter %.cs, $(^)))
eina/EinaHash01Mono$(EXEEXT): $(eina_EinaHash01Mono_SOURCES) $(am_dirstamp) $(top_builddir)/src/lib/efl_mono/libefl_mono.dll
@rm -f $@
$(AM_V_MCS) $(MCS) $(MCSFLAGS) -r:$(abs_top_builddir)/src/lib/efl_mono/libefl_mono.dll -out:$@ $(filter %.cs, $(^))
eina/EinaHash01.csproj: $(eina_EinaHash01Mono_SOURCES) $(am_dirstamp)
@rm -f $@
$(EFL_MONO_MSBUILD_GEN) $(MSBUILD_GEN_FLAGS) -o $@ -a eina/EinaHash01Mono$(EXEEXT) -r libefl_mono.dll -t exe $(patsubst %.cs,src/examples/eina/%.cs,$(filter %.cs, $(^)))
msbuildcsprojs: $(abs_top_builddir)/EinaArray01.csproj $(abs_top_builddir)/EinaBinbuf01.csproj $(abs_top_builddir)/EinaError01.csproj $(abs_top_builddir)/EinaHash01.csproj
endif
EINA_DATA_FILES = \
eina/addr_book.txt \
eina/chat.xml \
eina/exia.xml \
eina/Makefile.examples
DATA_FILES += $(EINA_DATA_FILES)
install-examples-eina:
$(MKDIR_P) $(DESTDIR)$(datadir)/eina/examples
cd $(srcdir) && $(install_sh_DATA) -c $(EINA_SRCS) $(EINA_DATA_FILES) $(DESTDIR)$(datadir)/eina/examples
uninstall-local-eina:
for f in $(EINA_SRCS) $(EINA_DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/eina/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-eina
UNINSTALL_EXAMPLES += uninstall-local-eina

View File

@ -1,29 +0,0 @@
EINA_CXX_SRCS = \
eina_cxx/eina_cxx_list_01.cc \
eina_cxx/eina_cxx_thread_01.cc
if HAVE_CXX
EXTRA_PROGRAMS += \
eina_cxx/eina_cxx_list_01 \
eina_cxx/eina_cxx_thread_01
eina_cxx_eina_cxx_list_01_SOURCES = \
eina_cxx/eina_cxx_list_01.cc
eina_cxx_eina_cxx_thread_01_SOURCES = \
eina_cxx/eina_cxx_thread_01.cc
endif
install-examples-einacxx:
$(MKDIR_P) $(DESTDIR)$(datadir)/eina_cxx/examples
cd $(srcdir) && $(install_sh_DATA) -c $(EINA_CXX_SRCS) $(DESTDIR)$(datadir)/eina_cxx/examples
uninstall-local-einacxx:
for f in $(EINA_CXX_SRCS); do \
rm -f $(DESTDIR)$(datadir)/eina_cxx/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-einacxx
UNINSTALL_EXAMPLES += uninstall-local-einacxx

View File

@ -1,38 +0,0 @@
EXTRA_PROGRAMS += \
eio/eio_file_ls \
eio/eio_file_copy \
eio/efl_io_manager_open \
eio/efl_io_manager_open_multi \
eio/efl_io_manager_ls \
eio/eio_sentry
eio_eio_file_ls_SOURCES = eio/eio_file_ls.c
eio_eio_file_copy_SOURCES = eio/eio_file_copy.c
eio_efl_io_manager_open_SOURCES = eio/efl_io_manager_open.c
eio_efl_io_manager_open_multi_SOURCES = eio/efl_io_manager_open_multi.c
eio_efl_io_manager_ls_SOURCES = eio/efl_io_manager_ls.c
eio_eio_sentry_SOURCES = eio/eio_sentry.c
EIO_SRCS = \
eio/eio_file_ls.c \
eio/eio_file_copy.c \
eio/efl_io_manager_open.c \
eio/efl_io_manager_open_multi.c \
eio/efl_io_manager_ls.c \
eio/eio_sentry.c
EIO_DATA_FILES = eio/Makefile.examples
DATA_FILES += $(EIO_DATA_FILES)
install-examples-eio:
$(MKDIR_P) $(DESTDIR)$(datadir)/eio/examples
cd $(srcdir) && $(install_sh_DATA) -c $(EIO_SRCS) $(EIO_DATA_FILES) $(DESTDIR)$(datadir)/eio/examples
uninstall-local-eio:
for f in $(EIO_SRCS) $(DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/eio/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-eio
UNINSTALL_EXAMPLES += uninstall-local-eio

View File

@ -1,41 +0,0 @@
ELDBUS_SRCS = \
eldbus/connman-list-services.c \
eldbus/ofono-dial.c \
eldbus/banshee.c \
eldbus/complex-types.c \
eldbus/complex-types-server.c \
eldbus/server.c \
eldbus/client.c \
eldbus/simple-signal-emit.c \
eldbus/complex-types-client-eina-value.c \
eldbus/connect-address.c \
eldbus/dbusmodel.c
EXTRA_PROGRAMS += \
eldbus/connman-list-services \
eldbus/ofono-dial \
eldbus/banshee \
eldbus/complex-types \
eldbus/complex-types-server \
eldbus/server \
eldbus/client \
eldbus/simple-signal-emit \
eldbus/complex-types-client-eina-value \
eldbus/connect-address \
eldbus/dbusmodel
ELDBUS_DATA_FILES = eldbus/Makefile.examples
DATA_FILES += $(ELDBUS_DATA_FILES)
install-examples-eldbus:
$(MKDIR_P) $(DESTDIR)$(datadir)/eldbus/examples
cd $(srcdir) && $(install_sh_DATA) -c $(ELDBUS_SRCS) $(ELDBUS_DATA_FILES) $(DESTDIR)$(datadir)/eldbus/examples
uninstall-local-eldbus:
for f in $(ELDBUS_SRCS) $(ELDBUS_DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/eldbus/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-eldbus
UNINSTALL_EXAMPLES += uninstall-local-eldbus

View File

@ -1,589 +0,0 @@
DISTCLEANFILES += \
elementary/codegen_example_generated.c \
elementary/codegen_example_generated.h \
elementary/codegen_example.edj
include ../../Makefile_Elm_Helpers.am
PHONIES += elementary/screenshots
ELM_SRCS = \
elementary/actionslider_example_01.c \
elementary/bg_example_01.c \
elementary/bg_example_02.c \
elementary/bg_example_03.c \
elementary/box_example_02.c \
elementary/bubble_example_01.c \
elementary/button_example_00.c \
elementary/button_example_01.c \
elementary/calendar_example_01.c \
elementary/calendar_example_02.c \
elementary/calendar_example_03.c \
elementary/calendar_example_04.c \
elementary/calendar_example_05.c \
elementary/calendar_example_06.c \
elementary/check_example_01.c \
elementary/clock_example.c \
elementary/colorselector_example_01.c \
elementary/conformant_example_01.c \
elementary/conformant_example_02.c \
elementary/combobox_example_01.c \
elementary/ctxpopup_example_01.c \
elementary/datetime_example.c \
elementary/dayselector_example.c \
elementary/diskselector_example_01.c \
elementary/diskselector_example_02.c \
elementary/entry_example.c \
elementary/fileselector_button_example.c \
elementary/fileselector_entry_example.c \
elementary/fileselector_example.c \
elementary/fileviewlist.c \
elementary/filemvc.c \
elementary/flip_example_01.c \
elementary/flipselector_example.c \
elementary/frame_example_01.c \
elementary/general_funcs_example.c \
elementary/gengrid_example.c \
elementary/genlist_example_01.c \
elementary/genlist_example_02.c \
elementary/genlist_example_03.c \
elementary/genlist_example_04.c \
elementary/genlist_example_05.c \
elementary/glview_example_01.c \
elementary/hover_example_01.c \
elementary/hoversel_example_01.c \
elementary/icon_example_01.c \
elementary/image_example_01.c \
elementary/index_example_01.c \
elementary/index_example_02.c \
elementary/inwin_example.c \
elementary/label_example_01.c \
elementary/label_example_02.c \
elementary/label_example_03.c \
elementary/layout_example_01.c \
elementary/layout_example_02.c \
elementary/layout_example_03.c \
elementary/layout_property_bind.c \
elementary/list_example_01.c \
elementary/list_example_02.c \
elementary/list_example_03.c \
elementary/location_example_01.c \
elementary/map_example_01.c \
elementary/map_example_02.c \
elementary/map_example_03.c \
elementary/mapbuf_example.c \
elementary/menu_example_01.c \
elementary/naviframe_example.c \
elementary/notify_example_01.c \
elementary/panes_example.c \
elementary/panel_example_01.c \
elementary/photocam_example_01.c \
elementary/prefs_example_01.c \
elementary/prefs_example_02.c \
elementary/prefs_example_03.c \
elementary/popup_example_01.c \
elementary/popup_example_02.c \
elementary/popup_example_03.c \
elementary/progressbar_example.c \
elementary/radio_example_01.c \
elementary/radio_example_02.c \
elementary/segment_control_example.c \
elementary/separator_example_01.c \
elementary/slider_example.c \
elementary/slideshow_example.c \
elementary/spinner_example.c \
elementary/scroller_example_01.c \
elementary/table_example_01.c \
elementary/table_example_02.c \
elementary/theme_example_01.c \
elementary/theme_example_02.c \
elementary/thumb_example_01.c \
elementary/toolbar_example_01.c \
elementary/toolbar_example_02.c \
elementary/toolbar_example_03.c \
elementary/transit_example_01.c \
elementary/transit_example_02.c \
elementary/transit_example_03.c \
elementary/transit_example_04.c \
elementary/web_example_01.c \
elementary/web_example_02.c \
elementary/win_example.c \
elementary/track_example_01.c \
elementary/evas3d_object_on_button_example.c \
elementary/evas3d_scene_on_button_example.c \
elementary/evas3d_map_example.c \
elementary/efl_thread_1.c \
elementary/efl_thread_2.c \
elementary/efl_thread_3.c \
elementary/efl_thread_4.c \
elementary/efl_thread_5.c \
elementary/efl_thread_6.c \
elementary/efl_ui_list_example_1.c \
elementary/efl_ui_list_view_example_1.c \
elementary/efl_ui_list_view_example_2.c \
elementary/efl_ui_list_view_example_3.c \
elementary/efl_canvas_layout_text.c \
elementary/efl_ui_theme_example_01.c \
elementary/efl_ui_theme_example_02.c \
elementary/efl_ui_relative_layout_example_01.c \
elementary/efl_ui_relative_layout_example_02.c
ELM_SRCS += \
elementary/bg_cxx_example_01.cc \
elementary/bg_cxx_example_02.cc \
elementary/box_cxx_example_02.cc \
elementary/button_cxx_example_00.cc \
elementary/button_cxx_example_01.cc \
elementary/calendar_cxx_example_01.cc \
elementary/calendar_cxx_example_02.cc \
elementary/calendar_cxx_example_03.cc \
elementary/calendar_cxx_example_04.cc \
elementary/calendar_cxx_example_05.cc \
elementary/clock_cxx_example.cc \
elementary/icon_cxx_example_01.cc \
elementary/menu_cxx_example_01.cc \
elementary/popup_cxx_example.cc \
elementary/radio_cxx_example_01.cc \
elementary/slider_cxx_example.cc \
elementary/spinner_cxx_example.cc \
elementary/table_cxx_example_01.cc \
elementary/table_cxx_example_02.cc \
elementary/toolbar_cxx_example_01.cc \
$(NULL)
ELM_EDCS = \
elementary/twitter_example_01.edc \
elementary/evas3d_map_example.edc \
elementary/theme_example.edc \
elementary/layout_example.edc \
elementary/codegen_example.edc \
elementary/efl_ui_list_view_example.edc \
elementary/prefs_example_03.edc \
elementary/efl_canvas_layout_text.edc \
elementary/efl_ui_theme_example.edc
ELM_EPCS = \
elementary/prefs_example_01.epc \
elementary/prefs_example_02.epc \
elementary/prefs_example_03.epc
.epc.epb:
$(AM_V_EPB)$(ELM_PREFS_CC) $< $@
ELM_DATA_FILES = \
elementary/sky_01.jpg \
elementary/dict.txt \
$(ELM_EDCS) \
$(ELM_EPCS)
clean-local-elm:
rm -f elementary/*.epb elementary/*.cfg elementary/*.cfg.bkp elementary/*.edj
ELEMENTARY_CODEGEN_FLAGS = --prefix=codegen_example
ELEMENTARY_CODEGEN_FILES = \
elementary/codegen_example_generated.c \
elementary/codegen_example_generated.h
$(ELEMENTARY_CODEGEN_FILES): elementary/codegen_example.edj
$(AM_V_CODEGEN)$(ELEMENTARY_CODEGEN) $(ELEMENTARY_CODEGEN_FLAGS) $(<) elm/example/mylayout/default $(ELEMENTARY_CODEGEN_FILES)
elementary_codegen_example_SOURCES = \
elementary/codegen_example.c
elementary_codegen_example_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(top_builddir)/src/examples/elementary
nodist_elementary_codegen_example_SOURCES = \
$(ELEMENTARY_CODEGEN_FILES)
if HAVE_AM_16
elementary/codegen_example-codegen_example.$(OBJEXT): $(ELEMENTARY_CODEGEN_FILES)
else
elementary/elementary_codegen_example-codegen_example.$(OBJEXT): $(ELEMENTARY_CODEGEN_FILES)
endif
if HAVE_CSHARP
if HAVE_WIN32
MCSFLAGS ?=
MCSFLAGS += -define:WIN32
endif
elementary_efl_ui_slider_mono_SOURCES = \
elementary/efl_ui_slider_mono.cs
elementary/efl_ui_slider_mono$(EXEEXT): $(elementary_efl_ui_slider_mono_SOURCES) $(am_dirstamp) $(top_builddir)/src/lib/efl_mono/libefl_mono.dll
@rm -f elementary/efl_ui_slider_mono$(EXEEXT)
$(AM_V_MCS) $(MCS) $(MCSFLAGS) -r:$(abs_top_builddir)/src/lib/efl_mono/libefl_mono.dll -out:$@ $(filter %.cs, $(^))
elementary_efl_ui_unit_converter_SOURCES = \
elementary/efl_ui_unit_converter.cs
elementary/efl_ui_unit_converter$(EXEEXT): $(elementary_efl_ui_unit_converter_SOURCES) $(am_dirstamp) $(top_builddir)/src/lib/efl_mono/libefl_mono.dll
@rm -f elementary/efl_ui_unit_converter$(EXEEXT)
$(AM_V_MCS) $(MCS) $(MCSFLAGS) -r:$(abs_top_builddir)/src/lib/efl_mono/libefl_mono.dll -out:$@ $(filter %.cs, $(^))
endif
EXTRA_PROGRAMS += \
elementary/actionslider_example_01 \
elementary/bg_example_01 \
elementary/bg_example_02 \
elementary/bg_example_03 \
elementary/box_example_02 \
elementary/bubble_example_01 \
elementary/button_example_00 \
elementary/button_example_01 \
elementary/calendar_example_01 \
elementary/calendar_example_02 \
elementary/calendar_example_03 \
elementary/calendar_example_04 \
elementary/calendar_example_05 \
elementary/calendar_example_06 \
elementary/check_example_01 \
elementary/clock_example \
elementary/codegen_example \
elementary/colorselector_example_01 \
elementary/conformant_example_01 \
elementary/conformant_example_02 \
elementary/combobox_example_01 \
elementary/ctxpopup_example_01 \
elementary/datetime_example \
elementary/dayselector_example \
elementary/diskselector_example_01 \
elementary/diskselector_example_02 \
elementary/entry_example \
elementary/fileselector_button_example \
elementary/fileselector_entry_example \
elementary/fileselector_example \
elementary/fileviewlist \
elementary/filemvc \
elementary/flip_example_01 \
elementary/flipselector_example \
elementary/frame_example_01 \
elementary/general_funcs_example \
elementary/gengrid_example \
elementary/genlist_example_01 \
elementary/genlist_example_02 \
elementary/genlist_example_03 \
elementary/genlist_example_04 \
elementary/genlist_example_05 \
elementary/glview_example_01 \
elementary/hover_example_01 \
elementary/hoversel_example_01 \
elementary/icon_example_01 \
elementary/image_example_01 \
elementary/index_example_01 \
elementary/index_example_02 \
elementary/inwin_example \
elementary/label_example_01 \
elementary/label_example_02 \
elementary/label_example_03 \
elementary/layout_example_01 \
elementary/layout_example_02 \
elementary/layout_example_03 \
elementary/layout_property_bind \
elementary/list_example_01 \
elementary/list_example_02 \
elementary/list_example_03 \
elementary/location_example_01 \
elementary/map_example_01 \
elementary/map_example_02 \
elementary/map_example_03 \
elementary/mapbuf_example \
elementary/menu_example_01 \
elementary/naviframe_example \
elementary/notify_example_01 \
elementary/panes_example \
elementary/panel_example_01 \
elementary/photocam_example_01 \
elementary/prefs_example_01 \
elementary/prefs_example_02 \
elementary/prefs_example_03 \
elementary/popup_example_01 \
elementary/popup_example_02 \
elementary/popup_example_03 \
elementary/progressbar_example \
elementary/radio_example_01 \
elementary/radio_example_02 \
elementary/segment_control_example \
elementary/separator_example_01 \
elementary/slider_example \
elementary/slideshow_example \
elementary/spinner_example \
elementary/scroller_example_01 \
elementary/table_example_01 \
elementary/table_example_02 \
elementary/theme_example_01 \
elementary/theme_example_02 \
elementary/thumb_example_01 \
elementary/toolbar_example_01 \
elementary/toolbar_example_02 \
elementary/toolbar_example_03 \
elementary/transit_example_01 \
elementary/transit_example_02 \
elementary/transit_example_03 \
elementary/transit_example_04 \
elementary/web_example_01 \
elementary/web_example_02 \
elementary/win_example \
elementary/track_example_01 \
elementary/evas3d_object_on_button_example \
elementary/evas3d_scene_on_button_example \
elementary/evas3d_map_example \
elementary/efl_thread_1 \
elementary/efl_thread_2 \
elementary/efl_thread_3 \
elementary/efl_thread_4 \
elementary/efl_thread_5 \
elementary/efl_thread_6 \
elementary/efl_ui_list_example_1 \
elementary/efl_ui_list_view_example_1 \
elementary/efl_ui_list_view_example_2 \
elementary/efl_ui_list_view_example_3 \
elementary/efl_canvas_layout_text \
elementary/efl_ui_theme_example_01 \
elementary/efl_ui_theme_example_02 \
elementary/efl_ui_relative_layout_example_01 \
elementary/efl_ui_relative_layout_example_02
#benchmark3d
#sphere-hunter
# benchmark3d_SOURCES = \
performance/performance.c \
performance/camera_light.c \
performance/tools_private.h \
performance/graphical_struct.h \
performance/Tools.h \
performance/graphical.c
# sphere_hunter_SOURCES = \
sphere_hunter/evas_3d_sphere_hunter.c
# files_DATA += performance/layout.edj sphere_hunter/sphere_hunter.edj
# performance/layout.edj: performance/layout.edc
# $(AM_V_EDJ) \
$(MKDIR_P) performance/; \
$(EDJE_CC) $(EDJE_CC_FLAGS) -id performance/ $< $@
# sphere_hunter/sphere_hunter.edj: sphere_hunter/sphere_hunter.edc
# $(AM_V_EDJ) \
$(MKDIR_P) sphere_hunter/; \
$(EDJE_CC) $(EDJE_CC_FLAGS) -id sphere_hunter/ -id $(top_srcdir)/data/elementary/themes $< $@
if HAVE_CXX
EXTRA_PROGRAMS += \
elementary/bg_cxx_example_01 \
elementary/bg_cxx_example_02 \
elementary/box_cxx_example_02 \
elementary/button_cxx_example_00 \
elementary/button_cxx_example_01 \
elementary/calendar_cxx_example_01 \
elementary/calendar_cxx_example_02 \
elementary/calendar_cxx_example_03 \
elementary/calendar_cxx_example_04 \
elementary/calendar_cxx_example_05 \
elementary/clock_cxx_example \
elementary/icon_cxx_example_01 \
elementary/menu_cxx_example_01 \
elementary/popup_cxx_example \
elementary/radio_cxx_example_01 \
elementary/slider_cxx_example \
elementary/spinner_cxx_example \
elementary/table_cxx_example_01 \
elementary/table_cxx_example_02 \
elementary/toolbar_cxx_example_01 \
$(NULL)
elementary_bg_cxx_example_01_SOURCES = elementary/bg_cxx_example_01.cc
elementary_bg_cxx_example_02_SOURCES = elementary/bg_cxx_example_02.cc
elementary_box_cxx_example_02_SOURCES = elementary/box_cxx_example_02.cc
elementary_button_cxx_example_00_SOURCES = elementary/button_cxx_example_00.cc
elementary_button_cxx_example_01_SOURCES = elementary/button_cxx_example_01.cc
elementary_calendar_cxx_example_01_SOURCES = elementary/calendar_cxx_example_01.cc
elementary_calendar_cxx_example_02_SOURCES = elementary/calendar_cxx_example_02.cc
elementary_calendar_cxx_example_03_SOURCES = elementary/calendar_cxx_example_03.cc
elementary_calendar_cxx_example_04_SOURCES = elementary/calendar_cxx_example_04.cc
elementary_calendar_cxx_example_05_SOURCES = elementary/calendar_cxx_example_05.cc
elementary_clock_cxx_example_SOURCES = elementary/clock_cxx_example.cc
elementary_icon_cxx_example_01_SOURCES = elementary/icon_cxx_example_01.cc
elementary_menu_cxx_example_01_SOURCES = elementary/menu_cxx_example_01.cc
elementary_radio_cxx_example_01_SOURCES = elementary/radio_cxx_example_01.cc
elementary_popup_cxx_example_SOURCES = elementary/popup_cxx_example.cc
elementary_slider_cxx_example_SOURCES = elementary/slider_cxx_example.cc
elementary_spinner_cxx_example_SOURCES = elementary/spinner_cxx_example.cc
elementary_table_cxx_example_01_SOURCES = elementary/table_cxx_example_01.cc
elementary_table_cxx_example_02_SOURCES = elementary/table_cxx_example_02.cc
elementary_toolbar_cxx_example_01_SOURCES = elementary/toolbar_cxx_example_01.cc
endif
if HAVE_CSHARP
EXTRA_PROGRAMS += \
elementary/efl_ui_slider_mono \
elementary/efl_ui_unit_converter
endif
# This variable will hold the list of screenshots that will be made
# by "make screenshots". Each item in the list is of the form:
# <example executable>:<screenshot filename>:<delay in seconds>
SCREENSHOTS = \
elementary/actionslider_example_01:actionslider_01.png:0.0 \
elementary/bg_example_02:bg_01.png:0.0 \
elementary/box_example_02:box_example_02.png:1.3 \
elementary/bubble_example_01:bubble_example_01.png:0.0 \
elementary/button_example_00:button_00.png:0.0 \
elementary/button_example_01:button_01.png:0.0 \
elementary/check_example_01:check_example_01.png:0.0 \
elementary/colorselector_example_01:colorselector_example_01.png:0.0 \
elementary/animator_example_01:animator_example_01.png:0.2 \
elementary/animator_example_01:animator_example_02.png:0.5 \
elementary/animator_example_01:animator_example_03.png:0.9 \
elementary/flip_example_01:flip_example_01.png:0.0 \
elementary/frame_example_01:frame_example_01.png:0.0 \
elementary/hover_example_01:hover_example_01.png:0.0 \
elementary/hoversel_example_01:hoversel_example_01.png:0.0 \
elementary/label_example_01:label_example_01.png:0.0 \
elementary/theme_example_01:theme_example_01.png:0.0 \
elementary/conformant_example_01:conformant_example_01.png:0.0 \
elementary/conformant_example_02:conformant_example_02.png:0.0 \
elementary/combobox_example_01:combobox_example_01.png:0.0 \
elementary/calendar_example_01:calendar_example_01.png:0.0 \
elementary/calendar_example_02:calendar_example_02.png:0.0 \
elementary/calendar_example_03:calendar_example_03.png:0.0 \
elementary/calendar_example_04:calendar_example_04.png:0.0 \
elementary/calendar_example_05:calendar_example_05.png:0.0 \
elementary/calendar_example_06:calendar_example_06.png:0.0 \
elementary/datetime_example:datetime_example.png:0.0 \
elementary/map_example_01:map_example_01.png:2 \
elementary/map_example_02:map_example_02.png:2.5 \
elementary/map_example_03:map_example_03.png:2 \
elementary/toolbar_example_01:toolbar_example_01.png:0.0 \
elementary/toolbar_example_02:toolbar_example_02.png:1 \
elementary/toolbar_example_03:toolbar_example_03.png:1 \
elementary/spinner_example:spinner_example.png:0.0 \
elementary/clock_example:clock_example.png:0.5 \
elementary/dayselector_example:dayselector_example.png:0.0 \
elementary/mapbuf_example:mapbuf_example.png:0.0 \
elementary/image_example_01:image_example_01.png:0.0 \
elementary/diskselector_example_01:diskselector_example_01.png:0.2 \
elementary/diskselector_example_02:diskselector_example_02.png:0.2 \
elementary/icon_example_01:icon_example_01.png:0.0 \
elementary/layout_example_01:layout_example_01.png:0.0 \
elementary/layout_example_02:layout_example_02.png:0.0 \
elementary/layout_example_03:layout_example_03.png:0.0 \
elementary/list_example_01:list_example_01.png:0.0 \
elementary/list_example_02:list_example_02.png:0.0 \
elementary/list_example_03:list_example_03.png:0.0 \
elementary/segment_control_example:segment_control_example.png:0.0 \
elementary/flipselector_example:flipselector_example.png:0.0 \
elementary/fileselector_example:fileselector_example.png:0.0 \
elementary/index_example_02:index_example_03.png:0.3 \
elementary/slider_example:slider_example.png:0.0 \
elementary/panes_example:panes_example.png:0.0 \
elementary/ctxpopup_example_01:ctxpopup_example_01.png:0.0 \
elementary/separator_example_01:separator_example_01.png:0.0 \
elementary/radio_example_01:radio_example_01.png:0.0 \
elementary/radio_example_02:radio_example_02.png:0.0 \
elementary/panel_example_01:panel_example_01.png:0.0 \
elementary/gengrid_example:gengrid_example.png:0.0 \
elementary/genlist_example_01:genlist_example_01.png:0.1 \
elementary/genlist_example_02:genlist_example_02.png:0.1 \
elementary/genlist_example_03:genlist_example_03.png:0.1 \
elementary/genlist_example_04:genlist_example_04.png:0.1 \
elementary/genlist_example_05:genlist_example_05.png:0.1 \
elementary/thumb_example_01:thumb_example_01.png:0.5 \
elementary/entry_example:entry_example.png:0.0 \
elementary/progressbar_example:progressbar_example.png:0.0 \
elementary/notify_example_01:notify_example_01.png:0.0 \
elementary/notify_example_01:notify_example_01_a.png:6.0 \
elementary/popup_example_01:popup_example_01.png:1.0 \
elementary/popup_example_01:popup_example_01_a.png:6.0 \
elementary/popup_example_02:popup_example_02.png:0.2 \
elementary/popup_example_03:popup_example_03.png:0.2 \
elementary/slideshow_example:slideshow_example.png:1.0 \
elementary/photocam_example_01:photocam_example_01.png:3 \
elementary/scroller_example_01:scroller_example_01.png:0.0 \
elementary/inwin_example:inwin_example.png:0.0 \
elementary/inwin_example:inwin_example_a.png:0.2 \
elementary/table_example_01:table_example_01.png:0.0 \
elementary/table_example_02:table_example_02.png:0.0 \
elementary/menu_example_01:menu_example_01.png:0.5
if HAVE_CXX
SCREENSHOTS += \
elementary/bg_cxx_example_01:bg_cxx_example_01.png:0.0 \
elementary/bg_cxx_example_02:bg_cxx_example_02.png:0.0 \
elementary/box_cxx_example_02:box_cxx_example_02.png:1.3 \
elementary/button_cxx_example_00:button_cxx_example_00.png:0.0 \
elementary/button_cxx_example_01:button_cxx_example_01.png:0.0 \
elementary/calendar_cxx_example_01:calendar_cxx_example_01.png:0.0 \
elementary/calendar_cxx_example_02:calendar_cxx_example_02.png:0.0 \
elementary/calendar_cxx_example_03:calendar_cxx_example_03.png:0.0 \
elementary/calendar_cxx_example_04:calendar_cxx_example_04.png:0.0 \
elementary/calendar_cxx_example_05:calendar_cxx_example_05.png:0.0 \
elementary/clock_cxx_example:clock_cxx_example.png:0.5 \
elementary/icon_cxx_example_01:icon_cxx_example_01.png:0.0 \
elementary/menu_cxx_example_01:menu_cxx_example_01.png:0.5 \
elementary/popup_cxx_example_01:popup_cxx_example_01_a.png:6.0 \
elementary/radio_cxx_example_01:radio_cxx_example_01.png:0.0 \
elementary/slider_cxx_example:slider_cxx_example.png:0.0 \
elementary/spinner_cxx_example:spinner_cxx_example.png:0.0 \
elementary/table_cxx_example_01:table_cxx_example_01.png:0.0 \
elementary/table_cxx_example_02:table_cxx_example_02.png:0.0 \
elementary/toolbar_cxx_example_01:toolbar_cxx_example_01.png:0.0 \
$(NULL)
endif
HTML_SS_DIR=$(top_builddir)/doc/html/screenshots
LATEX_SS_DIR=$(top_builddir)/doc/latex/screenshots
screenshots: examples
@mkdir -p $(HTML_SS_DIR)
@mkdir -p $(LATEX_SS_DIR)
@for ss in $(SCREENSHOTS); do \
SS_ENTRY=($${ss//:/ }) ; \
EXAMPLE=$${SS_ENTRY[0]} ; \
SS_FILE=$${SS_ENTRY[1]} ; \
SS_DELAY=$${SS_ENTRY[2]} ; \
ILLUME_KBD=0,0,240,123 ILLUME_IND=0,0,240,32 ILLUME_STK=0,288,240,32 ELM_ENGINE="shot:delay=$${SS_DELAY}:file=$(HTML_SS_DIR)/$${SS_FILE}" ./$${EXAMPLE} ; \
convert $(HTML_SS_DIR)/$${SS_FILE} $(LATEX_SS_DIR)/$${SS_FILE/.png/.eps} ; \
done
ELM_DATA_FILES += \
elementary/performance/layout.edc \
elementary/performance/background.png \
elementary/performance/target_texture.png \
elementary/sphere_hunter/sphere_hunter.edc \
elementary/sphere_hunter/score.jpg \
elementary/sphere_hunter/EFL_victory.png \
elementary/sphere_hunter/EFL_defeat.png
ELM_EDJS = $(ELM_EDCS:%.edc=%.edj)
ELM_EPBS = $(ELM_EPCS:%.epc=%.epb)
EDCS += $(ELM_EDCS)
if HAVE_CSHARP
ELM_DATA_FILES += $(MONO_SRCS)
endif
DATA_FILES += $(ELM_DATA_FILES)
install-examples-elm:
$(MKDIR_P) $(DESTDIR)$(datadir)/elementary/examples
cd $(srcdir) && $(install_sh_DATA) -c $(ELM_SRCS) $(ELM_EDCS) $(ELM_DATA_FILES) $(DESTDIR)$(datadir)/elementary/examples
cd $(builddir) && $(install_sh_DATA) -c $(ELM_EDJS) $(DESTDIR)$(datadir)/elementary/examples
uninstall-local-elm:
for f in $(ELM_SRCS); do \
rm -f $(DESTDIR)$(datadir)/elementary/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-elm
UNINSTALL_EXAMPLES += uninstall-local-elm

View File

@ -1,25 +0,0 @@
EXTRA_PROGRAMS += \
elocation/elocation
elocation_elocation_SOURCES = \
elocation/elocation.c
ELOCATION_SRCS = \
elocation/elocation.c
ELOCATION_DATA_FILES = elocation/Makefile.examples
DATA_FILES += $(ELOCATION_DATA_FILES)
install-examples-elocation:
$(MKDIR_P) $(DESTDIR)$(datadir)/elocation/examples
cd $(srcdir) && $(install_sh_DATA) -c $(ELOCATION_SRCS) $(ELOCATION_DATA_FILES) $(DESTDIR)$(datadir)/elocation/examples
uninstall-local-elocation:
for f in $(ELOCATION_SRCS) $(ELOCATION_DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/elocation/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-elocation
UNINSTALL_EXAMPLES += uninstall-local-elocation

View File

@ -1,20 +0,0 @@
EMILE_SRCS = \
emile/emile_base64.c
EXTRA_PROGRAMS += \
emile/emile_base64
DATA_FILES += \
emile/Makefile.examples
install-examples-emile:
$(MKDIR_P) $(DESTDIR)$(datadir)/emile/examples
cd $(srcdir) && $(install_sh_DATA) -c $(EMILE_SRCS) $(DESTDIR)$(datadir)/emile/examples
uninstall-local-emile:
for f in $(EMILE_SRCS); do \
rm -f $(DESTDIR)$(datadir)/emile/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-emile
UNINSTALL_EXAMPLES += uninstall-local-emile

View File

@ -1,29 +0,0 @@
EXTRA_PROGRAMS += \
emotion/emotion_basic_example \
emotion/emotion_generic_example \
emotion/emotion_generic_subtitle_example \
emotion/emotion_border_example \
emotion/emotion_signals_example
EMOTION_SRCS = \
emotion/emotion_basic_example.c \
emotion/emotion_generic_example.c \
emotion/emotion_generic_subtitle_example.c \
emotion/emotion_border_example.c \
emotion/emotion_signals_example.c
EMOTION_DATA_FILES = emotion/Makefile.examples
DATA_FILES += $(EMOTION_DATA_FILES)
install-examples-emotion:
$(MKDIR_P) $(DESTDIR)$(datadir)/emotion/examples
cd $(srcdir) && $(install_sh_DATA) -c $(EMOTION_SRCS) $(EMOTION_DATA_FILES) $(DESTDIR)$(datadir)/emotion/examples
uninstall-local-emotion:
for f in $(EMOTION_SRCS) $(EMOTION_DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/emotion/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-emotion
UNINSTALL_EXAMPLES += uninstall-local-emotion

View File

@ -1,94 +0,0 @@
EOL_CXX_SRCS = \
eolian_cxx/eolian_cxx_simple_01.cc \
eolian_cxx/eolian_cxx_callbacks_01.cc \
eolian_cxx/ns_colourable.eo \
eolian_cxx/ns_colourablesquare.eo \
$(IMPL)
if HAVE_CXX
EOL_CXX_GENERATED = \
eolian_cxx/ns_colourable.eo.c \
eolian_cxx/ns_colourable.eo.h \
eolian_cxx/ns_colourable.eo.hh \
eolian_cxx/ns_colourable.eo.impl.hh \
eolian_cxx/ns_colourablesquare.eo.c \
eolian_cxx/ns_colourablesquare.eo.h \
eolian_cxx/ns_colourablesquare.eo.hh \
eolian_cxx/ns_colourablesquare.eo.impl.hh
DISTCLEANFILES += $(EOL_CXX_GENERATED)
EXTRA_PROGRAMS += \
eolian_cxx_eolian_cxx_simple_01 \
eolian_cxx_eolian_cxx_simple_01_cxx_impl \
eolian_cxx_eolian_cxx_callbacks_01
eolian_cxx_eolian_cxx_simple_01_SOURCES = \
eolian_cxx/eolian_cxx_simple_01.cc \
eolian_cxx/colourable.c \
eolian_cxx/colourablesquare.c
eolian_cxx_eolian_cxx_simple_01_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(top_builddir)/src/examples/eolian_cxx
eolian_cxx_eolian_cxx_simple_01_cxx_impl_SOURCES = \
eolian_cxx/eolian_cxx_simple_01.cc \
eolian_cxx/colourable.c \
eolian_cxx/colourablesquare.c \
eolian_cxx/colourable_cxx.cc \
eolian_cxx/colourablesquare_stub.h \
eolian_cxx/colourable_stub.h \
eolian_cxx/colourablesquare_cxx.cc
eolian_cxx_eolian_cxx_simple_01_cxx_impl_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(top_builddir)/src/examples/eolian_cxx
eolian_cxx_eolian_cxx_callbacks_01_SOURCES = \
eolian_cxx/eolian_cxx_callbacks_01.cc
eolian_cxx_eolian_cxx_callbacks_01_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(top_builddir)/src/examples/eolian_cxx
if HAVE_AM_16
eolian_cxx/eolian_cxx_simple_01-eolian_cxx_simple_01.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_simple_01-colourable.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_simple_01-colourablesquare.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_simple_01_cxx_impl-eolian_cxx_simple_01.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_simple_01_cxx_impl-colourable.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_simple_01_cxx_impl-colourable_cxx.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_simple_01_cxx_impl-colourablesquare.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_simple_01_cxx_impl-colourablesquare_cxx.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_callbacks_01-eolian_cxx_callbacks_01.$(OBJEXT): $(EOL_CXX_GENERATED)
else
eolian_cxx/eolian_cxx_eolian_cxx_simple_01-eolian_cxx_simple_01.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_eolian_cxx_simple_01-colourable.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_eolian_cxx_simple_01-colourablesquare.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_eolian_cxx_simple_01_cxx_impl-eolian_cxx_simple_01.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_eolian_cxx_simple_01_cxx_impl-colourable.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_eolian_cxx_simple_01_cxx_impl-colourable_cxx.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_eolian_cxx_simple_01_cxx_impl-colourablesquare.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_eolian_cxx_simple_01_cxx_impl-colourablesquare_cxx.$(OBJEXT): $(EOL_CXX_GENERATED)
eolian_cxx/eolian_cxx_eolian_cxx_callbacks_01-eolian_cxx_callbacks_01.$(OBJEXT): $(EOL_CXX_GENERATED)
endif
endif
EOL_CXX_DATA_FILES = eolian_cxx/Makefile.examples $(ECXX_EXAMPLE_EOS) $(EOL_CXX_SRCS)
DATA_FILES += $(EOL_CXX_DATA_FILES)
install-examples-eolcxx:
$(MKDIR_P) $(DESTDIR)$(datadir)/eolian_cxx/examples
cd $(abs_srcdir) && $(install_sh_DATA) -c $(EOL_CXX_SRCS) $(EOL_CXX_DATA_FILES) $(DESTDIR)$(datadir)/eolian_cxx/examples
uninstall-local-eolcxx:
for f in $(EOL_CXX_SRCS) $(EOL_CXX_DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/eolian_cxx/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-eolcxx
UNINSTALL_EXAMPLES += uninstall-local-eolcxx

View File

@ -1,60 +0,0 @@
EPHYSICS_SRCS = \
ephysics/ephysics_logo.c \
ephysics/ephysics_test.h \
ephysics/test_bouncing_ball.c \
ephysics/test_bouncing_text.c \
ephysics/test.c \
ephysics/test_camera.c \
ephysics/test_camera_track.c \
ephysics/test_colliding_balls.c \
ephysics/test_collision_detection.c \
ephysics/test_collision_filter.c \
ephysics/test_constraint.c \
ephysics/test_delete.c \
ephysics/test_forces.c \
ephysics/test_growing_balls.c \
ephysics/test_no_gravity.c \
ephysics/test_rotating_forever.c \
ephysics/test_shapes.c \
ephysics/test_sleeping_threshold.c \
ephysics/test_slider.c \
ephysics/test_velocity.c
# NOTE: neither ephysics_test or ephysics_logo won't be built as they needs Elementary
# TODO: convert these to bare ecore_evas, at least a reduced set to have compile-able examples
# TODO: when EXTRA_PROGRAMS is populated, remove EPHYSICS_SRCS from here
DATA_FILES += $(EPHYSICS_SRCS)
# ephysics_test_SOURCES = \
# ephysics_test.h \
# test_bouncing_ball.c \
# test_bouncing_text.c \
# test.c \
# test_camera.c \
# test_camera_track.c \
# test_colliding_balls.c \
# test_collision_detection.c \
# test_collision_filter.c \
# test_constraint.c \
# test_delete.c \
# test_forces.c \
# test_growing_balls.c \
# test_no_gravity.c \
# test_rotating_forever.c \
# test_shapes.c \
# test_sleeping_threshold.c \
# test_slider.c \
# test_velocity.c
install-examples-ephysics:
$(MKDIR_P) $(DESTDIR)$(datadir)/ephysics/examples
cd $(srcdir) && $(install_sh_DATA) -c $(EPHYSICS_SRCS) $(DESTDIR)$(datadir)/ephysics/examples
uninstall-local-ephysics:
for f in $(EPHYSICS_SRCS) ; do \
rm -f $(DESTDIR)$(datadir)/ephysics/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-ephysics
UNINSTALL_EXAMPLES += uninstall-local-ephysics

View File

@ -1,21 +0,0 @@
EXTRA_PROGRAMS += \
ethumb_client/ethumb_dbus
ETHUMB_CLIENT_SRCS = \
ethumb_client/ethumb_dbus.c
ETHUMB_CLIENT_DATA_FILES = ethumb_client/Makefile.examples
DATA_FILES += $(ETHUMB_CLIENT_DATA_FILES)
install-examples-ethumb-client:
$(MKDIR_P) $(DESTDIR)$(datadir)/ethumb_client/examples
cd $(srcdir) && $(install_sh_DATA) -c $(ETHUMB_CLIENT_SRCS) $(ETHUMB_CLIENT_DATA_FILES) $(DESTDIR)$(datadir)/ethumb_client/examples
uninstall-local-ethumb-client:
for f in $(ETHUMB_CLIENT_SRCS) $(ETHUMB_CLIENT_DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/ethumb_client/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-ethumb-client
UNINSTALL_EXAMPLES += uninstall-local-ethumb-client

View File

@ -1,354 +0,0 @@
EVAS_EDCS = evas/aspect.edc
EVAS_BUFFER_COMMON_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(top_srcdir)/src/modules/evas/engines/buffer
EXTRA_PROGRAMS += evas/evas_buffer_simple
evas_evas_buffer_simple_SOURCES = evas/evas-buffer-simple.c
evas_evas_buffer_simple_CPPFLAGS = $(EVAS_BUFFER_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_init_shutdown
evas_evas_init_shutdown_SOURCES = evas/evas-init-shutdown.c
ECORE_EVAS_COMMON_CPPFLAGS = \
$(AM_CPPFLAGS) \
-DPACKAGE_EXAMPLES_DIR=\"$(top_srcdir)/src/examples/evas\"
EXTRA_PROGRAMS += evas/evas_images
evas_evas_images_SOURCES = evas/evas-images.c
evas_evas_images_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_events
evas_evas_events_SOURCES = evas/evas-events.c
evas_evas_events_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_event_filter
evas_evas_event_filter_SOURCES = evas/evas-event-filter.c
evas_evas_event_filter_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_multiseat_events
evas_evas_multiseat_events_SOURCES = evas/evas-multiseat-events.c
evas_evas_multiseat_events_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_object_manipulation
evas_evas_object_manipulation_SOURCES = evas/evas-object-manipulation.c
evas_evas_object_manipulation_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_object_manipulation-eo
evas_evas_object_manipulation_eo_SOURCES = evas/evas-object-manipulation-eo.c
evas_evas_object_manipulation_eo_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_hints
evas_evas_hints_SOURCES = evas/evas-hints.c
evas_evas_hints_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_stacking
evas_evas_stacking_SOURCES = evas/evas-stacking.c
evas_evas_stacking_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_images2
evas_evas_images2_SOURCES = evas/evas-images2.c
evas_evas_images2_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_images3
evas_evas_images3_SOURCES = evas/evas-images3.c
evas_evas_images3_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_images4
evas_evas_images4_SOURCES = evas/evas-images4.c
evas_evas_images4_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_images5
evas_evas_images5_SOURCES = evas/evas-images5.c
evas_evas_images5_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_text
evas_evas_text_SOURCES = evas/evas-text.c
evas_evas_text_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_textblock_obstacles
evas_evas_textblock_obstacles_SOURCES = evas/evas-textblock-obstacles.c
evas_evas_textblock_obstacles_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_smart_object
evas_evas_smart_object_SOURCES = evas/evas-smart-object.c
evas_evas_smart_object_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_smart_interface
evas_evas_smart_interface_SOURCES = evas/evas-smart-interface.c
evas_evas_smart_interface_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_box
evas_evas_box_SOURCES = evas/evas-box.c
evas_evas_box_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_map_utils
evas_evas_map_utils_SOURCES = evas/evas-map-utils.c
evas_evas_map_utils_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_map_aa
evas_evas_map_aa_SOURCES = evas/evas-map-aa.c
evas_evas_map_aa_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_map_utils_eo
evas_evas_map_utils_eo_SOURCES = evas/evas-map-utils-eo.c
evas_evas_map_utils_eo_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_map_aa_eo
evas_evas_map_aa_eo_SOURCES = evas/evas-map-aa-eo.c
evas_evas_map_aa_eo_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_table
evas_evas_table_SOURCES = evas/evas-table.c
evas_evas_table_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_transparent
evas_evas_transparent_SOURCES = evas/evas-transparent.c
evas_evas_transparent_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_multi_touch
evas_evas_multi_touch_SOURCES = evas/evas-multi-touch.c
evas_evas_multi_touch_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_cube
evas_evas_canvas3d_cube_SOURCES = evas/evas-3d-cube.c
evas_evas_canvas3d_cube_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_cube2
evas_evas_canvas3d_cube2_SOURCES = evas/evas-3d-cube2.c
evas_evas_canvas3d_cube2_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_proxy
evas_evas_canvas3d_proxy_SOURCES = evas/evas-3d-proxy.c
evas_evas_canvas3d_proxy_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_pick
evas_evas_canvas3d_pick_SOURCES = evas/evas-3d-pick.c
evas_evas_canvas3d_pick_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_md2
evas_evas_canvas3d_md2_SOURCES = evas/evas-3d-md2.c
evas_evas_canvas3d_md2_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_eet
evas_evas_canvas3d_eet_SOURCES = evas/evas-3d-eet.c
evas_evas_canvas3d_eet_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_ply
evas_evas_canvas3d_ply_SOURCES = evas/evas-3d-ply.c
evas_evas_canvas3d_ply_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_hull
evas_evas_canvas3d_hull_SOURCES = evas/evas-3d-hull.c
evas_evas_canvas3d_hull_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_fog
evas_evas_canvas3d_fog_SOURCES = evas/evas-3d-fog.c
evas_evas_canvas3d_fog_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_frustum
evas_evas_canvas3d_frustum_SOURCES = evas/evas-3d-frustum.c
evas_evas_canvas3d_frustum_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_aabb
evas_evas_canvas3d_aabb_SOURCES = evas/evas-3d-aabb.c
evas_evas_canvas3d_aabb_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_cube_rotate
evas_evas_canvas3d_cube_rotate_SOURCES = evas/evas-3d-cube-rotate.c
evas_evas_canvas3d_cube_rotate_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_shadows
evas_evas_canvas3d_shadows_SOURCES = evas/evas-3d-shadows.c
evas_evas_canvas3d_shadows_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_shooter
evas_evas_canvas3d_shooter_SOURCES = evas/shooter/evas-3d-shooter.c \
evas/shooter/evas-3d-shooter-header.c \
evas/shooter/evas-3d-shooter-header.h \
evas/shooter/evas-3d-shooter-macros.h
evas_evas_canvas3d_shooter_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_obj
evas_evas_canvas3d_obj_SOURCES = evas/evas-3d-obj.c
evas_evas_canvas3d_obj_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_blending
evas_evas_canvas3d_blending_SOURCES = evas/evas-3d-blending.c
evas_evas_canvas3d_blending_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_mmap
evas_evas_canvas3d_mmap_SOURCES = evas/evas-3d-mmap-set.c
evas_evas_canvas3d_mmap_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_colorpick
evas_evas_canvas3d_colorpick_SOURCES = evas/evas-3d-colorpick.c
evas_evas_canvas3d_colorpick_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_parallax_occlusion
evas_evas_canvas3d_parallax_occlusion_SOURCES = evas/evas-3d-parallax-occlusion.c
evas_evas_canvas3d_parallax_occlusion_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_canvas3d_static_lod
evas_evas_canvas3d_static_lod_SOURCES = evas/evas-3d-static-lod.c
evas_evas_canvas3d_static_lod_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_gl
evas_evas_gl_SOURCES = evas/evas-gl.c
evas_evas_gl_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_vg_simple
evas_evas_vg_simple_SOURCES = evas/evas-vg-simple.c
evas_evas_vg_simple_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_vg_batman
evas_evas_vg_batman_SOURCES = evas/evas-vg-batman.c
evas_evas_vg_batman_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
EXTRA_PROGRAMS += evas/evas_aspect_hints
evas_evas_aspect_hints_DEPS = $(srcdir)/aspect.edc
evas_evas_aspect_hints_SOURCES = evas/evas-aspect-hints.c
evas_evas_aspect_hints_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS)
if HAVE_CXX
EXTRA_PROGRAMS += evas/evas_cxx_rectangle
evas_evas_cxx_rectangle_SOURCES = evas/evas_cxx_rectangle.cc
evas_evas_cxx_rectangle_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS) @EINA_CXX_CFLAGS@ @EO_CXX_CFLAGS@ @EVAS_CXX_CFLAGS@ \
-I$(top_builddir)/src/lib/evas/canvas/ \
$(AM_CPPFLAGS) @EVAS_CFLAGS@
endif
EVAS_SRCS = \
evas/evas-aspect-hints.c \
evas/evas-box.c \
evas/evas-buffer-simple.c \
evas/evas-events.c \
evas/evas-event-filter.c \
evas/evas-hints.c \
evas/evas-images.c \
evas/evas-images2.c \
evas/evas-images3.c \
evas/evas-images4.c \
evas/evas-images5.c \
evas/evas-init-shutdown.c \
evas/evas-map-utils.c \
evas/evas-map-aa.c \
evas/evas-object-manipulation-eo.c \
evas/evas-object-manipulation.c \
evas/evas-smart-interface.c \
evas/evas-smart-object.c \
evas/evas-stacking.c \
evas/evas-table.c \
evas/evas-multi-touch.c \
evas/evas-text.c \
evas/evas-vg-simple.c \
evas/evas-vg-batman.c
EVAS_DATA_FILES = \
evas/resources/images/enlightenment.png \
evas/resources/images/red.png \
evas/resources/images/im1.png \
evas/resources/images/cube1.png \
evas/resources/images/normal_lego.png \
evas/resources/images/sonic.png \
evas/resources/images/sweet_home_reversed.png \
evas/resources/images/wood.jpg \
evas/resources/images/rocks.jpg \
evas/resources/images/four_NM_height.tga \
evas/resources/images/rocks_NM_height.tga \
evas/resources/images/star.jpg \
evas/resources/images/grid.png \
evas/resources/images/grid_n.png \
evas/resources/images/billboard.png \
evas/resources/models/mesh_for_mmap.eet \
evas/resources/models/mesh_for_mmap.md2 \
evas/resources/models/mesh_for_mmap.obj \
evas/resources/models/mesh_for_mmap.ply \
evas/resources/models/Normal_UVs_Colors.ply \
evas/resources/models/Normal_UVs_NoColors.ply \
evas/resources/models/Normal_NoUVs_Colors.ply \
evas/resources/models/Normal_NoUVs_NoColors.ply \
evas/resources/models/NoNormal_UVs_Colors.ply \
evas/resources/models/NoNormal_UVs_NoColors.ply \
evas/resources/models/NoNormal_NoUVs_Colors.ply \
evas/resources/models/NoNormal_NoUVs_NoColors.ply \
evas/resources/models/sonic.md2 \
evas/resources/models/sweet_home.obj \
evas/resources/models/sweet_home_only_vertex_coords.obj \
evas/resources/models/sweet_home_without_normals.obj \
evas/resources/models/sweet_home_without_tex_coords.obj \
evas/resources/models/lod/iso_sphere0.obj \
evas/resources/models/lod/iso_sphere1.obj \
evas/resources/models/lod/iso_sphere2.obj \
evas/resources/models/convex_hull/column_blender_ch.ply \
evas/resources/models/convex_hull/column_blender_ch_test.ply \
evas/resources/models/convex_hull/column.ply \
evas/resources/models/convex_hull/cube_blender_ch.ply \
evas/resources/models/convex_hull/cube_blender_ch_test.ply \
evas/resources/models/convex_hull/eagle_blender_ch.ply \
evas/resources/models/convex_hull/eagle_blender_ch_test.ply \
evas/resources/models/convex_hull/home_blender_ch.obj \
evas/resources/models/convex_hull/home_blender_ch_test.ply \
evas/resources/models/convex_hull/plain.ply \
evas/resources/models/convex_hull/plain_blender_ch.ply \
evas/resources/models/convex_hull/plain_blender_ch_test.ply \
evas/resources/models/convex_hull/sonic_blender_ch.ply \
evas/resources/models/convex_hull/sonic_blender_ch_test.ply \
evas/resources/models/convex_hull/sphere_blender_ch.ply \
evas/resources/models/convex_hull/sphere_blender_ch_test.ply \
evas/resources/models/convex_hull/torus_blender_ch.ply \
evas/resources/models/convex_hull/torus_blender_ch_test.ply \
evas/shooter/assets/images/brick-stone_n.jpg \
evas/shooter/assets/images/brick-stone.jpg \
evas/shooter/assets/images/bricks_n.jpg \
evas/shooter/assets/images/eagle.png \
evas/shooter/assets/images/snake.png \
evas/shooter/assets/images/snake_n.png \
evas/shooter/assets/images/bricks.jpg \
evas/shooter/assets/images/soldier.png \
evas/shooter/assets/images/gazebo.png \
evas/shooter/assets/images/warrior.png \
evas/shooter/assets/images/gazebo_t.png \
evas/shooter/assets/images/gazebo_t_t.png \
evas/shooter/assets/images/gazebo_t_n.png \
evas/shooter/assets/images/gazebo_b_n.png \
evas/shooter/assets/models/warrior.md2 \
evas/shooter/assets/models/gazebo_b.md2 \
evas/shooter/assets/models/gazebo_t.md2 \
evas/shooter/assets/models/eagle.md2 \
evas/shooter/assets/models/snake.md2 \
evas/shooter/assets/models/soldier_jump.md2 \
evas/shooter/assets/models/soldier.md2 \
evas/shooter/assets/models/tommy.ply \
evas/filters/filter_blend.lua \
evas/filters/filter_blur.lua \
evas/filters/filter_bump.lua \
evas/filters/filter_curve.lua \
evas/filters/filter_example_1.lua \
evas/filters/filter_grow.lua \
evas/filters/filter_mask.lua \
evas/filters/filter_padding.lua \
evas/filters/filter_transform.lua \
evas/Makefile.examples \
evas/README \
evas/evas-common.h
DATA_FILES += $(EVAS_DATA_FILES)
EVAS_EDJS = $(EVAS_EDCS:%.edc=%.edj)
EDCS += $(EVAS_EDCS)
install-examples-evas: examples
$(MKDIR_P) $(DESTDIR)$(datadir)/evas/examples
cd $(srcdir) && $(install_sh_DATA) -c $(EVAS_SRCS) $(EVAS_EDCS) $(EVAS_DATA_FILES) $(DESTDIR)$(datadir)/evas/examples
cd $(builddir) && $(install_sh_DATA) -c $(EVAS_EDJS) $(DESTDIR)$(datadir)/evas/examples
uninstall-local-evas:
for f in $(EVAS_SRCS) $(EVAS_EDCS) $(EVAS_DATA_FILES); do \
rm -f $(DESTDIR)$(datadir)/evas/examples/$$f ; \
done
INSTALL_EXAMPLES += install-examples-evas
UNINSTALL_EXAMPLES += uninstall-local-evas