FreeBSD Bugzilla – Attachment 129030 Details for
Bug 172981
[NEW PORT] devel/allegro-devel5: Cross-platform library for games and multimedia programming
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
.shar
.shar (text/plain), 137.55 KB, created by
nemysis
on 2012-10-23 12:00:01 UTC
(
hide
)
Description:
.shar
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-10-23 12:00:01 UTC
Size:
137.55 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># allegro-devel5 ># allegro-devel5/Makefile ># allegro-devel5/Makefile.man ># allegro-devel5/distinfo ># allegro-devel5/pkg-descr ># allegro-devel5/pkg-plist ># allegro-devel5/files ># allegro-devel5/files/patch-CMakeLists.txt ># allegro-devel5/files/patch-addons-audio-pulseaudio.c ># >echo c - allegro-devel5 >mkdir -p allegro-devel5 > /dev/null 2>&1 >echo x - allegro-devel5/Makefile >sed 's/^X//' >allegro-devel5/Makefile << '329d301221f67e5a411179e7a34e6671' >X# Created by: nemysis@gmx.ch >X# >X# $FreeBSD$ >X# >X >XPORTNAME= allegro >XDISTVERSION= 5.0.7 >XCATEGORIES= devel >XMASTER_SITES= SF/alleg/allegro/${PORTVERSION} >XPKGNAMESUFFIX= -devel5 >X >XMAINTAINER= nemysis@gmx.ch >XCOMMENT= Cross-platform library for games and multimedia programming >X >XLICENSE= BSD >X >XLIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib \ >X jack.0:${PORTSDIR}/audio/jack \ >X png15:${PORTSDIR}/graphics/png \ >X jpeg:${PORTSDIR}/graphics/jpeg \ >X vorbis:${PORTSDIR}/audio/libvorbis \ >X FLAC:${PORTSDIR}/audio/flac \ >X physfs.1:${PORTSDIR}/devel/physfs >XBUILD_DEPENDS= ${LOCALBASE}/bin/pandoc:${PORTSDIR}/textproc/hs-pandoc >X >XUSE_GMAKE= yes >XUSE_CMAKE= yes >XUSE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga >XUSE_LDCONFIG= yes >XUSE_PKGCONFIG= build >XWANT_GNOME= yes >XUSE_OPENAL= soft >XUSE_GL= gl glu >XUSE_FREETYPE= yes >X >XMAKE_JOBS_UNSAFE= yes >X >XCONFLICTS= allegro-[0-9]* >XLATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} >XPLIST_SUB= SHLIB_VER="${SHLIB_VER}" >XCMAKE_ARGS+= -DDOCDIR="${DOCSDIR}" >X >XSHLIB_VER= 5.0.7 >X >XPORTSCOUT= limit:^4\.3\.[0-9]* >X >XCFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib >X >XOPTIONS_DEFINE= DEMOS >XOPTIONS_DEFAULT= DEMOS >XDEMOS_DESC= Install Demos programs >X >X.include <bsd.port.options.mk> >X.include "Makefile.man" >X >X.if ${PORT_OPTIONS:MDEMOS} >XCMAKE_ARGS+=-DWANT_DEMO=on >XPLIST_SUB+=DEMOS="" >X.else >XCMAKE_ARGS+=-DWANT_TESTS=off >X.endif >X >XDOCSRCDIR1= ${WRKSRC} >XDOC_FILES1= CHANGES-5.0.txt CONTRIBUTORS.txt README.txt README_packaging.txt README_pkgconfig.txt >X >Xpost-install: >X @${CP} -p ${WRKSRC}/allegro5.cfg ${PREFIX}/etc/allegro5.cfg.sample >X >X.if ${PORT_OPTIONS:MEXAMPLES} >X @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} >X.endif >X >X.if ${PORT_OPTIONS:MDEMOS} >X @(cd ${WRKSRC} && ${COPYTREE_SHARE} demos ${EXAMPLESDIR}) >X.endif >X >X.if ${PORT_OPTIONS:MMANPAGES} >X @cd ${WRKSRC}/docs/man/ && \ >X ${FIND} . -type f -and -name "*.3" -exec ${INSTALL_MAN} {} ${PREFIX}/man/man3/{} \; >X.endif >X >X.if ${PORT_OPTIONS:MDOCS} >X ${MKDIR} ${DOCSDIR} >X ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} >X @(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} "src html" ${DOCSDIR}) >X.endif >X >X.include <bsd.port.mk> >329d301221f67e5a411179e7a34e6671 >echo x - allegro-devel5/Makefile.man >sed 's/^X//' >allegro-devel5/Makefile.man << '323618ce1e7a87de27794cd88b2be15b' >XMAN3= ALLEGRO_AUDIO_DEPTH.3 \ >XALLEGRO_AUDIO_PAN_NONE.3 \ >XALLEGRO_AUDIO_STREAM.3 \ >XALLEGRO_BITMAP.3 \ >XALLEGRO_BPM_TO_SECS.3 \ >XALLEGRO_BPS_TO_SECS.3 \ >XALLEGRO_CHANNEL_CONF.3 \ >XALLEGRO_COLOR.3 \ >XALLEGRO_COND.3 \ >XALLEGRO_CONFIG.3 \ >XALLEGRO_DISPLAY.3 \ >XALLEGRO_DISPLAY_MODE.3 \ >XALLEGRO_EVENT.3 \ >XALLEGRO_EVENT_DISPLAY_CLOSE.3 \ >XALLEGRO_EVENT_DISPLAY_EXPOSE.3 \ >XALLEGRO_EVENT_DISPLAY_FOUND.3 \ >XALLEGRO_EVENT_DISPLAY_LOST.3 \ >XALLEGRO_EVENT_DISPLAY_ORIENTATION.3 \ >XALLEGRO_EVENT_DISPLAY_RESIZE.3 \ >XALLEGRO_EVENT_DISPLAY_SWITCH_IN.3 \ >XALLEGRO_EVENT_DISPLAY_SWITCH_OUT.3 \ >XALLEGRO_EVENT_JOYSTICK_AXIS.3 \ >XALLEGRO_EVENT_JOYSTICK_BUTTON_DOWN.3 \ >XALLEGRO_EVENT_JOYSTICK_BUTTON_UP.3 \ >XALLEGRO_EVENT_JOYSTICK_CONFIGURATION.3 \ >XALLEGRO_EVENT_KEY_CHAR.3 \ >XALLEGRO_EVENT_KEY_DOWN.3 \ >XALLEGRO_EVENT_KEY_UP.3 \ >XALLEGRO_EVENT_MOUSE_AXES.3 \ >XALLEGRO_EVENT_MOUSE_BUTTON_DOWN.3 \ >XALLEGRO_EVENT_MOUSE_BUTTON_UP.3 \ >XALLEGRO_EVENT_MOUSE_ENTER_DISPLAY.3 \ >XALLEGRO_EVENT_MOUSE_LEAVE_DISPLAY.3 \ >XALLEGRO_EVENT_MOUSE_WARPED.3 \ >XALLEGRO_EVENT_QUEUE.3 \ >XALLEGRO_EVENT_SOURCE.3 \ >XALLEGRO_EVENT_TIMER.3 \ >XALLEGRO_EVENT_TYPE.3 \ >XALLEGRO_EVENT_TYPE_IS_USER.3 \ >XALLEGRO_FILE.3 \ >XALLEGRO_FILECHOOSER.3 \ >XALLEGRO_FILE_INTERFACE.3 \ >XALLEGRO_FILE_MODE.3 \ >XALLEGRO_FONT.3 \ >XALLEGRO_FS_ENTRY.3 \ >XALLEGRO_FS_INTERFACE.3 \ >XALLEGRO_GET_EVENT_TYPE.3 \ >XALLEGRO_JOYFLAGS.3 \ >XALLEGRO_JOYSTICK.3 \ >XALLEGRO_JOYSTICK_STATE.3 \ >XALLEGRO_KEYBOARD_STATE.3 \ >XALLEGRO_LOCKED_REGION.3 \ >XALLEGRO_MEMORY_INTERFACE.3 \ >XALLEGRO_MIXER.3 \ >XALLEGRO_MIXER_QUALITY.3 \ >XALLEGRO_MONITOR_INFO.3 \ >XALLEGRO_MOUSE_STATE.3 \ >XALLEGRO_MSECS_TO_SECS.3 \ >XALLEGRO_MUTEX.3 \ >XALLEGRO_PI.3 \ >XALLEGRO_PIXEL_FORMAT.3 \ >XALLEGRO_PLAYMODE.3 \ >XALLEGRO_PRIM_ATTR.3 \ >XALLEGRO_PRIM_QUALITY.3 \ >XALLEGRO_PRIM_STORAGE.3 \ >XALLEGRO_PRIM_TYPE.3 \ >XALLEGRO_SAMPLE.3 \ >XALLEGRO_SAMPLE_ID.3 \ >XALLEGRO_SAMPLE_INSTANCE.3 \ >XALLEGRO_SEEK.3 \ >XALLEGRO_STATE.3 \ >XALLEGRO_STATE_FLAGS.3 \ >XALLEGRO_TEXTLOG.3 \ >XALLEGRO_THREAD.3 \ >XALLEGRO_TIMEOUT.3 \ >XALLEGRO_TIMER.3 \ >XALLEGRO_TRANSFORM.3 \ >XALLEGRO_USECS_TO_SECS.3 \ >XALLEGRO_USER_EVENT.3 \ >XALLEGRO_USTR.3 \ >XALLEGRO_USTR_INFO.3 \ >XALLEGRO_VERTEX.3 \ >XALLEGRO_VERTEX_CACHE_SIZE.3 \ >XALLEGRO_VERTEX_DECL.3 \ >XALLEGRO_VERTEX_ELEMENT.3 \ >XALLEGRO_VOICE.3 \ >Xal_acknowledge_resize.3 \ >Xal_add_config_comment.3 \ >Xal_add_config_section.3 \ >Xal_add_new_bitmap_flag.3 \ >Xal_add_timer_count.3 \ >Xal_append_native_text_log.3 \ >Xal_append_path_component.3 \ >Xal_attach_audio_stream_to_mixer.3 \ >Xal_attach_audio_stream_to_voice.3 \ >Xal_attach_mixer_to_mixer.3 \ >Xal_attach_mixer_to_voice.3 \ >Xal_attach_sample_instance_to_mixer.3 \ >Xal_attach_sample_instance_to_voice.3 \ >Xal_broadcast_cond.3 \ >Xal_build_transform.3 \ >Xal_calculate_arc.3 \ >Xal_calculate_ribbon.3 \ >Xal_calculate_spline.3 \ >Xal_calloc.3 \ >Xal_calloc_with_context.3 \ >Xal_change_directory.3 \ >Xal_check_inverse.3 \ >Xal_clear_to_color.3 \ >Xal_clone_bitmap.3 \ >Xal_clone_path.3 \ >Xal_close_directory.3 \ >Xal_close_native_text_log.3 \ >Xal_color_cmyk.3 \ >Xal_color_cmyk_to_rgb.3 \ >Xal_color_hsl.3 \ >Xal_color_hsl_to_rgb.3 \ >Xal_color_hsv.3 \ >Xal_color_hsv_to_rgb.3 \ >Xal_color_html.3 \ >Xal_color_html_to_rgb.3 \ >Xal_color_name.3 \ >Xal_color_name_to_rgb.3 \ >Xal_color_rgb_to_cmyk.3 \ >Xal_color_rgb_to_hsl.3 \ >Xal_color_rgb_to_hsv.3 \ >Xal_color_rgb_to_html.3 \ >Xal_color_rgb_to_name.3 \ >Xal_color_rgb_to_yuv.3 \ >Xal_color_yuv.3 \ >Xal_color_yuv_to_rgb.3 \ >Xal_compose_transform.3 \ >Xal_convert_mask_to_alpha.3 \ >Xal_copy_transform.3 \ >Xal_create_audio_stream.3 \ >Xal_create_bitmap.3 \ >Xal_create_cond.3 \ >Xal_create_config.3 \ >Xal_create_display.3 \ >Xal_create_event_queue.3 \ >Xal_create_file_handle.3 \ >Xal_create_fs_entry.3 \ >Xal_create_mixer.3 \ >Xal_create_mouse_cursor.3 \ >Xal_create_mutex.3 \ >Xal_create_mutex_recursive.3 \ >Xal_create_native_file_dialog.3 \ >Xal_create_path.3 \ >Xal_create_path_for_directory.3 \ >Xal_create_sample.3 \ >Xal_create_sample_instance.3 \ >Xal_create_sub_bitmap.3 \ >Xal_create_thread.3 \ >Xal_create_timer.3 \ >Xal_create_vertex_decl.3 \ >Xal_create_voice.3 \ >Xal_cstr.3 \ >Xal_cstr_dup.3 \ >Xal_current_time.3 \ >Xal_destroy_audio_stream.3 \ >Xal_destroy_bitmap.3 \ >Xal_destroy_cond.3 \ >Xal_destroy_config.3 \ >Xal_destroy_display.3 \ >Xal_destroy_event_queue.3 \ >Xal_destroy_font.3 \ >Xal_destroy_fs_entry.3 \ >Xal_destroy_mixer.3 \ >Xal_destroy_mouse_cursor.3 \ >Xal_destroy_mutex.3 \ >Xal_destroy_native_file_dialog.3 \ >Xal_destroy_path.3 \ >Xal_destroy_sample.3 \ >Xal_destroy_sample_instance.3 \ >Xal_destroy_thread.3 \ >Xal_destroy_timer.3 \ >Xal_destroy_user_event_source.3 \ >Xal_destroy_vertex_decl.3 \ >Xal_destroy_voice.3 \ >Xal_detach_audio_stream.3 \ >Xal_detach_mixer.3 \ >Xal_detach_sample_instance.3 \ >Xal_detach_voice.3 \ >Xal_drain_audio_stream.3 \ >Xal_draw_arc.3 \ >Xal_draw_bitmap.3 \ >Xal_draw_bitmap_region.3 \ >Xal_draw_circle.3 \ >Xal_draw_ellipse.3 \ >Xal_draw_elliptical_arc.3 \ >Xal_draw_filled_circle.3 \ >Xal_draw_filled_ellipse.3 \ >Xal_draw_filled_pieslice.3 \ >Xal_draw_filled_rectangle.3 \ >Xal_draw_filled_rounded_rectangle.3 \ >Xal_draw_filled_triangle.3 \ >Xal_draw_indexed_prim.3 \ >Xal_draw_justified_text.3 \ >Xal_draw_justified_textf.3 \ >Xal_draw_justified_ustr.3 \ >Xal_draw_line.3 \ >Xal_draw_pieslice.3 \ >Xal_draw_pixel.3 \ >Xal_draw_prim.3 \ >Xal_draw_rectangle.3 \ >Xal_draw_ribbon.3 \ >Xal_draw_rotated_bitmap.3 \ >Xal_draw_rounded_rectangle.3 \ >Xal_draw_scaled_bitmap.3 \ >Xal_draw_scaled_rotated_bitmap.3 \ >Xal_draw_soft_line.3 \ >Xal_draw_soft_triangle.3 \ >Xal_draw_spline.3 \ >Xal_draw_text.3 \ >Xal_draw_textf.3 \ >Xal_draw_tinted_bitmap.3 \ >Xal_draw_tinted_bitmap_region.3 \ >Xal_draw_tinted_rotated_bitmap.3 \ >Xal_draw_tinted_scaled_bitmap.3 \ >Xal_draw_tinted_scaled_rotated_bitmap.3 \ >Xal_draw_tinted_scaled_rotated_bitmap_region.3 \ >Xal_draw_triangle.3 \ >Xal_draw_ustr.3 \ >Xal_drop_next_event.3 \ >Xal_drop_path_tail.3 \ >Xal_emit_user_event.3 \ >Xal_fclearerr.3 \ >Xal_fclose.3 \ >Xal_feof.3 \ >Xal_ferror.3 \ >Xal_fflush.3 \ >Xal_fget_ustr.3 \ >Xal_fgetc.3 \ >Xal_fgets.3 \ >Xal_filename_exists.3 \ >Xal_fixacos.3 \ >Xal_fixadd.3 \ >Xal_fixasin.3 \ >Xal_fixatan.3 \ >Xal_fixatan2.3 \ >Xal_fixceil.3 \ >Xal_fixcos.3 \ >Xal_fixdiv.3 \ >Xal_fixed.3 \ >Xal_fixfloor.3 \ >Xal_fixhypot.3 \ >Xal_fixmul.3 \ >Xal_fixsin.3 \ >Xal_fixsqrt.3 \ >Xal_fixsub.3 \ >Xal_fixtan.3 \ >Xal_fixtof.3 \ >Xal_fixtoi.3 \ >Xal_fixtorad_r.3 \ >Xal_flip_display.3 \ >Xal_flush_event_queue.3 \ >Xal_fopen.3 \ >Xal_fopen_fd.3 \ >Xal_fopen_interface.3 \ >Xal_fopen_slice.3 \ >Xal_fputc.3 \ >Xal_fputs.3 \ >Xal_fread.3 \ >Xal_fread16be.3 \ >Xal_fread16le.3 \ >Xal_fread32be.3 \ >Xal_fread32le.3 \ >Xal_free.3 \ >Xal_free_with_context.3 \ >Xal_fs_entry_exists.3 \ >Xal_fseek.3 \ >Xal_fsize.3 \ >Xal_ftell.3 \ >Xal_ftofix.3 \ >Xal_fungetc.3 \ >Xal_fwrite.3 \ >Xal_fwrite16be.3 \ >Xal_fwrite16le.3 \ >Xal_fwrite32be.3 \ >Xal_fwrite32le.3 \ >Xal_get_allegro_acodec_version.3 \ >Xal_get_allegro_audio_version.3 \ >Xal_get_allegro_color_version.3 \ >Xal_get_allegro_font_version.3 \ >Xal_get_allegro_image_version.3 \ >Xal_get_allegro_memfile_version.3 \ >Xal_get_allegro_native_dialog_version.3 \ >Xal_get_allegro_physfs_version.3 \ >Xal_get_allegro_primitives_version.3 \ >Xal_get_allegro_ttf_version.3 \ >Xal_get_allegro_version.3 \ >Xal_get_app_name.3 \ >Xal_get_audio_depth_size.3 \ >Xal_get_audio_stream_attached.3 \ >Xal_get_audio_stream_channels.3 \ >Xal_get_audio_stream_depth.3 \ >Xal_get_audio_stream_event_source.3 \ >Xal_get_audio_stream_fragment.3 \ >Xal_get_audio_stream_fragments.3 \ >Xal_get_audio_stream_frequency.3 \ >Xal_get_audio_stream_gain.3 \ >Xal_get_audio_stream_length.3 \ >Xal_get_audio_stream_length_secs.3 \ >Xal_get_audio_stream_pan.3 \ >Xal_get_audio_stream_playing.3 \ >Xal_get_audio_stream_playmode.3 \ >Xal_get_audio_stream_position_secs.3 \ >Xal_get_audio_stream_speed.3 \ >Xal_get_available_audio_stream_fragments.3 \ >Xal_get_backbuffer.3 \ >Xal_get_bitmap_flags.3 \ >Xal_get_bitmap_format.3 \ >Xal_get_bitmap_height.3 \ >Xal_get_bitmap_width.3 \ >Xal_get_blender.3 \ >Xal_get_channel_count.3 \ >Xal_get_clipping_rectangle.3 \ >Xal_get_config_value.3 \ >Xal_get_current_directory.3 \ >Xal_get_current_display.3 \ >Xal_get_current_transform.3 \ >Xal_get_d3d_device.3 \ >Xal_get_d3d_system_texture.3 \ >Xal_get_d3d_texture_position.3 \ >Xal_get_d3d_video_texture.3 \ >Xal_get_default_mixer.3 \ >Xal_get_display_event_source.3 \ >Xal_get_display_flags.3 \ >Xal_get_display_format.3 \ >Xal_get_display_height.3 \ >Xal_get_display_mode.3 \ >Xal_get_display_option.3 \ >Xal_get_display_refresh_rate.3 \ >Xal_get_display_width.3 \ >Xal_get_errno.3 \ >Xal_get_event_source_data.3 \ >Xal_get_file_userdata.3 \ >Xal_get_first_config_entry.3 \ >Xal_get_first_config_section.3 \ >Xal_get_font_ascent.3 \ >Xal_get_font_descent.3 \ >Xal_get_font_line_height.3 \ >Xal_get_fs_entry_atime.3 \ >Xal_get_fs_entry_ctime.3 \ >Xal_get_fs_entry_mode.3 \ >Xal_get_fs_entry_mtime.3 \ >Xal_get_fs_entry_name.3 \ >Xal_get_fs_entry_size.3 \ >Xal_get_fs_interface.3 \ >Xal_get_joystick.3 \ >Xal_get_joystick_active.3 \ >Xal_get_joystick_axis_name.3 \ >Xal_get_joystick_button_name.3 \ >Xal_get_joystick_event_source.3 \ >Xal_get_joystick_name.3 \ >Xal_get_joystick_num_axes.3 \ >Xal_get_joystick_num_buttons.3 \ >Xal_get_joystick_num_sticks.3 \ >Xal_get_joystick_state.3 \ >Xal_get_joystick_stick_flags.3 \ >Xal_get_joystick_stick_name.3 \ >Xal_get_keyboard_event_source.3 \ >Xal_get_keyboard_state.3 \ >Xal_get_mixer_attached.3 \ >Xal_get_mixer_channels.3 \ >Xal_get_mixer_depth.3 \ >Xal_get_mixer_frequency.3 \ >Xal_get_mixer_gain.3 \ >Xal_get_mixer_playing.3 \ >Xal_get_mixer_quality.3 \ >Xal_get_monitor_info.3 \ >Xal_get_mouse_cursor_position.3 \ >Xal_get_mouse_event_source.3 \ >Xal_get_mouse_num_axes.3 \ >Xal_get_mouse_num_buttons.3 \ >Xal_get_mouse_state.3 \ >Xal_get_mouse_state_axis.3 \ >Xal_get_native_file_dialog_count.3 \ >Xal_get_native_file_dialog_path.3 \ >Xal_get_native_text_log_event_source.3 \ >Xal_get_new_bitmap_flags.3 \ >Xal_get_new_bitmap_format.3 \ >Xal_get_new_display_adapter.3 \ >Xal_get_new_display_flags.3 \ >Xal_get_new_display_option.3 \ >Xal_get_new_display_refresh_rate.3 \ >Xal_get_new_file_interface.3 \ >Xal_get_new_window_position.3 \ >Xal_get_next_config_entry.3 \ >Xal_get_next_config_section.3 \ >Xal_get_next_event.3 \ >Xal_get_num_display_modes.3 \ >Xal_get_num_joysticks.3 \ >Xal_get_num_video_adapters.3 \ >Xal_get_opengl_extension_list.3 \ >Xal_get_opengl_fbo.3 \ >Xal_get_opengl_proc_address.3 \ >Xal_get_opengl_texture.3 \ >Xal_get_opengl_texture_position.3 \ >Xal_get_opengl_texture_size.3 \ >Xal_get_opengl_variant.3 \ >Xal_get_opengl_version.3 \ >Xal_get_org_name.3 \ >Xal_get_parent_bitmap.3 \ >Xal_get_path_basename.3 \ >Xal_get_path_component.3 \ >Xal_get_path_drive.3 \ >Xal_get_path_extension.3 \ >Xal_get_path_filename.3 \ >Xal_get_path_num_components.3 \ >Xal_get_path_tail.3 \ >Xal_get_pixel.3 \ >Xal_get_pixel_format_bits.3 \ >Xal_get_pixel_size.3 \ >Xal_get_sample.3 \ >Xal_get_sample_channels.3 \ >Xal_get_sample_data.3 \ >Xal_get_sample_depth.3 \ >Xal_get_sample_frequency.3 \ >Xal_get_sample_instance_attached.3 \ >Xal_get_sample_instance_channels.3 \ >Xal_get_sample_instance_depth.3 \ >Xal_get_sample_instance_frequency.3 \ >Xal_get_sample_instance_gain.3 \ >Xal_get_sample_instance_length.3 \ >Xal_get_sample_instance_pan.3 \ >Xal_get_sample_instance_playing.3 \ >Xal_get_sample_instance_playmode.3 \ >Xal_get_sample_instance_position.3 \ >Xal_get_sample_instance_speed.3 \ >Xal_get_sample_instance_time.3 \ >Xal_get_sample_length.3 \ >Xal_get_separate_blender.3 \ >Xal_get_standard_path.3 \ >Xal_get_system_config.3 \ >Xal_get_target_bitmap.3 \ >Xal_get_text_dimensions.3 \ >Xal_get_text_width.3 \ >Xal_get_thread_should_stop.3 \ >Xal_get_time.3 \ >Xal_get_timer_count.3 \ >Xal_get_timer_event_source.3 \ >Xal_get_timer_speed.3 \ >Xal_get_timer_started.3 \ >Xal_get_ustr_dimensions.3 \ >Xal_get_ustr_width.3 \ >Xal_get_voice_channels.3 \ >Xal_get_voice_depth.3 \ >Xal_get_voice_frequency.3 \ >Xal_get_voice_playing.3 \ >Xal_get_voice_position.3 \ >Xal_get_win_window_handle.3 \ >Xal_get_window_position.3 \ >Xal_grab_font_from_bitmap.3 \ >Xal_grab_mouse.3 \ >Xal_have_d3d_non_pow2_texture_support.3 \ >Xal_have_d3d_non_square_texture_support.3 \ >Xal_have_opengl_extension.3 \ >Xal_hide_mouse_cursor.3 \ >Xal_hold_bitmap_drawing.3 \ >Xal_identity_transform.3 \ >Xal_inhibit_screensaver.3 \ >Xal_init.3 \ >Xal_init_acodec_addon.3 \ >Xal_init_font_addon.3 \ >Xal_init_image_addon.3 \ >Xal_init_primitives_addon.3 \ >Xal_init_timeout.3 \ >Xal_init_ttf_addon.3 \ >Xal_init_user_event_source.3 \ >Xal_insert_path_component.3 \ >Xal_install_audio.3 \ >Xal_install_joystick.3 \ >Xal_install_keyboard.3 \ >Xal_install_mouse.3 \ >Xal_install_system.3 \ >Xal_invert_transform.3 \ >Xal_iphone_override_screen_scale.3 \ >Xal_iphone_program_has_halted.3 \ >Xal_is_audio_installed.3 \ >Xal_is_bitmap_drawing_held.3 \ >Xal_is_bitmap_locked.3 \ >Xal_is_compatible_bitmap.3 \ >Xal_is_d3d_device_lost.3 \ >Xal_is_event_queue_empty.3 \ >Xal_is_joystick_installed.3 \ >Xal_is_keyboard_installed.3 \ >Xal_is_mouse_installed.3 \ >Xal_is_sub_bitmap.3 \ >Xal_is_system_installed.3 \ >Xal_itofix.3 \ >Xal_join_paths.3 \ >Xal_join_thread.3 \ >Xal_key_down.3 \ >Xal_keycode_to_name.3 \ >Xal_load_audio_stream.3 \ >Xal_load_audio_stream_f.3 \ >Xal_load_bitmap.3 \ >Xal_load_bitmap_f.3 \ >Xal_load_bitmap_font.3 \ >Xal_load_config_file.3 \ >Xal_load_config_file_f.3 \ >Xal_load_font.3 \ >Xal_load_sample.3 \ >Xal_load_sample_f.3 \ >Xal_load_ttf_font.3 \ >Xal_load_ttf_font_f.3 \ >Xal_load_ttf_font_stretch.3 \ >Xal_load_ttf_font_stretch_f.3 \ >Xal_lock_bitmap.3 \ >Xal_lock_bitmap_region.3 \ >Xal_lock_mutex.3 \ >Xal_make_directory.3 \ >Xal_make_path_canonical.3 \ >Xal_make_temp_file.3 \ >Xal_malloc.3 \ >Xal_malloc_with_context.3 \ >Xal_map_rgb.3 \ >Xal_map_rgb_f.3 \ >Xal_map_rgba.3 \ >Xal_map_rgba_f.3 \ >Xal_merge_config.3 \ >Xal_merge_config_into.3 \ >Xal_mouse_button_down.3 \ >Xal_open_directory.3 \ >Xal_open_fs_entry.3 \ >Xal_open_memfile.3 \ >Xal_open_native_text_log.3 \ >Xal_path_cstr.3 \ >Xal_peek_next_event.3 \ >Xal_play_sample.3 \ >Xal_play_sample_instance.3 \ >Xal_put_blended_pixel.3 \ >Xal_put_pixel.3 \ >Xal_radtofix_r.3 \ >Xal_read_directory.3 \ >Xal_realloc.3 \ >Xal_realloc_with_context.3 \ >Xal_rebase_path.3 \ >Xal_reconfigure_joysticks.3 \ >Xal_ref_buffer.3 \ >Xal_ref_cstr.3 \ >Xal_ref_ustr.3 \ >Xal_register_assert_handler.3 \ >Xal_register_audio_stream_loader.3 \ >Xal_register_audio_stream_loader_f.3 \ >Xal_register_bitmap_loader.3 \ >Xal_register_bitmap_loader_f.3 \ >Xal_register_bitmap_saver.3 \ >Xal_register_bitmap_saver_f.3 \ >Xal_register_event_source.3 \ >Xal_register_font_loader.3 \ >Xal_register_sample_loader.3 \ >Xal_register_sample_loader_f.3 \ >Xal_register_sample_saver.3 \ >Xal_register_sample_saver_f.3 \ >Xal_release_joystick.3 \ >Xal_remove_filename.3 \ >Xal_remove_fs_entry.3 \ >Xal_remove_opengl_fbo.3 \ >Xal_remove_path_component.3 \ >Xal_replace_path_component.3 \ >Xal_reserve_samples.3 \ >Xal_reset_clipping_rectangle.3 \ >Xal_reset_new_display_options.3 \ >Xal_resize_display.3 \ >Xal_rest.3 \ >Xal_restore_default_mixer.3 \ >Xal_restore_state.3 \ >Xal_rewind_audio_stream.3 \ >Xal_rotate_transform.3 \ >Xal_run_detached_thread.3 \ >Xal_run_main.3 \ >Xal_save_bitmap.3 \ >Xal_save_bitmap_f.3 \ >Xal_save_config_file.3 \ >Xal_save_config_file_f.3 \ >Xal_save_sample.3 \ >Xal_save_sample_f.3 \ >Xal_scale_transform.3 \ >Xal_seek_audio_stream_secs.3 \ >Xal_set_app_name.3 \ >Xal_set_audio_stream_fragment.3 \ >Xal_set_audio_stream_gain.3 \ >Xal_set_audio_stream_loop_secs.3 \ >Xal_set_audio_stream_pan.3 \ >Xal_set_audio_stream_playing.3 \ >Xal_set_audio_stream_playmode.3 \ >Xal_set_audio_stream_speed.3 \ >Xal_set_blender.3 \ >Xal_set_clipping_rectangle.3 \ >Xal_set_config_value.3 \ >Xal_set_current_opengl_context.3 \ >Xal_set_default_mixer.3 \ >Xal_set_display_flag.3 \ >Xal_set_display_icon.3 \ >Xal_set_errno.3 \ >Xal_set_event_source_data.3 \ >Xal_set_exe_name.3 \ >Xal_set_fs_interface.3 \ >Xal_set_keyboard_leds.3 \ >Xal_set_memory_interface.3 \ >Xal_set_mixer_frequency.3 \ >Xal_set_mixer_gain.3 \ >Xal_set_mixer_playing.3 \ >Xal_set_mixer_postprocess_callback.3 \ >Xal_set_mixer_quality.3 \ >Xal_set_mouse_axis.3 \ >Xal_set_mouse_cursor.3 \ >Xal_set_mouse_w.3 \ >Xal_set_mouse_xy.3 \ >Xal_set_mouse_z.3 \ >Xal_set_new_bitmap_flags.3 \ >Xal_set_new_bitmap_format.3 \ >Xal_set_new_display_adapter.3 \ >Xal_set_new_display_flags.3 \ >Xal_set_new_display_option.3 \ >Xal_set_new_display_refresh_rate.3 \ >Xal_set_new_file_interface.3 \ >Xal_set_new_window_position.3 \ >Xal_set_org_name.3 \ >Xal_set_path_drive.3 \ >Xal_set_path_extension.3 \ >Xal_set_path_filename.3 \ >Xal_set_physfs_file_interface.3 \ >Xal_set_sample.3 \ >Xal_set_sample_instance_gain.3 \ >Xal_set_sample_instance_length.3 \ >Xal_set_sample_instance_pan.3 \ >Xal_set_sample_instance_playing.3 \ >Xal_set_sample_instance_playmode.3 \ >Xal_set_sample_instance_position.3 \ >Xal_set_sample_instance_speed.3 \ >Xal_set_separate_blender.3 \ >Xal_set_standard_file_interface.3 \ >Xal_set_standard_fs_interface.3 \ >Xal_set_system_mouse_cursor.3 \ >Xal_set_target_backbuffer.3 \ >Xal_set_target_bitmap.3 \ >Xal_set_thread_should_stop.3 \ >Xal_set_timer_count.3 \ >Xal_set_timer_speed.3 \ >Xal_set_voice_playing.3 \ >Xal_set_voice_position.3 \ >Xal_set_window_position.3 \ >Xal_set_window_title.3 \ >Xal_show_mouse_cursor.3 \ >Xal_show_native_file_dialog.3 \ >Xal_show_native_message_box.3 \ >Xal_shutdown_font_addon.3 \ >Xal_shutdown_image_addon.3 \ >Xal_shutdown_primitives_addon.3 \ >Xal_shutdown_ttf_addon.3 \ >Xal_signal_cond.3 \ >Xal_start_thread.3 \ >Xal_start_timer.3 \ >Xal_stop_sample.3 \ >Xal_stop_sample_instance.3 \ >Xal_stop_samples.3 \ >Xal_stop_timer.3 \ >Xal_store_state.3 \ >Xal_toggle_display_flag.3 \ >Xal_transform_coordinates.3 \ >Xal_translate_transform.3 \ >Xal_ungrab_mouse.3 \ >Xal_uninstall_audio.3 \ >Xal_uninstall_joystick.3 \ >Xal_uninstall_keyboard.3 \ >Xal_uninstall_mouse.3 \ >Xal_uninstall_system.3 \ >Xal_unlock_bitmap.3 \ >Xal_unlock_mutex.3 \ >Xal_unmap_rgb.3 \ >Xal_unmap_rgb_f.3 \ >Xal_unmap_rgba.3 \ >Xal_unmap_rgba_f.3 \ >Xal_unref_user_event.3 \ >Xal_unregister_event_source.3 \ >Xal_update_display_region.3 \ >Xal_update_fs_entry.3 \ >Xal_use_transform.3 \ >Xal_ustr_append.3 \ >Xal_ustr_append_chr.3 \ >Xal_ustr_append_cstr.3 \ >Xal_ustr_appendf.3 \ >Xal_ustr_assign.3 \ >Xal_ustr_assign_cstr.3 \ >Xal_ustr_assign_substr.3 \ >Xal_ustr_compare.3 \ >Xal_ustr_dup.3 \ >Xal_ustr_dup_substr.3 \ >Xal_ustr_empty_string.3 \ >Xal_ustr_encode_utf16.3 \ >Xal_ustr_equal.3 \ >Xal_ustr_find_chr.3 \ >Xal_ustr_find_cset.3 \ >Xal_ustr_find_cset_cstr.3 \ >Xal_ustr_find_cstr.3 \ >Xal_ustr_find_replace.3 \ >Xal_ustr_find_replace_cstr.3 \ >Xal_ustr_find_set.3 \ >Xal_ustr_find_set_cstr.3 \ >Xal_ustr_find_str.3 \ >Xal_ustr_free.3 \ >Xal_ustr_get.3 \ >Xal_ustr_get_next.3 \ >Xal_ustr_has_prefix.3 \ >Xal_ustr_has_prefix_cstr.3 \ >Xal_ustr_has_suffix.3 \ >Xal_ustr_has_suffix_cstr.3 \ >Xal_ustr_insert.3 \ >Xal_ustr_insert_chr.3 \ >Xal_ustr_insert_cstr.3 \ >Xal_ustr_length.3 \ >Xal_ustr_ltrim_ws.3 \ >Xal_ustr_ncompare.3 \ >Xal_ustr_new.3 \ >Xal_ustr_new_from_buffer.3 \ >Xal_ustr_new_from_utf16.3 \ >Xal_ustr_newf.3 \ >Xal_ustr_next.3 \ >Xal_ustr_offset.3 \ >Xal_ustr_prev.3 \ >Xal_ustr_prev_get.3 \ >Xal_ustr_remove_chr.3 \ >Xal_ustr_remove_range.3 \ >Xal_ustr_replace_range.3 \ >Xal_ustr_rfind_chr.3 \ >Xal_ustr_rfind_cstr.3 \ >Xal_ustr_rfind_str.3 \ >Xal_ustr_rtrim_ws.3 \ >Xal_ustr_set_chr.3 \ >Xal_ustr_size.3 \ >Xal_ustr_size_utf16.3 \ >Xal_ustr_to_buffer.3 \ >Xal_ustr_trim_ws.3 \ >Xal_ustr_truncate.3 \ >Xal_ustr_vappendf.3 \ >Xal_utf16_encode.3 \ >Xal_utf16_width.3 \ >Xal_utf8_encode.3 \ >Xal_utf8_width.3 \ >Xal_wait_cond.3 \ >Xal_wait_cond_until.3 \ >Xal_wait_for_event.3 \ >Xal_wait_for_event_timed.3 \ >Xal_wait_for_event_until.3 \ >Xal_wait_for_vsync.3 >323618ce1e7a87de27794cd88b2be15b >echo x - allegro-devel5/distinfo >sed 's/^X//' >allegro-devel5/distinfo << '0be1024dc4bf013c1f07cc3c2522935c' >XSHA256 (allegro-5.0.7.tar.gz) = 47f29e564d9a4babfbbf024f34fc8a04eea932a073af921d17caffbec0c3ad9b >XSIZE (allegro-5.0.7.tar.gz) = 3109765 >0be1024dc4bf013c1f07cc3c2522935c >echo x - allegro-devel5/pkg-descr >sed 's/^X//' >allegro-devel5/pkg-descr << '8289153262018365f82d728212bbce47' >XAllegro is a cross-platform library intended for use in computer games and >Xother types of multimedia programming. >X >XA wide range of extension packages and add-on modules are also available, which >Xcan be found in the "Library Extensions" section of the Allegro website. >X >XWWW: http://www.talula.demon.co.uk/allegro/ >8289153262018365f82d728212bbce47 >echo x - allegro-devel5/pkg-plist >sed 's/^X//' >allegro-devel5/pkg-plist << 'f3bfb8cdd4834d63d10f5736a58a7436' >Xetc/allegro5.cfg.sample >Xinclude/allegro5/alcompat.h >Xinclude/allegro5/alinline.h >Xinclude/allegro5/allegro.h >Xinclude/allegro5/allegro5.h >Xinclude/allegro5/allegro_acodec.h >Xinclude/allegro5/allegro_audio.h >Xinclude/allegro5/allegro_color.h >Xinclude/allegro5/allegro_direct3d.h >Xinclude/allegro5/allegro_font.h >Xinclude/allegro5/allegro_image.h >Xinclude/allegro5/allegro_memfile.h >Xinclude/allegro5/allegro_native_dialog.h >Xinclude/allegro5/allegro_opengl.h >Xinclude/allegro5/allegro_physfs.h >Xinclude/allegro5/allegro_primitives.h >Xinclude/allegro5/allegro_ttf.h >Xinclude/allegro5/altime.h >Xinclude/allegro5/base.h >Xinclude/allegro5/bitmap.h >Xinclude/allegro5/bitmap_io.h >Xinclude/allegro5/color.h >Xinclude/allegro5/config.h >Xinclude/allegro5/debug.h >Xinclude/allegro5/display.h >Xinclude/allegro5/error.h >Xinclude/allegro5/events.h >Xinclude/allegro5/file.h >Xinclude/allegro5/fixed.h >Xinclude/allegro5/fmaths.h >Xinclude/allegro5/fshook.h >Xinclude/allegro5/inline/fmaths.inl >Xinclude/allegro5/internal/aintern.h >Xinclude/allegro5/internal/aintern_atomicops.h >Xinclude/allegro5/internal/aintern_bitmap.h >Xinclude/allegro5/internal/aintern_blend.h >Xinclude/allegro5/internal/aintern_convert.h >Xinclude/allegro5/internal/aintern_display.h >Xinclude/allegro5/internal/aintern_dtor.h >Xinclude/allegro5/internal/aintern_events.h >Xinclude/allegro5/internal/aintern_float.h >Xinclude/allegro5/internal/aintern_fshook.h >Xinclude/allegro5/internal/aintern_joystick.h >Xinclude/allegro5/internal/aintern_keyboard.h >Xinclude/allegro5/internal/aintern_list.h >Xinclude/allegro5/internal/aintern_mouse.h >Xinclude/allegro5/internal/aintern_opengl.h >Xinclude/allegro5/internal/aintern_pixels.h >Xinclude/allegro5/internal/aintern_system.h >Xinclude/allegro5/internal/aintern_thread.h >Xinclude/allegro5/internal/aintern_timer.h >Xinclude/allegro5/internal/aintern_tls.h >Xinclude/allegro5/internal/aintern_vector.h >Xinclude/allegro5/internal/alconfig.h >Xinclude/allegro5/joystick.h >Xinclude/allegro5/keyboard.h >Xinclude/allegro5/keycodes.h >Xinclude/allegro5/memory.h >Xinclude/allegro5/mouse.h >Xinclude/allegro5/opengl/GLext/gl_ext_alias.h >Xinclude/allegro5/opengl/GLext/gl_ext_api.h >Xinclude/allegro5/opengl/GLext/gl_ext_defs.h >Xinclude/allegro5/opengl/GLext/gl_ext_list.h >Xinclude/allegro5/opengl/GLext/glx_ext_alias.h >Xinclude/allegro5/opengl/GLext/glx_ext_api.h >Xinclude/allegro5/opengl/GLext/glx_ext_defs.h >Xinclude/allegro5/opengl/GLext/glx_ext_list.h >Xinclude/allegro5/opengl/GLext/wgl_ext_alias.h >Xinclude/allegro5/opengl/GLext/wgl_ext_api.h >Xinclude/allegro5/opengl/GLext/wgl_ext_defs.h >Xinclude/allegro5/opengl/GLext/wgl_ext_list.h >Xinclude/allegro5/opengl/gl_ext.h >Xinclude/allegro5/path.h >Xinclude/allegro5/platform/aintlnx.h >Xinclude/allegro5/platform/aintosx.h >Xinclude/allegro5/platform/aintunix.h >Xinclude/allegro5/platform/aintuthr.h >Xinclude/allegro5/platform/aintwin.h >Xinclude/allegro5/platform/aintwthr.h >Xinclude/allegro5/platform/al386gcc.h >Xinclude/allegro5/platform/al386vc.h >Xinclude/allegro5/platform/al386wat.h >Xinclude/allegro5/platform/albcc32.h >Xinclude/allegro5/platform/almngw32.h >Xinclude/allegro5/platform/almsvc.h >Xinclude/allegro5/platform/alosx.h >Xinclude/allegro5/platform/alosxcfg.h >Xinclude/allegro5/platform/alplatf.h >Xinclude/allegro5/platform/alucfg.h >Xinclude/allegro5/platform/alunix.h >Xinclude/allegro5/platform/alwatcom.h >Xinclude/allegro5/platform/alwin.h >Xinclude/allegro5/platform/astdbool.h >Xinclude/allegro5/platform/astdint.h >Xinclude/allegro5/system.h >Xinclude/allegro5/threads.h >Xinclude/allegro5/timer.h >Xinclude/allegro5/tls.h >Xinclude/allegro5/transformations.h >Xinclude/allegro5/utf8.h >Xlib/liballegro.so >Xlib/liballegro.so.5.0 >Xlib/liballegro.so.5.0.7 >Xlib/liballegro_acodec.so >Xlib/liballegro_acodec.so.5.0 >Xlib/liballegro_acodec.so.5.0.7 >Xlib/liballegro_audio.so >Xlib/liballegro_audio.so.5.0 >Xlib/liballegro_audio.so.5.0.7 >Xlib/liballegro_color.so >Xlib/liballegro_color.so.5.0 >Xlib/liballegro_color.so.5.0.7 >Xlib/liballegro_dialog.so >Xlib/liballegro_dialog.so.5.0 >Xlib/liballegro_dialog.so.5.0.7 >Xlib/liballegro_font.so >Xlib/liballegro_font.so.5.0 >Xlib/liballegro_font.so.5.0.7 >Xlib/liballegro_image.so >Xlib/liballegro_image.so.5.0 >Xlib/liballegro_image.so.5.0.7 >Xlib/liballegro_main.so >Xlib/liballegro_main.so.5.0 >Xlib/liballegro_main.so.5.0.7 >Xlib/liballegro_memfile.so >Xlib/liballegro_memfile.so.5.0 >Xlib/liballegro_memfile.so.5.0.7 >Xlib/liballegro_physfs.so >Xlib/liballegro_physfs.so.5.0 >Xlib/liballegro_physfs.so.5.0.7 >Xlib/liballegro_primitives.so >Xlib/liballegro_primitives.so.5.0 >Xlib/liballegro_primitives.so.5.0.7 >Xlib/liballegro_ttf.so >Xlib/liballegro_ttf.so.5.0 >Xlib/liballegro_ttf.so.5.0.7 >Xlibdata/pkgconfig/allegro-5.0.pc >Xlibdata/pkgconfig/allegro_acodec-5.0.pc >Xlibdata/pkgconfig/allegro_audio-5.0.pc >Xlibdata/pkgconfig/allegro_color-5.0.pc >Xlibdata/pkgconfig/allegro_dialog-5.0.pc >Xlibdata/pkgconfig/allegro_font-5.0.pc >Xlibdata/pkgconfig/allegro_image-5.0.pc >Xlibdata/pkgconfig/allegro_main-5.0.pc >Xlibdata/pkgconfig/allegro_memfile-5.0.pc >Xlibdata/pkgconfig/allegro_physfs-5.0.pc >Xlibdata/pkgconfig/allegro_primitives-5.0.pc >Xlibdata/pkgconfig/allegro_ttf-5.0.pc >X%%PORTDOCS%%%%DOCSDIR%%/CHANGES-5.0.txt >X%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS.txt >X%%PORTDOCS%%%%DOCSDIR%%/README.txt >X%%PORTDOCS%%%%DOCSDIR%%/README_packaging.txt >X%%PORTDOCS%%%%DOCSDIR%%/README_pkgconfig.txt >X%%PORTDOCS%%%%DOCSDIR%%/html/changes-5.0.html >X%%PORTDOCS%%%%DOCSDIR%%/html/pandoc.css >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/acodec.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/audio.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/autosuggest.js >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/color.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/config.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/direct3d.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/display.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/events.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/file.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/fixed.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/font.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/fshook.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/getting_started.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/graphics.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/image.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/images/primitives1.png >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/images/primitives2.png >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/index.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/index_all.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/joystick.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/keyboard.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/main.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/memfile.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/memory.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/misc.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/mouse.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/native_dialog.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/opengl.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/pandoc.css >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/path.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/physfs.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/platform.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/primitives.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/search_index.js >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/state.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/system.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/threads.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/time.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/timer.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/transformations.html >X%%PORTDOCS%%%%DOCSDIR%%/html/refman/utf8.html >X%%PORTDOCS%%%%DOCSDIR%%/src/autosuggest.js >X%%PORTDOCS%%%%DOCSDIR%%/src/changes-5.0.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/custom_header.html >X%%PORTDOCS%%%%DOCSDIR%%/src/pandoc.css >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/acodec.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/audio.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/color.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/config.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/direct3d.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/display.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/events.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/file.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/fixed.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/font.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/fshook.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/getting_started.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/graphics.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/image.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/images/primitives1.png >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/images/primitives1.svg >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/images/primitives2.png >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/images/primitives2.svg >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/inc.a.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/inc.z.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/index.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/joystick.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/keyboard.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/latex.template >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/main.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/memfile.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/memory.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/misc.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/mouse.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/native_dialog.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/opengl.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/path.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/physfs.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/platform.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/primitives.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/state.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/system.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/threads.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/time.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/timer.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/transformations.txt >X%%PORTDOCS%%%%DOCSDIR%%/src/refman/utf8.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/CMakeDirectoryInformation.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec.dir/ex_acodec.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec_multi.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec_multi.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec_multi.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec_multi.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec_multi.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec_multi.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec_multi.dir/ex_acodec_multi.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec_multi.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec_multi.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec_multi.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_chain.dir/CXX.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_chain.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_chain.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_chain.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_chain.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_chain.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_chain.dir/ex_audio_chain.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_chain.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_chain.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_chain.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir/CXX.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir/ex_audio_props.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir/nihgui.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_simple.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_simple.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_simple.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_simple.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_simple.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_simple.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_simple.dir/ex_audio_simple.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_simple.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_simple.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_simple.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap.dir/ex_bitmap.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_flip.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_flip.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_flip.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_flip.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_flip.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_flip.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_flip.dir/ex_bitmap_flip.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_flip.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_flip.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_flip.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_target.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_target.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_target.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_target.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_target.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_target.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_target.dir/ex_bitmap_target.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_target.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_target.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_target.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend.dir/ex_blend.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir/CXX.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir/ex_blend2.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir/nihgui.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_bench.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_bench.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_bench.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_bench.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_bench.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_bench.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_bench.dir/ex_blend_bench.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_bench.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_bench.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_bench.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_test.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_test.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_test.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_test.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_test.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_test.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_test.dir/ex_blend_test.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_test.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_test.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_test.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blit.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blit.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blit.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blit.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blit.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blit.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blit.dir/ex_blit.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blit.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blit.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blit.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_clip.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_clip.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_clip.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_clip.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_clip.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_clip.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_clip.dir/ex_clip.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_clip.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_clip.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_clip.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir/CXX.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir/ex_color.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir/nihgui.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_config.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_config.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_config.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_config.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_config.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_config.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_config.dir/ex_config.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_config.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_config.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_config.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_convert.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_convert.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_convert.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_convert.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_convert.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_convert.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_convert.dir/ex_convert.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_convert.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_convert.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_convert.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dir.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dir.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dir.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dir.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dir.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dir.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dir.dir/ex_dir.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dir.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dir.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dir.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_disable_screensaver.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_disable_screensaver.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_disable_screensaver.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_disable_screensaver.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_disable_screensaver.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_disable_screensaver.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_disable_screensaver.dir/ex_disable_screensaver.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_disable_screensaver.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_disable_screensaver.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_disable_screensaver.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_events.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_events.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_events.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_events.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_events.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_events.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_events.dir/ex_display_events.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_events.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_events.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_events.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_options.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_options.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_options.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_options.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_options.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_options.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_options.dir/ex_display_options.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_options.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_options.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_options.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw.dir/ex_draw.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw_bitmap.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw_bitmap.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw_bitmap.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw_bitmap.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw_bitmap.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw_bitmap.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw_bitmap.dir/ex_draw_bitmap.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw_bitmap.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw_bitmap.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw_bitmap.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_drawpixels.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_drawpixels.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_drawpixels.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_drawpixels.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_drawpixels.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_drawpixels.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_drawpixels.dir/ex_drawpixels.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_drawpixels.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_drawpixels.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_drawpixels.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dualies.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dualies.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dualies.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dualies.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dualies.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dualies.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dualies.dir/ex_dualies.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dualies.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dualies.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dualies.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_expose.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_expose.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_expose.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_expose.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_expose.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_expose.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_expose.dir/ex_expose.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_expose.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_expose.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_expose.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_file_slice.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_file_slice.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_file_slice.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_file_slice.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_file_slice.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_file_slice.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_file_slice.dir/ex_file_slice.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_file_slice.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_file_slice.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_file_slice.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_filter.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_filter.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_filter.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_filter.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_filter.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_filter.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_filter.dir/ex_filter.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_filter.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_filter.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_filter.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font.dir/ex_font.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir/CXX.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir/ex_font_justify.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir/nihgui.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_resize.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_resize.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_resize.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_resize.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_resize.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_resize.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_resize.dir/ex_fs_resize.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_resize.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_resize.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_resize.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_window.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_window.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_window.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_window.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_window.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_window.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_window.dir/ex_fs_window.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_window.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_window.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_window.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_get_path.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_get_path.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_get_path.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_get_path.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_get_path.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_get_path.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_get_path.dir/ex_get_path.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_get_path.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_get_path.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_get_path.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_gldepth.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_gldepth.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_gldepth.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_gldepth.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_gldepth.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_gldepth.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_gldepth.dir/ex_gldepth.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_gldepth.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_gldepth.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_gldepth.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_glext.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_glext.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_glext.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_glext.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_glext.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_glext.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_glext.dir/ex_glext.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_glext.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_glext.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_glext.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_haiku.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_haiku.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_haiku.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_haiku.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_haiku.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_haiku.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_haiku.dir/ex_haiku.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_haiku.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_haiku.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_haiku.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_icon.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_icon.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_icon.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_icon.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_icon.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_icon.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_icon.dir/ex_icon.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_icon.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_icon.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_icon.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_events.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_events.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_events.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_events.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_events.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_events.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_events.dir/ex_joystick_events.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_events.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_events.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_events.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_hotplugging.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_hotplugging.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_hotplugging.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_hotplugging.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_hotplugging.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_hotplugging.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_hotplugging.dir/ex_joystick_hotplugging.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_hotplugging.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_hotplugging.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_hotplugging.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_kcm_direct.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_kcm_direct.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_kcm_direct.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_kcm_direct.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_kcm_direct.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_kcm_direct.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_kcm_direct.dir/ex_kcm_direct.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_kcm_direct.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_kcm_direct.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_kcm_direct.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_events.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_events.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_events.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_events.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_events.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_events.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_events.dir/ex_keyboard_events.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_events.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_events.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_events.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_focus.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_focus.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_focus.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_focus.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_focus.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_focus.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_focus.dir/ex_keyboard_focus.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_focus.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_focus.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_focus.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lines.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lines.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lines.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lines.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lines.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lines.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lines.dir/ex_lines.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lines.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lines.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lines.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lockbitmap.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lockbitmap.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lockbitmap.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lockbitmap.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lockbitmap.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lockbitmap.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lockbitmap.dir/ex_lockbitmap.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lockbitmap.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lockbitmap.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lockbitmap.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_logo.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_logo.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_logo.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_logo.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_logo.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_logo.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_logo.dir/ex_logo.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_logo.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_logo.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_logo.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_membmp.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_membmp.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_membmp.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_membmp.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_membmp.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_membmp.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_membmp.dir/ex_membmp.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_membmp.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_membmp.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_membmp.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_memfile.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_memfile.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_memfile.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_memfile.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_memfile.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_memfile.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_memfile.dir/ex_memfile.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_memfile.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_memfile.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_memfile.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_chain.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_chain.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_chain.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_chain.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_chain.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_chain.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_chain.dir/ex_mixer_chain.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_chain.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_chain.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_chain.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_pp.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_pp.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_pp.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_pp.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_pp.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_pp.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_pp.dir/ex_mixer_pp.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_pp.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_pp.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_pp.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_monitorinfo.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_monitorinfo.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_monitorinfo.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_monitorinfo.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_monitorinfo.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_monitorinfo.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_monitorinfo.dir/ex_monitorinfo.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_monitorinfo.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_monitorinfo.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_monitorinfo.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse.dir/ex_mouse.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_cursor.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_cursor.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_cursor.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_cursor.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_cursor.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_cursor.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_cursor.dir/ex_mouse_cursor.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_cursor.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_cursor.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_cursor.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_events.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_events.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_events.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_events.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_events.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_events.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_events.dir/ex_mouse_events.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_events.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_events.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_events.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_focus.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_focus.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_focus.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_focus.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_focus.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_focus.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_focus.dir/ex_mouse_focus.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_focus.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_focus.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_focus.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multisample.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multisample.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multisample.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multisample.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multisample.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multisample.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multisample.dir/ex_multisample.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multisample.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multisample.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multisample.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multiwin.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multiwin.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multiwin.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multiwin.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multiwin.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multiwin.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multiwin.dir/ex_multiwin.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multiwin.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multiwin.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multiwin.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_native_filechooser.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_native_filechooser.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_native_filechooser.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_native_filechooser.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_native_filechooser.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_native_filechooser.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_native_filechooser.dir/ex_native_filechooser.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_native_filechooser.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_native_filechooser.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_native_filechooser.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_nodisplay.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_nodisplay.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_nodisplay.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_nodisplay.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_nodisplay.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_nodisplay.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_nodisplay.dir/ex_nodisplay.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_nodisplay.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_nodisplay.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_nodisplay.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_noframe.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_noframe.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_noframe.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_noframe.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_noframe.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_noframe.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_noframe.dir/ex_noframe.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_noframe.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_noframe.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_noframe.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl.dir/ex_opengl.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl_pixel_shader.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl_pixel_shader.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl_pixel_shader.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl_pixel_shader.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl_pixel_shader.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl_pixel_shader.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl_pixel_shader.dir/ex_opengl_pixel_shader.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl_pixel_shader.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl_pixel_shader.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl_pixel_shader.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path.dir/ex_path.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path_test.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path_test.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path_test.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path_test.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path_test.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path_test.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path_test.dir/ex_path_test.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path_test.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path_test.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path_test.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_physfs.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_physfs.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_physfs.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_physfs.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_physfs.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_physfs.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_physfs.dir/ex_physfs.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_physfs.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_physfs.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_physfs.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir/CXX.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir/ex_pixelformat.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir/nihgui.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_premulalpha.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_premulalpha.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_premulalpha.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_premulalpha.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_premulalpha.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_premulalpha.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_premulalpha.dir/ex_premulalpha.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_premulalpha.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_premulalpha.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_premulalpha.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_prim.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_prim.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_prim.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_prim.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_prim.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_prim.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_prim.dir/ex_prim.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_prim.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_prim.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_prim.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resample_test.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resample_test.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resample_test.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resample_test.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resample_test.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resample_test.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resample_test.dir/ex_resample_test.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resample_test.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resample_test.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resample_test.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize.dir/ex_resize.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize2.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize2.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize2.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize2.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize2.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize2.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize2.dir/ex_resize2.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize2.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize2.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize2.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_rotate.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_rotate.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_rotate.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_rotate.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_rotate.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_rotate.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_rotate.dir/ex_rotate.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_rotate.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_rotate.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_rotate.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_saw.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_saw.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_saw.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_saw.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_saw.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_saw.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_saw.dir/ex_saw.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_saw.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_saw.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_saw.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_scale.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_scale.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_scale.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_scale.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_scale.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_scale.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_scale.dir/ex_scale.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_scale.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_scale.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_scale.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_file.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_file.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_file.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_file.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_file.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_file.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_file.dir/ex_stream_file.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_file.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_file.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_file.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_seek.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_seek.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_seek.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_seek.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_seek.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_seek.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_seek.dir/ex_stream_seek.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_seek.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_seek.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_seek.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_subbitmap.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_subbitmap.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_subbitmap.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_subbitmap.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_subbitmap.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_subbitmap.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_subbitmap.dir/ex_subbitmap.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_subbitmap.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_subbitmap.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_subbitmap.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir/CXX.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir/ex_synth.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir/nihgui.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads.dir/ex_threads.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads2.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads2.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads2.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads2.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads2.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads2.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads2.dir/ex_threads2.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads2.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads2.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads2.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timedwait.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timedwait.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timedwait.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timedwait.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timedwait.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timedwait.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timedwait.dir/ex_timedwait.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timedwait.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timedwait.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timedwait.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timer.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timer.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timer.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timer.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timer.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timer.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timer.dir/ex_timer.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timer.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timer.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timer.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_transform.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_transform.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_transform.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_transform.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_transform.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_transform.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_transform.dir/ex_transform.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_transform.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_transform.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_transform.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_ttf.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_ttf.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_ttf.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_ttf.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_ttf.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_ttf.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_ttf.dir/ex_ttf.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_ttf.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_ttf.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_ttf.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_user_events.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_user_events.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_user_events.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_user_events.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_user_events.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_user_events.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_user_events.dir/ex_user_events.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_user_events.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_user_events.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_user_events.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_utf8.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_utf8.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_utf8.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_utf8.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_utf8.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_utf8.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_utf8.dir/ex_utf8.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_utf8.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_utf8.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_utf8.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_vsync.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_vsync.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_vsync.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_vsync.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_vsync.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_vsync.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_vsync.dir/ex_vsync.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_vsync.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_vsync.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_vsync.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_warp_mouse.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_warp_mouse.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_warp_mouse.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_warp_mouse.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_warp_mouse.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_warp_mouse.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_warp_mouse.dir/ex_warp_mouse.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_warp_mouse.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_warp_mouse.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_warp_mouse.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_windows.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_windows.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_windows.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_windows.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_windows.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_windows.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_windows.dir/ex_windows.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_windows.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_windows.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_windows.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_winfull.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_winfull.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_winfull.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_winfull.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_winfull.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_winfull.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_winfull.dir/ex_winfull.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_winfull.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_winfull.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_winfull.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/progress.marks >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmake_install.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/common.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/DejaVuSans.LICENSE >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/DejaVuSans.ttf >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/a4_font.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/allegro.pcx >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/bkg.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/bmpfont.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/cursor.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/ex_physfs.zip >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/ex_ttf.ini >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/exconfig.ini >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/fakeamp.bmp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/fixed_font.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/font.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/green.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_0.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_1.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_2.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_3.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_4.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_5.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_6.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_7.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_effect.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/black_bead_opaque_A.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/dropshadow.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth4.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_0.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_1.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_2.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_3.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_4.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_5.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_6.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_7.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_0.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_1.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_2.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_3.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_4.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_5.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_6.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_7.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/flame2.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/healthy_glow.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/main_flame2.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/overlay_pretty.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/select.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_0.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_1.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_2.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_3.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_4.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_5.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_6.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_7.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_droplets.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku/wind3.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/icon.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/mask.pcx >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/mysha.pcx >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/mysha.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/mysha256x256.png >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/obp.jpg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/planet.pcx >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/sample.cfg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/testing.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/texture.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/CMakeDirectoryInformation.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/CXX.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/Asteroid.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/BitmapResource.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/Bullet.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/ButtonWidget.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/Debug.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/DisplayResource.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/Entity.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/Explosion.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/FontResource.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/GUI.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/Game.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/Input.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/LargeAsteroid.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/LargeBullet.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/LargeSlowBullet.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/MediumAsteroid.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/Player.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/PowerUp.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/Resource.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/ResourceManager.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/SampleResource.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/SmallAsteroid.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/SmallBullet.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/StreamResource.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/UFO.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/a5teroids.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/collision.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/logic.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/render.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/sound.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src/wave.cpp.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/progress.marks >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeLists.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/Icon.icns >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/background.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/large_asteroid.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/large_bullet.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/large_explosion_0.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/large_explosion_1.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/large_explosion_2.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/large_explosion_3.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/large_explosion_4.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/large_font.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/life_powerup.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/logo.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/medium_asteroid.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/ship.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/ship_icon.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/ship_trans.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/small_asteroid.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/small_bullet.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/small_explosion_0.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/small_explosion_1.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/small_explosion_2.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/small_explosion_3.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/small_explosion_4.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/small_font.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/trail.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/ufo0.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/ufo1.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/ufo2.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx/weapon_powerup.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/sfx/big_explosion.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/sfx/collision.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/sfx/fire_large.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/sfx/fire_small.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/sfx/game_music.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/sfx/powerup.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/sfx/small_explosion.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/sfx/title_music.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/a5teroids >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/cmake_install.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/Icon.icns >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/background.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/large_asteroid.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/large_bullet.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/large_explosion_0.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/large_explosion_1.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/large_explosion_2.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/large_explosion_3.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/large_explosion_4.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/large_font.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/life_powerup.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/logo.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/medium_asteroid.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/ship.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/ship_icon.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/ship_trans.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/small_asteroid.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/small_bullet.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/small_explosion_0.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/small_explosion_1.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/small_explosion_2.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/small_explosion_3.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/small_explosion_4.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/small_font.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/trail.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/ufo0.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/ufo1.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/ufo2.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx/weapon_powerup.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/sfx/big_explosion.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/sfx/collision.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/sfx/fire_large.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/sfx/fire_small.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/sfx/game_music.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/sfx/powerup.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/sfx/small_explosion.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/sfx/title_music.ogg >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Asteroid.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/BitmapResource.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Bullet.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/ButtonWidget.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Debug.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/DisplayResource.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Entity.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Explosion.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/FontResource.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Game.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Input.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/LargeAsteroid.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/LargeBullet.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/LargeSlowBullet.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/MediumAsteroid.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Player.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/PowerUp.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Resource.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/ResourceManager.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/SampleResource.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/SmallAsteroid.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/SmallBullet.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/StreamResource.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/UFO.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Wave.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Weapon.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/Widget.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/a5teroids.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/collision.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/gui.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/logic.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/render.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include/sound.hpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/Asteroid.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/BitmapResource.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/Bullet.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/ButtonWidget.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/Debug.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/DisplayResource.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/Entity.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/Explosion.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/FontResource.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/GUI.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/Game.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/Input.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/LargeAsteroid.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/LargeBullet.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/LargeSlowBullet.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/MediumAsteroid.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/Player.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/PowerUp.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/Resource.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/ResourceManager.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/SampleResource.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/SmallAsteroid.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/SmallBullet.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/StreamResource.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/UFO.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/a5teroids.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/collision.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/logic.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/render.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/sound.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src/wave.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/29.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/CMakeDirectoryInformation.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/progress.marks >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/C.includecache >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/DependInfo.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/a4_aux.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/badguys.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/build.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/bullets.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/cmake_clean.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/depend.internal >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/depend.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/explode.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/flags.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/hiscore.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/link.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/main.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/message.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/player.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/progress.make >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/sound.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/title.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir/view.c.o >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeLists.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/Resources/a4_font.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/a4_aux.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/a4_aux.h >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/a4_font.tga >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/badguys.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/bullets.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/cmake_install.cmake >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/explode.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/hiscore.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/main.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/message.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/player.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/port.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/sound.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/speed >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/speed.h >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/speed.txt >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/title.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/update.pl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/view.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_acodec >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_acodec.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_acodec_multi >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_acodec_multi.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_audio_chain >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_audio_chain.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_audio_props >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_audio_props.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_audio_simple >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_audio_simple.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap_flip >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap_flip.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap_target >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap_target.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_blend >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_blend.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_blend2 >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_blend2.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_blend_bench >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_blend_bench.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_blend_test >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_blend_test.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_blit >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_blit.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_clip >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_clip.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_color >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_color.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_config >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_config.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_convert >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_convert.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_curl.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_d3d.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_dir >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_dir.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_disable_screensaver >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_disable_screensaver.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_display_events >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_display_events.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_display_options >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_display_options.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_draw >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_draw.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_draw_bitmap >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_draw_bitmap.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_drawpixels >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_drawpixels.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_dualies >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_dualies.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_expose >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_expose.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_file_slice >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_file_slice.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_filter >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_filter.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_font >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_font.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_font_justify >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_font_justify.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_fs_resize >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_fs_resize.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_fs_window >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_fs_window.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_get_path >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_get_path.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_gldepth >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_gldepth.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_glext >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_glext.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_gp2xwiz.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_haiku >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_haiku.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_icon >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_icon.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_iphone.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_joystick_events >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_joystick_events.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_joystick_hotplugging >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_joystick_hotplugging.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_kcm_direct >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_kcm_direct.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_keyboard_events >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_keyboard_events.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_keyboard_focus >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_keyboard_focus.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_lines >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_lines.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_lockbitmap >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_lockbitmap.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_logo >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_logo.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_membmp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_membmp.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_memfile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_memfile.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mixer_chain >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mixer_chain.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mixer_pp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mixer_pp.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_monitorinfo >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_monitorinfo.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mouse >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mouse.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_cursor >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_cursor.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_events >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_events.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_focus >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_focus.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_multisample >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_multisample.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_multiwin >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_multiwin.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_native_filechooser >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_native_filechooser.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_nodisplay >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_nodisplay.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_noframe >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_noframe.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_ogre3d.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_opengl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_opengl.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_opengl_pixel_shader >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_opengl_pixel_shader.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_path >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_path.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_path_test >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_path_test.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_physfs >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_physfs.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_pixelformat >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_pixelformat.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_premulalpha >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_premulalpha.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_prim >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_prim.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_resample_test >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_resample_test.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_resize >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_resize.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_resize2 >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_resize2.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_rotate >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_rotate.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_saw >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_saw.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_scale >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_scale.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_stream_file >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_stream_file.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_stream_seek >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_stream_seek.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_subbitmap >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_subbitmap.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_synth >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_synth.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_threads >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_threads.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_threads2 >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_threads2.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_timedwait >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_timedwait.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_timer >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_timer.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_transform >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_transform.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_ttf >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_ttf.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_user_events >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_user_events.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_utf8 >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_utf8.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_vsync >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_vsync.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_warp_mouse >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_warp_mouse.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_windows >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_windows.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_winfull >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex_winfull.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nihgui.cpp >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nihgui.hpp >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/Resources >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles/speed.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed/CMakeFiles >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/speed >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/src >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/include >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/sfx >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data/gfx >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/data >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/sfx >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data/gfx >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources/data >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/Resources >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir/src >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles/a5teroids.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids/CMakeFiles >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/a5teroids >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/haiku >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/data >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_winfull.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_windows.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_warp_mouse.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_vsync.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_utf8.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_user_events.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_ttf.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_transform.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timer.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_timedwait.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads2.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_threads.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_synth.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_subbitmap.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_seek.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_stream_file.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_scale.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_saw.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_rotate.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize2.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resize.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_resample_test.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_prim.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_premulalpha.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_pixelformat.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_physfs.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path_test.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_path.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl_pixel_shader.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_opengl.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_noframe.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_nodisplay.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_native_filechooser.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multiwin.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_multisample.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_focus.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_events.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse_cursor.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mouse.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_monitorinfo.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_pp.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_mixer_chain.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_memfile.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_membmp.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_logo.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lockbitmap.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_lines.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_focus.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_keyboard_events.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_kcm_direct.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_hotplugging.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_joystick_events.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_icon.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_haiku.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_glext.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_gldepth.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_get_path.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_window.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_fs_resize.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font_justify.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_font.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_filter.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_file_slice.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_expose.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dualies.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_drawpixels.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw_bitmap.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_draw.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_options.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_display_events.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_disable_screensaver.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_dir.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_convert.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_config.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_color.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_clip.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blit.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_test.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend_bench.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend2.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_blend.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_target.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap_flip.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_bitmap.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_simple.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_props.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_audio_chain.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec_multi.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles/ex_acodec.dir >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeFiles >X%%PORTEXAMPLES%%@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%% >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/src/refman/images >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/src/refman >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/src >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/refman/images >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/refman >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/html >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >X@dirrmtry include/allegro5/platform >X@dirrmtry include/allegro5/opengl/GLext >X@dirrmtry include/allegro5/opengl >X@dirrmtry include/allegro5/internal >X@dirrmtry include/allegro5/inline >X@dirrmtry include/allegro5 >f3bfb8cdd4834d63d10f5736a58a7436 >echo c - allegro-devel5/files >mkdir -p allegro-devel5/files > /dev/null 2>&1 >echo x - allegro-devel5/files/patch-CMakeLists.txt >sed 's/^X//' >allegro-devel5/files/patch-CMakeLists.txt << 'a936d2c7bf9423dc08e5589949954255' >X--- CMakeLists.txt.orig 2012-06-24 08:30:11.000000000 +0200 >X+++ CMakeLists.txt 2012-10-05 22:02:53.000000000 +0200 >X@@ -899,7 +899,7 @@ >X @ONLY >X ) >X install(FILES ${LIBRARY_OUTPUT_PATH}/pkgconfig/${outname} >X- DESTINATION "lib${LIB_SUFFIX}/pkgconfig" >X+ DESTINATION "libdata/pkgconfig" >X ) >X endforeach(name) >X endif(UNIX AND NOT WANT_FRAMEWORKS AND NOT IPHONE) >a936d2c7bf9423dc08e5589949954255 >echo x - allegro-devel5/files/patch-addons-audio-pulseaudio.c >sed 's/^X//' >allegro-devel5/files/patch-addons-audio-pulseaudio.c << '102912e36304b9d5c0fff26e342c2dcc' >X--- addons/audio/pulseaudio.c.orig 2012-06-24 08:13:41.000000000 +0200 >X+++ addons/audio/pulseaudio.c 2012-10-09 00:54:07.000000000 +0200 >X@@ -22,7 +22,7 @@ >X #include <pulse/error.h> >X #include <pulse/introspect.h> >X #include <pulse/mainloop.h> >X-#include <malloc.h> >X+#include <stdlib.h> >X >X ALLEGRO_DEBUG_CHANNEL("PulseAudio") >X >102912e36304b9d5c0fff26e342c2dcc >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 172981
: 129030