# Makefile.in generated by automake 1.14.1 from Makefile.am. # modules/graphics/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. # # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab # Copyright (C) INRIA - 2006 - Sylvestre Ledru # Copyright (C) DIGITEO - 2009-2010 - Pierre MARECHAL # # This file must be used under the terms of the CeCILL. # This source file is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # are also available at # http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt # # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab # Copyright (C) 2006-2008 - INRIA - Sylvestre LEDRU # Copyright (C) 2008 - INRIA - Pierre MARECHAL # # This file must be used under the terms of the CeCILL. # This source file is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # are also available at # http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt # ########## ### Makefile included stuff ### Target, variable, suffixes which are supposed to be useful in every makefile.am ########## am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/scilab pkgincludedir = $(includedir)/scilab pkglibdir = $(libdir)/scilab pkglibexecdir = $(libexecdir)/scilab am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = x86_64-unknown-linux-gnu host_triplet = x86_64-unknown-linux-gnu am__append_1 = libscigraphics.la DIST_COMMON = $(top_srcdir)/Makefile.incl.am $(srcdir)/Makefile.in \ $(srcdir)/Makefile.am $(top_srcdir)/config/mkinstalldirs \ $(top_srcdir)/config/depcomp am__append_2 = java subdir = modules/graphics ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/backtrace.m4 \ $(top_srcdir)/m4/compiler.m4 $(top_srcdir)/m4/curl.m4 \ $(top_srcdir)/m4/docbook.m4 $(top_srcdir)/m4/doxygen.m4 \ $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \ $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \ $(top_srcdir)/m4/intel_compiler.m4 \ $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \ $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \ $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \ $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \ $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \ $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(pkglibdir)" \ "$(DESTDIR)$(libscigraphics_la_etcdir)" \ "$(DESTDIR)$(libscigraphics_la_rootdir)" \ "$(DESTDIR)$(libscigraphics_la_sci_gatewaydir)" \ "$(DESTDIR)$(libscigraphics_la_geddir)" LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES) libscigraphics_algo_la_LIBADD = am__dirstamp = $(am__leading_dot)dirstamp am__objects_1 = src/c/libscigraphics_algo_la-GetCommandArg.lo \ src/c/libscigraphics_algo_la-loadTextRenderingAPI.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_figure_position_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_figure_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_visible_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_old_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_figures_id_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_figure_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_pixel_drawing_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_line_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_axes_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_thickness_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_font_foreground_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_bar_layout_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_current_axes_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_bar_width_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_datatips_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_font_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_default_axes_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_default_axes_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_y_shift_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_immediate_drawing_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_current_entity_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_background_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_type_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_current_figure_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_mark_foreground_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_default_figure_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_children_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_parent_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_surface_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_figure_id_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_mark_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_mode.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_font_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_x_shift_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_z_shift_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_line_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_foreground_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_mark_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_color_map_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_polyline_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_font_angle_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_vector.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_figure_name_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_factor_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_unit_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_mark_offset_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_mark_stride_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_mark_background_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_auto_resize_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_fill_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_tight_limits_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_auto_ticks_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_x_label_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_auto_scale_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_auto_dimensionning_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_clip_box_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_tics_direction_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_position_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_y_label_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_data_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_auto_clear_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_title_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_state_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_box_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_log_flags_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_x_location_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_y_location_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_z_label_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_alignment_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_font_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_auto_rotation_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_clip_state_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_callback_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_auto_position_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_closed_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_text_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_margins_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_view_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_data_bounds_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_axes_reverse_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_tics_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_axes_bounds_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_tics_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_user_data_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_xtics_coord_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_color_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_z_bounds_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_data_mapping_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_angles_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_callback_type_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_format_n_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_color_flag_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_sub_tics_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_axis_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_ytics_coord_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_isoview_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_grid_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_grid_thickness_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_grid_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_box_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_handle_visible_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_surface_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_tics_label_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_axes_visible_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_cube_scaling_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_tics_segment_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_cdata_mapping_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_colored_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_triangles_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_viewport_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_info_message_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_y_ticks_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_z_ticks_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_x_ticks_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_format_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_st_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-setGetHashTable.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_segs_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_screen_position_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_enable_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_arc_drawing_method_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_fractional_font_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_links_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_legend_location_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_filled_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_color_range_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_outside_colors_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_grid_position_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_anti_aliasing_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_tag_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_image_type_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_resize_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_toolbar_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_menubar_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_infobar_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_dockable_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_rect_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-GetHashTable.lo \ src/c/libscigraphics_algo_la-graphicModuleLoad.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_old_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_figure_name_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-getPropertyAssignedValue.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_visible_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_pixel_drawing_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_vector_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_immediate_drawing_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_figure_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_background_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_current_figure_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_axes_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_default_values_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_figure_position_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_color_map_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_auto_resize_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_current_axes_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_current_entity_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_figure_id_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_figure_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_mark_offset_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_mark_stride_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_y_shift_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_auto_scale_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_auto_dimensionning_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_text_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_mark_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_clip_box_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_z_shift_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_line_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_polyline_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_line_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_thickness_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_font_foreground_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_bar_layout_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_bar_width_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_datatips_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-SetPropertyStatus.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_font_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_surface_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_font_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_mark_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_mark_background_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_data_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_font_angle_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_auto_clear_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_factor_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_unit_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_state_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_fill_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_box_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_font_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_alignment_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_mark_foreground_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_clip_state_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_x_shift_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_foreground_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_tics_direction_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_title_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_x_location_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_auto_position_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_tight_limits_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_x_label_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_y_label_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_y_location_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_z_label_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_auto_rotation_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_callback_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_closed_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_cdata_mapping_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_y_ticks_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_z_bounds_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_position_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_z_ticks_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_axes_bounds_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_tics_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-SetHashTable.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_handle_visible_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_parent_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_axes_visible_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_triangles_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_tics_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_color_flag_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_tics_segment_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_user_data_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_view_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_children_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_axes_reverse_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_grid_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_grid_thickness_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_grid_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_log_flags_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_cube_scaling_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_colored_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_margins_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_auto_ticks_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_xtics_coord_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_color_mode_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_data_bounds_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_tics_labels_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_data_mapping_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_angles_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_callback_type_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_segs_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_format_n_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_sub_tics_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_axis_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_isoview_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_box_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_label_font_style_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_surface_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_yticks_coord_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-CheckTicksProperty.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_x_ticks_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_format_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_st_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_viewport_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_info_message_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_screen_position_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_enable_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_arc_drawing_method_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_fractional_font_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_links_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_legend_location_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_filled_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_color_range_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_outside_colors_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_grid_position_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_anti_aliasing_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_tag_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_figure_resizefcn_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_figure_resizefcn_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_figure_closerequestfcn_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_figure_closerequestfcn_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_datatip_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_datatip_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_image_type_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_display_function_data_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_display_function_data_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_resize_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_toolbar_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_menubar_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_infobar_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_dockable_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_layout_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_layout_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_constraints_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_constraints_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_rect_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_layout_options_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_layout_options_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_border_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_border_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_groupname_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_groupname_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_tabtitle_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_tabtitle_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_scrollable_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_scrollable_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_marks_count_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_marks_count_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_line_width_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_line_width_property.lo \ src/c/libscigraphics_algo_la-DefaultCommandArg.lo \ src/c/libscigraphics_algo_la-Axes.lo \ src/c/libscigraphics_algo_la-sciMatrix.lo \ src/c/libscigraphics_algo_la-DrawObjects.lo \ src/c/libscigraphics_algo_la-GetProperty.lo \ src/c/libscigraphics_algo_la-Contour.lo \ src/c/libscigraphics_algo_la-SetProperty.lo \ src/c/libscigraphics_algo_la-BasicAlgos.lo \ src/c/libscigraphics_algo_la-BuildObjects.lo \ src/c/libscigraphics_algo_la-sciCall.lo \ src/c/libscigraphics_algo_la-CloneObjects.lo \ src/c/libscigraphics_algo_la-InitObjects.lo \ src/c/libscigraphics_algo_la-pixel_mode.lo \ src/c/libscigraphics_algo_la-Format.lo \ src/c/libscigraphics_algo_la-Champ.lo \ src/c/libscigraphics_algo_la-StringMatrix.lo \ src/c/libscigraphics_algo_la-FeC.lo \ src/c/libscigraphics_algo_la-Plo2dEch.lo \ src/c/libscigraphics_algo_la-Plo2dn.lo \ src/c/libscigraphics_algo_la-Gray.lo \ src/c/libscigraphics_algo_la-DestroyObjects.lo \ src/c/libscigraphics_algo_la-math_graphics.lo \ src/c/libscigraphics_algo_la-Interaction.lo \ src/c/libscigraphics_algo_la-StringBox.lo \ src/c/libscigraphics_algo_la-axesScale.lo \ src/c/libscigraphics_algo_la-TerminateGraphics.lo \ src/c/libscigraphics_algo_la-periEmpty.lo \ src/c/libscigraphics_algo_la-scitokenize.lo \ src/c/libscigraphics_algo_la-get_ticks_utils.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_ambient_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_diffuse_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_specular_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_use_color_material_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_material_shininess_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_light_type_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_direction_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_ambient_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_diffuse_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_specular_color_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_use_color_material_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_material_shininess_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_light_type_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_direction_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-set_auto_margins_property.lo \ src/c/getHandleProperty/libscigraphics_algo_la-get_auto_margins_property.lo \ src/c/libscigraphics_algo_la-name2rgb.lo \ src/c/libscigraphics_algo_la-addColor.lo am__objects_2 = src/cpp/libscigraphics_algo_la-ContourOnMesh.lo am_libscigraphics_algo_la_OBJECTS = $(am__objects_1) $(am__objects_2) libscigraphics_algo_la_OBJECTS = $(am_libscigraphics_algo_la_OBJECTS) AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent am__v_lt_1 = am_libscigraphics_algo_la_rpath = libscigraphics_disable_la_LIBADD = am_libscigraphics_disable_la_OBJECTS = \ src/nographics/libscigraphics_disable_la-nographics.lo libscigraphics_disable_la_OBJECTS = \ $(am_libscigraphics_disable_la_OBJECTS) libscigraphics_la_DEPENDENCIES = libscigraphics-algo.la am__objects_3 = sci_gateway/c/libscigraphics_la-sci_swap_handles.lo \ sci_gateway/c/libscigraphics_la-sci_grayplot.lo \ sci_gateway/c/libscigraphics_la-sci_matplot1.lo \ sci_gateway/c/libscigraphics_la-sci_xfpolys.lo \ sci_gateway/c/libscigraphics_la-sci_xget.lo \ sci_gateway/c/libscigraphics_la-sci_newaxes.lo \ sci_gateway/c/libscigraphics_la-sci_xlfont.lo \ sci_gateway/c/libscigraphics_la-sci_xgraduate.lo \ sci_gateway/c/libscigraphics_la-sci_xgrid.lo \ sci_gateway/c/libscigraphics_la-sci_xclick.lo \ sci_gateway/c/libscigraphics_la-sci_geom3d.lo \ sci_gateway/c/libscigraphics_la-sci_xset.lo \ sci_gateway/c/libscigraphics_la-sci_unzoom.lo \ sci_gateway/c/libscigraphics_la-sci_xsegs.lo \ sci_gateway/c/libscigraphics_la-sci_glue.lo \ sci_gateway/c/libscigraphics_la-sci_xarc.lo \ sci_gateway/c/libscigraphics_la-sci_xpolys.lo \ sci_gateway/c/libscigraphics_la-sci_xstring.lo \ sci_gateway/c/libscigraphics_la-sci_xstringb.lo \ sci_gateway/c/libscigraphics_la-sci_show_window.lo \ sci_gateway/c/libscigraphics_la-sci_param3d1.lo \ sci_gateway/c/libscigraphics_la-sci_xname.lo \ sci_gateway/c/libscigraphics_la-sci_xpoly.lo \ sci_gateway/c/libscigraphics_la-sci_xchange.lo \ sci_gateway/c/libscigraphics_la-sci_matplot.lo \ sci_gateway/c/libscigraphics_la-sci_drawaxis.lo \ sci_gateway/c/libscigraphics_la-sci_demo.lo \ sci_gateway/c/libscigraphics_la-sci_plot2d1.lo \ sci_gateway/c/libscigraphics_la-sci_xrect.lo \ sci_gateway/c/libscigraphics_la-sci_xarrows.lo \ sci_gateway/c/libscigraphics_la-sci_plot3d.lo \ sci_gateway/c/libscigraphics_la-sci_move.lo \ sci_gateway/c/libscigraphics_la-sci_copy.lo \ sci_gateway/c/libscigraphics_la-sci_get.lo \ sci_gateway/c/libscigraphics_la-sci_xarcs.lo \ sci_gateway/c/libscigraphics_la-sci_xfpoly.lo \ sci_gateway/c/libscigraphics_la-sci_drawlater.lo \ sci_gateway/c/libscigraphics_la-sci_champ.lo \ sci_gateway/c/libscigraphics_la-sci_set.lo \ sci_gateway/c/libscigraphics_la-sci_unglue.lo \ sci_gateway/c/libscigraphics_la-gw_graphics.lo \ sci_gateway/c/libscigraphics_la-sci_zoom_rect.lo \ sci_gateway/c/libscigraphics_la-sci_delete.lo \ sci_gateway/c/libscigraphics_la-sci_plot2d.lo \ sci_gateway/c/libscigraphics_la-sci_xrects.lo \ sci_gateway/c/libscigraphics_la-sci_xtitle.lo \ sci_gateway/c/libscigraphics_la-sci_StringBox.lo \ sci_gateway/c/libscigraphics_la-sci_xgetmouse.lo \ sci_gateway/c/libscigraphics_la-sci_drawnow.lo \ sci_gateway/c/libscigraphics_la-sci_xfarcs.lo \ sci_gateway/c/libscigraphics_la-sci_param3d.lo \ sci_gateway/c/libscigraphics_la-sci_contour2di.lo \ sci_gateway/c/libscigraphics_la-sci_xdel.lo \ sci_gateway/c/libscigraphics_la-sci_winsid.lo \ sci_gateway/c/libscigraphics_la-sci_fec.lo \ sci_gateway/c/libscigraphics_la-sci_rubberbox.lo \ sci_gateway/c/libscigraphics_la-sci_rotate_axes.lo \ sci_gateway/c/libscigraphics_la-sci_is_handle_valid.lo \ sci_gateway/c/libscigraphics_la-sci_Legend.lo \ sci_gateway/c/libscigraphics_la-sci_light.lo \ sci_gateway/c/libscigraphics_la-sci_color.lo \ sci_gateway/c/libscigraphics_la-sci_name2rgb.lo \ sci_gateway/c/libscigraphics_la-sci_addcolor.lo am__objects_4 = sci_gateway/cpp/libscigraphics_la-sci_contour2dm.lo am_libscigraphics_la_OBJECTS = $(am__objects_3) $(am__objects_4) libscigraphics_la_OBJECTS = $(am_libscigraphics_la_OBJECTS) am_libscigraphics_la_rpath = -rpath $(pkglibdir) AM_V_P = $(am__v_P_$(V)) am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I. -I$(top_builddir)/modules/core/includes depcomp = $(SHELL) $(top_srcdir)/config/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) AM_V_CXX = $(am__v_CXX_$(V)) am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY)) am__v_CXX_0 = @echo " CXX " $@; am__v_CXX_1 = CXXLD = $(CXX) CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CXXLD = $(am__v_CXXLD_$(V)) am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY)) am__v_CXXLD_0 = @echo " CXXLD " $@; am__v_CXXLD_1 = SOURCES = $(libscigraphics_algo_la_SOURCES) \ $(libscigraphics_disable_la_SOURCES) \ $(libscigraphics_la_SOURCES) DIST_SOURCES = $(libscigraphics_algo_la_SOURCES) \ $(libscigraphics_disable_la_SOURCES) \ $(libscigraphics_la_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac DATA = $(libscigraphics_la_etc_DATA) $(libscigraphics_la_root_DATA) \ $(libscigraphics_la_sci_gateway_DATA) \ $(nobase_libscigraphics_la_ged_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/missing aclocal-1.14 ALL_LINGUAS = en_US fr_FR zh_CN zh_TW ru_RU ca_ES de_DE es_ES pt_BR ja_JP it_IT uk_UA pl_PL cs_CZ ALL_LINGUAS_DOC = en_US fr_FR pt_BR ja_JP ru_RU AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 ANT = /usr/bin/ant ANTLR = /usr/share/java/antlr.jar AR = ar ARPACK_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -larpack ASM3 = /usr/share/java/asm3-3.3.2.jar AUTOCONF = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/missing autoconf AUTOHEADER = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/missing autoheader AUTOMAKE = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/missing automake-1.14 AVALON_FRAMEWORK = /home/shivendra/final/scilab_for_xcos/thirdparty/avalon-framework.jar AWK = mawk BATIK = /home/shivendra/final/scilab_for_xcos/thirdparty/batik-all-1.7.jar BLAS_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lblas CC = gcc CCACHE = CCDEPMODE = depmode=gcc3 CFLAGS = -g -O2 CHECKSTYLE = COBERTURA = /usr/share/java/cobertura.jar COMMONS_BEANUTILS = COMMONS_IO = /home/shivendra/final/scilab_for_xcos/thirdparty/commons-io.jar COMMONS_LOGGING = /home/shivendra/final/scilab_for_xcos/thirdparty/commons-logging.jar CPP = gcc -E CPPFLAGS = CURL_CFLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include CURL_CONFIG = /home/shivendra/final/scilab_for_xcos/usr/bin/curl-config CURL_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lcurl -L/home/scilab/work/linux-prerequisites-sources/trunk/Dev-Tools/SE/Prerequirements/linux_x64/usr/lib -L/home/scilab/work/linux-prerequisites-sources/trunk/Dev-Tools/SE/Prerequirements/linux_x64/usr/lib -lssl -lcrypto -lrt -lz CURL_VERSION = libcurl 7.19.7 CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 CXXFLAGS = -g -O2 CYGPATH_W = echo DEFS = -DHAVE_CONFIG_H DEMOTOOLS_ENABLE = yes DEPDIR = .deps DLLTOOL = false DOCBOOK_ROOT = /home/shivendra/final/scilab_for_xcos/thirdparty/docbook/ DOXYGEN_BIN = DSYMUTIL = DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = ECJ = /home/shivendra/final/scilab_for_xcos/thirdparty/ecj.jar EGREP = /bin/grep -E EXEEXT = F77 = gfortran FFLAGS = -g -O2 FFTW3_LIB = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lfftw3 FFTW_ENABLE = yes FGREP = /bin/grep -F FLEXDOCK = /home/shivendra/final/scilab_for_xcos/thirdparty/flexdock-1.2.4.jar FLIBS = -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath FOP = /home/shivendra/final/scilab_for_xcos/thirdparty/fop.jar FREEHEP_GRAPHICS2D = /home/shivendra/final/scilab_for_xcos/thirdparty/freehep-graphics2d.jar FREEHEP_GRAPHICSIO = /home/shivendra/final/scilab_for_xcos/thirdparty/freehep-graphicsio.jar FREEHEP_GRAPHICSIO_EMF = /home/shivendra/final/scilab_for_xcos/thirdparty/freehep-graphicsio-emf.jar FREEHEP_IO = /home/shivendra/final/scilab_for_xcos/thirdparty/freehep-io.jar FREEHEP_UTIL = /home/shivendra/final/scilab_for_xcos/thirdparty/freehep-util.jar GENHTML = GETTEXT_MACRO_VERSION = 0.19 GIWS_BIN = GLUEGEN2_RT = /home/shivendra/final/scilab_for_xcos/thirdparty/gluegen2-rt.jar GMSGFMT = /usr/bin/msgfmt GMSGFMT_015 = /usr/bin/msgfmt GRAPHICS_ENABLE = yes GREP = /bin/grep GUI_ENABLE = yes HDF5_CFLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include HDF5_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lhdf5 -lhdf5_hl HELP_ENABLE = yes INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s INTLLIBS = INTL_MACOSX_LIBS = JAR = /usr/lib/jvm/java-8-openjdk-amd64/bin/jar JAVA = /usr/lib/jvm/java-8-openjdk-amd64/bin/java JAVAC = /usr/lib/jvm/java-8-openjdk-amd64/bin/javac JAVAC_DEBUG = off JAVADOC = /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc JAVAH = /usr/lib/jvm/java-8-openjdk-amd64/bin/javah JAVASCI_ENABLE = yes JAVA_ENABLE = yes JAVA_G = /usr/lib/jvm/java-8-openjdk-amd64/bin/java JAVA_HOME = /usr/lib/jvm/java-8-openjdk-amd64 JAVA_JNI_INCLUDE = -I/usr/lib/jvm/java-8-openjdk-amd64/include -I/usr/lib/jvm/java-8-openjdk-amd64/include/linux JAVA_JNI_LIBS = -L/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server -ljvm JDB = /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb JEUCLID_CORE = /home/shivendra/final/scilab_for_xcos/thirdparty/jeuclid-core.jar JGRAPHX = /home/shivendra/final/scilab_for_xcos/thirdparty/jgraphx.jar JHALL = /home/shivendra/final/scilab_for_xcos/thirdparty/jhall.jar JLATEXMATH = /home/shivendra/final/scilab_for_xcos/thirdparty/jlatexmath-1.0.3.jar JLATEXMATH_FOP = /home/shivendra/final/scilab_for_xcos/thirdparty/jlatexmath-fop-1.0.3.jar JOGL2 = /home/shivendra/final/scilab_for_xcos/thirdparty/jogl2.jar JROSETTA_API = /home/shivendra/final/scilab_for_xcos/thirdparty/jrosetta-API.jar JROSETTA_ENGINE = /home/shivendra/final/scilab_for_xcos/thirdparty/jrosetta-engine.jar JUNIT4 = /usr/share/java/junit4.jar LAPACK_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -llapack LCOV = LD = /usr/bin/ld -m elf_x86_64 LDFLAGS = -Wl,--no-as-needed LIBICONV = -liconv LIBINTL = LIBM = -lm LIBOBJS = LIBS = -lpthread -ldl -lcurses -lm LIBTOOL = $(SHELL) $(top_builddir)/libtool LIPO = LN_S = ln -s LOGGING_LEVEL = SEVERE LOOKS = /home/shivendra/final/scilab_for_xcos/thirdparty/looks-2.1.1.jar LTLIBICONV = -liconv LTLIBINTL = LTLIBOBJS = MAINT = # MAKEINFO = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/missing makeinfo MANIFEST_TOOL = : MATIO_CFLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include MATIO_ENABLE = yes MATIO_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lm -lz -lmatio -lhdf5 MKDIR_P = /bin/mkdir -p MPI_ENABLE = no MSGCAT = /usr/bin/msgcat MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt MSGMERGE = /usr/bin/msgmerge NM = nm NMEDIT = OBJDUMP = objdump OBJEXT = o OCAMLC = ocamlc OCAMLDEP = ocamldep OCAMLLEX = ocamllex OCAMLOPT = ocamlopt OCAMLYACC = ocamlyacc OPENMPI_CC = OPENMPI_CFLAGS = OPENMPI_CXX = OPENMPI_CXXFLAGS = OPENMPI_LIBS = OPENMP_CFLAGS = -fopenmp OPENMP_CXXFLAGS = -fopenmp OPENMP_ENABLE = yes OPENMP_LIBS = -lgomp -lstdc++ OTOOL = OTOOL64 = PACKAGE = scilab PACKAGE_BUGREPORT = http://bugzilla.scilab.org/ PACKAGE_NAME = Scilab PACKAGE_STRING = Scilab 5 PACKAGE_TARNAME = scilab PACKAGE_URL = PACKAGE_VERSION = 5 PATH_SEPARATOR = : PCRE_CFLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include PCRE_CONFIG = /home/shivendra/final/scilab_for_xcos/usr/bin/pcre-config PCRE_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lpcreposix -lpcre PCRE_VERSION = 8.35 PKG_CONFIG = /usr/bin/pkg-config POSUB = po POW_LIB = PYTHON = RANLIB = ranlib RELOCATABLE = no RT_LIB = -lrt SAXON = /home/shivendra/final/scilab_for_xcos/thirdparty/saxon9he.jar SCILAB_BINARY_VERSION = 5.5.2 SCILAB_LIBRARY_VERSION = 5:5:2 SCILAB_VERSION_MAINTENANCE = 2 SCILAB_VERSION_MAJOR = 5 SCILAB_VERSION_MINOR = 5 SCIRENDERER = ${modules.dir}/scirenderer/${build.jar.dir}/scirenderer.jar SCIRENDERER_CP = $SCILAB/modules/scirenderer/jar/scirenderer.jar SCI_CFLAGS = -D_LARGEFILE64_SOURCE -DNDEBUG -m64 -fno-stack-protector SCI_CXXFLAGS = -DNDEBUG -fno-stack-protector SCI_FFLAGS = -DNDEBUG -m64 -fPIC SCI_LDFLAGS = SED = /bin/sed SET_MAKE = SET_RELOCATABLE = SHELL = /bin/bash SKINLF = /home/shivendra/final/scilab_for_xcos/thirdparty/skinlf.jar SPLINT = no STRIP = strip SWIG_BIN = SWIG_JAVA = SWIG_RUNTIME_LIBS_DIR = SWIG_SCILAB = TCLTK_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -ltk8.5 -L/home/shivendra/final/scilab_for_xcos/usr/lib -ltcl8.5 -ldl TCL_INC_PATH = -I/home/shivendra/final/scilab_for_xcos/usr/include TK_INC_PATH = -I/home/shivendra/final/scilab_for_xcos/usr/include UMFPACK_CFLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include UMFPACK_ENABLE = yes UMFPACK_LIB = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lumfpack -lamd USE_NLS = yes VERSION = 5 WITH_OCAML = WITH_TKSCI = yes XCOS_ENABLE = yes XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = XMKMF = XMLGRAPHICS_COMMONS = /home/shivendra/final/scilab_for_xcos/thirdparty/xmlgraphics-commons-1.4.jar XML_APIS_EXT = /home/shivendra/final/scilab_for_xcos/thirdparty/xml-apis-ext.jar XML_CONFIG = /home/shivendra/final/scilab_for_xcos/usr/bin/xml2-config XML_FLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include/libxml2 XML_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lxml2 -L/home/scilab/work/linux-prerequisites-sources/trunk/Dev-Tools/SE/Prerequirements/linux_x64/usr/lib -lz -lm -ldl XML_VERSION = 2.9.1 X_CFLAGS = X_EXTRA_LIBS = X_LIBS = X_PRE_LIBS = abs_builddir = /home/shivendra/final/scilab_for_xcos/modules/graphics abs_srcdir = /home/shivendra/final/scilab_for_xcos/modules/graphics abs_top_builddir = /home/shivendra/final/scilab_for_xcos abs_top_srcdir = /home/shivendra/final/scilab_for_xcos ac_ct_AR = ar ac_ct_CC = gcc ac_ct_CXX = g++ ac_ct_DUMPBIN = ac_ct_F77 = gfortran am__include = include am__leading_dot = . am__quote = am__tar = $${TAR-tar} chof - "$$tardir" am__untar = $${TAR-tar} xf - bindir = ${exec_prefix}/bin build = x86_64-unknown-linux-gnu build_alias = build_cpu = x86_64 build_os = linux-gnu build_vendor = unknown builddir = . cxx_present = yes datadir = ${datarootdir} datarootdir = ${prefix}/share docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = ${prefix} host = x86_64-unknown-linux-gnu host_alias = host_cpu = x86_64 host_os = linux-gnu host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info install_sh = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale localstatedir = ${prefix}/var mandir = ${datarootdir}/man mkdir_p = $(MKDIR_P) oldincludedir = /usr/include pdfdir = ${docdir} prefix = /usr/local program_transform_name = s,x,x, psdir = ${docdir} sbindir = ${exec_prefix}/sbin sharedstatedir = ${prefix}/com srcdir = . sysconfdir = ${prefix}/etc target_alias = top_build_prefix = ../../ top_builddir = ../.. top_srcdir = ../.. #### target #### modulename = graphics #### graphics : Conf files #### libscigraphics_la_rootdir = $(mydatadir) libscigraphics_la_root_DATA = license.txt #### graphics : init scripts #### libscigraphics_la_etcdir = $(mydatadir)/etc libscigraphics_la_etc_DATA = etc/graphics.quit etc/graphics.start #### graphics : datatips sub-module #### MACROSDIRSEXT = macros/datatips GRAPHICS_C_SOURCES = src/c/GetCommandArg.c \ src/c/loadTextRenderingAPI.c \ src/c/getHandleProperty/get_figure_position_property.c \ src/c/getHandleProperty/get_figure_size_property.c \ src/c/getHandleProperty/get_visible_property.c \ src/c/getHandleProperty/get_old_style_property.c \ src/c/getHandleProperty/get_figures_id_property.c \ src/c/getHandleProperty/get_figure_style_property.c \ src/c/getHandleProperty/get_pixel_drawing_mode_property.c \ src/c/getHandleProperty/get_line_mode_property.c \ src/c/getHandleProperty/get_axes_size_property.c \ src/c/getHandleProperty/get_thickness_property.c \ src/c/getHandleProperty/get_font_foreground_property.c \ src/c/getHandleProperty/get_bar_layout_property.c \ src/c/getHandleProperty/get_current_axes_property.c \ src/c/getHandleProperty/get_bar_width_property.c \ src/c/getHandleProperty/get_datatips_property.c \ src/c/getHandleProperty/get_font_color_property.c \ src/c/getHandleProperty/set_default_axes_property.c \ src/c/getHandleProperty/get_default_axes_property.c \ src/c/getHandleProperty/get_y_shift_property.c \ src/c/getHandleProperty/get_immediate_drawing_property.c \ src/c/getHandleProperty/get_current_entity_property.c \ src/c/getHandleProperty/get_background_property.c \ src/c/getHandleProperty/get_rotation_style_property.c \ src/c/getHandleProperty/get_type_property.c \ src/c/getHandleProperty/get_current_figure_property.c \ src/c/getHandleProperty/get_mark_foreground_property.c \ src/c/getHandleProperty/get_default_figure_property.c \ src/c/getHandleProperty/get_children_property.c \ src/c/getHandleProperty/get_parent_property.c \ src/c/getHandleProperty/get_surface_mode_property.c \ src/c/getHandleProperty/get_figure_id_property.c \ src/c/getHandleProperty/get_mark_mode_property.c \ src/c/getHandleProperty/get_interp_color_mode.c \ src/c/getHandleProperty/get_font_size_property.c \ src/c/getHandleProperty/get_x_shift_property.c \ src/c/getHandleProperty/get_z_shift_property.c \ src/c/getHandleProperty/get_line_style_property.c \ src/c/getHandleProperty/get_foreground_property.c \ src/c/getHandleProperty/get_mark_style_property.c \ src/c/getHandleProperty/get_color_map_property.c \ src/c/getHandleProperty/get_polyline_style_property.c \ src/c/getHandleProperty/get_font_angle_property.c \ src/c/getHandleProperty/get_interp_color_vector.c \ src/c/getHandleProperty/get_figure_name_property.c \ src/c/getHandleProperty/get_arrow_size_factor_property.c \ src/c/getHandleProperty/get_mark_size_unit_property.c \ src/c/getHandleProperty/get_mark_size_property.c \ src/c/getHandleProperty/get_mark_offset_property.c \ src/c/getHandleProperty/get_mark_stride_property.c \ src/c/getHandleProperty/get_mark_background_property.c \ src/c/getHandleProperty/get_auto_resize_property.c \ src/c/getHandleProperty/get_fill_mode_property.c \ src/c/getHandleProperty/get_tight_limits_property.c \ src/c/getHandleProperty/get_auto_ticks_property.c \ src/c/getHandleProperty/get_x_label_property.c \ src/c/getHandleProperty/get_auto_scale_property.c \ src/c/getHandleProperty/get_auto_dimensionning_property.c \ src/c/getHandleProperty/get_text_box_property.c \ src/c/getHandleProperty/get_clip_box_property.c \ src/c/getHandleProperty/get_tics_direction_property.c \ src/c/getHandleProperty/get_position_property.c \ src/c/getHandleProperty/get_y_label_property.c \ src/c/getHandleProperty/get_data_property.c \ src/c/getHandleProperty/get_auto_clear_property.c \ src/c/getHandleProperty/get_title_property.c \ src/c/getHandleProperty/get_zoom_state_property.c \ src/c/getHandleProperty/get_zoom_box_property.c \ src/c/getHandleProperty/get_log_flags_property.c \ src/c/getHandleProperty/get_x_location_property.c \ src/c/getHandleProperty/get_text_box_mode_property.c \ src/c/getHandleProperty/get_y_location_property.c \ src/c/getHandleProperty/get_z_label_property.c \ src/c/getHandleProperty/get_alignment_property.c \ src/c/getHandleProperty/get_font_style_property.c \ src/c/getHandleProperty/get_auto_rotation_property.c \ src/c/getHandleProperty/get_clip_state_property.c \ src/c/getHandleProperty/get_callback_property.c \ src/c/getHandleProperty/get_auto_position_property.c \ src/c/getHandleProperty/get_closed_property.c \ src/c/getHandleProperty/get_text_property.c \ src/c/getHandleProperty/get_margins_property.c \ src/c/getHandleProperty/get_view_property.c \ src/c/getHandleProperty/get_data_bounds_property.c \ src/c/getHandleProperty/get_axes_reverse_property.c \ src/c/getHandleProperty/get_tics_color_property.c \ src/c/getHandleProperty/get_axes_bounds_property.c \ src/c/getHandleProperty/get_tics_style_property.c \ src/c/getHandleProperty/get_user_data_property.c \ src/c/getHandleProperty/get_xtics_coord_property.c \ src/c/getHandleProperty/get_color_mode_property.c \ src/c/getHandleProperty/get_z_bounds_property.c \ src/c/getHandleProperty/get_data_mapping_property.c \ src/c/getHandleProperty/get_arrow_size_property.c \ src/c/getHandleProperty/get_rotation_angles_property.c \ src/c/getHandleProperty/get_callback_type_property.c \ src/c/getHandleProperty/get_format_n_property.c \ src/c/getHandleProperty/get_color_flag_property.c \ src/c/getHandleProperty/get_sub_tics_property.c \ src/c/getHandleProperty/get_hidden_axis_color_property.c \ src/c/getHandleProperty/get_ytics_coord_property.c \ src/c/getHandleProperty/get_labels_font_size_property.c \ src/c/getHandleProperty/get_isoview_property.c \ src/c/getHandleProperty/get_grid_property.c \ src/c/getHandleProperty/get_grid_thickness_property.c \ src/c/getHandleProperty/get_grid_style_property.c \ src/c/getHandleProperty/get_box_property.c \ src/c/getHandleProperty/get_hidden_color_property.c \ src/c/getHandleProperty/get_handle_visible_property.c \ src/c/getHandleProperty/get_labels_font_color_property.c \ src/c/getHandleProperty/get_surface_color_property.c \ src/c/getHandleProperty/get_tics_label_property.c \ src/c/getHandleProperty/get_labels_font_style_property.c \ src/c/getHandleProperty/get_axes_visible_property.c \ src/c/getHandleProperty/get_cube_scaling_property.c \ src/c/getHandleProperty/get_tics_segment_property.c \ src/c/getHandleProperty/get_cdata_mapping_property.c \ src/c/getHandleProperty/get_colored_property.c \ src/c/getHandleProperty/get_triangles_property.c \ src/c/getHandleProperty/get_viewport_property.c \ src/c/getHandleProperty/get_info_message_property.c \ src/c/getHandleProperty/get_y_ticks_property.c \ src/c/getHandleProperty/get_z_ticks_property.c \ src/c/getHandleProperty/get_x_ticks_property.c \ src/c/getHandleProperty/get_ticks_format_property.c \ src/c/getHandleProperty/get_ticks_st_property.c \ src/c/getHandleProperty/setGetHashTable.c \ src/c/getHandleProperty/get_segs_color_property.c \ src/c/getHandleProperty/get_screen_position_property.c \ src/c/getHandleProperty/get_event_handler_property.c \ src/c/getHandleProperty/get_event_handler_enable_property.c \ src/c/getHandleProperty/get_arc_drawing_method_property.c \ src/c/getHandleProperty/get_fractional_font_property.c \ src/c/getHandleProperty/get_links_property.c \ src/c/getHandleProperty/get_legend_location_property.c \ src/c/getHandleProperty/get_filled_property.c \ src/c/getHandleProperty/get_color_range_property.c \ src/c/getHandleProperty/get_outside_colors_property.c \ src/c/getHandleProperty/get_grid_position_property.c \ src/c/getHandleProperty/get_anti_aliasing_property.c \ src/c/getHandleProperty/get_tag_property.c \ src/c/getHandleProperty/get_image_type_property.c \ src/c/getHandleProperty/get_resize_property.c \ src/c/getHandleProperty/get_toolbar_property.c \ src/c/getHandleProperty/get_menubar_property.c \ src/c/getHandleProperty/get_infobar_property.c \ src/c/getHandleProperty/get_dockable_property.c \ src/c/getHandleProperty/get_rect_property.c \ src/c/getHandleProperty/GetHashTable.c \ src/c/graphicModuleLoad.c \ src/c/getHandleProperty/set_old_style_property.c \ src/c/getHandleProperty/set_figure_name_property.c \ src/c/getHandleProperty/getPropertyAssignedValue.c \ src/c/getHandleProperty/set_visible_property.c \ src/c/getHandleProperty/set_pixel_drawing_mode_property.c \ src/c/getHandleProperty/set_interp_color_vector_property.c \ src/c/getHandleProperty/set_immediate_drawing_property.c \ src/c/getHandleProperty/set_figure_size_property.c \ src/c/getHandleProperty/set_background_property.c \ src/c/getHandleProperty/set_rotation_style_property.c \ src/c/getHandleProperty/set_current_figure_property.c \ src/c/getHandleProperty/set_axes_size_property.c \ src/c/getHandleProperty/set_default_values_property.c \ src/c/getHandleProperty/set_figure_position_property.c \ src/c/getHandleProperty/set_color_map_property.c \ src/c/getHandleProperty/set_auto_resize_property.c \ src/c/getHandleProperty/set_current_axes_property.c \ src/c/getHandleProperty/set_current_entity_property.c \ src/c/getHandleProperty/set_figure_id_property.c \ src/c/getHandleProperty/set_figure_style_property.c \ src/c/getHandleProperty/set_mark_size_property.c \ src/c/getHandleProperty/set_mark_offset_property.c \ src/c/getHandleProperty/set_mark_stride_property.c \ src/c/getHandleProperty/set_y_shift_property.c \ src/c/getHandleProperty/set_auto_scale_property.c \ src/c/getHandleProperty/set_auto_dimensionning_property.c \ src/c/getHandleProperty/set_text_box_property.c \ src/c/getHandleProperty/set_text_property.c \ src/c/getHandleProperty/set_mark_mode_property.c \ src/c/getHandleProperty/set_clip_box_property.c \ src/c/getHandleProperty/set_z_shift_property.c \ src/c/getHandleProperty/set_line_style_property.c \ src/c/getHandleProperty/set_polyline_style_property.c \ src/c/getHandleProperty/set_line_mode_property.c \ src/c/getHandleProperty/set_thickness_property.c \ src/c/getHandleProperty/set_font_foreground_property.c \ src/c/getHandleProperty/set_text_box_mode_property.c \ src/c/getHandleProperty/set_bar_layout_property.c \ src/c/getHandleProperty/set_bar_width_property.c \ src/c/getHandleProperty/set_datatips_property.c \ src/c/getHandleProperty/SetPropertyStatus.c \ src/c/getHandleProperty/set_font_style_property.c \ src/c/getHandleProperty/set_surface_mode_property.c \ src/c/getHandleProperty/set_font_size_property.c \ src/c/getHandleProperty/set_mark_style_property.c \ src/c/getHandleProperty/set_mark_background_property.c \ src/c/getHandleProperty/set_interp_color_mode_property.c \ src/c/getHandleProperty/set_data_property.c \ src/c/getHandleProperty/set_font_angle_property.c \ src/c/getHandleProperty/set_auto_clear_property.c \ src/c/getHandleProperty/set_arrow_size_factor_property.c \ src/c/getHandleProperty/set_mark_size_unit_property.c \ src/c/getHandleProperty/set_zoom_state_property.c \ src/c/getHandleProperty/set_fill_mode_property.c \ src/c/getHandleProperty/set_zoom_box_property.c \ src/c/getHandleProperty/set_font_color_property.c \ src/c/getHandleProperty/set_alignment_property.c \ src/c/getHandleProperty/set_mark_foreground_property.c \ src/c/getHandleProperty/set_clip_state_property.c \ src/c/getHandleProperty/set_x_shift_property.c \ src/c/getHandleProperty/set_foreground_property.c \ src/c/getHandleProperty/set_tics_direction_property.c \ src/c/getHandleProperty/set_title_property.c \ src/c/getHandleProperty/set_x_location_property.c \ src/c/getHandleProperty/set_auto_position_property.c \ src/c/getHandleProperty/set_tight_limits_property.c \ src/c/getHandleProperty/set_x_label_property.c \ src/c/getHandleProperty/set_y_label_property.c \ src/c/getHandleProperty/set_y_location_property.c \ src/c/getHandleProperty/set_z_label_property.c \ src/c/getHandleProperty/set_auto_rotation_property.c \ src/c/getHandleProperty/set_callback_property.c \ src/c/getHandleProperty/set_closed_property.c \ src/c/getHandleProperty/set_cdata_mapping_property.c \ src/c/getHandleProperty/set_y_ticks_property.c \ src/c/getHandleProperty/set_z_bounds_property.c \ src/c/getHandleProperty/set_position_property.c \ src/c/getHandleProperty/set_z_ticks_property.c \ src/c/getHandleProperty/set_axes_bounds_property.c \ src/c/getHandleProperty/set_tics_style_property.c \ src/c/getHandleProperty/SetHashTable.c \ src/c/getHandleProperty/set_handle_visible_property.c \ src/c/getHandleProperty/set_labels_font_color_property.c \ src/c/getHandleProperty/set_parent_property.c \ src/c/getHandleProperty/set_axes_visible_property.c \ src/c/getHandleProperty/set_triangles_property.c \ src/c/getHandleProperty/set_tics_color_property.c \ src/c/getHandleProperty/set_color_flag_property.c \ src/c/getHandleProperty/set_labels_font_size_property.c \ src/c/getHandleProperty/set_tics_segment_property.c \ src/c/getHandleProperty/set_user_data_property.c \ src/c/getHandleProperty/set_view_property.c \ src/c/getHandleProperty/set_arrow_size_property.c \ src/c/getHandleProperty/set_children_property.c \ src/c/getHandleProperty/set_axes_reverse_property.c \ src/c/getHandleProperty/set_grid_property.c \ src/c/getHandleProperty/set_grid_thickness_property.c \ src/c/getHandleProperty/set_grid_style_property.c \ src/c/getHandleProperty/set_log_flags_property.c \ src/c/getHandleProperty/set_cube_scaling_property.c \ src/c/getHandleProperty/set_colored_property.c \ src/c/getHandleProperty/set_margins_property.c \ src/c/getHandleProperty/set_auto_ticks_property.c \ src/c/getHandleProperty/set_xtics_coord_property.c \ src/c/getHandleProperty/set_color_mode_property.c \ src/c/getHandleProperty/set_data_bounds_property.c \ src/c/getHandleProperty/set_tics_labels_property.c \ src/c/getHandleProperty/set_data_mapping_property.c \ src/c/getHandleProperty/set_rotation_angles_property.c \ src/c/getHandleProperty/set_callback_type_property.c \ src/c/getHandleProperty/set_segs_color_property.c \ src/c/getHandleProperty/set_format_n_property.c \ src/c/getHandleProperty/set_sub_tics_property.c \ src/c/getHandleProperty/set_hidden_axis_color_property.c \ src/c/getHandleProperty/set_isoview_property.c \ src/c/getHandleProperty/set_box_property.c \ src/c/getHandleProperty/set_hidden_color_property.c \ src/c/getHandleProperty/set_label_font_style_property.c \ src/c/getHandleProperty/set_surface_color_property.c \ src/c/getHandleProperty/set_yticks_coord_property.c \ src/c/getHandleProperty/CheckTicksProperty.c \ src/c/getHandleProperty/set_x_ticks_property.c \ src/c/getHandleProperty/set_ticks_format_property.c \ src/c/getHandleProperty/set_ticks_st_property.c \ src/c/getHandleProperty/set_viewport_property.c \ src/c/getHandleProperty/set_info_message_property.c \ src/c/getHandleProperty/set_screen_position_property.c \ src/c/getHandleProperty/set_event_handler_property.c \ src/c/getHandleProperty/set_event_handler_enable_property.c \ src/c/getHandleProperty/set_arc_drawing_method_property.c \ src/c/getHandleProperty/set_fractional_font_property.c \ src/c/getHandleProperty/set_links_property.c \ src/c/getHandleProperty/set_legend_location_property.c \ src/c/getHandleProperty/set_filled_property.c \ src/c/getHandleProperty/set_color_range_property.c \ src/c/getHandleProperty/set_outside_colors_property.c \ src/c/getHandleProperty/set_grid_position_property.c \ src/c/getHandleProperty/set_anti_aliasing_property.c \ src/c/getHandleProperty/set_tag_property.c \ src/c/getHandleProperty/set_figure_resizefcn_property.c \ src/c/getHandleProperty/get_figure_resizefcn_property.c \ src/c/getHandleProperty/set_figure_closerequestfcn_property.c \ src/c/getHandleProperty/get_figure_closerequestfcn_property.c \ src/c/getHandleProperty/get_datatip_property.c \ src/c/getHandleProperty/set_datatip_property.c \ src/c/getHandleProperty/set_image_type_property.c \ src/c/getHandleProperty/get_display_function_data_property.c \ src/c/getHandleProperty/set_display_function_data_property.c \ src/c/getHandleProperty/set_resize_property.c \ src/c/getHandleProperty/set_toolbar_property.c \ src/c/getHandleProperty/set_menubar_property.c \ src/c/getHandleProperty/set_infobar_property.c \ src/c/getHandleProperty/set_dockable_property.c \ src/c/getHandleProperty/get_layout_property.c \ src/c/getHandleProperty/set_layout_property.c \ src/c/getHandleProperty/get_constraints_property.c \ src/c/getHandleProperty/set_constraints_property.c \ src/c/getHandleProperty/set_rect_property.c \ src/c/getHandleProperty/get_layout_options_property.c \ src/c/getHandleProperty/set_layout_options_property.c \ src/c/getHandleProperty/get_border_property.c \ src/c/getHandleProperty/set_border_property.c \ src/c/getHandleProperty/get_groupname_property.c \ src/c/getHandleProperty/set_groupname_property.c \ src/c/getHandleProperty/get_tabtitle_property.c \ src/c/getHandleProperty/set_tabtitle_property.c \ src/c/getHandleProperty/get_scrollable_property.c \ src/c/getHandleProperty/set_scrollable_property.c \ src/c/getHandleProperty/get_marks_count_property.c \ src/c/getHandleProperty/set_marks_count_property.c \ src/c/getHandleProperty/get_line_width_property.c \ src/c/getHandleProperty/set_line_width_property.c \ src/c/DefaultCommandArg.c \ src/c/Axes.c \ src/c/sciMatrix.c \ src/c/DrawObjects.c \ src/c/GetProperty.c \ src/c/Contour.c \ src/c/SetProperty.c \ src/c/BasicAlgos.c \ src/c/BuildObjects.c \ src/c/sciCall.c \ src/c/CloneObjects.c \ src/c/InitObjects.c \ src/c/pixel_mode.c \ src/c/Format.c \ src/c/Champ.c \ src/c/StringMatrix.c \ src/c/FeC.c \ src/c/Plo2dEch.c \ src/c/Plo2dn.c \ src/c/Gray.c \ src/c/DestroyObjects.c \ src/c/math_graphics.c \ src/c/Interaction.c \ src/c/StringBox.c \ src/c/axesScale.c \ src/c/TerminateGraphics.c \ src/c/periEmpty.c \ src/c/scitokenize.c \ src/c/get_ticks_utils.c \ src/c/getHandleProperty/get_ambient_color_property.c \ src/c/getHandleProperty/get_diffuse_color_property.c \ src/c/getHandleProperty/get_specular_color_property.c \ src/c/getHandleProperty/get_use_color_material_property.c \ src/c/getHandleProperty/get_material_shininess_property.c \ src/c/getHandleProperty/get_light_type_property.c \ src/c/getHandleProperty/get_direction_property.c \ src/c/getHandleProperty/set_ambient_color_property.c \ src/c/getHandleProperty/set_diffuse_color_property.c \ src/c/getHandleProperty/set_specular_color_property.c \ src/c/getHandleProperty/set_use_color_material_property.c \ src/c/getHandleProperty/set_material_shininess_property.c \ src/c/getHandleProperty/set_light_type_property.c \ src/c/getHandleProperty/set_direction_property.c \ src/c/getHandleProperty/set_auto_margins_property.c \ src/c/getHandleProperty/get_auto_margins_property.c \ src/c/name2rgb.c \ src/c/addColor.c GATEWAY_C_SOURCES = sci_gateway/c/sci_swap_handles.c \ sci_gateway/c/sci_grayplot.c \ sci_gateway/c/sci_matplot1.c \ sci_gateway/c/sci_xfpolys.c \ sci_gateway/c/sci_xget.c \ sci_gateway/c/sci_newaxes.c \ sci_gateway/c/sci_xlfont.c \ sci_gateway/c/sci_xgraduate.c \ sci_gateway/c/sci_xgrid.c \ sci_gateway/c/sci_xclick.c \ sci_gateway/c/sci_geom3d.c \ sci_gateway/c/sci_xset.c \ sci_gateway/c/sci_unzoom.c \ sci_gateway/c/sci_xsegs.c \ sci_gateway/c/sci_glue.c \ sci_gateway/c/sci_xarc.c \ sci_gateway/c/sci_xpolys.c \ sci_gateway/c/sci_xstring.c \ sci_gateway/c/sci_xstringb.c \ sci_gateway/c/sci_show_window.c \ sci_gateway/c/sci_param3d1.c \ sci_gateway/c/sci_xname.c \ sci_gateway/c/sci_xpoly.c \ sci_gateway/c/sci_xchange.c \ sci_gateway/c/sci_matplot.c \ sci_gateway/c/sci_drawaxis.c \ sci_gateway/c/sci_demo.c \ sci_gateway/c/sci_plot2d1.c \ sci_gateway/c/sci_xrect.c \ sci_gateway/c/sci_xarrows.c \ sci_gateway/c/sci_plot3d.c \ sci_gateway/c/sci_move.c \ sci_gateway/c/sci_copy.c \ sci_gateway/c/sci_get.c \ sci_gateway/c/sci_xarcs.c \ sci_gateway/c/sci_xfpoly.c \ sci_gateway/c/sci_drawlater.c \ sci_gateway/c/sci_champ.c \ sci_gateway/c/sci_set.c \ sci_gateway/c/sci_unglue.c \ sci_gateway/c/gw_graphics.c \ sci_gateway/c/sci_zoom_rect.c \ sci_gateway/c/sci_delete.c \ sci_gateway/c/sci_plot2d.c \ sci_gateway/c/sci_xrects.c \ sci_gateway/c/sci_xtitle.c \ sci_gateway/c/sci_StringBox.c \ sci_gateway/c/sci_xgetmouse.c \ sci_gateway/c/sci_drawnow.c \ sci_gateway/c/sci_xfarcs.c \ sci_gateway/c/sci_param3d.c \ sci_gateway/c/sci_contour2di.c \ sci_gateway/c/sci_xdel.c \ sci_gateway/c/sci_winsid.c \ sci_gateway/c/sci_fec.c \ sci_gateway/c/sci_rubberbox.c \ sci_gateway/c/sci_rotate_axes.c \ sci_gateway/c/sci_is_handle_valid.c \ sci_gateway/c/sci_Legend.c \ sci_gateway/c/sci_light.c \ sci_gateway/c/sci_color.c \ sci_gateway/c/sci_name2rgb.c \ sci_gateway/c/sci_addcolor.c GRAPHICS_CXX_SOURCES = src/cpp/ContourOnMesh.cpp GATEWAY_CXX_SOURCES = sci_gateway/cpp/sci_contour2dm.cpp libscigraphics_la_CPPFLAGS = \ -I$(srcdir)/includes/ \ -I$(srcdir)/src/c/ \ -I$(srcdir)/src/cpp/ \ -I$(srcdir)/src/c/getHandleProperty/ \ -I$(top_srcdir)/modules/action_binding/includes/ \ -I$(top_srcdir)/modules/api_scilab/includes/ \ -I$(top_srcdir)/modules/elementary_functions/includes/ \ -I$(top_srcdir)/modules/fileio/includes/ \ -I$(top_srcdir)/modules/graphic_export/includes/ \ -I$(top_srcdir)/modules/graphic_objects/includes/ \ -I$(top_srcdir)/modules/gui/includes/ \ -I$(top_srcdir)/modules/jvm/includes/ \ -I$(top_srcdir)/modules/localization/includes/ \ -I$(top_srcdir)/modules/output_stream/includes/ \ -I$(top_srcdir)/modules/renderer/includes/ \ -I$(top_srcdir)/modules/string/includes/ \ $(AM_CPPFLAGS) libscigraphics_algo_la_SOURCES = $(GRAPHICS_C_SOURCES) $(GRAPHICS_CXX_SOURCES) libscigraphics_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_CXX_SOURCES) libscigraphics_algo_la_CPPFLAGS = $(libscigraphics_la_CPPFLAGS) # For the code check (splint) CHECK_SRC = $(GRAPHICS_C_SOURCES) $(GATEWAY_C_SOURCES) INCLUDE_FLAGS = $(libscigraphics_la_CPPFLAGS) libscigraphics_la_LIBADD = libscigraphics-algo.la #### graphics : gateway declaration #### libscigraphics_la_sci_gatewaydir = $(mydatadir)/sci_gateway libscigraphics_la_sci_gateway_DATA = sci_gateway/graphics_gateway.xml ### graphics : ged files ### libscigraphics_la_geddir = $(mydatadir) nobase_libscigraphics_la_ged_DATA = tcl/ged/Arc.tcl \ tcl/ged/Axes.tcl \ tcl/ged/Axis.tcl \ tcl/ged/Champ.tcl \ tcl/ged/Compound.tcl \ tcl/ged/Fac3d.tcl \ tcl/ged/Fec.tcl \ tcl/ged/Figure.tcl \ tcl/ged/Grayplot.tcl \ tcl/ged/Legend.tcl \ tcl/ged/Matplot.tcl \ tcl/ged/ObjectsBrowser.tcl \ tcl/ged/Plot3d.tcl \ tcl/ged/Polyline.tcl \ tcl/ged/Rectangle.tcl \ tcl/ged/Segs.tcl \ tcl/ged/Text.tcl \ tcl/ged/images/arc.gif \ tcl/ged/images/axes.gif \ tcl/ged/images/axis.gif \ tcl/ged/images/champ.gif \ tcl/ged/images/compound.gif \ tcl/ged/images/fac3d.gif \ tcl/ged/images/fec.gif \ tcl/ged/images/figure.gif \ tcl/ged/images/grayplot.gif \ tcl/ged/images/leaf.gif \ tcl/ged/images/legend.gif \ tcl/ged/images/matplot.gif \ tcl/ged/images/passwd.gif \ tcl/ged/images/plot3d.gif \ tcl/ged/images/polyline.gif \ tcl/ged/images/rectangle.gif \ tcl/ged/images/segs.gif \ tcl/ged/images/text.gif libscigraphics_disable_la_SOURCES = src/nographics/nographics.c libscigraphics_disable_la_CPPFLAGS = \ -I$(srcdir)/includes/ \ -I$(srcdir)/src/c/ \ -I$(srcdir)/src/c/getHandleProperty/ \ -I$(srcdir)/src/cpp/ \ -I$(top_srcdir)/libs/hashtable/ \ -I$(top_srcdir)/modules/api_scilab/includes/ \ -I$(top_srcdir)/modules/localization/includes/ \ -I$(top_srcdir)/modules/output_stream/includes/ \ -I$(top_srcdir)/modules/string/includes/ \ $(AM_CPPFLAGS) # endif pkglib_LTLIBRARIES = libscigraphics-disable.la $(am__append_1) USEANT = 1 noinst_LTLIBRARIES = libscigraphics-algo.la # Where all the Scilab stuff is installed (macros, help, ...) mydatadir = $(pkgdatadir)/modules/$(modulename) # Set AM_* SCI detected settings AM_CPPFLAGS = $(SCI_CPPFLAGS) AM_CFLAGS = $(SCI_CFLAGS) AM_CXXFLAGS = $(SCI_CXXFLAGS) # append includes to AM_FFLAGS to manage fortran includes AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/ # Tag shared libraries with the Scilab version AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION) # splint options SPLINT_OPTIONS = -weak -booltype BOOL ########################### JAVA ###################################### #### We are delegating java compilation to ant... Thanks to that #### the procedure will be the same with Microsoft Windows (C) #### and Linux/Unix ####################################################################### TARGETS_ALL = $(am__append_2) ################ MACROS ###################### # Rule to build a macro # NOT USED AT THE MOMENT SUFFIXES = .sci ########### INSTALL DOCUMENTATION ################### # Install documentation files into the right target # We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because # automake needs the html files to be present which is not the case when # we are building Scilab # Where it should be installed pkgdocdir = $(mydatadir) # What is the mask of the help source DOCMASKXML = *.xml # What is the mask of the MathML sources DOCMASKMML = *.mml ########### INSTALL DATA ################### # Install macros, help & demos # Where it should be installed pkgmacrosdir = $(mydatadir) # Which directory we process MACRODIRS = macros/ # Mask of the Scilab sources macros MACROMASK = *.sci # Mask of the Scilab executable sources macros MACROBUILDMASK = *.sce # Mask of the Scilab compiled macros MACROBINMASK = *.bin # List of the standard directory for tests TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java # Where the demos should be installed pkgdemosdir = $(mydatadir) # List of the standard directory for demos DEMOS_DIR = demos # List of the standard directory for examples EXAMPLES_DIR = examples # Where to export JAVA archives (.jar) JARDIR = jar/ # JAR files mask JARMASK = *.jar # Chapter file HELP_CHAPTERDIR = help/ HELP_CHAPTERFILE = addchapter.sce HELP_CHAPTERLANG = en_US fr_FR pt_BR all: all-am .SUFFIXES: .SUFFIXES: .sci .bin .c .cpp .lo .o .obj $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/graphics/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign modules/graphics/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_srcdir)/Makefile.incl.am: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: # $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): # $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \ } uninstall-pkglibLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \ done clean-pkglibLTLIBRARIES: -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) @list='$(pkglib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } src/c/$(am__dirstamp): @$(MKDIR_P) src/c @: > src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/c/$(DEPDIR) @: > src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-GetCommandArg.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-loadTextRenderingAPI.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/$(am__dirstamp): @$(MKDIR_P) src/c/getHandleProperty @: > src/c/getHandleProperty/$(am__dirstamp) src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/c/getHandleProperty/$(DEPDIR) @: > src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_figure_position_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_figure_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_visible_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_old_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_figures_id_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_figure_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_pixel_drawing_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_line_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_axes_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_thickness_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_font_foreground_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_bar_layout_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_current_axes_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_bar_width_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_datatips_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_font_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_default_axes_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_default_axes_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_y_shift_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_immediate_drawing_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_current_entity_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_background_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_type_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_current_figure_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_mark_foreground_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_default_figure_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_children_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_parent_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_surface_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_figure_id_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_mark_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_mode.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_font_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_x_shift_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_z_shift_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_line_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_foreground_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_mark_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_color_map_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_polyline_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_font_angle_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_vector.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_figure_name_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_factor_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_unit_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_mark_offset_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_mark_stride_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_mark_background_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_auto_resize_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_fill_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_tight_limits_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_auto_ticks_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_x_label_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_auto_scale_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_auto_dimensionning_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_clip_box_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_tics_direction_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_position_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_y_label_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_data_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_auto_clear_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_title_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_state_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_box_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_log_flags_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_x_location_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_y_location_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_z_label_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_alignment_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_font_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_auto_rotation_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_clip_state_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_callback_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_auto_position_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_closed_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_text_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_margins_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_view_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_data_bounds_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_axes_reverse_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_tics_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_axes_bounds_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_tics_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_user_data_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_xtics_coord_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_color_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_z_bounds_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_data_mapping_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_angles_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_callback_type_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_format_n_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_color_flag_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_sub_tics_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_axis_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_ytics_coord_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_isoview_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_grid_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_grid_thickness_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_grid_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_box_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_handle_visible_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_surface_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_tics_label_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_axes_visible_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_cube_scaling_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_tics_segment_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_cdata_mapping_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_colored_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_triangles_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_viewport_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_info_message_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_y_ticks_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_z_ticks_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_x_ticks_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_format_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_st_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-setGetHashTable.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_segs_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_screen_position_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_enable_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_arc_drawing_method_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_fractional_font_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_links_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_legend_location_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_filled_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_color_range_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_outside_colors_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_grid_position_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_anti_aliasing_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_tag_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_image_type_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_resize_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_toolbar_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_menubar_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_infobar_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_dockable_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_rect_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-GetHashTable.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-graphicModuleLoad.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_old_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_figure_name_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-getPropertyAssignedValue.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_visible_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_pixel_drawing_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_vector_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_immediate_drawing_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_figure_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_background_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_current_figure_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_axes_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_default_values_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_figure_position_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_color_map_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_auto_resize_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_current_axes_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_current_entity_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_figure_id_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_figure_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_mark_offset_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_mark_stride_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_y_shift_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_auto_scale_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_auto_dimensionning_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_text_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_mark_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_clip_box_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_z_shift_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_line_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_polyline_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_line_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_thickness_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_font_foreground_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_bar_layout_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_bar_width_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_datatips_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-SetPropertyStatus.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_font_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_surface_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_font_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_mark_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_mark_background_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_data_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_font_angle_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_auto_clear_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_factor_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_unit_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_state_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_fill_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_box_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_font_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_alignment_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_mark_foreground_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_clip_state_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_x_shift_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_foreground_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_tics_direction_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_title_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_x_location_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_auto_position_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_tight_limits_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_x_label_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_y_label_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_y_location_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_z_label_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_auto_rotation_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_callback_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_closed_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_cdata_mapping_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_y_ticks_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_z_bounds_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_position_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_z_ticks_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_axes_bounds_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_tics_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-SetHashTable.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_handle_visible_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_parent_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_axes_visible_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_triangles_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_tics_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_color_flag_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_tics_segment_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_user_data_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_view_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_children_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_axes_reverse_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_grid_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_grid_thickness_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_grid_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_log_flags_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_cube_scaling_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_colored_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_margins_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_auto_ticks_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_xtics_coord_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_color_mode_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_data_bounds_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_tics_labels_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_data_mapping_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_angles_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_callback_type_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_segs_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_format_n_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_sub_tics_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_axis_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_isoview_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_box_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_label_font_style_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_surface_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_yticks_coord_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-CheckTicksProperty.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_x_ticks_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_format_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_st_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_viewport_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_info_message_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_screen_position_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_enable_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_arc_drawing_method_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_fractional_font_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_links_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_legend_location_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_filled_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_color_range_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_outside_colors_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_grid_position_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_anti_aliasing_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_tag_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_figure_resizefcn_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_figure_resizefcn_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_figure_closerequestfcn_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_figure_closerequestfcn_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_datatip_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_datatip_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_image_type_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_display_function_data_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_display_function_data_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_resize_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_toolbar_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_menubar_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_infobar_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_dockable_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_layout_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_layout_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_constraints_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_constraints_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_rect_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_layout_options_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_layout_options_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_border_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_border_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_groupname_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_groupname_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_tabtitle_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_tabtitle_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_scrollable_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_scrollable_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_marks_count_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_marks_count_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_line_width_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_line_width_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-DefaultCommandArg.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-Axes.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-sciMatrix.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-DrawObjects.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-GetProperty.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-Contour.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-SetProperty.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-BasicAlgos.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-BuildObjects.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-sciCall.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-CloneObjects.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-InitObjects.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-pixel_mode.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-Format.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-Champ.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-StringMatrix.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-FeC.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-Plo2dEch.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-Plo2dn.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-Gray.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-DestroyObjects.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-math_graphics.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-Interaction.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-StringBox.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-axesScale.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-TerminateGraphics.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-periEmpty.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-scitokenize.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-get_ticks_utils.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_ambient_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_diffuse_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_specular_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_use_color_material_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_material_shininess_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_light_type_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_direction_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_ambient_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_diffuse_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_specular_color_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_use_color_material_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_material_shininess_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_light_type_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_direction_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-set_auto_margins_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/getHandleProperty/libscigraphics_algo_la-get_auto_margins_property.lo: \ src/c/getHandleProperty/$(am__dirstamp) \ src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-name2rgb.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscigraphics_algo_la-addColor.lo: src/c/$(am__dirstamp) \ src/c/$(DEPDIR)/$(am__dirstamp) src/cpp/$(am__dirstamp): @$(MKDIR_P) src/cpp @: > src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/cpp/$(DEPDIR) @: > src/cpp/$(DEPDIR)/$(am__dirstamp) src/cpp/libscigraphics_algo_la-ContourOnMesh.lo: \ src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp) libscigraphics-algo.la: $(libscigraphics_algo_la_OBJECTS) $(libscigraphics_algo_la_DEPENDENCIES) $(EXTRA_libscigraphics_algo_la_DEPENDENCIES) $(AM_V_CXXLD)$(CXXLINK) $(am_libscigraphics_algo_la_rpath) $(libscigraphics_algo_la_OBJECTS) $(libscigraphics_algo_la_LIBADD) $(LIBS) src/nographics/$(am__dirstamp): @$(MKDIR_P) src/nographics @: > src/nographics/$(am__dirstamp) src/nographics/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/nographics/$(DEPDIR) @: > src/nographics/$(DEPDIR)/$(am__dirstamp) src/nographics/libscigraphics_disable_la-nographics.lo: \ src/nographics/$(am__dirstamp) \ src/nographics/$(DEPDIR)/$(am__dirstamp) libscigraphics-disable.la: $(libscigraphics_disable_la_OBJECTS) $(libscigraphics_disable_la_DEPENDENCIES) $(EXTRA_libscigraphics_disable_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) -rpath $(pkglibdir) $(libscigraphics_disable_la_OBJECTS) $(libscigraphics_disable_la_LIBADD) $(LIBS) sci_gateway/c/$(am__dirstamp): @$(MKDIR_P) sci_gateway/c @: > sci_gateway/c/$(am__dirstamp) sci_gateway/c/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) sci_gateway/c/$(DEPDIR) @: > sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_swap_handles.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_grayplot.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_matplot1.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xfpolys.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xget.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_newaxes.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xlfont.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xgraduate.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xgrid.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xclick.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_geom3d.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xset.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_unzoom.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xsegs.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_glue.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xarc.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xpolys.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xstring.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xstringb.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_show_window.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_param3d1.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xname.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xpoly.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xchange.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_matplot.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_drawaxis.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_demo.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_plot2d1.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xrect.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xarrows.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_plot3d.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_move.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_copy.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_get.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xarcs.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xfpoly.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_drawlater.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_champ.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_set.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_unglue.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-gw_graphics.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_zoom_rect.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_delete.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_plot2d.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xrects.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xtitle.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_StringBox.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xgetmouse.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_drawnow.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xfarcs.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_param3d.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_contour2di.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_xdel.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_winsid.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_fec.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_rubberbox.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_rotate_axes.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_is_handle_valid.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_Legend.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_light.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_color.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_name2rgb.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscigraphics_la-sci_addcolor.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/$(am__dirstamp): @$(MKDIR_P) sci_gateway/cpp @: > sci_gateway/cpp/$(am__dirstamp) sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) sci_gateway/cpp/$(DEPDIR) @: > sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscigraphics_la-sci_contour2dm.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) libscigraphics.la: $(libscigraphics_la_OBJECTS) $(libscigraphics_la_DEPENDENCIES) $(EXTRA_libscigraphics_la_DEPENDENCIES) $(AM_V_CXXLD)$(CXXLINK) $(am_libscigraphics_la_rpath) $(libscigraphics_la_OBJECTS) $(libscigraphics_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f sci_gateway/c/*.$(OBJEXT) -rm -f sci_gateway/c/*.lo -rm -f sci_gateway/cpp/*.$(OBJEXT) -rm -f sci_gateway/cpp/*.lo -rm -f src/c/*.$(OBJEXT) -rm -f src/c/*.lo -rm -f src/c/getHandleProperty/*.$(OBJEXT) -rm -f src/c/getHandleProperty/*.lo -rm -f src/cpp/*.$(OBJEXT) -rm -f src/cpp/*.lo -rm -f src/nographics/*.$(OBJEXT) -rm -f src/nographics/*.lo distclean-compile: -rm -f *.tab.c include sci_gateway/c/$(DEPDIR)/libscigraphics_la-gw_graphics.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_Legend.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_StringBox.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_addcolor.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_champ.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_color.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_contour2di.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_copy.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_delete.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_demo.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawaxis.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawlater.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawnow.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_fec.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_geom3d.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_get.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_glue.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_grayplot.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_is_handle_valid.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_light.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_matplot.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_matplot1.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_move.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_name2rgb.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_newaxes.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_param3d.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_param3d1.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot2d.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot2d1.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot3d.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_rotate_axes.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_rubberbox.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_set.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_show_window.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_swap_handles.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_unglue.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_unzoom.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_winsid.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarc.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarcs.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarrows.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xchange.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xclick.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xdel.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfarcs.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfpoly.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfpolys.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xget.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgetmouse.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgraduate.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgrid.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xlfont.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xname.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xpoly.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xpolys.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xrect.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xrects.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xsegs.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xset.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xstring.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xstringb.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xtitle.Plo include sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_zoom_rect.Plo include sci_gateway/cpp/$(DEPDIR)/libscigraphics_la-sci_contour2dm.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-Axes.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-BasicAlgos.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-BuildObjects.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-Champ.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-CloneObjects.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-Contour.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-DefaultCommandArg.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-DestroyObjects.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-DrawObjects.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-FeC.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-Format.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-GetCommandArg.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-GetProperty.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-Gray.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-InitObjects.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-Interaction.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-Plo2dEch.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-Plo2dn.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-SetProperty.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-StringBox.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-StringMatrix.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-TerminateGraphics.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-addColor.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-axesScale.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-get_ticks_utils.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-graphicModuleLoad.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-loadTextRenderingAPI.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-math_graphics.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-name2rgb.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-periEmpty.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-pixel_mode.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-sciCall.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-sciMatrix.Plo include src/c/$(DEPDIR)/libscigraphics_algo_la-scitokenize.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-CheckTicksProperty.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-GetHashTable.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-SetHashTable.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-SetPropertyStatus.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-getPropertyAssignedValue.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_alignment_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ambient_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_anti_aliasing_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arc_drawing_method_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arrow_size_factor_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arrow_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_clear_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_dimensionning_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_margins_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_position_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_resize_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_rotation_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_scale_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_ticks_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_bounds_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_reverse_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_visible_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_background_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_bar_layout_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_bar_width_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_border_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_box_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_callback_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_callback_type_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_cdata_mapping_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_children_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_clip_box_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_clip_state_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_closed_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_flag_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_map_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_range_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_colored_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_constraints_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_cube_scaling_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_axes_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_entity_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_figure_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_bounds_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_mapping_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_datatip_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_datatips_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_default_axes_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_default_figure_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_diffuse_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_direction_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_display_function_data_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_dockable_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_event_handler_enable_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_event_handler_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_closerequestfcn_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_id_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_name_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_position_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_resizefcn_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figures_id_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_fill_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_filled_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_angle_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_foreground_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_foreground_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_format_n_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_fractional_font_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_position_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_thickness_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_groupname_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_handle_visible_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_hidden_axis_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_hidden_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_image_type_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_immediate_drawing_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_info_message_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_infobar_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_interp_color_mode.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_interp_color_vector.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_isoview_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_layout_options_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_layout_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_legend_location_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_light_type_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_width_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_links_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_log_flags_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_margins_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_background_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_foreground_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_offset_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_size_unit_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_stride_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_marks_count_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_material_shininess_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_menubar_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_old_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_outside_colors_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_parent_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_pixel_drawing_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_polyline_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_position_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rect_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_resize_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rotation_angles_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rotation_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_screen_position_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_scrollable_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_segs_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_specular_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_sub_tics_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_surface_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_surface_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tabtitle_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tag_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_box_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_box_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_thickness_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ticks_format_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ticks_st_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_direction_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_label_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_segment_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tight_limits_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_title_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_toolbar_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_triangles_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_type_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_use_color_material_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_user_data_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_view_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_viewport_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_visible_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_label_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_location_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_shift_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_ticks_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_xtics_coord_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_label_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_location_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_shift_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_ticks_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ytics_coord_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_bounds_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_label_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_shift_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_ticks_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_zoom_box_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_zoom_state_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-setGetHashTable.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_alignment_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ambient_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_anti_aliasing_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arc_drawing_method_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arrow_size_factor_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arrow_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_clear_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_dimensionning_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_margins_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_position_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_resize_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_rotation_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_scale_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_ticks_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_bounds_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_reverse_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_visible_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_background_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_bar_layout_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_bar_width_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_border_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_box_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_callback_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_callback_type_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_cdata_mapping_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_children_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_clip_box_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_clip_state_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_closed_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_flag_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_map_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_range_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_colored_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_constraints_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_cube_scaling_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_axes_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_entity_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_figure_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_bounds_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_mapping_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_datatip_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_datatips_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_default_axes_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_default_values_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_diffuse_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_direction_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_display_function_data_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_dockable_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_event_handler_enable_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_event_handler_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_closerequestfcn_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_id_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_name_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_position_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_resizefcn_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_fill_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_filled_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_angle_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_foreground_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_foreground_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_format_n_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_fractional_font_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_position_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_thickness_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_groupname_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_handle_visible_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_hidden_axis_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_hidden_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_image_type_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_immediate_drawing_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_info_message_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_infobar_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_interp_color_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_interp_color_vector_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_isoview_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_label_font_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_labels_font_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_labels_font_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_layout_options_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_layout_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_legend_location_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_light_type_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_width_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_links_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_log_flags_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_margins_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_background_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_foreground_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_offset_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_size_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_size_unit_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_stride_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_marks_count_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_material_shininess_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_menubar_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_old_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_outside_colors_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_parent_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_pixel_drawing_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_polyline_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_position_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rect_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_resize_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rotation_angles_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rotation_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_screen_position_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_scrollable_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_segs_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_specular_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_sub_tics_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_surface_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_surface_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tabtitle_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tag_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_box_mode_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_box_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_thickness_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ticks_format_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ticks_st_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_color_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_direction_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_labels_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_segment_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_style_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tight_limits_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_title_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_toolbar_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_triangles_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_use_color_material_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_user_data_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_view_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_viewport_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_visible_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_label_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_location_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_shift_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_ticks_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_xtics_coord_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_label_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_location_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_shift_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_ticks_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_yticks_coord_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_bounds_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_label_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_shift_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_ticks_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_zoom_box_property.Plo include src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_zoom_state_property.Plo include src/cpp/$(DEPDIR)/libscigraphics_algo_la-ContourOnMesh.Plo include src/nographics/$(DEPDIR)/libscigraphics_disable_la-nographics.Plo .c.o: $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ $(am__mv) $$depbase.Tpo $$depbase.Po # $(AM_V_CC)source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< .c.obj: $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ $(am__mv) $$depbase.Tpo $$depbase.Po # $(AM_V_CC)source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ $(am__mv) $$depbase.Tpo $$depbase.Plo # $(AM_V_CC)source='$<' object='$@' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< src/c/libscigraphics_algo_la-GetCommandArg.lo: src/c/GetCommandArg.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-GetCommandArg.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-GetCommandArg.Tpo -c -o src/c/libscigraphics_algo_la-GetCommandArg.lo `test -f 'src/c/GetCommandArg.c' || echo '$(srcdir)/'`src/c/GetCommandArg.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-GetCommandArg.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-GetCommandArg.Plo # $(AM_V_CC)source='src/c/GetCommandArg.c' object='src/c/libscigraphics_algo_la-GetCommandArg.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-GetCommandArg.lo `test -f 'src/c/GetCommandArg.c' || echo '$(srcdir)/'`src/c/GetCommandArg.c src/c/libscigraphics_algo_la-loadTextRenderingAPI.lo: src/c/loadTextRenderingAPI.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-loadTextRenderingAPI.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-loadTextRenderingAPI.Tpo -c -o src/c/libscigraphics_algo_la-loadTextRenderingAPI.lo `test -f 'src/c/loadTextRenderingAPI.c' || echo '$(srcdir)/'`src/c/loadTextRenderingAPI.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-loadTextRenderingAPI.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-loadTextRenderingAPI.Plo # $(AM_V_CC)source='src/c/loadTextRenderingAPI.c' object='src/c/libscigraphics_algo_la-loadTextRenderingAPI.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-loadTextRenderingAPI.lo `test -f 'src/c/loadTextRenderingAPI.c' || echo '$(srcdir)/'`src/c/loadTextRenderingAPI.c src/c/getHandleProperty/libscigraphics_algo_la-get_figure_position_property.lo: src/c/getHandleProperty/get_figure_position_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_figure_position_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_position_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_position_property.lo `test -f 'src/c/getHandleProperty/get_figure_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_position_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_position_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_position_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_figure_position_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_figure_position_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_position_property.lo `test -f 'src/c/getHandleProperty/get_figure_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_position_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_figure_size_property.lo: src/c/getHandleProperty/get_figure_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_figure_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_size_property.lo `test -f 'src/c/getHandleProperty/get_figure_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_figure_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_figure_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_size_property.lo `test -f 'src/c/getHandleProperty/get_figure_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_visible_property.lo: src/c/getHandleProperty/get_visible_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_visible_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_visible_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_visible_property.lo `test -f 'src/c/getHandleProperty/get_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_visible_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_visible_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_visible_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_visible_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_visible_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_visible_property.lo `test -f 'src/c/getHandleProperty/get_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_visible_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_old_style_property.lo: src/c/getHandleProperty/get_old_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_old_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_old_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_old_style_property.lo `test -f 'src/c/getHandleProperty/get_old_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_old_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_old_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_old_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_old_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_old_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_old_style_property.lo `test -f 'src/c/getHandleProperty/get_old_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_old_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_figures_id_property.lo: src/c/getHandleProperty/get_figures_id_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_figures_id_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figures_id_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figures_id_property.lo `test -f 'src/c/getHandleProperty/get_figures_id_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figures_id_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figures_id_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figures_id_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_figures_id_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_figures_id_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figures_id_property.lo `test -f 'src/c/getHandleProperty/get_figures_id_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figures_id_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_figure_style_property.lo: src/c/getHandleProperty/get_figure_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_figure_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_style_property.lo `test -f 'src/c/getHandleProperty/get_figure_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_figure_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_figure_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_style_property.lo `test -f 'src/c/getHandleProperty/get_figure_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_pixel_drawing_mode_property.lo: src/c/getHandleProperty/get_pixel_drawing_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_pixel_drawing_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_pixel_drawing_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_pixel_drawing_mode_property.lo `test -f 'src/c/getHandleProperty/get_pixel_drawing_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_pixel_drawing_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_pixel_drawing_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_pixel_drawing_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_pixel_drawing_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_pixel_drawing_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_pixel_drawing_mode_property.lo `test -f 'src/c/getHandleProperty/get_pixel_drawing_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_pixel_drawing_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_line_mode_property.lo: src/c/getHandleProperty/get_line_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_line_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_line_mode_property.lo `test -f 'src/c/getHandleProperty/get_line_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_line_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_line_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_line_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_line_mode_property.lo `test -f 'src/c/getHandleProperty/get_line_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_line_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_axes_size_property.lo: src/c/getHandleProperty/get_axes_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_axes_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_axes_size_property.lo `test -f 'src/c/getHandleProperty/get_axes_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_axes_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_axes_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_axes_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_axes_size_property.lo `test -f 'src/c/getHandleProperty/get_axes_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_axes_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_thickness_property.lo: src/c/getHandleProperty/get_thickness_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_thickness_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_thickness_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_thickness_property.lo `test -f 'src/c/getHandleProperty/get_thickness_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_thickness_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_thickness_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_thickness_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_thickness_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_thickness_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_thickness_property.lo `test -f 'src/c/getHandleProperty/get_thickness_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_thickness_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_font_foreground_property.lo: src/c/getHandleProperty/get_font_foreground_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_font_foreground_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_foreground_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_font_foreground_property.lo `test -f 'src/c/getHandleProperty/get_font_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_font_foreground_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_foreground_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_foreground_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_font_foreground_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_font_foreground_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_font_foreground_property.lo `test -f 'src/c/getHandleProperty/get_font_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_font_foreground_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_bar_layout_property.lo: src/c/getHandleProperty/get_bar_layout_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_bar_layout_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_bar_layout_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_bar_layout_property.lo `test -f 'src/c/getHandleProperty/get_bar_layout_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_bar_layout_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_bar_layout_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_bar_layout_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_bar_layout_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_bar_layout_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_bar_layout_property.lo `test -f 'src/c/getHandleProperty/get_bar_layout_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_bar_layout_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_current_axes_property.lo: src/c/getHandleProperty/get_current_axes_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_current_axes_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_axes_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_current_axes_property.lo `test -f 'src/c/getHandleProperty/get_current_axes_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_current_axes_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_axes_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_axes_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_current_axes_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_current_axes_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_current_axes_property.lo `test -f 'src/c/getHandleProperty/get_current_axes_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_current_axes_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_bar_width_property.lo: src/c/getHandleProperty/get_bar_width_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_bar_width_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_bar_width_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_bar_width_property.lo `test -f 'src/c/getHandleProperty/get_bar_width_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_bar_width_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_bar_width_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_bar_width_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_bar_width_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_bar_width_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_bar_width_property.lo `test -f 'src/c/getHandleProperty/get_bar_width_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_bar_width_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_datatips_property.lo: src/c/getHandleProperty/get_datatips_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_datatips_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_datatips_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_datatips_property.lo `test -f 'src/c/getHandleProperty/get_datatips_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_datatips_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_datatips_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_datatips_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_datatips_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_datatips_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_datatips_property.lo `test -f 'src/c/getHandleProperty/get_datatips_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_datatips_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_font_color_property.lo: src/c/getHandleProperty/get_font_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_font_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_font_color_property.lo `test -f 'src/c/getHandleProperty/get_font_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_font_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_font_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_font_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_font_color_property.lo `test -f 'src/c/getHandleProperty/get_font_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_font_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_default_axes_property.lo: src/c/getHandleProperty/set_default_axes_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_default_axes_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_default_axes_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_default_axes_property.lo `test -f 'src/c/getHandleProperty/set_default_axes_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_default_axes_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_default_axes_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_default_axes_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_default_axes_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_default_axes_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_default_axes_property.lo `test -f 'src/c/getHandleProperty/set_default_axes_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_default_axes_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_default_axes_property.lo: src/c/getHandleProperty/get_default_axes_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_default_axes_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_default_axes_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_default_axes_property.lo `test -f 'src/c/getHandleProperty/get_default_axes_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_default_axes_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_default_axes_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_default_axes_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_default_axes_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_default_axes_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_default_axes_property.lo `test -f 'src/c/getHandleProperty/get_default_axes_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_default_axes_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_y_shift_property.lo: src/c/getHandleProperty/get_y_shift_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_y_shift_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_shift_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_y_shift_property.lo `test -f 'src/c/getHandleProperty/get_y_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_y_shift_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_shift_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_shift_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_y_shift_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_y_shift_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_y_shift_property.lo `test -f 'src/c/getHandleProperty/get_y_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_y_shift_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_immediate_drawing_property.lo: src/c/getHandleProperty/get_immediate_drawing_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_immediate_drawing_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_immediate_drawing_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_immediate_drawing_property.lo `test -f 'src/c/getHandleProperty/get_immediate_drawing_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_immediate_drawing_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_immediate_drawing_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_immediate_drawing_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_immediate_drawing_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_immediate_drawing_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_immediate_drawing_property.lo `test -f 'src/c/getHandleProperty/get_immediate_drawing_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_immediate_drawing_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_current_entity_property.lo: src/c/getHandleProperty/get_current_entity_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_current_entity_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_entity_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_current_entity_property.lo `test -f 'src/c/getHandleProperty/get_current_entity_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_current_entity_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_entity_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_entity_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_current_entity_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_current_entity_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_current_entity_property.lo `test -f 'src/c/getHandleProperty/get_current_entity_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_current_entity_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_background_property.lo: src/c/getHandleProperty/get_background_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_background_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_background_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_background_property.lo `test -f 'src/c/getHandleProperty/get_background_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_background_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_background_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_background_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_background_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_background_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_background_property.lo `test -f 'src/c/getHandleProperty/get_background_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_background_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_style_property.lo: src/c/getHandleProperty/get_rotation_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rotation_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_style_property.lo `test -f 'src/c/getHandleProperty/get_rotation_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_rotation_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rotation_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rotation_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_rotation_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_style_property.lo `test -f 'src/c/getHandleProperty/get_rotation_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_rotation_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_type_property.lo: src/c/getHandleProperty/get_type_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_type_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_type_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_type_property.lo `test -f 'src/c/getHandleProperty/get_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_type_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_type_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_type_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_type_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_type_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_type_property.lo `test -f 'src/c/getHandleProperty/get_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_type_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_current_figure_property.lo: src/c/getHandleProperty/get_current_figure_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_current_figure_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_figure_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_current_figure_property.lo `test -f 'src/c/getHandleProperty/get_current_figure_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_current_figure_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_figure_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_current_figure_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_current_figure_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_current_figure_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_current_figure_property.lo `test -f 'src/c/getHandleProperty/get_current_figure_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_current_figure_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_mark_foreground_property.lo: src/c/getHandleProperty/get_mark_foreground_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_mark_foreground_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_foreground_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_foreground_property.lo `test -f 'src/c/getHandleProperty/get_mark_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_foreground_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_foreground_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_foreground_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_mark_foreground_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_mark_foreground_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_foreground_property.lo `test -f 'src/c/getHandleProperty/get_mark_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_foreground_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_default_figure_property.lo: src/c/getHandleProperty/get_default_figure_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_default_figure_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_default_figure_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_default_figure_property.lo `test -f 'src/c/getHandleProperty/get_default_figure_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_default_figure_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_default_figure_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_default_figure_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_default_figure_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_default_figure_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_default_figure_property.lo `test -f 'src/c/getHandleProperty/get_default_figure_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_default_figure_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_children_property.lo: src/c/getHandleProperty/get_children_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_children_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_children_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_children_property.lo `test -f 'src/c/getHandleProperty/get_children_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_children_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_children_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_children_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_children_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_children_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_children_property.lo `test -f 'src/c/getHandleProperty/get_children_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_children_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_parent_property.lo: src/c/getHandleProperty/get_parent_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_parent_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_parent_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_parent_property.lo `test -f 'src/c/getHandleProperty/get_parent_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_parent_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_parent_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_parent_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_parent_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_parent_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_parent_property.lo `test -f 'src/c/getHandleProperty/get_parent_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_parent_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_surface_mode_property.lo: src/c/getHandleProperty/get_surface_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_surface_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_surface_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_surface_mode_property.lo `test -f 'src/c/getHandleProperty/get_surface_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_surface_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_surface_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_surface_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_surface_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_surface_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_surface_mode_property.lo `test -f 'src/c/getHandleProperty/get_surface_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_surface_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_figure_id_property.lo: src/c/getHandleProperty/get_figure_id_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_figure_id_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_id_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_id_property.lo `test -f 'src/c/getHandleProperty/get_figure_id_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_id_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_id_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_id_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_figure_id_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_figure_id_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_id_property.lo `test -f 'src/c/getHandleProperty/get_figure_id_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_id_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_mark_mode_property.lo: src/c/getHandleProperty/get_mark_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_mark_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_mode_property.lo `test -f 'src/c/getHandleProperty/get_mark_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_mark_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_mark_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_mode_property.lo `test -f 'src/c/getHandleProperty/get_mark_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_mode.lo: src/c/getHandleProperty/get_interp_color_mode.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_mode.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_interp_color_mode.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_mode.lo `test -f 'src/c/getHandleProperty/get_interp_color_mode.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_interp_color_mode.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_interp_color_mode.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_interp_color_mode.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_interp_color_mode.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_mode.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_mode.lo `test -f 'src/c/getHandleProperty/get_interp_color_mode.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_interp_color_mode.c src/c/getHandleProperty/libscigraphics_algo_la-get_font_size_property.lo: src/c/getHandleProperty/get_font_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_font_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_font_size_property.lo `test -f 'src/c/getHandleProperty/get_font_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_font_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_font_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_font_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_font_size_property.lo `test -f 'src/c/getHandleProperty/get_font_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_font_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_x_shift_property.lo: src/c/getHandleProperty/get_x_shift_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_x_shift_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_shift_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_x_shift_property.lo `test -f 'src/c/getHandleProperty/get_x_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_x_shift_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_shift_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_shift_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_x_shift_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_x_shift_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_x_shift_property.lo `test -f 'src/c/getHandleProperty/get_x_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_x_shift_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_z_shift_property.lo: src/c/getHandleProperty/get_z_shift_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_z_shift_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_shift_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_z_shift_property.lo `test -f 'src/c/getHandleProperty/get_z_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_z_shift_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_shift_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_shift_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_z_shift_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_z_shift_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_z_shift_property.lo `test -f 'src/c/getHandleProperty/get_z_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_z_shift_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_line_style_property.lo: src/c/getHandleProperty/get_line_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_line_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_line_style_property.lo `test -f 'src/c/getHandleProperty/get_line_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_line_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_line_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_line_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_line_style_property.lo `test -f 'src/c/getHandleProperty/get_line_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_line_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_foreground_property.lo: src/c/getHandleProperty/get_foreground_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_foreground_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_foreground_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_foreground_property.lo `test -f 'src/c/getHandleProperty/get_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_foreground_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_foreground_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_foreground_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_foreground_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_foreground_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_foreground_property.lo `test -f 'src/c/getHandleProperty/get_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_foreground_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_mark_style_property.lo: src/c/getHandleProperty/get_mark_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_mark_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_style_property.lo `test -f 'src/c/getHandleProperty/get_mark_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_mark_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_mark_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_style_property.lo `test -f 'src/c/getHandleProperty/get_mark_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_color_map_property.lo: src/c/getHandleProperty/get_color_map_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_color_map_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_map_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_color_map_property.lo `test -f 'src/c/getHandleProperty/get_color_map_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_color_map_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_map_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_map_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_color_map_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_color_map_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_color_map_property.lo `test -f 'src/c/getHandleProperty/get_color_map_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_color_map_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_polyline_style_property.lo: src/c/getHandleProperty/get_polyline_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_polyline_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_polyline_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_polyline_style_property.lo `test -f 'src/c/getHandleProperty/get_polyline_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_polyline_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_polyline_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_polyline_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_polyline_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_polyline_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_polyline_style_property.lo `test -f 'src/c/getHandleProperty/get_polyline_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_polyline_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_font_angle_property.lo: src/c/getHandleProperty/get_font_angle_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_font_angle_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_angle_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_font_angle_property.lo `test -f 'src/c/getHandleProperty/get_font_angle_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_font_angle_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_angle_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_angle_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_font_angle_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_font_angle_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_font_angle_property.lo `test -f 'src/c/getHandleProperty/get_font_angle_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_font_angle_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_vector.lo: src/c/getHandleProperty/get_interp_color_vector.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_vector.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_interp_color_vector.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_vector.lo `test -f 'src/c/getHandleProperty/get_interp_color_vector.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_interp_color_vector.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_interp_color_vector.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_interp_color_vector.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_interp_color_vector.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_vector.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_interp_color_vector.lo `test -f 'src/c/getHandleProperty/get_interp_color_vector.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_interp_color_vector.c src/c/getHandleProperty/libscigraphics_algo_la-get_figure_name_property.lo: src/c/getHandleProperty/get_figure_name_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_figure_name_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_name_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_name_property.lo `test -f 'src/c/getHandleProperty/get_figure_name_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_name_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_name_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_name_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_figure_name_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_figure_name_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_name_property.lo `test -f 'src/c/getHandleProperty/get_figure_name_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_name_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_factor_property.lo: src/c/getHandleProperty/get_arrow_size_factor_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_factor_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arrow_size_factor_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_factor_property.lo `test -f 'src/c/getHandleProperty/get_arrow_size_factor_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_arrow_size_factor_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arrow_size_factor_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arrow_size_factor_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_arrow_size_factor_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_factor_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_factor_property.lo `test -f 'src/c/getHandleProperty/get_arrow_size_factor_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_arrow_size_factor_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_unit_property.lo: src/c/getHandleProperty/get_mark_size_unit_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_unit_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_size_unit_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_unit_property.lo `test -f 'src/c/getHandleProperty/get_mark_size_unit_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_size_unit_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_size_unit_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_size_unit_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_mark_size_unit_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_unit_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_unit_property.lo `test -f 'src/c/getHandleProperty/get_mark_size_unit_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_size_unit_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_property.lo: src/c/getHandleProperty/get_mark_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_property.lo `test -f 'src/c/getHandleProperty/get_mark_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_mark_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_size_property.lo `test -f 'src/c/getHandleProperty/get_mark_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_mark_offset_property.lo: src/c/getHandleProperty/get_mark_offset_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_mark_offset_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_offset_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_offset_property.lo `test -f 'src/c/getHandleProperty/get_mark_offset_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_offset_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_offset_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_offset_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_mark_offset_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_mark_offset_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_offset_property.lo `test -f 'src/c/getHandleProperty/get_mark_offset_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_offset_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_mark_stride_property.lo: src/c/getHandleProperty/get_mark_stride_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_mark_stride_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_stride_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_stride_property.lo `test -f 'src/c/getHandleProperty/get_mark_stride_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_stride_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_stride_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_stride_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_mark_stride_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_mark_stride_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_stride_property.lo `test -f 'src/c/getHandleProperty/get_mark_stride_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_stride_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_mark_background_property.lo: src/c/getHandleProperty/get_mark_background_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_mark_background_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_background_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_background_property.lo `test -f 'src/c/getHandleProperty/get_mark_background_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_background_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_background_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_mark_background_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_mark_background_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_mark_background_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_mark_background_property.lo `test -f 'src/c/getHandleProperty/get_mark_background_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_mark_background_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_auto_resize_property.lo: src/c/getHandleProperty/get_auto_resize_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_auto_resize_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_resize_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_resize_property.lo `test -f 'src/c/getHandleProperty/get_auto_resize_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_resize_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_resize_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_resize_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_auto_resize_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_auto_resize_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_resize_property.lo `test -f 'src/c/getHandleProperty/get_auto_resize_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_resize_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_fill_mode_property.lo: src/c/getHandleProperty/get_fill_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_fill_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_fill_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_fill_mode_property.lo `test -f 'src/c/getHandleProperty/get_fill_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_fill_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_fill_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_fill_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_fill_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_fill_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_fill_mode_property.lo `test -f 'src/c/getHandleProperty/get_fill_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_fill_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_tight_limits_property.lo: src/c/getHandleProperty/get_tight_limits_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_tight_limits_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tight_limits_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tight_limits_property.lo `test -f 'src/c/getHandleProperty/get_tight_limits_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tight_limits_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tight_limits_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tight_limits_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_tight_limits_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_tight_limits_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tight_limits_property.lo `test -f 'src/c/getHandleProperty/get_tight_limits_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tight_limits_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_auto_ticks_property.lo: src/c/getHandleProperty/get_auto_ticks_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_auto_ticks_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_ticks_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_ticks_property.lo `test -f 'src/c/getHandleProperty/get_auto_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_ticks_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_ticks_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_ticks_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_auto_ticks_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_auto_ticks_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_ticks_property.lo `test -f 'src/c/getHandleProperty/get_auto_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_ticks_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_x_label_property.lo: src/c/getHandleProperty/get_x_label_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_x_label_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_label_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_x_label_property.lo `test -f 'src/c/getHandleProperty/get_x_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_x_label_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_label_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_label_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_x_label_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_x_label_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_x_label_property.lo `test -f 'src/c/getHandleProperty/get_x_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_x_label_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_auto_scale_property.lo: src/c/getHandleProperty/get_auto_scale_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_auto_scale_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_scale_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_scale_property.lo `test -f 'src/c/getHandleProperty/get_auto_scale_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_scale_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_scale_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_scale_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_auto_scale_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_auto_scale_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_scale_property.lo `test -f 'src/c/getHandleProperty/get_auto_scale_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_scale_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_auto_dimensionning_property.lo: src/c/getHandleProperty/get_auto_dimensionning_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_auto_dimensionning_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_dimensionning_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_dimensionning_property.lo `test -f 'src/c/getHandleProperty/get_auto_dimensionning_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_dimensionning_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_dimensionning_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_dimensionning_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_auto_dimensionning_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_auto_dimensionning_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_dimensionning_property.lo `test -f 'src/c/getHandleProperty/get_auto_dimensionning_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_dimensionning_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_property.lo: src/c/getHandleProperty/get_text_box_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_box_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_property.lo `test -f 'src/c/getHandleProperty/get_text_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_text_box_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_box_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_box_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_text_box_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_property.lo `test -f 'src/c/getHandleProperty/get_text_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_text_box_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_clip_box_property.lo: src/c/getHandleProperty/get_clip_box_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_clip_box_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_clip_box_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_clip_box_property.lo `test -f 'src/c/getHandleProperty/get_clip_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_clip_box_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_clip_box_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_clip_box_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_clip_box_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_clip_box_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_clip_box_property.lo `test -f 'src/c/getHandleProperty/get_clip_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_clip_box_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_tics_direction_property.lo: src/c/getHandleProperty/get_tics_direction_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_tics_direction_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_direction_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tics_direction_property.lo `test -f 'src/c/getHandleProperty/get_tics_direction_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tics_direction_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_direction_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_direction_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_tics_direction_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_tics_direction_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tics_direction_property.lo `test -f 'src/c/getHandleProperty/get_tics_direction_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tics_direction_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_position_property.lo: src/c/getHandleProperty/get_position_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_position_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_position_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_position_property.lo `test -f 'src/c/getHandleProperty/get_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_position_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_position_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_position_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_position_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_position_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_position_property.lo `test -f 'src/c/getHandleProperty/get_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_position_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_y_label_property.lo: src/c/getHandleProperty/get_y_label_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_y_label_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_label_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_y_label_property.lo `test -f 'src/c/getHandleProperty/get_y_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_y_label_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_label_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_label_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_y_label_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_y_label_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_y_label_property.lo `test -f 'src/c/getHandleProperty/get_y_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_y_label_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_data_property.lo: src/c/getHandleProperty/get_data_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_data_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_data_property.lo `test -f 'src/c/getHandleProperty/get_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_data_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_data_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_data_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_data_property.lo `test -f 'src/c/getHandleProperty/get_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_data_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_auto_clear_property.lo: src/c/getHandleProperty/get_auto_clear_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_auto_clear_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_clear_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_clear_property.lo `test -f 'src/c/getHandleProperty/get_auto_clear_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_clear_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_clear_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_clear_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_auto_clear_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_auto_clear_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_clear_property.lo `test -f 'src/c/getHandleProperty/get_auto_clear_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_clear_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_title_property.lo: src/c/getHandleProperty/get_title_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_title_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_title_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_title_property.lo `test -f 'src/c/getHandleProperty/get_title_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_title_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_title_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_title_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_title_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_title_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_title_property.lo `test -f 'src/c/getHandleProperty/get_title_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_title_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_state_property.lo: src/c/getHandleProperty/get_zoom_state_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_state_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_zoom_state_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_state_property.lo `test -f 'src/c/getHandleProperty/get_zoom_state_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_zoom_state_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_zoom_state_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_zoom_state_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_zoom_state_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_state_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_state_property.lo `test -f 'src/c/getHandleProperty/get_zoom_state_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_zoom_state_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_box_property.lo: src/c/getHandleProperty/get_zoom_box_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_box_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_zoom_box_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_box_property.lo `test -f 'src/c/getHandleProperty/get_zoom_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_zoom_box_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_zoom_box_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_zoom_box_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_zoom_box_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_box_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_zoom_box_property.lo `test -f 'src/c/getHandleProperty/get_zoom_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_zoom_box_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_log_flags_property.lo: src/c/getHandleProperty/get_log_flags_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_log_flags_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_log_flags_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_log_flags_property.lo `test -f 'src/c/getHandleProperty/get_log_flags_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_log_flags_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_log_flags_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_log_flags_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_log_flags_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_log_flags_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_log_flags_property.lo `test -f 'src/c/getHandleProperty/get_log_flags_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_log_flags_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_x_location_property.lo: src/c/getHandleProperty/get_x_location_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_x_location_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_location_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_x_location_property.lo `test -f 'src/c/getHandleProperty/get_x_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_x_location_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_location_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_location_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_x_location_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_x_location_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_x_location_property.lo `test -f 'src/c/getHandleProperty/get_x_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_x_location_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_mode_property.lo: src/c/getHandleProperty/get_text_box_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_box_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_mode_property.lo `test -f 'src/c/getHandleProperty/get_text_box_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_text_box_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_box_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_box_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_text_box_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_text_box_mode_property.lo `test -f 'src/c/getHandleProperty/get_text_box_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_text_box_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_y_location_property.lo: src/c/getHandleProperty/get_y_location_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_y_location_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_location_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_y_location_property.lo `test -f 'src/c/getHandleProperty/get_y_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_y_location_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_location_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_location_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_y_location_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_y_location_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_y_location_property.lo `test -f 'src/c/getHandleProperty/get_y_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_y_location_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_z_label_property.lo: src/c/getHandleProperty/get_z_label_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_z_label_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_label_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_z_label_property.lo `test -f 'src/c/getHandleProperty/get_z_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_z_label_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_label_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_label_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_z_label_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_z_label_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_z_label_property.lo `test -f 'src/c/getHandleProperty/get_z_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_z_label_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_alignment_property.lo: src/c/getHandleProperty/get_alignment_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_alignment_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_alignment_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_alignment_property.lo `test -f 'src/c/getHandleProperty/get_alignment_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_alignment_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_alignment_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_alignment_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_alignment_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_alignment_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_alignment_property.lo `test -f 'src/c/getHandleProperty/get_alignment_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_alignment_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_font_style_property.lo: src/c/getHandleProperty/get_font_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_font_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_font_style_property.lo `test -f 'src/c/getHandleProperty/get_font_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_font_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_font_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_font_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_font_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_font_style_property.lo `test -f 'src/c/getHandleProperty/get_font_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_font_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_auto_rotation_property.lo: src/c/getHandleProperty/get_auto_rotation_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_auto_rotation_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_rotation_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_rotation_property.lo `test -f 'src/c/getHandleProperty/get_auto_rotation_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_rotation_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_rotation_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_rotation_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_auto_rotation_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_auto_rotation_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_rotation_property.lo `test -f 'src/c/getHandleProperty/get_auto_rotation_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_rotation_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_clip_state_property.lo: src/c/getHandleProperty/get_clip_state_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_clip_state_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_clip_state_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_clip_state_property.lo `test -f 'src/c/getHandleProperty/get_clip_state_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_clip_state_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_clip_state_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_clip_state_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_clip_state_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_clip_state_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_clip_state_property.lo `test -f 'src/c/getHandleProperty/get_clip_state_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_clip_state_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_callback_property.lo: src/c/getHandleProperty/get_callback_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_callback_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_callback_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_callback_property.lo `test -f 'src/c/getHandleProperty/get_callback_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_callback_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_callback_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_callback_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_callback_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_callback_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_callback_property.lo `test -f 'src/c/getHandleProperty/get_callback_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_callback_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_auto_position_property.lo: src/c/getHandleProperty/get_auto_position_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_auto_position_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_position_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_position_property.lo `test -f 'src/c/getHandleProperty/get_auto_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_position_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_position_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_position_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_auto_position_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_auto_position_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_position_property.lo `test -f 'src/c/getHandleProperty/get_auto_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_position_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_closed_property.lo: src/c/getHandleProperty/get_closed_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_closed_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_closed_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_closed_property.lo `test -f 'src/c/getHandleProperty/get_closed_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_closed_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_closed_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_closed_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_closed_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_closed_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_closed_property.lo `test -f 'src/c/getHandleProperty/get_closed_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_closed_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_text_property.lo: src/c/getHandleProperty/get_text_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_text_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_text_property.lo `test -f 'src/c/getHandleProperty/get_text_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_text_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_text_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_text_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_text_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_text_property.lo `test -f 'src/c/getHandleProperty/get_text_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_text_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_margins_property.lo: src/c/getHandleProperty/get_margins_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_margins_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_margins_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_margins_property.lo `test -f 'src/c/getHandleProperty/get_margins_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_margins_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_margins_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_margins_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_margins_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_margins_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_margins_property.lo `test -f 'src/c/getHandleProperty/get_margins_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_margins_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_view_property.lo: src/c/getHandleProperty/get_view_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_view_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_view_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_view_property.lo `test -f 'src/c/getHandleProperty/get_view_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_view_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_view_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_view_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_view_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_view_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_view_property.lo `test -f 'src/c/getHandleProperty/get_view_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_view_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_data_bounds_property.lo: src/c/getHandleProperty/get_data_bounds_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_data_bounds_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_bounds_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_data_bounds_property.lo `test -f 'src/c/getHandleProperty/get_data_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_data_bounds_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_bounds_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_bounds_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_data_bounds_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_data_bounds_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_data_bounds_property.lo `test -f 'src/c/getHandleProperty/get_data_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_data_bounds_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_axes_reverse_property.lo: src/c/getHandleProperty/get_axes_reverse_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_axes_reverse_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_reverse_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_axes_reverse_property.lo `test -f 'src/c/getHandleProperty/get_axes_reverse_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_axes_reverse_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_reverse_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_reverse_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_axes_reverse_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_axes_reverse_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_axes_reverse_property.lo `test -f 'src/c/getHandleProperty/get_axes_reverse_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_axes_reverse_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_tics_color_property.lo: src/c/getHandleProperty/get_tics_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_tics_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tics_color_property.lo `test -f 'src/c/getHandleProperty/get_tics_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tics_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_tics_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_tics_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tics_color_property.lo `test -f 'src/c/getHandleProperty/get_tics_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tics_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_axes_bounds_property.lo: src/c/getHandleProperty/get_axes_bounds_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_axes_bounds_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_bounds_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_axes_bounds_property.lo `test -f 'src/c/getHandleProperty/get_axes_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_axes_bounds_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_bounds_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_bounds_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_axes_bounds_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_axes_bounds_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_axes_bounds_property.lo `test -f 'src/c/getHandleProperty/get_axes_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_axes_bounds_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_tics_style_property.lo: src/c/getHandleProperty/get_tics_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_tics_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tics_style_property.lo `test -f 'src/c/getHandleProperty/get_tics_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tics_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_tics_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_tics_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tics_style_property.lo `test -f 'src/c/getHandleProperty/get_tics_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tics_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_user_data_property.lo: src/c/getHandleProperty/get_user_data_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_user_data_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_user_data_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_user_data_property.lo `test -f 'src/c/getHandleProperty/get_user_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_user_data_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_user_data_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_user_data_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_user_data_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_user_data_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_user_data_property.lo `test -f 'src/c/getHandleProperty/get_user_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_user_data_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_xtics_coord_property.lo: src/c/getHandleProperty/get_xtics_coord_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_xtics_coord_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_xtics_coord_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_xtics_coord_property.lo `test -f 'src/c/getHandleProperty/get_xtics_coord_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_xtics_coord_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_xtics_coord_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_xtics_coord_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_xtics_coord_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_xtics_coord_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_xtics_coord_property.lo `test -f 'src/c/getHandleProperty/get_xtics_coord_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_xtics_coord_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_color_mode_property.lo: src/c/getHandleProperty/get_color_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_color_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_color_mode_property.lo `test -f 'src/c/getHandleProperty/get_color_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_color_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_color_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_color_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_color_mode_property.lo `test -f 'src/c/getHandleProperty/get_color_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_color_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_z_bounds_property.lo: src/c/getHandleProperty/get_z_bounds_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_z_bounds_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_bounds_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_z_bounds_property.lo `test -f 'src/c/getHandleProperty/get_z_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_z_bounds_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_bounds_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_bounds_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_z_bounds_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_z_bounds_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_z_bounds_property.lo `test -f 'src/c/getHandleProperty/get_z_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_z_bounds_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_data_mapping_property.lo: src/c/getHandleProperty/get_data_mapping_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_data_mapping_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_mapping_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_data_mapping_property.lo `test -f 'src/c/getHandleProperty/get_data_mapping_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_data_mapping_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_mapping_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_data_mapping_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_data_mapping_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_data_mapping_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_data_mapping_property.lo `test -f 'src/c/getHandleProperty/get_data_mapping_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_data_mapping_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_property.lo: src/c/getHandleProperty/get_arrow_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arrow_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_property.lo `test -f 'src/c/getHandleProperty/get_arrow_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_arrow_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arrow_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arrow_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_arrow_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_arrow_size_property.lo `test -f 'src/c/getHandleProperty/get_arrow_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_arrow_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_angles_property.lo: src/c/getHandleProperty/get_rotation_angles_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_angles_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rotation_angles_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_angles_property.lo `test -f 'src/c/getHandleProperty/get_rotation_angles_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_rotation_angles_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rotation_angles_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rotation_angles_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_rotation_angles_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_angles_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_rotation_angles_property.lo `test -f 'src/c/getHandleProperty/get_rotation_angles_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_rotation_angles_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_callback_type_property.lo: src/c/getHandleProperty/get_callback_type_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_callback_type_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_callback_type_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_callback_type_property.lo `test -f 'src/c/getHandleProperty/get_callback_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_callback_type_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_callback_type_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_callback_type_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_callback_type_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_callback_type_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_callback_type_property.lo `test -f 'src/c/getHandleProperty/get_callback_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_callback_type_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_format_n_property.lo: src/c/getHandleProperty/get_format_n_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_format_n_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_format_n_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_format_n_property.lo `test -f 'src/c/getHandleProperty/get_format_n_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_format_n_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_format_n_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_format_n_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_format_n_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_format_n_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_format_n_property.lo `test -f 'src/c/getHandleProperty/get_format_n_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_format_n_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_color_flag_property.lo: src/c/getHandleProperty/get_color_flag_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_color_flag_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_flag_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_color_flag_property.lo `test -f 'src/c/getHandleProperty/get_color_flag_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_color_flag_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_flag_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_flag_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_color_flag_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_color_flag_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_color_flag_property.lo `test -f 'src/c/getHandleProperty/get_color_flag_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_color_flag_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_sub_tics_property.lo: src/c/getHandleProperty/get_sub_tics_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_sub_tics_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_sub_tics_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_sub_tics_property.lo `test -f 'src/c/getHandleProperty/get_sub_tics_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_sub_tics_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_sub_tics_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_sub_tics_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_sub_tics_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_sub_tics_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_sub_tics_property.lo `test -f 'src/c/getHandleProperty/get_sub_tics_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_sub_tics_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_axis_color_property.lo: src/c/getHandleProperty/get_hidden_axis_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_axis_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_hidden_axis_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_axis_color_property.lo `test -f 'src/c/getHandleProperty/get_hidden_axis_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_hidden_axis_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_hidden_axis_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_hidden_axis_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_hidden_axis_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_axis_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_axis_color_property.lo `test -f 'src/c/getHandleProperty/get_hidden_axis_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_hidden_axis_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_ytics_coord_property.lo: src/c/getHandleProperty/get_ytics_coord_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_ytics_coord_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ytics_coord_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_ytics_coord_property.lo `test -f 'src/c/getHandleProperty/get_ytics_coord_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_ytics_coord_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ytics_coord_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ytics_coord_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_ytics_coord_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_ytics_coord_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_ytics_coord_property.lo `test -f 'src/c/getHandleProperty/get_ytics_coord_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_ytics_coord_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_size_property.lo: src/c/getHandleProperty/get_labels_font_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_size_property.lo `test -f 'src/c/getHandleProperty/get_labels_font_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_labels_font_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_labels_font_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_size_property.lo `test -f 'src/c/getHandleProperty/get_labels_font_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_labels_font_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_isoview_property.lo: src/c/getHandleProperty/get_isoview_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_isoview_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_isoview_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_isoview_property.lo `test -f 'src/c/getHandleProperty/get_isoview_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_isoview_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_isoview_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_isoview_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_isoview_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_isoview_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_isoview_property.lo `test -f 'src/c/getHandleProperty/get_isoview_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_isoview_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_grid_property.lo: src/c/getHandleProperty/get_grid_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_grid_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_grid_property.lo `test -f 'src/c/getHandleProperty/get_grid_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_grid_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_grid_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_grid_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_grid_property.lo `test -f 'src/c/getHandleProperty/get_grid_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_grid_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_grid_thickness_property.lo: src/c/getHandleProperty/get_grid_thickness_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_grid_thickness_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_thickness_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_grid_thickness_property.lo `test -f 'src/c/getHandleProperty/get_grid_thickness_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_grid_thickness_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_thickness_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_thickness_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_grid_thickness_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_grid_thickness_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_grid_thickness_property.lo `test -f 'src/c/getHandleProperty/get_grid_thickness_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_grid_thickness_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_grid_style_property.lo: src/c/getHandleProperty/get_grid_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_grid_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_grid_style_property.lo `test -f 'src/c/getHandleProperty/get_grid_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_grid_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_grid_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_grid_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_grid_style_property.lo `test -f 'src/c/getHandleProperty/get_grid_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_grid_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_box_property.lo: src/c/getHandleProperty/get_box_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_box_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_box_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_box_property.lo `test -f 'src/c/getHandleProperty/get_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_box_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_box_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_box_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_box_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_box_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_box_property.lo `test -f 'src/c/getHandleProperty/get_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_box_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_color_property.lo: src/c/getHandleProperty/get_hidden_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_hidden_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_color_property.lo `test -f 'src/c/getHandleProperty/get_hidden_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_hidden_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_hidden_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_hidden_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_hidden_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_hidden_color_property.lo `test -f 'src/c/getHandleProperty/get_hidden_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_hidden_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_handle_visible_property.lo: src/c/getHandleProperty/get_handle_visible_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_handle_visible_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_handle_visible_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_handle_visible_property.lo `test -f 'src/c/getHandleProperty/get_handle_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_handle_visible_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_handle_visible_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_handle_visible_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_handle_visible_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_handle_visible_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_handle_visible_property.lo `test -f 'src/c/getHandleProperty/get_handle_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_handle_visible_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_color_property.lo: src/c/getHandleProperty/get_labels_font_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_color_property.lo `test -f 'src/c/getHandleProperty/get_labels_font_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_labels_font_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_labels_font_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_color_property.lo `test -f 'src/c/getHandleProperty/get_labels_font_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_labels_font_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_surface_color_property.lo: src/c/getHandleProperty/get_surface_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_surface_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_surface_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_surface_color_property.lo `test -f 'src/c/getHandleProperty/get_surface_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_surface_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_surface_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_surface_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_surface_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_surface_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_surface_color_property.lo `test -f 'src/c/getHandleProperty/get_surface_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_surface_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_tics_label_property.lo: src/c/getHandleProperty/get_tics_label_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_tics_label_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_label_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tics_label_property.lo `test -f 'src/c/getHandleProperty/get_tics_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tics_label_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_label_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_label_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_tics_label_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_tics_label_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tics_label_property.lo `test -f 'src/c/getHandleProperty/get_tics_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tics_label_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_style_property.lo: src/c/getHandleProperty/get_labels_font_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_style_property.lo `test -f 'src/c/getHandleProperty/get_labels_font_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_labels_font_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_labels_font_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_labels_font_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_labels_font_style_property.lo `test -f 'src/c/getHandleProperty/get_labels_font_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_labels_font_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_axes_visible_property.lo: src/c/getHandleProperty/get_axes_visible_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_axes_visible_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_visible_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_axes_visible_property.lo `test -f 'src/c/getHandleProperty/get_axes_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_axes_visible_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_visible_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_axes_visible_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_axes_visible_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_axes_visible_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_axes_visible_property.lo `test -f 'src/c/getHandleProperty/get_axes_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_axes_visible_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_cube_scaling_property.lo: src/c/getHandleProperty/get_cube_scaling_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_cube_scaling_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_cube_scaling_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_cube_scaling_property.lo `test -f 'src/c/getHandleProperty/get_cube_scaling_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_cube_scaling_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_cube_scaling_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_cube_scaling_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_cube_scaling_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_cube_scaling_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_cube_scaling_property.lo `test -f 'src/c/getHandleProperty/get_cube_scaling_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_cube_scaling_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_tics_segment_property.lo: src/c/getHandleProperty/get_tics_segment_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_tics_segment_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_segment_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tics_segment_property.lo `test -f 'src/c/getHandleProperty/get_tics_segment_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tics_segment_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_segment_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tics_segment_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_tics_segment_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_tics_segment_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tics_segment_property.lo `test -f 'src/c/getHandleProperty/get_tics_segment_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tics_segment_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_cdata_mapping_property.lo: src/c/getHandleProperty/get_cdata_mapping_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_cdata_mapping_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_cdata_mapping_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_cdata_mapping_property.lo `test -f 'src/c/getHandleProperty/get_cdata_mapping_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_cdata_mapping_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_cdata_mapping_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_cdata_mapping_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_cdata_mapping_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_cdata_mapping_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_cdata_mapping_property.lo `test -f 'src/c/getHandleProperty/get_cdata_mapping_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_cdata_mapping_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_colored_property.lo: src/c/getHandleProperty/get_colored_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_colored_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_colored_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_colored_property.lo `test -f 'src/c/getHandleProperty/get_colored_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_colored_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_colored_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_colored_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_colored_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_colored_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_colored_property.lo `test -f 'src/c/getHandleProperty/get_colored_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_colored_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_triangles_property.lo: src/c/getHandleProperty/get_triangles_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_triangles_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_triangles_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_triangles_property.lo `test -f 'src/c/getHandleProperty/get_triangles_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_triangles_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_triangles_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_triangles_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_triangles_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_triangles_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_triangles_property.lo `test -f 'src/c/getHandleProperty/get_triangles_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_triangles_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_viewport_property.lo: src/c/getHandleProperty/get_viewport_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_viewport_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_viewport_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_viewport_property.lo `test -f 'src/c/getHandleProperty/get_viewport_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_viewport_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_viewport_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_viewport_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_viewport_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_viewport_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_viewport_property.lo `test -f 'src/c/getHandleProperty/get_viewport_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_viewport_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_info_message_property.lo: src/c/getHandleProperty/get_info_message_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_info_message_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_info_message_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_info_message_property.lo `test -f 'src/c/getHandleProperty/get_info_message_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_info_message_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_info_message_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_info_message_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_info_message_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_info_message_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_info_message_property.lo `test -f 'src/c/getHandleProperty/get_info_message_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_info_message_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_y_ticks_property.lo: src/c/getHandleProperty/get_y_ticks_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_y_ticks_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_ticks_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_y_ticks_property.lo `test -f 'src/c/getHandleProperty/get_y_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_y_ticks_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_ticks_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_y_ticks_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_y_ticks_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_y_ticks_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_y_ticks_property.lo `test -f 'src/c/getHandleProperty/get_y_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_y_ticks_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_z_ticks_property.lo: src/c/getHandleProperty/get_z_ticks_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_z_ticks_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_ticks_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_z_ticks_property.lo `test -f 'src/c/getHandleProperty/get_z_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_z_ticks_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_ticks_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_z_ticks_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_z_ticks_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_z_ticks_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_z_ticks_property.lo `test -f 'src/c/getHandleProperty/get_z_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_z_ticks_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_x_ticks_property.lo: src/c/getHandleProperty/get_x_ticks_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_x_ticks_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_ticks_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_x_ticks_property.lo `test -f 'src/c/getHandleProperty/get_x_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_x_ticks_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_ticks_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_x_ticks_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_x_ticks_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_x_ticks_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_x_ticks_property.lo `test -f 'src/c/getHandleProperty/get_x_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_x_ticks_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_format_property.lo: src/c/getHandleProperty/get_ticks_format_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_format_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ticks_format_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_format_property.lo `test -f 'src/c/getHandleProperty/get_ticks_format_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_ticks_format_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ticks_format_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ticks_format_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_ticks_format_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_format_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_format_property.lo `test -f 'src/c/getHandleProperty/get_ticks_format_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_ticks_format_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_st_property.lo: src/c/getHandleProperty/get_ticks_st_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_st_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ticks_st_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_st_property.lo `test -f 'src/c/getHandleProperty/get_ticks_st_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_ticks_st_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ticks_st_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ticks_st_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_ticks_st_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_st_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_ticks_st_property.lo `test -f 'src/c/getHandleProperty/get_ticks_st_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_ticks_st_property.c src/c/getHandleProperty/libscigraphics_algo_la-setGetHashTable.lo: src/c/getHandleProperty/setGetHashTable.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-setGetHashTable.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-setGetHashTable.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-setGetHashTable.lo `test -f 'src/c/getHandleProperty/setGetHashTable.c' || echo '$(srcdir)/'`src/c/getHandleProperty/setGetHashTable.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-setGetHashTable.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-setGetHashTable.Plo # $(AM_V_CC)source='src/c/getHandleProperty/setGetHashTable.c' object='src/c/getHandleProperty/libscigraphics_algo_la-setGetHashTable.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-setGetHashTable.lo `test -f 'src/c/getHandleProperty/setGetHashTable.c' || echo '$(srcdir)/'`src/c/getHandleProperty/setGetHashTable.c src/c/getHandleProperty/libscigraphics_algo_la-get_segs_color_property.lo: src/c/getHandleProperty/get_segs_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_segs_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_segs_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_segs_color_property.lo `test -f 'src/c/getHandleProperty/get_segs_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_segs_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_segs_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_segs_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_segs_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_segs_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_segs_color_property.lo `test -f 'src/c/getHandleProperty/get_segs_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_segs_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_screen_position_property.lo: src/c/getHandleProperty/get_screen_position_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_screen_position_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_screen_position_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_screen_position_property.lo `test -f 'src/c/getHandleProperty/get_screen_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_screen_position_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_screen_position_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_screen_position_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_screen_position_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_screen_position_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_screen_position_property.lo `test -f 'src/c/getHandleProperty/get_screen_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_screen_position_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_property.lo: src/c/getHandleProperty/get_event_handler_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_event_handler_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_property.lo `test -f 'src/c/getHandleProperty/get_event_handler_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_event_handler_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_event_handler_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_event_handler_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_event_handler_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_property.lo `test -f 'src/c/getHandleProperty/get_event_handler_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_event_handler_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_enable_property.lo: src/c/getHandleProperty/get_event_handler_enable_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_enable_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_event_handler_enable_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_enable_property.lo `test -f 'src/c/getHandleProperty/get_event_handler_enable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_event_handler_enable_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_event_handler_enable_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_event_handler_enable_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_event_handler_enable_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_enable_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_event_handler_enable_property.lo `test -f 'src/c/getHandleProperty/get_event_handler_enable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_event_handler_enable_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_arc_drawing_method_property.lo: src/c/getHandleProperty/get_arc_drawing_method_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_arc_drawing_method_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arc_drawing_method_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_arc_drawing_method_property.lo `test -f 'src/c/getHandleProperty/get_arc_drawing_method_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_arc_drawing_method_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arc_drawing_method_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_arc_drawing_method_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_arc_drawing_method_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_arc_drawing_method_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_arc_drawing_method_property.lo `test -f 'src/c/getHandleProperty/get_arc_drawing_method_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_arc_drawing_method_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_fractional_font_property.lo: src/c/getHandleProperty/get_fractional_font_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_fractional_font_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_fractional_font_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_fractional_font_property.lo `test -f 'src/c/getHandleProperty/get_fractional_font_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_fractional_font_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_fractional_font_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_fractional_font_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_fractional_font_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_fractional_font_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_fractional_font_property.lo `test -f 'src/c/getHandleProperty/get_fractional_font_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_fractional_font_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_links_property.lo: src/c/getHandleProperty/get_links_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_links_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_links_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_links_property.lo `test -f 'src/c/getHandleProperty/get_links_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_links_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_links_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_links_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_links_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_links_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_links_property.lo `test -f 'src/c/getHandleProperty/get_links_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_links_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_legend_location_property.lo: src/c/getHandleProperty/get_legend_location_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_legend_location_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_legend_location_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_legend_location_property.lo `test -f 'src/c/getHandleProperty/get_legend_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_legend_location_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_legend_location_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_legend_location_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_legend_location_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_legend_location_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_legend_location_property.lo `test -f 'src/c/getHandleProperty/get_legend_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_legend_location_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_filled_property.lo: src/c/getHandleProperty/get_filled_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_filled_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_filled_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_filled_property.lo `test -f 'src/c/getHandleProperty/get_filled_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_filled_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_filled_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_filled_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_filled_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_filled_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_filled_property.lo `test -f 'src/c/getHandleProperty/get_filled_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_filled_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_color_range_property.lo: src/c/getHandleProperty/get_color_range_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_color_range_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_range_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_color_range_property.lo `test -f 'src/c/getHandleProperty/get_color_range_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_color_range_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_range_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_color_range_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_color_range_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_color_range_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_color_range_property.lo `test -f 'src/c/getHandleProperty/get_color_range_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_color_range_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_outside_colors_property.lo: src/c/getHandleProperty/get_outside_colors_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_outside_colors_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_outside_colors_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_outside_colors_property.lo `test -f 'src/c/getHandleProperty/get_outside_colors_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_outside_colors_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_outside_colors_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_outside_colors_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_outside_colors_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_outside_colors_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_outside_colors_property.lo `test -f 'src/c/getHandleProperty/get_outside_colors_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_outside_colors_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_grid_position_property.lo: src/c/getHandleProperty/get_grid_position_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_grid_position_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_position_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_grid_position_property.lo `test -f 'src/c/getHandleProperty/get_grid_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_grid_position_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_position_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_grid_position_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_grid_position_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_grid_position_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_grid_position_property.lo `test -f 'src/c/getHandleProperty/get_grid_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_grid_position_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_anti_aliasing_property.lo: src/c/getHandleProperty/get_anti_aliasing_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_anti_aliasing_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_anti_aliasing_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_anti_aliasing_property.lo `test -f 'src/c/getHandleProperty/get_anti_aliasing_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_anti_aliasing_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_anti_aliasing_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_anti_aliasing_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_anti_aliasing_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_anti_aliasing_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_anti_aliasing_property.lo `test -f 'src/c/getHandleProperty/get_anti_aliasing_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_anti_aliasing_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_tag_property.lo: src/c/getHandleProperty/get_tag_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_tag_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tag_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tag_property.lo `test -f 'src/c/getHandleProperty/get_tag_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tag_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tag_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tag_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_tag_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_tag_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tag_property.lo `test -f 'src/c/getHandleProperty/get_tag_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tag_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_image_type_property.lo: src/c/getHandleProperty/get_image_type_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_image_type_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_image_type_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_image_type_property.lo `test -f 'src/c/getHandleProperty/get_image_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_image_type_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_image_type_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_image_type_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_image_type_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_image_type_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_image_type_property.lo `test -f 'src/c/getHandleProperty/get_image_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_image_type_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_resize_property.lo: src/c/getHandleProperty/get_resize_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_resize_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_resize_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_resize_property.lo `test -f 'src/c/getHandleProperty/get_resize_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_resize_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_resize_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_resize_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_resize_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_resize_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_resize_property.lo `test -f 'src/c/getHandleProperty/get_resize_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_resize_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_toolbar_property.lo: src/c/getHandleProperty/get_toolbar_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_toolbar_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_toolbar_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_toolbar_property.lo `test -f 'src/c/getHandleProperty/get_toolbar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_toolbar_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_toolbar_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_toolbar_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_toolbar_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_toolbar_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_toolbar_property.lo `test -f 'src/c/getHandleProperty/get_toolbar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_toolbar_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_menubar_property.lo: src/c/getHandleProperty/get_menubar_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_menubar_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_menubar_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_menubar_property.lo `test -f 'src/c/getHandleProperty/get_menubar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_menubar_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_menubar_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_menubar_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_menubar_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_menubar_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_menubar_property.lo `test -f 'src/c/getHandleProperty/get_menubar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_menubar_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_infobar_property.lo: src/c/getHandleProperty/get_infobar_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_infobar_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_infobar_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_infobar_property.lo `test -f 'src/c/getHandleProperty/get_infobar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_infobar_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_infobar_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_infobar_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_infobar_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_infobar_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_infobar_property.lo `test -f 'src/c/getHandleProperty/get_infobar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_infobar_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_dockable_property.lo: src/c/getHandleProperty/get_dockable_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_dockable_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_dockable_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_dockable_property.lo `test -f 'src/c/getHandleProperty/get_dockable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_dockable_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_dockable_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_dockable_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_dockable_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_dockable_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_dockable_property.lo `test -f 'src/c/getHandleProperty/get_dockable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_dockable_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_rect_property.lo: src/c/getHandleProperty/get_rect_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_rect_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rect_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_rect_property.lo `test -f 'src/c/getHandleProperty/get_rect_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_rect_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rect_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_rect_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_rect_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_rect_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_rect_property.lo `test -f 'src/c/getHandleProperty/get_rect_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_rect_property.c src/c/getHandleProperty/libscigraphics_algo_la-GetHashTable.lo: src/c/getHandleProperty/GetHashTable.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-GetHashTable.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-GetHashTable.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-GetHashTable.lo `test -f 'src/c/getHandleProperty/GetHashTable.c' || echo '$(srcdir)/'`src/c/getHandleProperty/GetHashTable.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-GetHashTable.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-GetHashTable.Plo # $(AM_V_CC)source='src/c/getHandleProperty/GetHashTable.c' object='src/c/getHandleProperty/libscigraphics_algo_la-GetHashTable.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-GetHashTable.lo `test -f 'src/c/getHandleProperty/GetHashTable.c' || echo '$(srcdir)/'`src/c/getHandleProperty/GetHashTable.c src/c/libscigraphics_algo_la-graphicModuleLoad.lo: src/c/graphicModuleLoad.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-graphicModuleLoad.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-graphicModuleLoad.Tpo -c -o src/c/libscigraphics_algo_la-graphicModuleLoad.lo `test -f 'src/c/graphicModuleLoad.c' || echo '$(srcdir)/'`src/c/graphicModuleLoad.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-graphicModuleLoad.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-graphicModuleLoad.Plo # $(AM_V_CC)source='src/c/graphicModuleLoad.c' object='src/c/libscigraphics_algo_la-graphicModuleLoad.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-graphicModuleLoad.lo `test -f 'src/c/graphicModuleLoad.c' || echo '$(srcdir)/'`src/c/graphicModuleLoad.c src/c/getHandleProperty/libscigraphics_algo_la-set_old_style_property.lo: src/c/getHandleProperty/set_old_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_old_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_old_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_old_style_property.lo `test -f 'src/c/getHandleProperty/set_old_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_old_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_old_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_old_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_old_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_old_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_old_style_property.lo `test -f 'src/c/getHandleProperty/set_old_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_old_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_figure_name_property.lo: src/c/getHandleProperty/set_figure_name_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_figure_name_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_name_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_name_property.lo `test -f 'src/c/getHandleProperty/set_figure_name_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_name_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_name_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_name_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_figure_name_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_figure_name_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_name_property.lo `test -f 'src/c/getHandleProperty/set_figure_name_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_name_property.c src/c/getHandleProperty/libscigraphics_algo_la-getPropertyAssignedValue.lo: src/c/getHandleProperty/getPropertyAssignedValue.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-getPropertyAssignedValue.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-getPropertyAssignedValue.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-getPropertyAssignedValue.lo `test -f 'src/c/getHandleProperty/getPropertyAssignedValue.c' || echo '$(srcdir)/'`src/c/getHandleProperty/getPropertyAssignedValue.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-getPropertyAssignedValue.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-getPropertyAssignedValue.Plo # $(AM_V_CC)source='src/c/getHandleProperty/getPropertyAssignedValue.c' object='src/c/getHandleProperty/libscigraphics_algo_la-getPropertyAssignedValue.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-getPropertyAssignedValue.lo `test -f 'src/c/getHandleProperty/getPropertyAssignedValue.c' || echo '$(srcdir)/'`src/c/getHandleProperty/getPropertyAssignedValue.c src/c/getHandleProperty/libscigraphics_algo_la-set_visible_property.lo: src/c/getHandleProperty/set_visible_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_visible_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_visible_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_visible_property.lo `test -f 'src/c/getHandleProperty/set_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_visible_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_visible_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_visible_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_visible_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_visible_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_visible_property.lo `test -f 'src/c/getHandleProperty/set_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_visible_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_pixel_drawing_mode_property.lo: src/c/getHandleProperty/set_pixel_drawing_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_pixel_drawing_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_pixel_drawing_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_pixel_drawing_mode_property.lo `test -f 'src/c/getHandleProperty/set_pixel_drawing_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_pixel_drawing_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_pixel_drawing_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_pixel_drawing_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_pixel_drawing_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_pixel_drawing_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_pixel_drawing_mode_property.lo `test -f 'src/c/getHandleProperty/set_pixel_drawing_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_pixel_drawing_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_vector_property.lo: src/c/getHandleProperty/set_interp_color_vector_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_vector_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_interp_color_vector_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_vector_property.lo `test -f 'src/c/getHandleProperty/set_interp_color_vector_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_interp_color_vector_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_interp_color_vector_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_interp_color_vector_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_interp_color_vector_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_vector_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_vector_property.lo `test -f 'src/c/getHandleProperty/set_interp_color_vector_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_interp_color_vector_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_immediate_drawing_property.lo: src/c/getHandleProperty/set_immediate_drawing_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_immediate_drawing_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_immediate_drawing_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_immediate_drawing_property.lo `test -f 'src/c/getHandleProperty/set_immediate_drawing_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_immediate_drawing_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_immediate_drawing_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_immediate_drawing_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_immediate_drawing_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_immediate_drawing_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_immediate_drawing_property.lo `test -f 'src/c/getHandleProperty/set_immediate_drawing_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_immediate_drawing_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_figure_size_property.lo: src/c/getHandleProperty/set_figure_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_figure_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_size_property.lo `test -f 'src/c/getHandleProperty/set_figure_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_figure_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_figure_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_size_property.lo `test -f 'src/c/getHandleProperty/set_figure_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_background_property.lo: src/c/getHandleProperty/set_background_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_background_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_background_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_background_property.lo `test -f 'src/c/getHandleProperty/set_background_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_background_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_background_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_background_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_background_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_background_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_background_property.lo `test -f 'src/c/getHandleProperty/set_background_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_background_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_style_property.lo: src/c/getHandleProperty/set_rotation_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rotation_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_style_property.lo `test -f 'src/c/getHandleProperty/set_rotation_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_rotation_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rotation_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rotation_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_rotation_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_style_property.lo `test -f 'src/c/getHandleProperty/set_rotation_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_rotation_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_current_figure_property.lo: src/c/getHandleProperty/set_current_figure_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_current_figure_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_figure_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_current_figure_property.lo `test -f 'src/c/getHandleProperty/set_current_figure_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_current_figure_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_figure_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_figure_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_current_figure_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_current_figure_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_current_figure_property.lo `test -f 'src/c/getHandleProperty/set_current_figure_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_current_figure_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_axes_size_property.lo: src/c/getHandleProperty/set_axes_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_axes_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_axes_size_property.lo `test -f 'src/c/getHandleProperty/set_axes_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_axes_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_axes_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_axes_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_axes_size_property.lo `test -f 'src/c/getHandleProperty/set_axes_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_axes_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_default_values_property.lo: src/c/getHandleProperty/set_default_values_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_default_values_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_default_values_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_default_values_property.lo `test -f 'src/c/getHandleProperty/set_default_values_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_default_values_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_default_values_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_default_values_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_default_values_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_default_values_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_default_values_property.lo `test -f 'src/c/getHandleProperty/set_default_values_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_default_values_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_figure_position_property.lo: src/c/getHandleProperty/set_figure_position_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_figure_position_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_position_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_position_property.lo `test -f 'src/c/getHandleProperty/set_figure_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_position_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_position_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_position_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_figure_position_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_figure_position_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_position_property.lo `test -f 'src/c/getHandleProperty/set_figure_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_position_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_color_map_property.lo: src/c/getHandleProperty/set_color_map_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_color_map_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_map_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_color_map_property.lo `test -f 'src/c/getHandleProperty/set_color_map_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_color_map_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_map_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_map_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_color_map_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_color_map_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_color_map_property.lo `test -f 'src/c/getHandleProperty/set_color_map_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_color_map_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_auto_resize_property.lo: src/c/getHandleProperty/set_auto_resize_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_auto_resize_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_resize_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_resize_property.lo `test -f 'src/c/getHandleProperty/set_auto_resize_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_resize_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_resize_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_resize_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_auto_resize_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_auto_resize_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_resize_property.lo `test -f 'src/c/getHandleProperty/set_auto_resize_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_resize_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_current_axes_property.lo: src/c/getHandleProperty/set_current_axes_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_current_axes_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_axes_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_current_axes_property.lo `test -f 'src/c/getHandleProperty/set_current_axes_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_current_axes_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_axes_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_axes_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_current_axes_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_current_axes_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_current_axes_property.lo `test -f 'src/c/getHandleProperty/set_current_axes_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_current_axes_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_current_entity_property.lo: src/c/getHandleProperty/set_current_entity_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_current_entity_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_entity_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_current_entity_property.lo `test -f 'src/c/getHandleProperty/set_current_entity_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_current_entity_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_entity_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_current_entity_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_current_entity_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_current_entity_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_current_entity_property.lo `test -f 'src/c/getHandleProperty/set_current_entity_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_current_entity_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_figure_id_property.lo: src/c/getHandleProperty/set_figure_id_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_figure_id_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_id_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_id_property.lo `test -f 'src/c/getHandleProperty/set_figure_id_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_id_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_id_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_id_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_figure_id_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_figure_id_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_id_property.lo `test -f 'src/c/getHandleProperty/set_figure_id_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_id_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_figure_style_property.lo: src/c/getHandleProperty/set_figure_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_figure_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_style_property.lo `test -f 'src/c/getHandleProperty/set_figure_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_figure_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_figure_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_style_property.lo `test -f 'src/c/getHandleProperty/set_figure_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_property.lo: src/c/getHandleProperty/set_mark_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_property.lo `test -f 'src/c/getHandleProperty/set_mark_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_mark_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_property.lo `test -f 'src/c/getHandleProperty/set_mark_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_mark_offset_property.lo: src/c/getHandleProperty/set_mark_offset_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_mark_offset_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_offset_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_offset_property.lo `test -f 'src/c/getHandleProperty/set_mark_offset_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_offset_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_offset_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_offset_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_mark_offset_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_mark_offset_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_offset_property.lo `test -f 'src/c/getHandleProperty/set_mark_offset_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_offset_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_mark_stride_property.lo: src/c/getHandleProperty/set_mark_stride_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_mark_stride_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_stride_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_stride_property.lo `test -f 'src/c/getHandleProperty/set_mark_stride_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_stride_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_stride_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_stride_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_mark_stride_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_mark_stride_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_stride_property.lo `test -f 'src/c/getHandleProperty/set_mark_stride_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_stride_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_y_shift_property.lo: src/c/getHandleProperty/set_y_shift_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_y_shift_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_shift_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_y_shift_property.lo `test -f 'src/c/getHandleProperty/set_y_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_y_shift_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_shift_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_shift_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_y_shift_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_y_shift_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_y_shift_property.lo `test -f 'src/c/getHandleProperty/set_y_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_y_shift_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_auto_scale_property.lo: src/c/getHandleProperty/set_auto_scale_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_auto_scale_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_scale_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_scale_property.lo `test -f 'src/c/getHandleProperty/set_auto_scale_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_scale_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_scale_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_scale_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_auto_scale_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_auto_scale_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_scale_property.lo `test -f 'src/c/getHandleProperty/set_auto_scale_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_scale_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_auto_dimensionning_property.lo: src/c/getHandleProperty/set_auto_dimensionning_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_auto_dimensionning_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_dimensionning_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_dimensionning_property.lo `test -f 'src/c/getHandleProperty/set_auto_dimensionning_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_dimensionning_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_dimensionning_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_dimensionning_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_auto_dimensionning_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_auto_dimensionning_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_dimensionning_property.lo `test -f 'src/c/getHandleProperty/set_auto_dimensionning_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_dimensionning_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_property.lo: src/c/getHandleProperty/set_text_box_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_box_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_property.lo `test -f 'src/c/getHandleProperty/set_text_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_text_box_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_box_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_box_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_text_box_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_property.lo `test -f 'src/c/getHandleProperty/set_text_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_text_box_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_text_property.lo: src/c/getHandleProperty/set_text_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_text_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_text_property.lo `test -f 'src/c/getHandleProperty/set_text_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_text_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_text_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_text_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_text_property.lo `test -f 'src/c/getHandleProperty/set_text_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_text_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_mark_mode_property.lo: src/c/getHandleProperty/set_mark_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_mark_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_mode_property.lo `test -f 'src/c/getHandleProperty/set_mark_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_mark_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_mark_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_mode_property.lo `test -f 'src/c/getHandleProperty/set_mark_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_clip_box_property.lo: src/c/getHandleProperty/set_clip_box_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_clip_box_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_clip_box_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_clip_box_property.lo `test -f 'src/c/getHandleProperty/set_clip_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_clip_box_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_clip_box_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_clip_box_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_clip_box_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_clip_box_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_clip_box_property.lo `test -f 'src/c/getHandleProperty/set_clip_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_clip_box_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_z_shift_property.lo: src/c/getHandleProperty/set_z_shift_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_z_shift_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_shift_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_z_shift_property.lo `test -f 'src/c/getHandleProperty/set_z_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_z_shift_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_shift_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_shift_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_z_shift_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_z_shift_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_z_shift_property.lo `test -f 'src/c/getHandleProperty/set_z_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_z_shift_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_line_style_property.lo: src/c/getHandleProperty/set_line_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_line_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_line_style_property.lo `test -f 'src/c/getHandleProperty/set_line_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_line_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_line_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_line_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_line_style_property.lo `test -f 'src/c/getHandleProperty/set_line_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_line_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_polyline_style_property.lo: src/c/getHandleProperty/set_polyline_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_polyline_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_polyline_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_polyline_style_property.lo `test -f 'src/c/getHandleProperty/set_polyline_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_polyline_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_polyline_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_polyline_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_polyline_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_polyline_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_polyline_style_property.lo `test -f 'src/c/getHandleProperty/set_polyline_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_polyline_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_line_mode_property.lo: src/c/getHandleProperty/set_line_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_line_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_line_mode_property.lo `test -f 'src/c/getHandleProperty/set_line_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_line_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_line_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_line_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_line_mode_property.lo `test -f 'src/c/getHandleProperty/set_line_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_line_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_thickness_property.lo: src/c/getHandleProperty/set_thickness_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_thickness_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_thickness_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_thickness_property.lo `test -f 'src/c/getHandleProperty/set_thickness_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_thickness_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_thickness_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_thickness_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_thickness_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_thickness_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_thickness_property.lo `test -f 'src/c/getHandleProperty/set_thickness_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_thickness_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_font_foreground_property.lo: src/c/getHandleProperty/set_font_foreground_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_font_foreground_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_foreground_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_font_foreground_property.lo `test -f 'src/c/getHandleProperty/set_font_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_font_foreground_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_foreground_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_foreground_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_font_foreground_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_font_foreground_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_font_foreground_property.lo `test -f 'src/c/getHandleProperty/set_font_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_font_foreground_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_mode_property.lo: src/c/getHandleProperty/set_text_box_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_box_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_mode_property.lo `test -f 'src/c/getHandleProperty/set_text_box_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_text_box_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_box_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_text_box_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_text_box_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_text_box_mode_property.lo `test -f 'src/c/getHandleProperty/set_text_box_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_text_box_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_bar_layout_property.lo: src/c/getHandleProperty/set_bar_layout_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_bar_layout_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_bar_layout_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_bar_layout_property.lo `test -f 'src/c/getHandleProperty/set_bar_layout_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_bar_layout_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_bar_layout_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_bar_layout_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_bar_layout_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_bar_layout_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_bar_layout_property.lo `test -f 'src/c/getHandleProperty/set_bar_layout_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_bar_layout_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_bar_width_property.lo: src/c/getHandleProperty/set_bar_width_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_bar_width_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_bar_width_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_bar_width_property.lo `test -f 'src/c/getHandleProperty/set_bar_width_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_bar_width_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_bar_width_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_bar_width_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_bar_width_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_bar_width_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_bar_width_property.lo `test -f 'src/c/getHandleProperty/set_bar_width_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_bar_width_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_datatips_property.lo: src/c/getHandleProperty/set_datatips_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_datatips_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_datatips_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_datatips_property.lo `test -f 'src/c/getHandleProperty/set_datatips_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_datatips_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_datatips_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_datatips_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_datatips_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_datatips_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_datatips_property.lo `test -f 'src/c/getHandleProperty/set_datatips_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_datatips_property.c src/c/getHandleProperty/libscigraphics_algo_la-SetPropertyStatus.lo: src/c/getHandleProperty/SetPropertyStatus.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-SetPropertyStatus.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-SetPropertyStatus.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-SetPropertyStatus.lo `test -f 'src/c/getHandleProperty/SetPropertyStatus.c' || echo '$(srcdir)/'`src/c/getHandleProperty/SetPropertyStatus.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-SetPropertyStatus.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-SetPropertyStatus.Plo # $(AM_V_CC)source='src/c/getHandleProperty/SetPropertyStatus.c' object='src/c/getHandleProperty/libscigraphics_algo_la-SetPropertyStatus.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-SetPropertyStatus.lo `test -f 'src/c/getHandleProperty/SetPropertyStatus.c' || echo '$(srcdir)/'`src/c/getHandleProperty/SetPropertyStatus.c src/c/getHandleProperty/libscigraphics_algo_la-set_font_style_property.lo: src/c/getHandleProperty/set_font_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_font_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_font_style_property.lo `test -f 'src/c/getHandleProperty/set_font_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_font_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_font_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_font_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_font_style_property.lo `test -f 'src/c/getHandleProperty/set_font_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_font_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_surface_mode_property.lo: src/c/getHandleProperty/set_surface_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_surface_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_surface_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_surface_mode_property.lo `test -f 'src/c/getHandleProperty/set_surface_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_surface_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_surface_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_surface_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_surface_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_surface_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_surface_mode_property.lo `test -f 'src/c/getHandleProperty/set_surface_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_surface_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_font_size_property.lo: src/c/getHandleProperty/set_font_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_font_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_font_size_property.lo `test -f 'src/c/getHandleProperty/set_font_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_font_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_font_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_font_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_font_size_property.lo `test -f 'src/c/getHandleProperty/set_font_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_font_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_mark_style_property.lo: src/c/getHandleProperty/set_mark_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_mark_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_style_property.lo `test -f 'src/c/getHandleProperty/set_mark_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_mark_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_mark_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_style_property.lo `test -f 'src/c/getHandleProperty/set_mark_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_mark_background_property.lo: src/c/getHandleProperty/set_mark_background_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_mark_background_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_background_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_background_property.lo `test -f 'src/c/getHandleProperty/set_mark_background_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_background_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_background_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_background_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_mark_background_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_mark_background_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_background_property.lo `test -f 'src/c/getHandleProperty/set_mark_background_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_background_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_mode_property.lo: src/c/getHandleProperty/set_interp_color_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_interp_color_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_mode_property.lo `test -f 'src/c/getHandleProperty/set_interp_color_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_interp_color_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_interp_color_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_interp_color_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_interp_color_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_interp_color_mode_property.lo `test -f 'src/c/getHandleProperty/set_interp_color_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_interp_color_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_data_property.lo: src/c/getHandleProperty/set_data_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_data_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_data_property.lo `test -f 'src/c/getHandleProperty/set_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_data_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_data_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_data_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_data_property.lo `test -f 'src/c/getHandleProperty/set_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_data_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_font_angle_property.lo: src/c/getHandleProperty/set_font_angle_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_font_angle_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_angle_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_font_angle_property.lo `test -f 'src/c/getHandleProperty/set_font_angle_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_font_angle_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_angle_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_angle_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_font_angle_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_font_angle_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_font_angle_property.lo `test -f 'src/c/getHandleProperty/set_font_angle_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_font_angle_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_auto_clear_property.lo: src/c/getHandleProperty/set_auto_clear_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_auto_clear_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_clear_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_clear_property.lo `test -f 'src/c/getHandleProperty/set_auto_clear_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_clear_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_clear_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_clear_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_auto_clear_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_auto_clear_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_clear_property.lo `test -f 'src/c/getHandleProperty/set_auto_clear_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_clear_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_factor_property.lo: src/c/getHandleProperty/set_arrow_size_factor_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_factor_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arrow_size_factor_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_factor_property.lo `test -f 'src/c/getHandleProperty/set_arrow_size_factor_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_arrow_size_factor_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arrow_size_factor_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arrow_size_factor_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_arrow_size_factor_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_factor_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_factor_property.lo `test -f 'src/c/getHandleProperty/set_arrow_size_factor_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_arrow_size_factor_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_unit_property.lo: src/c/getHandleProperty/set_mark_size_unit_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_unit_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_size_unit_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_unit_property.lo `test -f 'src/c/getHandleProperty/set_mark_size_unit_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_size_unit_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_size_unit_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_size_unit_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_mark_size_unit_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_unit_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_size_unit_property.lo `test -f 'src/c/getHandleProperty/set_mark_size_unit_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_size_unit_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_state_property.lo: src/c/getHandleProperty/set_zoom_state_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_state_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_zoom_state_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_state_property.lo `test -f 'src/c/getHandleProperty/set_zoom_state_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_zoom_state_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_zoom_state_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_zoom_state_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_zoom_state_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_state_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_state_property.lo `test -f 'src/c/getHandleProperty/set_zoom_state_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_zoom_state_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_fill_mode_property.lo: src/c/getHandleProperty/set_fill_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_fill_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_fill_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_fill_mode_property.lo `test -f 'src/c/getHandleProperty/set_fill_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_fill_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_fill_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_fill_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_fill_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_fill_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_fill_mode_property.lo `test -f 'src/c/getHandleProperty/set_fill_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_fill_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_box_property.lo: src/c/getHandleProperty/set_zoom_box_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_box_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_zoom_box_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_box_property.lo `test -f 'src/c/getHandleProperty/set_zoom_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_zoom_box_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_zoom_box_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_zoom_box_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_zoom_box_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_box_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_zoom_box_property.lo `test -f 'src/c/getHandleProperty/set_zoom_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_zoom_box_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_font_color_property.lo: src/c/getHandleProperty/set_font_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_font_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_font_color_property.lo `test -f 'src/c/getHandleProperty/set_font_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_font_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_font_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_font_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_font_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_font_color_property.lo `test -f 'src/c/getHandleProperty/set_font_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_font_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_alignment_property.lo: src/c/getHandleProperty/set_alignment_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_alignment_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_alignment_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_alignment_property.lo `test -f 'src/c/getHandleProperty/set_alignment_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_alignment_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_alignment_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_alignment_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_alignment_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_alignment_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_alignment_property.lo `test -f 'src/c/getHandleProperty/set_alignment_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_alignment_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_mark_foreground_property.lo: src/c/getHandleProperty/set_mark_foreground_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_mark_foreground_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_foreground_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_foreground_property.lo `test -f 'src/c/getHandleProperty/set_mark_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_foreground_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_foreground_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_mark_foreground_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_mark_foreground_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_mark_foreground_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_mark_foreground_property.lo `test -f 'src/c/getHandleProperty/set_mark_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_mark_foreground_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_clip_state_property.lo: src/c/getHandleProperty/set_clip_state_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_clip_state_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_clip_state_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_clip_state_property.lo `test -f 'src/c/getHandleProperty/set_clip_state_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_clip_state_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_clip_state_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_clip_state_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_clip_state_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_clip_state_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_clip_state_property.lo `test -f 'src/c/getHandleProperty/set_clip_state_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_clip_state_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_x_shift_property.lo: src/c/getHandleProperty/set_x_shift_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_x_shift_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_shift_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_x_shift_property.lo `test -f 'src/c/getHandleProperty/set_x_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_x_shift_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_shift_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_shift_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_x_shift_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_x_shift_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_x_shift_property.lo `test -f 'src/c/getHandleProperty/set_x_shift_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_x_shift_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_foreground_property.lo: src/c/getHandleProperty/set_foreground_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_foreground_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_foreground_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_foreground_property.lo `test -f 'src/c/getHandleProperty/set_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_foreground_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_foreground_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_foreground_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_foreground_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_foreground_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_foreground_property.lo `test -f 'src/c/getHandleProperty/set_foreground_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_foreground_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_tics_direction_property.lo: src/c/getHandleProperty/set_tics_direction_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_tics_direction_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_direction_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tics_direction_property.lo `test -f 'src/c/getHandleProperty/set_tics_direction_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tics_direction_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_direction_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_direction_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_tics_direction_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_tics_direction_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tics_direction_property.lo `test -f 'src/c/getHandleProperty/set_tics_direction_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tics_direction_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_title_property.lo: src/c/getHandleProperty/set_title_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_title_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_title_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_title_property.lo `test -f 'src/c/getHandleProperty/set_title_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_title_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_title_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_title_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_title_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_title_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_title_property.lo `test -f 'src/c/getHandleProperty/set_title_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_title_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_x_location_property.lo: src/c/getHandleProperty/set_x_location_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_x_location_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_location_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_x_location_property.lo `test -f 'src/c/getHandleProperty/set_x_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_x_location_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_location_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_location_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_x_location_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_x_location_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_x_location_property.lo `test -f 'src/c/getHandleProperty/set_x_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_x_location_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_auto_position_property.lo: src/c/getHandleProperty/set_auto_position_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_auto_position_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_position_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_position_property.lo `test -f 'src/c/getHandleProperty/set_auto_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_position_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_position_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_position_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_auto_position_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_auto_position_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_position_property.lo `test -f 'src/c/getHandleProperty/set_auto_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_position_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_tight_limits_property.lo: src/c/getHandleProperty/set_tight_limits_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_tight_limits_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tight_limits_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tight_limits_property.lo `test -f 'src/c/getHandleProperty/set_tight_limits_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tight_limits_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tight_limits_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tight_limits_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_tight_limits_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_tight_limits_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tight_limits_property.lo `test -f 'src/c/getHandleProperty/set_tight_limits_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tight_limits_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_x_label_property.lo: src/c/getHandleProperty/set_x_label_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_x_label_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_label_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_x_label_property.lo `test -f 'src/c/getHandleProperty/set_x_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_x_label_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_label_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_label_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_x_label_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_x_label_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_x_label_property.lo `test -f 'src/c/getHandleProperty/set_x_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_x_label_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_y_label_property.lo: src/c/getHandleProperty/set_y_label_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_y_label_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_label_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_y_label_property.lo `test -f 'src/c/getHandleProperty/set_y_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_y_label_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_label_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_label_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_y_label_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_y_label_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_y_label_property.lo `test -f 'src/c/getHandleProperty/set_y_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_y_label_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_y_location_property.lo: src/c/getHandleProperty/set_y_location_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_y_location_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_location_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_y_location_property.lo `test -f 'src/c/getHandleProperty/set_y_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_y_location_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_location_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_location_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_y_location_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_y_location_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_y_location_property.lo `test -f 'src/c/getHandleProperty/set_y_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_y_location_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_z_label_property.lo: src/c/getHandleProperty/set_z_label_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_z_label_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_label_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_z_label_property.lo `test -f 'src/c/getHandleProperty/set_z_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_z_label_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_label_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_label_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_z_label_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_z_label_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_z_label_property.lo `test -f 'src/c/getHandleProperty/set_z_label_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_z_label_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_auto_rotation_property.lo: src/c/getHandleProperty/set_auto_rotation_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_auto_rotation_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_rotation_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_rotation_property.lo `test -f 'src/c/getHandleProperty/set_auto_rotation_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_rotation_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_rotation_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_rotation_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_auto_rotation_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_auto_rotation_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_rotation_property.lo `test -f 'src/c/getHandleProperty/set_auto_rotation_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_rotation_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_callback_property.lo: src/c/getHandleProperty/set_callback_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_callback_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_callback_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_callback_property.lo `test -f 'src/c/getHandleProperty/set_callback_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_callback_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_callback_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_callback_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_callback_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_callback_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_callback_property.lo `test -f 'src/c/getHandleProperty/set_callback_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_callback_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_closed_property.lo: src/c/getHandleProperty/set_closed_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_closed_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_closed_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_closed_property.lo `test -f 'src/c/getHandleProperty/set_closed_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_closed_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_closed_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_closed_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_closed_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_closed_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_closed_property.lo `test -f 'src/c/getHandleProperty/set_closed_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_closed_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_cdata_mapping_property.lo: src/c/getHandleProperty/set_cdata_mapping_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_cdata_mapping_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_cdata_mapping_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_cdata_mapping_property.lo `test -f 'src/c/getHandleProperty/set_cdata_mapping_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_cdata_mapping_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_cdata_mapping_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_cdata_mapping_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_cdata_mapping_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_cdata_mapping_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_cdata_mapping_property.lo `test -f 'src/c/getHandleProperty/set_cdata_mapping_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_cdata_mapping_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_y_ticks_property.lo: src/c/getHandleProperty/set_y_ticks_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_y_ticks_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_ticks_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_y_ticks_property.lo `test -f 'src/c/getHandleProperty/set_y_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_y_ticks_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_ticks_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_y_ticks_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_y_ticks_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_y_ticks_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_y_ticks_property.lo `test -f 'src/c/getHandleProperty/set_y_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_y_ticks_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_z_bounds_property.lo: src/c/getHandleProperty/set_z_bounds_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_z_bounds_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_bounds_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_z_bounds_property.lo `test -f 'src/c/getHandleProperty/set_z_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_z_bounds_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_bounds_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_bounds_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_z_bounds_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_z_bounds_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_z_bounds_property.lo `test -f 'src/c/getHandleProperty/set_z_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_z_bounds_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_position_property.lo: src/c/getHandleProperty/set_position_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_position_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_position_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_position_property.lo `test -f 'src/c/getHandleProperty/set_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_position_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_position_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_position_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_position_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_position_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_position_property.lo `test -f 'src/c/getHandleProperty/set_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_position_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_z_ticks_property.lo: src/c/getHandleProperty/set_z_ticks_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_z_ticks_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_ticks_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_z_ticks_property.lo `test -f 'src/c/getHandleProperty/set_z_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_z_ticks_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_ticks_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_z_ticks_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_z_ticks_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_z_ticks_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_z_ticks_property.lo `test -f 'src/c/getHandleProperty/set_z_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_z_ticks_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_axes_bounds_property.lo: src/c/getHandleProperty/set_axes_bounds_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_axes_bounds_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_bounds_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_axes_bounds_property.lo `test -f 'src/c/getHandleProperty/set_axes_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_axes_bounds_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_bounds_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_bounds_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_axes_bounds_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_axes_bounds_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_axes_bounds_property.lo `test -f 'src/c/getHandleProperty/set_axes_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_axes_bounds_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_tics_style_property.lo: src/c/getHandleProperty/set_tics_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_tics_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tics_style_property.lo `test -f 'src/c/getHandleProperty/set_tics_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tics_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_tics_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_tics_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tics_style_property.lo `test -f 'src/c/getHandleProperty/set_tics_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tics_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-SetHashTable.lo: src/c/getHandleProperty/SetHashTable.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-SetHashTable.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-SetHashTable.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-SetHashTable.lo `test -f 'src/c/getHandleProperty/SetHashTable.c' || echo '$(srcdir)/'`src/c/getHandleProperty/SetHashTable.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-SetHashTable.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-SetHashTable.Plo # $(AM_V_CC)source='src/c/getHandleProperty/SetHashTable.c' object='src/c/getHandleProperty/libscigraphics_algo_la-SetHashTable.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-SetHashTable.lo `test -f 'src/c/getHandleProperty/SetHashTable.c' || echo '$(srcdir)/'`src/c/getHandleProperty/SetHashTable.c src/c/getHandleProperty/libscigraphics_algo_la-set_handle_visible_property.lo: src/c/getHandleProperty/set_handle_visible_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_handle_visible_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_handle_visible_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_handle_visible_property.lo `test -f 'src/c/getHandleProperty/set_handle_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_handle_visible_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_handle_visible_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_handle_visible_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_handle_visible_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_handle_visible_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_handle_visible_property.lo `test -f 'src/c/getHandleProperty/set_handle_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_handle_visible_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_color_property.lo: src/c/getHandleProperty/set_labels_font_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_labels_font_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_color_property.lo `test -f 'src/c/getHandleProperty/set_labels_font_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_labels_font_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_labels_font_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_labels_font_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_labels_font_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_color_property.lo `test -f 'src/c/getHandleProperty/set_labels_font_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_labels_font_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_parent_property.lo: src/c/getHandleProperty/set_parent_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_parent_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_parent_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_parent_property.lo `test -f 'src/c/getHandleProperty/set_parent_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_parent_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_parent_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_parent_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_parent_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_parent_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_parent_property.lo `test -f 'src/c/getHandleProperty/set_parent_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_parent_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_axes_visible_property.lo: src/c/getHandleProperty/set_axes_visible_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_axes_visible_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_visible_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_axes_visible_property.lo `test -f 'src/c/getHandleProperty/set_axes_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_axes_visible_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_visible_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_visible_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_axes_visible_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_axes_visible_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_axes_visible_property.lo `test -f 'src/c/getHandleProperty/set_axes_visible_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_axes_visible_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_triangles_property.lo: src/c/getHandleProperty/set_triangles_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_triangles_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_triangles_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_triangles_property.lo `test -f 'src/c/getHandleProperty/set_triangles_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_triangles_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_triangles_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_triangles_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_triangles_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_triangles_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_triangles_property.lo `test -f 'src/c/getHandleProperty/set_triangles_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_triangles_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_tics_color_property.lo: src/c/getHandleProperty/set_tics_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_tics_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tics_color_property.lo `test -f 'src/c/getHandleProperty/set_tics_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tics_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_tics_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_tics_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tics_color_property.lo `test -f 'src/c/getHandleProperty/set_tics_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tics_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_color_flag_property.lo: src/c/getHandleProperty/set_color_flag_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_color_flag_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_flag_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_color_flag_property.lo `test -f 'src/c/getHandleProperty/set_color_flag_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_color_flag_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_flag_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_flag_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_color_flag_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_color_flag_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_color_flag_property.lo `test -f 'src/c/getHandleProperty/set_color_flag_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_color_flag_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_size_property.lo: src/c/getHandleProperty/set_labels_font_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_labels_font_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_size_property.lo `test -f 'src/c/getHandleProperty/set_labels_font_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_labels_font_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_labels_font_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_labels_font_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_labels_font_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_labels_font_size_property.lo `test -f 'src/c/getHandleProperty/set_labels_font_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_labels_font_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_tics_segment_property.lo: src/c/getHandleProperty/set_tics_segment_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_tics_segment_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_segment_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tics_segment_property.lo `test -f 'src/c/getHandleProperty/set_tics_segment_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tics_segment_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_segment_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_segment_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_tics_segment_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_tics_segment_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tics_segment_property.lo `test -f 'src/c/getHandleProperty/set_tics_segment_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tics_segment_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_user_data_property.lo: src/c/getHandleProperty/set_user_data_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_user_data_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_user_data_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_user_data_property.lo `test -f 'src/c/getHandleProperty/set_user_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_user_data_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_user_data_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_user_data_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_user_data_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_user_data_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_user_data_property.lo `test -f 'src/c/getHandleProperty/set_user_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_user_data_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_view_property.lo: src/c/getHandleProperty/set_view_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_view_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_view_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_view_property.lo `test -f 'src/c/getHandleProperty/set_view_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_view_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_view_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_view_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_view_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_view_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_view_property.lo `test -f 'src/c/getHandleProperty/set_view_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_view_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_property.lo: src/c/getHandleProperty/set_arrow_size_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arrow_size_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_property.lo `test -f 'src/c/getHandleProperty/set_arrow_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_arrow_size_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arrow_size_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arrow_size_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_arrow_size_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_arrow_size_property.lo `test -f 'src/c/getHandleProperty/set_arrow_size_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_arrow_size_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_children_property.lo: src/c/getHandleProperty/set_children_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_children_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_children_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_children_property.lo `test -f 'src/c/getHandleProperty/set_children_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_children_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_children_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_children_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_children_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_children_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_children_property.lo `test -f 'src/c/getHandleProperty/set_children_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_children_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_axes_reverse_property.lo: src/c/getHandleProperty/set_axes_reverse_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_axes_reverse_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_reverse_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_axes_reverse_property.lo `test -f 'src/c/getHandleProperty/set_axes_reverse_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_axes_reverse_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_reverse_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_axes_reverse_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_axes_reverse_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_axes_reverse_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_axes_reverse_property.lo `test -f 'src/c/getHandleProperty/set_axes_reverse_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_axes_reverse_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_grid_property.lo: src/c/getHandleProperty/set_grid_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_grid_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_grid_property.lo `test -f 'src/c/getHandleProperty/set_grid_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_grid_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_grid_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_grid_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_grid_property.lo `test -f 'src/c/getHandleProperty/set_grid_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_grid_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_grid_thickness_property.lo: src/c/getHandleProperty/set_grid_thickness_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_grid_thickness_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_thickness_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_grid_thickness_property.lo `test -f 'src/c/getHandleProperty/set_grid_thickness_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_grid_thickness_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_thickness_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_thickness_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_grid_thickness_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_grid_thickness_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_grid_thickness_property.lo `test -f 'src/c/getHandleProperty/set_grid_thickness_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_grid_thickness_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_grid_style_property.lo: src/c/getHandleProperty/set_grid_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_grid_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_grid_style_property.lo `test -f 'src/c/getHandleProperty/set_grid_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_grid_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_grid_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_grid_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_grid_style_property.lo `test -f 'src/c/getHandleProperty/set_grid_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_grid_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_log_flags_property.lo: src/c/getHandleProperty/set_log_flags_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_log_flags_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_log_flags_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_log_flags_property.lo `test -f 'src/c/getHandleProperty/set_log_flags_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_log_flags_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_log_flags_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_log_flags_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_log_flags_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_log_flags_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_log_flags_property.lo `test -f 'src/c/getHandleProperty/set_log_flags_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_log_flags_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_cube_scaling_property.lo: src/c/getHandleProperty/set_cube_scaling_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_cube_scaling_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_cube_scaling_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_cube_scaling_property.lo `test -f 'src/c/getHandleProperty/set_cube_scaling_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_cube_scaling_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_cube_scaling_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_cube_scaling_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_cube_scaling_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_cube_scaling_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_cube_scaling_property.lo `test -f 'src/c/getHandleProperty/set_cube_scaling_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_cube_scaling_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_colored_property.lo: src/c/getHandleProperty/set_colored_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_colored_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_colored_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_colored_property.lo `test -f 'src/c/getHandleProperty/set_colored_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_colored_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_colored_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_colored_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_colored_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_colored_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_colored_property.lo `test -f 'src/c/getHandleProperty/set_colored_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_colored_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_margins_property.lo: src/c/getHandleProperty/set_margins_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_margins_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_margins_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_margins_property.lo `test -f 'src/c/getHandleProperty/set_margins_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_margins_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_margins_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_margins_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_margins_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_margins_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_margins_property.lo `test -f 'src/c/getHandleProperty/set_margins_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_margins_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_auto_ticks_property.lo: src/c/getHandleProperty/set_auto_ticks_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_auto_ticks_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_ticks_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_ticks_property.lo `test -f 'src/c/getHandleProperty/set_auto_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_ticks_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_ticks_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_ticks_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_auto_ticks_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_auto_ticks_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_ticks_property.lo `test -f 'src/c/getHandleProperty/set_auto_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_ticks_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_xtics_coord_property.lo: src/c/getHandleProperty/set_xtics_coord_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_xtics_coord_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_xtics_coord_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_xtics_coord_property.lo `test -f 'src/c/getHandleProperty/set_xtics_coord_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_xtics_coord_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_xtics_coord_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_xtics_coord_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_xtics_coord_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_xtics_coord_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_xtics_coord_property.lo `test -f 'src/c/getHandleProperty/set_xtics_coord_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_xtics_coord_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_color_mode_property.lo: src/c/getHandleProperty/set_color_mode_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_color_mode_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_mode_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_color_mode_property.lo `test -f 'src/c/getHandleProperty/set_color_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_color_mode_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_mode_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_mode_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_color_mode_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_color_mode_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_color_mode_property.lo `test -f 'src/c/getHandleProperty/set_color_mode_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_color_mode_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_data_bounds_property.lo: src/c/getHandleProperty/set_data_bounds_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_data_bounds_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_bounds_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_data_bounds_property.lo `test -f 'src/c/getHandleProperty/set_data_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_data_bounds_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_bounds_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_bounds_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_data_bounds_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_data_bounds_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_data_bounds_property.lo `test -f 'src/c/getHandleProperty/set_data_bounds_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_data_bounds_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_tics_labels_property.lo: src/c/getHandleProperty/set_tics_labels_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_tics_labels_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_labels_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tics_labels_property.lo `test -f 'src/c/getHandleProperty/set_tics_labels_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tics_labels_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_labels_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tics_labels_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_tics_labels_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_tics_labels_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tics_labels_property.lo `test -f 'src/c/getHandleProperty/set_tics_labels_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tics_labels_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_data_mapping_property.lo: src/c/getHandleProperty/set_data_mapping_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_data_mapping_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_mapping_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_data_mapping_property.lo `test -f 'src/c/getHandleProperty/set_data_mapping_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_data_mapping_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_mapping_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_data_mapping_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_data_mapping_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_data_mapping_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_data_mapping_property.lo `test -f 'src/c/getHandleProperty/set_data_mapping_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_data_mapping_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_angles_property.lo: src/c/getHandleProperty/set_rotation_angles_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_angles_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rotation_angles_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_angles_property.lo `test -f 'src/c/getHandleProperty/set_rotation_angles_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_rotation_angles_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rotation_angles_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rotation_angles_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_rotation_angles_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_angles_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_rotation_angles_property.lo `test -f 'src/c/getHandleProperty/set_rotation_angles_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_rotation_angles_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_callback_type_property.lo: src/c/getHandleProperty/set_callback_type_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_callback_type_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_callback_type_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_callback_type_property.lo `test -f 'src/c/getHandleProperty/set_callback_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_callback_type_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_callback_type_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_callback_type_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_callback_type_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_callback_type_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_callback_type_property.lo `test -f 'src/c/getHandleProperty/set_callback_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_callback_type_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_segs_color_property.lo: src/c/getHandleProperty/set_segs_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_segs_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_segs_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_segs_color_property.lo `test -f 'src/c/getHandleProperty/set_segs_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_segs_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_segs_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_segs_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_segs_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_segs_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_segs_color_property.lo `test -f 'src/c/getHandleProperty/set_segs_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_segs_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_format_n_property.lo: src/c/getHandleProperty/set_format_n_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_format_n_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_format_n_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_format_n_property.lo `test -f 'src/c/getHandleProperty/set_format_n_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_format_n_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_format_n_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_format_n_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_format_n_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_format_n_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_format_n_property.lo `test -f 'src/c/getHandleProperty/set_format_n_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_format_n_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_sub_tics_property.lo: src/c/getHandleProperty/set_sub_tics_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_sub_tics_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_sub_tics_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_sub_tics_property.lo `test -f 'src/c/getHandleProperty/set_sub_tics_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_sub_tics_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_sub_tics_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_sub_tics_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_sub_tics_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_sub_tics_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_sub_tics_property.lo `test -f 'src/c/getHandleProperty/set_sub_tics_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_sub_tics_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_axis_color_property.lo: src/c/getHandleProperty/set_hidden_axis_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_axis_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_hidden_axis_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_axis_color_property.lo `test -f 'src/c/getHandleProperty/set_hidden_axis_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_hidden_axis_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_hidden_axis_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_hidden_axis_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_hidden_axis_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_axis_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_axis_color_property.lo `test -f 'src/c/getHandleProperty/set_hidden_axis_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_hidden_axis_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_isoview_property.lo: src/c/getHandleProperty/set_isoview_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_isoview_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_isoview_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_isoview_property.lo `test -f 'src/c/getHandleProperty/set_isoview_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_isoview_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_isoview_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_isoview_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_isoview_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_isoview_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_isoview_property.lo `test -f 'src/c/getHandleProperty/set_isoview_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_isoview_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_box_property.lo: src/c/getHandleProperty/set_box_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_box_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_box_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_box_property.lo `test -f 'src/c/getHandleProperty/set_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_box_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_box_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_box_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_box_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_box_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_box_property.lo `test -f 'src/c/getHandleProperty/set_box_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_box_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_color_property.lo: src/c/getHandleProperty/set_hidden_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_hidden_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_color_property.lo `test -f 'src/c/getHandleProperty/set_hidden_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_hidden_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_hidden_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_hidden_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_hidden_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_hidden_color_property.lo `test -f 'src/c/getHandleProperty/set_hidden_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_hidden_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_label_font_style_property.lo: src/c/getHandleProperty/set_label_font_style_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_label_font_style_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_label_font_style_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_label_font_style_property.lo `test -f 'src/c/getHandleProperty/set_label_font_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_label_font_style_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_label_font_style_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_label_font_style_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_label_font_style_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_label_font_style_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_label_font_style_property.lo `test -f 'src/c/getHandleProperty/set_label_font_style_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_label_font_style_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_surface_color_property.lo: src/c/getHandleProperty/set_surface_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_surface_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_surface_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_surface_color_property.lo `test -f 'src/c/getHandleProperty/set_surface_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_surface_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_surface_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_surface_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_surface_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_surface_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_surface_color_property.lo `test -f 'src/c/getHandleProperty/set_surface_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_surface_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_yticks_coord_property.lo: src/c/getHandleProperty/set_yticks_coord_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_yticks_coord_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_yticks_coord_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_yticks_coord_property.lo `test -f 'src/c/getHandleProperty/set_yticks_coord_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_yticks_coord_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_yticks_coord_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_yticks_coord_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_yticks_coord_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_yticks_coord_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_yticks_coord_property.lo `test -f 'src/c/getHandleProperty/set_yticks_coord_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_yticks_coord_property.c src/c/getHandleProperty/libscigraphics_algo_la-CheckTicksProperty.lo: src/c/getHandleProperty/CheckTicksProperty.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-CheckTicksProperty.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-CheckTicksProperty.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-CheckTicksProperty.lo `test -f 'src/c/getHandleProperty/CheckTicksProperty.c' || echo '$(srcdir)/'`src/c/getHandleProperty/CheckTicksProperty.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-CheckTicksProperty.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-CheckTicksProperty.Plo # $(AM_V_CC)source='src/c/getHandleProperty/CheckTicksProperty.c' object='src/c/getHandleProperty/libscigraphics_algo_la-CheckTicksProperty.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-CheckTicksProperty.lo `test -f 'src/c/getHandleProperty/CheckTicksProperty.c' || echo '$(srcdir)/'`src/c/getHandleProperty/CheckTicksProperty.c src/c/getHandleProperty/libscigraphics_algo_la-set_x_ticks_property.lo: src/c/getHandleProperty/set_x_ticks_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_x_ticks_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_ticks_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_x_ticks_property.lo `test -f 'src/c/getHandleProperty/set_x_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_x_ticks_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_ticks_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_x_ticks_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_x_ticks_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_x_ticks_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_x_ticks_property.lo `test -f 'src/c/getHandleProperty/set_x_ticks_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_x_ticks_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_format_property.lo: src/c/getHandleProperty/set_ticks_format_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_format_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ticks_format_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_format_property.lo `test -f 'src/c/getHandleProperty/set_ticks_format_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_ticks_format_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ticks_format_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ticks_format_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_ticks_format_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_format_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_format_property.lo `test -f 'src/c/getHandleProperty/set_ticks_format_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_ticks_format_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_st_property.lo: src/c/getHandleProperty/set_ticks_st_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_st_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ticks_st_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_st_property.lo `test -f 'src/c/getHandleProperty/set_ticks_st_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_ticks_st_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ticks_st_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ticks_st_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_ticks_st_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_st_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_ticks_st_property.lo `test -f 'src/c/getHandleProperty/set_ticks_st_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_ticks_st_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_viewport_property.lo: src/c/getHandleProperty/set_viewport_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_viewport_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_viewport_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_viewport_property.lo `test -f 'src/c/getHandleProperty/set_viewport_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_viewport_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_viewport_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_viewport_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_viewport_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_viewport_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_viewport_property.lo `test -f 'src/c/getHandleProperty/set_viewport_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_viewport_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_info_message_property.lo: src/c/getHandleProperty/set_info_message_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_info_message_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_info_message_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_info_message_property.lo `test -f 'src/c/getHandleProperty/set_info_message_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_info_message_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_info_message_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_info_message_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_info_message_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_info_message_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_info_message_property.lo `test -f 'src/c/getHandleProperty/set_info_message_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_info_message_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_screen_position_property.lo: src/c/getHandleProperty/set_screen_position_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_screen_position_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_screen_position_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_screen_position_property.lo `test -f 'src/c/getHandleProperty/set_screen_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_screen_position_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_screen_position_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_screen_position_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_screen_position_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_screen_position_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_screen_position_property.lo `test -f 'src/c/getHandleProperty/set_screen_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_screen_position_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_property.lo: src/c/getHandleProperty/set_event_handler_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_event_handler_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_property.lo `test -f 'src/c/getHandleProperty/set_event_handler_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_event_handler_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_event_handler_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_event_handler_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_event_handler_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_property.lo `test -f 'src/c/getHandleProperty/set_event_handler_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_event_handler_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_enable_property.lo: src/c/getHandleProperty/set_event_handler_enable_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_enable_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_event_handler_enable_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_enable_property.lo `test -f 'src/c/getHandleProperty/set_event_handler_enable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_event_handler_enable_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_event_handler_enable_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_event_handler_enable_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_event_handler_enable_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_enable_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_event_handler_enable_property.lo `test -f 'src/c/getHandleProperty/set_event_handler_enable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_event_handler_enable_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_arc_drawing_method_property.lo: src/c/getHandleProperty/set_arc_drawing_method_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_arc_drawing_method_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arc_drawing_method_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_arc_drawing_method_property.lo `test -f 'src/c/getHandleProperty/set_arc_drawing_method_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_arc_drawing_method_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arc_drawing_method_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_arc_drawing_method_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_arc_drawing_method_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_arc_drawing_method_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_arc_drawing_method_property.lo `test -f 'src/c/getHandleProperty/set_arc_drawing_method_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_arc_drawing_method_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_fractional_font_property.lo: src/c/getHandleProperty/set_fractional_font_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_fractional_font_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_fractional_font_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_fractional_font_property.lo `test -f 'src/c/getHandleProperty/set_fractional_font_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_fractional_font_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_fractional_font_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_fractional_font_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_fractional_font_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_fractional_font_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_fractional_font_property.lo `test -f 'src/c/getHandleProperty/set_fractional_font_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_fractional_font_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_links_property.lo: src/c/getHandleProperty/set_links_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_links_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_links_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_links_property.lo `test -f 'src/c/getHandleProperty/set_links_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_links_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_links_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_links_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_links_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_links_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_links_property.lo `test -f 'src/c/getHandleProperty/set_links_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_links_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_legend_location_property.lo: src/c/getHandleProperty/set_legend_location_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_legend_location_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_legend_location_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_legend_location_property.lo `test -f 'src/c/getHandleProperty/set_legend_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_legend_location_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_legend_location_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_legend_location_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_legend_location_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_legend_location_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_legend_location_property.lo `test -f 'src/c/getHandleProperty/set_legend_location_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_legend_location_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_filled_property.lo: src/c/getHandleProperty/set_filled_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_filled_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_filled_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_filled_property.lo `test -f 'src/c/getHandleProperty/set_filled_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_filled_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_filled_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_filled_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_filled_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_filled_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_filled_property.lo `test -f 'src/c/getHandleProperty/set_filled_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_filled_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_color_range_property.lo: src/c/getHandleProperty/set_color_range_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_color_range_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_range_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_color_range_property.lo `test -f 'src/c/getHandleProperty/set_color_range_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_color_range_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_range_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_color_range_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_color_range_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_color_range_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_color_range_property.lo `test -f 'src/c/getHandleProperty/set_color_range_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_color_range_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_outside_colors_property.lo: src/c/getHandleProperty/set_outside_colors_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_outside_colors_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_outside_colors_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_outside_colors_property.lo `test -f 'src/c/getHandleProperty/set_outside_colors_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_outside_colors_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_outside_colors_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_outside_colors_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_outside_colors_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_outside_colors_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_outside_colors_property.lo `test -f 'src/c/getHandleProperty/set_outside_colors_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_outside_colors_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_grid_position_property.lo: src/c/getHandleProperty/set_grid_position_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_grid_position_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_position_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_grid_position_property.lo `test -f 'src/c/getHandleProperty/set_grid_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_grid_position_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_position_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_grid_position_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_grid_position_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_grid_position_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_grid_position_property.lo `test -f 'src/c/getHandleProperty/set_grid_position_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_grid_position_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_anti_aliasing_property.lo: src/c/getHandleProperty/set_anti_aliasing_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_anti_aliasing_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_anti_aliasing_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_anti_aliasing_property.lo `test -f 'src/c/getHandleProperty/set_anti_aliasing_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_anti_aliasing_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_anti_aliasing_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_anti_aliasing_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_anti_aliasing_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_anti_aliasing_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_anti_aliasing_property.lo `test -f 'src/c/getHandleProperty/set_anti_aliasing_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_anti_aliasing_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_tag_property.lo: src/c/getHandleProperty/set_tag_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_tag_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tag_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tag_property.lo `test -f 'src/c/getHandleProperty/set_tag_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tag_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tag_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tag_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_tag_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_tag_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tag_property.lo `test -f 'src/c/getHandleProperty/set_tag_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tag_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_figure_resizefcn_property.lo: src/c/getHandleProperty/set_figure_resizefcn_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_figure_resizefcn_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_resizefcn_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_resizefcn_property.lo `test -f 'src/c/getHandleProperty/set_figure_resizefcn_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_resizefcn_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_resizefcn_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_resizefcn_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_figure_resizefcn_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_figure_resizefcn_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_resizefcn_property.lo `test -f 'src/c/getHandleProperty/set_figure_resizefcn_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_resizefcn_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_figure_resizefcn_property.lo: src/c/getHandleProperty/get_figure_resizefcn_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_figure_resizefcn_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_resizefcn_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_resizefcn_property.lo `test -f 'src/c/getHandleProperty/get_figure_resizefcn_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_resizefcn_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_resizefcn_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_resizefcn_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_figure_resizefcn_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_figure_resizefcn_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_resizefcn_property.lo `test -f 'src/c/getHandleProperty/get_figure_resizefcn_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_resizefcn_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_figure_closerequestfcn_property.lo: src/c/getHandleProperty/set_figure_closerequestfcn_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_figure_closerequestfcn_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_closerequestfcn_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_closerequestfcn_property.lo `test -f 'src/c/getHandleProperty/set_figure_closerequestfcn_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_closerequestfcn_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_closerequestfcn_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_figure_closerequestfcn_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_figure_closerequestfcn_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_figure_closerequestfcn_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_figure_closerequestfcn_property.lo `test -f 'src/c/getHandleProperty/set_figure_closerequestfcn_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_figure_closerequestfcn_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_figure_closerequestfcn_property.lo: src/c/getHandleProperty/get_figure_closerequestfcn_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_figure_closerequestfcn_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_closerequestfcn_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_closerequestfcn_property.lo `test -f 'src/c/getHandleProperty/get_figure_closerequestfcn_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_closerequestfcn_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_closerequestfcn_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_figure_closerequestfcn_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_figure_closerequestfcn_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_figure_closerequestfcn_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_figure_closerequestfcn_property.lo `test -f 'src/c/getHandleProperty/get_figure_closerequestfcn_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_figure_closerequestfcn_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_datatip_property.lo: src/c/getHandleProperty/get_datatip_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_datatip_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_datatip_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_datatip_property.lo `test -f 'src/c/getHandleProperty/get_datatip_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_datatip_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_datatip_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_datatip_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_datatip_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_datatip_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_datatip_property.lo `test -f 'src/c/getHandleProperty/get_datatip_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_datatip_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_datatip_property.lo: src/c/getHandleProperty/set_datatip_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_datatip_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_datatip_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_datatip_property.lo `test -f 'src/c/getHandleProperty/set_datatip_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_datatip_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_datatip_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_datatip_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_datatip_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_datatip_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_datatip_property.lo `test -f 'src/c/getHandleProperty/set_datatip_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_datatip_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_image_type_property.lo: src/c/getHandleProperty/set_image_type_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_image_type_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_image_type_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_image_type_property.lo `test -f 'src/c/getHandleProperty/set_image_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_image_type_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_image_type_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_image_type_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_image_type_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_image_type_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_image_type_property.lo `test -f 'src/c/getHandleProperty/set_image_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_image_type_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_display_function_data_property.lo: src/c/getHandleProperty/get_display_function_data_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_display_function_data_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_display_function_data_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_display_function_data_property.lo `test -f 'src/c/getHandleProperty/get_display_function_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_display_function_data_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_display_function_data_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_display_function_data_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_display_function_data_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_display_function_data_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_display_function_data_property.lo `test -f 'src/c/getHandleProperty/get_display_function_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_display_function_data_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_display_function_data_property.lo: src/c/getHandleProperty/set_display_function_data_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_display_function_data_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_display_function_data_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_display_function_data_property.lo `test -f 'src/c/getHandleProperty/set_display_function_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_display_function_data_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_display_function_data_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_display_function_data_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_display_function_data_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_display_function_data_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_display_function_data_property.lo `test -f 'src/c/getHandleProperty/set_display_function_data_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_display_function_data_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_resize_property.lo: src/c/getHandleProperty/set_resize_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_resize_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_resize_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_resize_property.lo `test -f 'src/c/getHandleProperty/set_resize_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_resize_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_resize_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_resize_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_resize_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_resize_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_resize_property.lo `test -f 'src/c/getHandleProperty/set_resize_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_resize_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_toolbar_property.lo: src/c/getHandleProperty/set_toolbar_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_toolbar_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_toolbar_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_toolbar_property.lo `test -f 'src/c/getHandleProperty/set_toolbar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_toolbar_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_toolbar_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_toolbar_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_toolbar_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_toolbar_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_toolbar_property.lo `test -f 'src/c/getHandleProperty/set_toolbar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_toolbar_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_menubar_property.lo: src/c/getHandleProperty/set_menubar_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_menubar_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_menubar_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_menubar_property.lo `test -f 'src/c/getHandleProperty/set_menubar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_menubar_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_menubar_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_menubar_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_menubar_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_menubar_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_menubar_property.lo `test -f 'src/c/getHandleProperty/set_menubar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_menubar_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_infobar_property.lo: src/c/getHandleProperty/set_infobar_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_infobar_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_infobar_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_infobar_property.lo `test -f 'src/c/getHandleProperty/set_infobar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_infobar_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_infobar_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_infobar_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_infobar_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_infobar_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_infobar_property.lo `test -f 'src/c/getHandleProperty/set_infobar_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_infobar_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_dockable_property.lo: src/c/getHandleProperty/set_dockable_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_dockable_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_dockable_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_dockable_property.lo `test -f 'src/c/getHandleProperty/set_dockable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_dockable_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_dockable_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_dockable_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_dockable_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_dockable_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_dockable_property.lo `test -f 'src/c/getHandleProperty/set_dockable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_dockable_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_layout_property.lo: src/c/getHandleProperty/get_layout_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_layout_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_layout_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_layout_property.lo `test -f 'src/c/getHandleProperty/get_layout_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_layout_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_layout_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_layout_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_layout_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_layout_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_layout_property.lo `test -f 'src/c/getHandleProperty/get_layout_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_layout_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_layout_property.lo: src/c/getHandleProperty/set_layout_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_layout_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_layout_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_layout_property.lo `test -f 'src/c/getHandleProperty/set_layout_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_layout_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_layout_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_layout_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_layout_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_layout_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_layout_property.lo `test -f 'src/c/getHandleProperty/set_layout_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_layout_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_constraints_property.lo: src/c/getHandleProperty/get_constraints_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_constraints_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_constraints_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_constraints_property.lo `test -f 'src/c/getHandleProperty/get_constraints_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_constraints_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_constraints_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_constraints_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_constraints_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_constraints_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_constraints_property.lo `test -f 'src/c/getHandleProperty/get_constraints_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_constraints_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_constraints_property.lo: src/c/getHandleProperty/set_constraints_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_constraints_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_constraints_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_constraints_property.lo `test -f 'src/c/getHandleProperty/set_constraints_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_constraints_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_constraints_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_constraints_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_constraints_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_constraints_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_constraints_property.lo `test -f 'src/c/getHandleProperty/set_constraints_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_constraints_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_rect_property.lo: src/c/getHandleProperty/set_rect_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_rect_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rect_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_rect_property.lo `test -f 'src/c/getHandleProperty/set_rect_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_rect_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rect_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_rect_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_rect_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_rect_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_rect_property.lo `test -f 'src/c/getHandleProperty/set_rect_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_rect_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_layout_options_property.lo: src/c/getHandleProperty/get_layout_options_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_layout_options_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_layout_options_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_layout_options_property.lo `test -f 'src/c/getHandleProperty/get_layout_options_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_layout_options_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_layout_options_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_layout_options_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_layout_options_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_layout_options_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_layout_options_property.lo `test -f 'src/c/getHandleProperty/get_layout_options_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_layout_options_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_layout_options_property.lo: src/c/getHandleProperty/set_layout_options_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_layout_options_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_layout_options_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_layout_options_property.lo `test -f 'src/c/getHandleProperty/set_layout_options_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_layout_options_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_layout_options_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_layout_options_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_layout_options_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_layout_options_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_layout_options_property.lo `test -f 'src/c/getHandleProperty/set_layout_options_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_layout_options_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_border_property.lo: src/c/getHandleProperty/get_border_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_border_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_border_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_border_property.lo `test -f 'src/c/getHandleProperty/get_border_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_border_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_border_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_border_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_border_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_border_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_border_property.lo `test -f 'src/c/getHandleProperty/get_border_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_border_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_border_property.lo: src/c/getHandleProperty/set_border_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_border_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_border_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_border_property.lo `test -f 'src/c/getHandleProperty/set_border_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_border_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_border_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_border_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_border_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_border_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_border_property.lo `test -f 'src/c/getHandleProperty/set_border_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_border_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_groupname_property.lo: src/c/getHandleProperty/get_groupname_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_groupname_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_groupname_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_groupname_property.lo `test -f 'src/c/getHandleProperty/get_groupname_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_groupname_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_groupname_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_groupname_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_groupname_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_groupname_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_groupname_property.lo `test -f 'src/c/getHandleProperty/get_groupname_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_groupname_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_groupname_property.lo: src/c/getHandleProperty/set_groupname_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_groupname_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_groupname_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_groupname_property.lo `test -f 'src/c/getHandleProperty/set_groupname_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_groupname_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_groupname_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_groupname_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_groupname_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_groupname_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_groupname_property.lo `test -f 'src/c/getHandleProperty/set_groupname_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_groupname_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_tabtitle_property.lo: src/c/getHandleProperty/get_tabtitle_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_tabtitle_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tabtitle_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tabtitle_property.lo `test -f 'src/c/getHandleProperty/get_tabtitle_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tabtitle_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tabtitle_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_tabtitle_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_tabtitle_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_tabtitle_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_tabtitle_property.lo `test -f 'src/c/getHandleProperty/get_tabtitle_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_tabtitle_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_tabtitle_property.lo: src/c/getHandleProperty/set_tabtitle_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_tabtitle_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tabtitle_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tabtitle_property.lo `test -f 'src/c/getHandleProperty/set_tabtitle_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tabtitle_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tabtitle_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_tabtitle_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_tabtitle_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_tabtitle_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_tabtitle_property.lo `test -f 'src/c/getHandleProperty/set_tabtitle_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_tabtitle_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_scrollable_property.lo: src/c/getHandleProperty/get_scrollable_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_scrollable_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_scrollable_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_scrollable_property.lo `test -f 'src/c/getHandleProperty/get_scrollable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_scrollable_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_scrollable_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_scrollable_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_scrollable_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_scrollable_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_scrollable_property.lo `test -f 'src/c/getHandleProperty/get_scrollable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_scrollable_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_scrollable_property.lo: src/c/getHandleProperty/set_scrollable_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_scrollable_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_scrollable_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_scrollable_property.lo `test -f 'src/c/getHandleProperty/set_scrollable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_scrollable_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_scrollable_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_scrollable_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_scrollable_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_scrollable_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_scrollable_property.lo `test -f 'src/c/getHandleProperty/set_scrollable_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_scrollable_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_marks_count_property.lo: src/c/getHandleProperty/get_marks_count_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_marks_count_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_marks_count_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_marks_count_property.lo `test -f 'src/c/getHandleProperty/get_marks_count_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_marks_count_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_marks_count_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_marks_count_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_marks_count_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_marks_count_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_marks_count_property.lo `test -f 'src/c/getHandleProperty/get_marks_count_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_marks_count_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_marks_count_property.lo: src/c/getHandleProperty/set_marks_count_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_marks_count_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_marks_count_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_marks_count_property.lo `test -f 'src/c/getHandleProperty/set_marks_count_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_marks_count_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_marks_count_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_marks_count_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_marks_count_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_marks_count_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_marks_count_property.lo `test -f 'src/c/getHandleProperty/set_marks_count_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_marks_count_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_line_width_property.lo: src/c/getHandleProperty/get_line_width_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_line_width_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_width_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_line_width_property.lo `test -f 'src/c/getHandleProperty/get_line_width_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_line_width_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_width_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_line_width_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_line_width_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_line_width_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_line_width_property.lo `test -f 'src/c/getHandleProperty/get_line_width_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_line_width_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_line_width_property.lo: src/c/getHandleProperty/set_line_width_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_line_width_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_width_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_line_width_property.lo `test -f 'src/c/getHandleProperty/set_line_width_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_line_width_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_width_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_line_width_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_line_width_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_line_width_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_line_width_property.lo `test -f 'src/c/getHandleProperty/set_line_width_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_line_width_property.c src/c/libscigraphics_algo_la-DefaultCommandArg.lo: src/c/DefaultCommandArg.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-DefaultCommandArg.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-DefaultCommandArg.Tpo -c -o src/c/libscigraphics_algo_la-DefaultCommandArg.lo `test -f 'src/c/DefaultCommandArg.c' || echo '$(srcdir)/'`src/c/DefaultCommandArg.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-DefaultCommandArg.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-DefaultCommandArg.Plo # $(AM_V_CC)source='src/c/DefaultCommandArg.c' object='src/c/libscigraphics_algo_la-DefaultCommandArg.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-DefaultCommandArg.lo `test -f 'src/c/DefaultCommandArg.c' || echo '$(srcdir)/'`src/c/DefaultCommandArg.c src/c/libscigraphics_algo_la-Axes.lo: src/c/Axes.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-Axes.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-Axes.Tpo -c -o src/c/libscigraphics_algo_la-Axes.lo `test -f 'src/c/Axes.c' || echo '$(srcdir)/'`src/c/Axes.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-Axes.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-Axes.Plo # $(AM_V_CC)source='src/c/Axes.c' object='src/c/libscigraphics_algo_la-Axes.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-Axes.lo `test -f 'src/c/Axes.c' || echo '$(srcdir)/'`src/c/Axes.c src/c/libscigraphics_algo_la-sciMatrix.lo: src/c/sciMatrix.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-sciMatrix.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-sciMatrix.Tpo -c -o src/c/libscigraphics_algo_la-sciMatrix.lo `test -f 'src/c/sciMatrix.c' || echo '$(srcdir)/'`src/c/sciMatrix.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-sciMatrix.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-sciMatrix.Plo # $(AM_V_CC)source='src/c/sciMatrix.c' object='src/c/libscigraphics_algo_la-sciMatrix.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-sciMatrix.lo `test -f 'src/c/sciMatrix.c' || echo '$(srcdir)/'`src/c/sciMatrix.c src/c/libscigraphics_algo_la-DrawObjects.lo: src/c/DrawObjects.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-DrawObjects.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-DrawObjects.Tpo -c -o src/c/libscigraphics_algo_la-DrawObjects.lo `test -f 'src/c/DrawObjects.c' || echo '$(srcdir)/'`src/c/DrawObjects.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-DrawObjects.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-DrawObjects.Plo # $(AM_V_CC)source='src/c/DrawObjects.c' object='src/c/libscigraphics_algo_la-DrawObjects.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-DrawObjects.lo `test -f 'src/c/DrawObjects.c' || echo '$(srcdir)/'`src/c/DrawObjects.c src/c/libscigraphics_algo_la-GetProperty.lo: src/c/GetProperty.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-GetProperty.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-GetProperty.Tpo -c -o src/c/libscigraphics_algo_la-GetProperty.lo `test -f 'src/c/GetProperty.c' || echo '$(srcdir)/'`src/c/GetProperty.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-GetProperty.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-GetProperty.Plo # $(AM_V_CC)source='src/c/GetProperty.c' object='src/c/libscigraphics_algo_la-GetProperty.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-GetProperty.lo `test -f 'src/c/GetProperty.c' || echo '$(srcdir)/'`src/c/GetProperty.c src/c/libscigraphics_algo_la-Contour.lo: src/c/Contour.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-Contour.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-Contour.Tpo -c -o src/c/libscigraphics_algo_la-Contour.lo `test -f 'src/c/Contour.c' || echo '$(srcdir)/'`src/c/Contour.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-Contour.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-Contour.Plo # $(AM_V_CC)source='src/c/Contour.c' object='src/c/libscigraphics_algo_la-Contour.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-Contour.lo `test -f 'src/c/Contour.c' || echo '$(srcdir)/'`src/c/Contour.c src/c/libscigraphics_algo_la-SetProperty.lo: src/c/SetProperty.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-SetProperty.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-SetProperty.Tpo -c -o src/c/libscigraphics_algo_la-SetProperty.lo `test -f 'src/c/SetProperty.c' || echo '$(srcdir)/'`src/c/SetProperty.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-SetProperty.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-SetProperty.Plo # $(AM_V_CC)source='src/c/SetProperty.c' object='src/c/libscigraphics_algo_la-SetProperty.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-SetProperty.lo `test -f 'src/c/SetProperty.c' || echo '$(srcdir)/'`src/c/SetProperty.c src/c/libscigraphics_algo_la-BasicAlgos.lo: src/c/BasicAlgos.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-BasicAlgos.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-BasicAlgos.Tpo -c -o src/c/libscigraphics_algo_la-BasicAlgos.lo `test -f 'src/c/BasicAlgos.c' || echo '$(srcdir)/'`src/c/BasicAlgos.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-BasicAlgos.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-BasicAlgos.Plo # $(AM_V_CC)source='src/c/BasicAlgos.c' object='src/c/libscigraphics_algo_la-BasicAlgos.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-BasicAlgos.lo `test -f 'src/c/BasicAlgos.c' || echo '$(srcdir)/'`src/c/BasicAlgos.c src/c/libscigraphics_algo_la-BuildObjects.lo: src/c/BuildObjects.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-BuildObjects.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-BuildObjects.Tpo -c -o src/c/libscigraphics_algo_la-BuildObjects.lo `test -f 'src/c/BuildObjects.c' || echo '$(srcdir)/'`src/c/BuildObjects.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-BuildObjects.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-BuildObjects.Plo # $(AM_V_CC)source='src/c/BuildObjects.c' object='src/c/libscigraphics_algo_la-BuildObjects.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-BuildObjects.lo `test -f 'src/c/BuildObjects.c' || echo '$(srcdir)/'`src/c/BuildObjects.c src/c/libscigraphics_algo_la-sciCall.lo: src/c/sciCall.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-sciCall.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-sciCall.Tpo -c -o src/c/libscigraphics_algo_la-sciCall.lo `test -f 'src/c/sciCall.c' || echo '$(srcdir)/'`src/c/sciCall.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-sciCall.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-sciCall.Plo # $(AM_V_CC)source='src/c/sciCall.c' object='src/c/libscigraphics_algo_la-sciCall.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-sciCall.lo `test -f 'src/c/sciCall.c' || echo '$(srcdir)/'`src/c/sciCall.c src/c/libscigraphics_algo_la-CloneObjects.lo: src/c/CloneObjects.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-CloneObjects.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-CloneObjects.Tpo -c -o src/c/libscigraphics_algo_la-CloneObjects.lo `test -f 'src/c/CloneObjects.c' || echo '$(srcdir)/'`src/c/CloneObjects.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-CloneObjects.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-CloneObjects.Plo # $(AM_V_CC)source='src/c/CloneObjects.c' object='src/c/libscigraphics_algo_la-CloneObjects.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-CloneObjects.lo `test -f 'src/c/CloneObjects.c' || echo '$(srcdir)/'`src/c/CloneObjects.c src/c/libscigraphics_algo_la-InitObjects.lo: src/c/InitObjects.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-InitObjects.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-InitObjects.Tpo -c -o src/c/libscigraphics_algo_la-InitObjects.lo `test -f 'src/c/InitObjects.c' || echo '$(srcdir)/'`src/c/InitObjects.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-InitObjects.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-InitObjects.Plo # $(AM_V_CC)source='src/c/InitObjects.c' object='src/c/libscigraphics_algo_la-InitObjects.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-InitObjects.lo `test -f 'src/c/InitObjects.c' || echo '$(srcdir)/'`src/c/InitObjects.c src/c/libscigraphics_algo_la-pixel_mode.lo: src/c/pixel_mode.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-pixel_mode.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-pixel_mode.Tpo -c -o src/c/libscigraphics_algo_la-pixel_mode.lo `test -f 'src/c/pixel_mode.c' || echo '$(srcdir)/'`src/c/pixel_mode.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-pixel_mode.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-pixel_mode.Plo # $(AM_V_CC)source='src/c/pixel_mode.c' object='src/c/libscigraphics_algo_la-pixel_mode.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-pixel_mode.lo `test -f 'src/c/pixel_mode.c' || echo '$(srcdir)/'`src/c/pixel_mode.c src/c/libscigraphics_algo_la-Format.lo: src/c/Format.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-Format.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-Format.Tpo -c -o src/c/libscigraphics_algo_la-Format.lo `test -f 'src/c/Format.c' || echo '$(srcdir)/'`src/c/Format.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-Format.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-Format.Plo # $(AM_V_CC)source='src/c/Format.c' object='src/c/libscigraphics_algo_la-Format.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-Format.lo `test -f 'src/c/Format.c' || echo '$(srcdir)/'`src/c/Format.c src/c/libscigraphics_algo_la-Champ.lo: src/c/Champ.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-Champ.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-Champ.Tpo -c -o src/c/libscigraphics_algo_la-Champ.lo `test -f 'src/c/Champ.c' || echo '$(srcdir)/'`src/c/Champ.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-Champ.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-Champ.Plo # $(AM_V_CC)source='src/c/Champ.c' object='src/c/libscigraphics_algo_la-Champ.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-Champ.lo `test -f 'src/c/Champ.c' || echo '$(srcdir)/'`src/c/Champ.c src/c/libscigraphics_algo_la-StringMatrix.lo: src/c/StringMatrix.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-StringMatrix.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-StringMatrix.Tpo -c -o src/c/libscigraphics_algo_la-StringMatrix.lo `test -f 'src/c/StringMatrix.c' || echo '$(srcdir)/'`src/c/StringMatrix.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-StringMatrix.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-StringMatrix.Plo # $(AM_V_CC)source='src/c/StringMatrix.c' object='src/c/libscigraphics_algo_la-StringMatrix.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-StringMatrix.lo `test -f 'src/c/StringMatrix.c' || echo '$(srcdir)/'`src/c/StringMatrix.c src/c/libscigraphics_algo_la-FeC.lo: src/c/FeC.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-FeC.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-FeC.Tpo -c -o src/c/libscigraphics_algo_la-FeC.lo `test -f 'src/c/FeC.c' || echo '$(srcdir)/'`src/c/FeC.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-FeC.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-FeC.Plo # $(AM_V_CC)source='src/c/FeC.c' object='src/c/libscigraphics_algo_la-FeC.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-FeC.lo `test -f 'src/c/FeC.c' || echo '$(srcdir)/'`src/c/FeC.c src/c/libscigraphics_algo_la-Plo2dEch.lo: src/c/Plo2dEch.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-Plo2dEch.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-Plo2dEch.Tpo -c -o src/c/libscigraphics_algo_la-Plo2dEch.lo `test -f 'src/c/Plo2dEch.c' || echo '$(srcdir)/'`src/c/Plo2dEch.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-Plo2dEch.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-Plo2dEch.Plo # $(AM_V_CC)source='src/c/Plo2dEch.c' object='src/c/libscigraphics_algo_la-Plo2dEch.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-Plo2dEch.lo `test -f 'src/c/Plo2dEch.c' || echo '$(srcdir)/'`src/c/Plo2dEch.c src/c/libscigraphics_algo_la-Plo2dn.lo: src/c/Plo2dn.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-Plo2dn.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-Plo2dn.Tpo -c -o src/c/libscigraphics_algo_la-Plo2dn.lo `test -f 'src/c/Plo2dn.c' || echo '$(srcdir)/'`src/c/Plo2dn.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-Plo2dn.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-Plo2dn.Plo # $(AM_V_CC)source='src/c/Plo2dn.c' object='src/c/libscigraphics_algo_la-Plo2dn.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-Plo2dn.lo `test -f 'src/c/Plo2dn.c' || echo '$(srcdir)/'`src/c/Plo2dn.c src/c/libscigraphics_algo_la-Gray.lo: src/c/Gray.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-Gray.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-Gray.Tpo -c -o src/c/libscigraphics_algo_la-Gray.lo `test -f 'src/c/Gray.c' || echo '$(srcdir)/'`src/c/Gray.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-Gray.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-Gray.Plo # $(AM_V_CC)source='src/c/Gray.c' object='src/c/libscigraphics_algo_la-Gray.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-Gray.lo `test -f 'src/c/Gray.c' || echo '$(srcdir)/'`src/c/Gray.c src/c/libscigraphics_algo_la-DestroyObjects.lo: src/c/DestroyObjects.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-DestroyObjects.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-DestroyObjects.Tpo -c -o src/c/libscigraphics_algo_la-DestroyObjects.lo `test -f 'src/c/DestroyObjects.c' || echo '$(srcdir)/'`src/c/DestroyObjects.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-DestroyObjects.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-DestroyObjects.Plo # $(AM_V_CC)source='src/c/DestroyObjects.c' object='src/c/libscigraphics_algo_la-DestroyObjects.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-DestroyObjects.lo `test -f 'src/c/DestroyObjects.c' || echo '$(srcdir)/'`src/c/DestroyObjects.c src/c/libscigraphics_algo_la-math_graphics.lo: src/c/math_graphics.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-math_graphics.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-math_graphics.Tpo -c -o src/c/libscigraphics_algo_la-math_graphics.lo `test -f 'src/c/math_graphics.c' || echo '$(srcdir)/'`src/c/math_graphics.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-math_graphics.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-math_graphics.Plo # $(AM_V_CC)source='src/c/math_graphics.c' object='src/c/libscigraphics_algo_la-math_graphics.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-math_graphics.lo `test -f 'src/c/math_graphics.c' || echo '$(srcdir)/'`src/c/math_graphics.c src/c/libscigraphics_algo_la-Interaction.lo: src/c/Interaction.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-Interaction.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-Interaction.Tpo -c -o src/c/libscigraphics_algo_la-Interaction.lo `test -f 'src/c/Interaction.c' || echo '$(srcdir)/'`src/c/Interaction.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-Interaction.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-Interaction.Plo # $(AM_V_CC)source='src/c/Interaction.c' object='src/c/libscigraphics_algo_la-Interaction.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-Interaction.lo `test -f 'src/c/Interaction.c' || echo '$(srcdir)/'`src/c/Interaction.c src/c/libscigraphics_algo_la-StringBox.lo: src/c/StringBox.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-StringBox.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-StringBox.Tpo -c -o src/c/libscigraphics_algo_la-StringBox.lo `test -f 'src/c/StringBox.c' || echo '$(srcdir)/'`src/c/StringBox.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-StringBox.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-StringBox.Plo # $(AM_V_CC)source='src/c/StringBox.c' object='src/c/libscigraphics_algo_la-StringBox.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-StringBox.lo `test -f 'src/c/StringBox.c' || echo '$(srcdir)/'`src/c/StringBox.c src/c/libscigraphics_algo_la-axesScale.lo: src/c/axesScale.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-axesScale.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-axesScale.Tpo -c -o src/c/libscigraphics_algo_la-axesScale.lo `test -f 'src/c/axesScale.c' || echo '$(srcdir)/'`src/c/axesScale.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-axesScale.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-axesScale.Plo # $(AM_V_CC)source='src/c/axesScale.c' object='src/c/libscigraphics_algo_la-axesScale.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-axesScale.lo `test -f 'src/c/axesScale.c' || echo '$(srcdir)/'`src/c/axesScale.c src/c/libscigraphics_algo_la-TerminateGraphics.lo: src/c/TerminateGraphics.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-TerminateGraphics.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-TerminateGraphics.Tpo -c -o src/c/libscigraphics_algo_la-TerminateGraphics.lo `test -f 'src/c/TerminateGraphics.c' || echo '$(srcdir)/'`src/c/TerminateGraphics.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-TerminateGraphics.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-TerminateGraphics.Plo # $(AM_V_CC)source='src/c/TerminateGraphics.c' object='src/c/libscigraphics_algo_la-TerminateGraphics.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-TerminateGraphics.lo `test -f 'src/c/TerminateGraphics.c' || echo '$(srcdir)/'`src/c/TerminateGraphics.c src/c/libscigraphics_algo_la-periEmpty.lo: src/c/periEmpty.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-periEmpty.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-periEmpty.Tpo -c -o src/c/libscigraphics_algo_la-periEmpty.lo `test -f 'src/c/periEmpty.c' || echo '$(srcdir)/'`src/c/periEmpty.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-periEmpty.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-periEmpty.Plo # $(AM_V_CC)source='src/c/periEmpty.c' object='src/c/libscigraphics_algo_la-periEmpty.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-periEmpty.lo `test -f 'src/c/periEmpty.c' || echo '$(srcdir)/'`src/c/periEmpty.c src/c/libscigraphics_algo_la-scitokenize.lo: src/c/scitokenize.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-scitokenize.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-scitokenize.Tpo -c -o src/c/libscigraphics_algo_la-scitokenize.lo `test -f 'src/c/scitokenize.c' || echo '$(srcdir)/'`src/c/scitokenize.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-scitokenize.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-scitokenize.Plo # $(AM_V_CC)source='src/c/scitokenize.c' object='src/c/libscigraphics_algo_la-scitokenize.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-scitokenize.lo `test -f 'src/c/scitokenize.c' || echo '$(srcdir)/'`src/c/scitokenize.c src/c/libscigraphics_algo_la-get_ticks_utils.lo: src/c/get_ticks_utils.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-get_ticks_utils.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-get_ticks_utils.Tpo -c -o src/c/libscigraphics_algo_la-get_ticks_utils.lo `test -f 'src/c/get_ticks_utils.c' || echo '$(srcdir)/'`src/c/get_ticks_utils.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-get_ticks_utils.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-get_ticks_utils.Plo # $(AM_V_CC)source='src/c/get_ticks_utils.c' object='src/c/libscigraphics_algo_la-get_ticks_utils.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-get_ticks_utils.lo `test -f 'src/c/get_ticks_utils.c' || echo '$(srcdir)/'`src/c/get_ticks_utils.c src/c/getHandleProperty/libscigraphics_algo_la-get_ambient_color_property.lo: src/c/getHandleProperty/get_ambient_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_ambient_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ambient_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_ambient_color_property.lo `test -f 'src/c/getHandleProperty/get_ambient_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_ambient_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ambient_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_ambient_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_ambient_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_ambient_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_ambient_color_property.lo `test -f 'src/c/getHandleProperty/get_ambient_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_ambient_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_diffuse_color_property.lo: src/c/getHandleProperty/get_diffuse_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_diffuse_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_diffuse_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_diffuse_color_property.lo `test -f 'src/c/getHandleProperty/get_diffuse_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_diffuse_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_diffuse_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_diffuse_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_diffuse_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_diffuse_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_diffuse_color_property.lo `test -f 'src/c/getHandleProperty/get_diffuse_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_diffuse_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_specular_color_property.lo: src/c/getHandleProperty/get_specular_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_specular_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_specular_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_specular_color_property.lo `test -f 'src/c/getHandleProperty/get_specular_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_specular_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_specular_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_specular_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_specular_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_specular_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_specular_color_property.lo `test -f 'src/c/getHandleProperty/get_specular_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_specular_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_use_color_material_property.lo: src/c/getHandleProperty/get_use_color_material_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_use_color_material_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_use_color_material_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_use_color_material_property.lo `test -f 'src/c/getHandleProperty/get_use_color_material_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_use_color_material_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_use_color_material_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_use_color_material_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_use_color_material_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_use_color_material_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_use_color_material_property.lo `test -f 'src/c/getHandleProperty/get_use_color_material_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_use_color_material_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_material_shininess_property.lo: src/c/getHandleProperty/get_material_shininess_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_material_shininess_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_material_shininess_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_material_shininess_property.lo `test -f 'src/c/getHandleProperty/get_material_shininess_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_material_shininess_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_material_shininess_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_material_shininess_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_material_shininess_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_material_shininess_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_material_shininess_property.lo `test -f 'src/c/getHandleProperty/get_material_shininess_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_material_shininess_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_light_type_property.lo: src/c/getHandleProperty/get_light_type_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_light_type_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_light_type_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_light_type_property.lo `test -f 'src/c/getHandleProperty/get_light_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_light_type_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_light_type_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_light_type_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_light_type_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_light_type_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_light_type_property.lo `test -f 'src/c/getHandleProperty/get_light_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_light_type_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_direction_property.lo: src/c/getHandleProperty/get_direction_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_direction_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_direction_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_direction_property.lo `test -f 'src/c/getHandleProperty/get_direction_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_direction_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_direction_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_direction_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_direction_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_direction_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_direction_property.lo `test -f 'src/c/getHandleProperty/get_direction_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_direction_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_ambient_color_property.lo: src/c/getHandleProperty/set_ambient_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_ambient_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ambient_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_ambient_color_property.lo `test -f 'src/c/getHandleProperty/set_ambient_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_ambient_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ambient_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_ambient_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_ambient_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_ambient_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_ambient_color_property.lo `test -f 'src/c/getHandleProperty/set_ambient_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_ambient_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_diffuse_color_property.lo: src/c/getHandleProperty/set_diffuse_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_diffuse_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_diffuse_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_diffuse_color_property.lo `test -f 'src/c/getHandleProperty/set_diffuse_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_diffuse_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_diffuse_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_diffuse_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_diffuse_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_diffuse_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_diffuse_color_property.lo `test -f 'src/c/getHandleProperty/set_diffuse_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_diffuse_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_specular_color_property.lo: src/c/getHandleProperty/set_specular_color_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_specular_color_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_specular_color_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_specular_color_property.lo `test -f 'src/c/getHandleProperty/set_specular_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_specular_color_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_specular_color_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_specular_color_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_specular_color_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_specular_color_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_specular_color_property.lo `test -f 'src/c/getHandleProperty/set_specular_color_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_specular_color_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_use_color_material_property.lo: src/c/getHandleProperty/set_use_color_material_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_use_color_material_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_use_color_material_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_use_color_material_property.lo `test -f 'src/c/getHandleProperty/set_use_color_material_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_use_color_material_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_use_color_material_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_use_color_material_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_use_color_material_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_use_color_material_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_use_color_material_property.lo `test -f 'src/c/getHandleProperty/set_use_color_material_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_use_color_material_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_material_shininess_property.lo: src/c/getHandleProperty/set_material_shininess_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_material_shininess_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_material_shininess_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_material_shininess_property.lo `test -f 'src/c/getHandleProperty/set_material_shininess_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_material_shininess_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_material_shininess_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_material_shininess_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_material_shininess_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_material_shininess_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_material_shininess_property.lo `test -f 'src/c/getHandleProperty/set_material_shininess_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_material_shininess_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_light_type_property.lo: src/c/getHandleProperty/set_light_type_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_light_type_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_light_type_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_light_type_property.lo `test -f 'src/c/getHandleProperty/set_light_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_light_type_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_light_type_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_light_type_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_light_type_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_light_type_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_light_type_property.lo `test -f 'src/c/getHandleProperty/set_light_type_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_light_type_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_direction_property.lo: src/c/getHandleProperty/set_direction_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_direction_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_direction_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_direction_property.lo `test -f 'src/c/getHandleProperty/set_direction_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_direction_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_direction_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_direction_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_direction_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_direction_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_direction_property.lo `test -f 'src/c/getHandleProperty/set_direction_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_direction_property.c src/c/getHandleProperty/libscigraphics_algo_la-set_auto_margins_property.lo: src/c/getHandleProperty/set_auto_margins_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-set_auto_margins_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_margins_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_margins_property.lo `test -f 'src/c/getHandleProperty/set_auto_margins_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_margins_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_margins_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-set_auto_margins_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/set_auto_margins_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-set_auto_margins_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-set_auto_margins_property.lo `test -f 'src/c/getHandleProperty/set_auto_margins_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/set_auto_margins_property.c src/c/getHandleProperty/libscigraphics_algo_la-get_auto_margins_property.lo: src/c/getHandleProperty/get_auto_margins_property.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/getHandleProperty/libscigraphics_algo_la-get_auto_margins_property.lo -MD -MP -MF src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_margins_property.Tpo -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_margins_property.lo `test -f 'src/c/getHandleProperty/get_auto_margins_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_margins_property.c $(AM_V_at)$(am__mv) src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_margins_property.Tpo src/c/getHandleProperty/$(DEPDIR)/libscigraphics_algo_la-get_auto_margins_property.Plo # $(AM_V_CC)source='src/c/getHandleProperty/get_auto_margins_property.c' object='src/c/getHandleProperty/libscigraphics_algo_la-get_auto_margins_property.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/getHandleProperty/libscigraphics_algo_la-get_auto_margins_property.lo `test -f 'src/c/getHandleProperty/get_auto_margins_property.c' || echo '$(srcdir)/'`src/c/getHandleProperty/get_auto_margins_property.c src/c/libscigraphics_algo_la-name2rgb.lo: src/c/name2rgb.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-name2rgb.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-name2rgb.Tpo -c -o src/c/libscigraphics_algo_la-name2rgb.lo `test -f 'src/c/name2rgb.c' || echo '$(srcdir)/'`src/c/name2rgb.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-name2rgb.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-name2rgb.Plo # $(AM_V_CC)source='src/c/name2rgb.c' object='src/c/libscigraphics_algo_la-name2rgb.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-name2rgb.lo `test -f 'src/c/name2rgb.c' || echo '$(srcdir)/'`src/c/name2rgb.c src/c/libscigraphics_algo_la-addColor.lo: src/c/addColor.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscigraphics_algo_la-addColor.lo -MD -MP -MF src/c/$(DEPDIR)/libscigraphics_algo_la-addColor.Tpo -c -o src/c/libscigraphics_algo_la-addColor.lo `test -f 'src/c/addColor.c' || echo '$(srcdir)/'`src/c/addColor.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscigraphics_algo_la-addColor.Tpo src/c/$(DEPDIR)/libscigraphics_algo_la-addColor.Plo # $(AM_V_CC)source='src/c/addColor.c' object='src/c/libscigraphics_algo_la-addColor.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscigraphics_algo_la-addColor.lo `test -f 'src/c/addColor.c' || echo '$(srcdir)/'`src/c/addColor.c src/nographics/libscigraphics_disable_la-nographics.lo: src/nographics/nographics.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_disable_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/nographics/libscigraphics_disable_la-nographics.lo -MD -MP -MF src/nographics/$(DEPDIR)/libscigraphics_disable_la-nographics.Tpo -c -o src/nographics/libscigraphics_disable_la-nographics.lo `test -f 'src/nographics/nographics.c' || echo '$(srcdir)/'`src/nographics/nographics.c $(AM_V_at)$(am__mv) src/nographics/$(DEPDIR)/libscigraphics_disable_la-nographics.Tpo src/nographics/$(DEPDIR)/libscigraphics_disable_la-nographics.Plo # $(AM_V_CC)source='src/nographics/nographics.c' object='src/nographics/libscigraphics_disable_la-nographics.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_disable_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/nographics/libscigraphics_disable_la-nographics.lo `test -f 'src/nographics/nographics.c' || echo '$(srcdir)/'`src/nographics/nographics.c sci_gateway/c/libscigraphics_la-sci_swap_handles.lo: sci_gateway/c/sci_swap_handles.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_swap_handles.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_swap_handles.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_swap_handles.lo `test -f 'sci_gateway/c/sci_swap_handles.c' || echo '$(srcdir)/'`sci_gateway/c/sci_swap_handles.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_swap_handles.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_swap_handles.Plo # $(AM_V_CC)source='sci_gateway/c/sci_swap_handles.c' object='sci_gateway/c/libscigraphics_la-sci_swap_handles.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_swap_handles.lo `test -f 'sci_gateway/c/sci_swap_handles.c' || echo '$(srcdir)/'`sci_gateway/c/sci_swap_handles.c sci_gateway/c/libscigraphics_la-sci_grayplot.lo: sci_gateway/c/sci_grayplot.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_grayplot.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_grayplot.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_grayplot.lo `test -f 'sci_gateway/c/sci_grayplot.c' || echo '$(srcdir)/'`sci_gateway/c/sci_grayplot.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_grayplot.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_grayplot.Plo # $(AM_V_CC)source='sci_gateway/c/sci_grayplot.c' object='sci_gateway/c/libscigraphics_la-sci_grayplot.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_grayplot.lo `test -f 'sci_gateway/c/sci_grayplot.c' || echo '$(srcdir)/'`sci_gateway/c/sci_grayplot.c sci_gateway/c/libscigraphics_la-sci_matplot1.lo: sci_gateway/c/sci_matplot1.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_matplot1.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_matplot1.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_matplot1.lo `test -f 'sci_gateway/c/sci_matplot1.c' || echo '$(srcdir)/'`sci_gateway/c/sci_matplot1.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_matplot1.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_matplot1.Plo # $(AM_V_CC)source='sci_gateway/c/sci_matplot1.c' object='sci_gateway/c/libscigraphics_la-sci_matplot1.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_matplot1.lo `test -f 'sci_gateway/c/sci_matplot1.c' || echo '$(srcdir)/'`sci_gateway/c/sci_matplot1.c sci_gateway/c/libscigraphics_la-sci_xfpolys.lo: sci_gateway/c/sci_xfpolys.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xfpolys.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfpolys.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xfpolys.lo `test -f 'sci_gateway/c/sci_xfpolys.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xfpolys.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfpolys.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfpolys.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xfpolys.c' object='sci_gateway/c/libscigraphics_la-sci_xfpolys.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xfpolys.lo `test -f 'sci_gateway/c/sci_xfpolys.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xfpolys.c sci_gateway/c/libscigraphics_la-sci_xget.lo: sci_gateway/c/sci_xget.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xget.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xget.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xget.lo `test -f 'sci_gateway/c/sci_xget.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xget.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xget.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xget.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xget.c' object='sci_gateway/c/libscigraphics_la-sci_xget.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xget.lo `test -f 'sci_gateway/c/sci_xget.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xget.c sci_gateway/c/libscigraphics_la-sci_newaxes.lo: sci_gateway/c/sci_newaxes.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_newaxes.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_newaxes.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_newaxes.lo `test -f 'sci_gateway/c/sci_newaxes.c' || echo '$(srcdir)/'`sci_gateway/c/sci_newaxes.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_newaxes.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_newaxes.Plo # $(AM_V_CC)source='sci_gateway/c/sci_newaxes.c' object='sci_gateway/c/libscigraphics_la-sci_newaxes.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_newaxes.lo `test -f 'sci_gateway/c/sci_newaxes.c' || echo '$(srcdir)/'`sci_gateway/c/sci_newaxes.c sci_gateway/c/libscigraphics_la-sci_xlfont.lo: sci_gateway/c/sci_xlfont.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xlfont.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xlfont.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xlfont.lo `test -f 'sci_gateway/c/sci_xlfont.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xlfont.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xlfont.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xlfont.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xlfont.c' object='sci_gateway/c/libscigraphics_la-sci_xlfont.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xlfont.lo `test -f 'sci_gateway/c/sci_xlfont.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xlfont.c sci_gateway/c/libscigraphics_la-sci_xgraduate.lo: sci_gateway/c/sci_xgraduate.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xgraduate.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgraduate.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xgraduate.lo `test -f 'sci_gateway/c/sci_xgraduate.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xgraduate.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgraduate.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgraduate.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xgraduate.c' object='sci_gateway/c/libscigraphics_la-sci_xgraduate.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xgraduate.lo `test -f 'sci_gateway/c/sci_xgraduate.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xgraduate.c sci_gateway/c/libscigraphics_la-sci_xgrid.lo: sci_gateway/c/sci_xgrid.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xgrid.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgrid.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xgrid.lo `test -f 'sci_gateway/c/sci_xgrid.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xgrid.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgrid.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgrid.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xgrid.c' object='sci_gateway/c/libscigraphics_la-sci_xgrid.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xgrid.lo `test -f 'sci_gateway/c/sci_xgrid.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xgrid.c sci_gateway/c/libscigraphics_la-sci_xclick.lo: sci_gateway/c/sci_xclick.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xclick.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xclick.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xclick.lo `test -f 'sci_gateway/c/sci_xclick.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xclick.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xclick.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xclick.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xclick.c' object='sci_gateway/c/libscigraphics_la-sci_xclick.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xclick.lo `test -f 'sci_gateway/c/sci_xclick.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xclick.c sci_gateway/c/libscigraphics_la-sci_geom3d.lo: sci_gateway/c/sci_geom3d.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_geom3d.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_geom3d.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_geom3d.lo `test -f 'sci_gateway/c/sci_geom3d.c' || echo '$(srcdir)/'`sci_gateway/c/sci_geom3d.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_geom3d.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_geom3d.Plo # $(AM_V_CC)source='sci_gateway/c/sci_geom3d.c' object='sci_gateway/c/libscigraphics_la-sci_geom3d.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_geom3d.lo `test -f 'sci_gateway/c/sci_geom3d.c' || echo '$(srcdir)/'`sci_gateway/c/sci_geom3d.c sci_gateway/c/libscigraphics_la-sci_xset.lo: sci_gateway/c/sci_xset.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xset.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xset.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xset.lo `test -f 'sci_gateway/c/sci_xset.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xset.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xset.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xset.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xset.c' object='sci_gateway/c/libscigraphics_la-sci_xset.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xset.lo `test -f 'sci_gateway/c/sci_xset.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xset.c sci_gateway/c/libscigraphics_la-sci_unzoom.lo: sci_gateway/c/sci_unzoom.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_unzoom.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_unzoom.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_unzoom.lo `test -f 'sci_gateway/c/sci_unzoom.c' || echo '$(srcdir)/'`sci_gateway/c/sci_unzoom.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_unzoom.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_unzoom.Plo # $(AM_V_CC)source='sci_gateway/c/sci_unzoom.c' object='sci_gateway/c/libscigraphics_la-sci_unzoom.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_unzoom.lo `test -f 'sci_gateway/c/sci_unzoom.c' || echo '$(srcdir)/'`sci_gateway/c/sci_unzoom.c sci_gateway/c/libscigraphics_la-sci_xsegs.lo: sci_gateway/c/sci_xsegs.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xsegs.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xsegs.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xsegs.lo `test -f 'sci_gateway/c/sci_xsegs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xsegs.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xsegs.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xsegs.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xsegs.c' object='sci_gateway/c/libscigraphics_la-sci_xsegs.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xsegs.lo `test -f 'sci_gateway/c/sci_xsegs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xsegs.c sci_gateway/c/libscigraphics_la-sci_glue.lo: sci_gateway/c/sci_glue.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_glue.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_glue.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_glue.lo `test -f 'sci_gateway/c/sci_glue.c' || echo '$(srcdir)/'`sci_gateway/c/sci_glue.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_glue.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_glue.Plo # $(AM_V_CC)source='sci_gateway/c/sci_glue.c' object='sci_gateway/c/libscigraphics_la-sci_glue.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_glue.lo `test -f 'sci_gateway/c/sci_glue.c' || echo '$(srcdir)/'`sci_gateway/c/sci_glue.c sci_gateway/c/libscigraphics_la-sci_xarc.lo: sci_gateway/c/sci_xarc.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xarc.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarc.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xarc.lo `test -f 'sci_gateway/c/sci_xarc.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xarc.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarc.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarc.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xarc.c' object='sci_gateway/c/libscigraphics_la-sci_xarc.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xarc.lo `test -f 'sci_gateway/c/sci_xarc.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xarc.c sci_gateway/c/libscigraphics_la-sci_xpolys.lo: sci_gateway/c/sci_xpolys.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xpolys.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xpolys.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xpolys.lo `test -f 'sci_gateway/c/sci_xpolys.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xpolys.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xpolys.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xpolys.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xpolys.c' object='sci_gateway/c/libscigraphics_la-sci_xpolys.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xpolys.lo `test -f 'sci_gateway/c/sci_xpolys.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xpolys.c sci_gateway/c/libscigraphics_la-sci_xstring.lo: sci_gateway/c/sci_xstring.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xstring.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xstring.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xstring.lo `test -f 'sci_gateway/c/sci_xstring.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xstring.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xstring.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xstring.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xstring.c' object='sci_gateway/c/libscigraphics_la-sci_xstring.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xstring.lo `test -f 'sci_gateway/c/sci_xstring.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xstring.c sci_gateway/c/libscigraphics_la-sci_xstringb.lo: sci_gateway/c/sci_xstringb.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xstringb.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xstringb.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xstringb.lo `test -f 'sci_gateway/c/sci_xstringb.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xstringb.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xstringb.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xstringb.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xstringb.c' object='sci_gateway/c/libscigraphics_la-sci_xstringb.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xstringb.lo `test -f 'sci_gateway/c/sci_xstringb.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xstringb.c sci_gateway/c/libscigraphics_la-sci_show_window.lo: sci_gateway/c/sci_show_window.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_show_window.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_show_window.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_show_window.lo `test -f 'sci_gateway/c/sci_show_window.c' || echo '$(srcdir)/'`sci_gateway/c/sci_show_window.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_show_window.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_show_window.Plo # $(AM_V_CC)source='sci_gateway/c/sci_show_window.c' object='sci_gateway/c/libscigraphics_la-sci_show_window.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_show_window.lo `test -f 'sci_gateway/c/sci_show_window.c' || echo '$(srcdir)/'`sci_gateway/c/sci_show_window.c sci_gateway/c/libscigraphics_la-sci_param3d1.lo: sci_gateway/c/sci_param3d1.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_param3d1.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_param3d1.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_param3d1.lo `test -f 'sci_gateway/c/sci_param3d1.c' || echo '$(srcdir)/'`sci_gateway/c/sci_param3d1.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_param3d1.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_param3d1.Plo # $(AM_V_CC)source='sci_gateway/c/sci_param3d1.c' object='sci_gateway/c/libscigraphics_la-sci_param3d1.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_param3d1.lo `test -f 'sci_gateway/c/sci_param3d1.c' || echo '$(srcdir)/'`sci_gateway/c/sci_param3d1.c sci_gateway/c/libscigraphics_la-sci_xname.lo: sci_gateway/c/sci_xname.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xname.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xname.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xname.lo `test -f 'sci_gateway/c/sci_xname.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xname.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xname.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xname.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xname.c' object='sci_gateway/c/libscigraphics_la-sci_xname.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xname.lo `test -f 'sci_gateway/c/sci_xname.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xname.c sci_gateway/c/libscigraphics_la-sci_xpoly.lo: sci_gateway/c/sci_xpoly.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xpoly.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xpoly.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xpoly.lo `test -f 'sci_gateway/c/sci_xpoly.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xpoly.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xpoly.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xpoly.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xpoly.c' object='sci_gateway/c/libscigraphics_la-sci_xpoly.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xpoly.lo `test -f 'sci_gateway/c/sci_xpoly.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xpoly.c sci_gateway/c/libscigraphics_la-sci_xchange.lo: sci_gateway/c/sci_xchange.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xchange.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xchange.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xchange.lo `test -f 'sci_gateway/c/sci_xchange.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xchange.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xchange.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xchange.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xchange.c' object='sci_gateway/c/libscigraphics_la-sci_xchange.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xchange.lo `test -f 'sci_gateway/c/sci_xchange.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xchange.c sci_gateway/c/libscigraphics_la-sci_matplot.lo: sci_gateway/c/sci_matplot.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_matplot.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_matplot.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_matplot.lo `test -f 'sci_gateway/c/sci_matplot.c' || echo '$(srcdir)/'`sci_gateway/c/sci_matplot.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_matplot.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_matplot.Plo # $(AM_V_CC)source='sci_gateway/c/sci_matplot.c' object='sci_gateway/c/libscigraphics_la-sci_matplot.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_matplot.lo `test -f 'sci_gateway/c/sci_matplot.c' || echo '$(srcdir)/'`sci_gateway/c/sci_matplot.c sci_gateway/c/libscigraphics_la-sci_drawaxis.lo: sci_gateway/c/sci_drawaxis.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_drawaxis.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawaxis.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_drawaxis.lo `test -f 'sci_gateway/c/sci_drawaxis.c' || echo '$(srcdir)/'`sci_gateway/c/sci_drawaxis.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawaxis.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawaxis.Plo # $(AM_V_CC)source='sci_gateway/c/sci_drawaxis.c' object='sci_gateway/c/libscigraphics_la-sci_drawaxis.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_drawaxis.lo `test -f 'sci_gateway/c/sci_drawaxis.c' || echo '$(srcdir)/'`sci_gateway/c/sci_drawaxis.c sci_gateway/c/libscigraphics_la-sci_demo.lo: sci_gateway/c/sci_demo.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_demo.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_demo.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_demo.lo `test -f 'sci_gateway/c/sci_demo.c' || echo '$(srcdir)/'`sci_gateway/c/sci_demo.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_demo.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_demo.Plo # $(AM_V_CC)source='sci_gateway/c/sci_demo.c' object='sci_gateway/c/libscigraphics_la-sci_demo.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_demo.lo `test -f 'sci_gateway/c/sci_demo.c' || echo '$(srcdir)/'`sci_gateway/c/sci_demo.c sci_gateway/c/libscigraphics_la-sci_plot2d1.lo: sci_gateway/c/sci_plot2d1.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_plot2d1.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot2d1.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_plot2d1.lo `test -f 'sci_gateway/c/sci_plot2d1.c' || echo '$(srcdir)/'`sci_gateway/c/sci_plot2d1.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot2d1.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot2d1.Plo # $(AM_V_CC)source='sci_gateway/c/sci_plot2d1.c' object='sci_gateway/c/libscigraphics_la-sci_plot2d1.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_plot2d1.lo `test -f 'sci_gateway/c/sci_plot2d1.c' || echo '$(srcdir)/'`sci_gateway/c/sci_plot2d1.c sci_gateway/c/libscigraphics_la-sci_xrect.lo: sci_gateway/c/sci_xrect.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xrect.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xrect.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xrect.lo `test -f 'sci_gateway/c/sci_xrect.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xrect.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xrect.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xrect.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xrect.c' object='sci_gateway/c/libscigraphics_la-sci_xrect.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xrect.lo `test -f 'sci_gateway/c/sci_xrect.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xrect.c sci_gateway/c/libscigraphics_la-sci_xarrows.lo: sci_gateway/c/sci_xarrows.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xarrows.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarrows.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xarrows.lo `test -f 'sci_gateway/c/sci_xarrows.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xarrows.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarrows.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarrows.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xarrows.c' object='sci_gateway/c/libscigraphics_la-sci_xarrows.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xarrows.lo `test -f 'sci_gateway/c/sci_xarrows.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xarrows.c sci_gateway/c/libscigraphics_la-sci_plot3d.lo: sci_gateway/c/sci_plot3d.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_plot3d.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot3d.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_plot3d.lo `test -f 'sci_gateway/c/sci_plot3d.c' || echo '$(srcdir)/'`sci_gateway/c/sci_plot3d.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot3d.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot3d.Plo # $(AM_V_CC)source='sci_gateway/c/sci_plot3d.c' object='sci_gateway/c/libscigraphics_la-sci_plot3d.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_plot3d.lo `test -f 'sci_gateway/c/sci_plot3d.c' || echo '$(srcdir)/'`sci_gateway/c/sci_plot3d.c sci_gateway/c/libscigraphics_la-sci_move.lo: sci_gateway/c/sci_move.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_move.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_move.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_move.lo `test -f 'sci_gateway/c/sci_move.c' || echo '$(srcdir)/'`sci_gateway/c/sci_move.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_move.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_move.Plo # $(AM_V_CC)source='sci_gateway/c/sci_move.c' object='sci_gateway/c/libscigraphics_la-sci_move.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_move.lo `test -f 'sci_gateway/c/sci_move.c' || echo '$(srcdir)/'`sci_gateway/c/sci_move.c sci_gateway/c/libscigraphics_la-sci_copy.lo: sci_gateway/c/sci_copy.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_copy.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_copy.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_copy.lo `test -f 'sci_gateway/c/sci_copy.c' || echo '$(srcdir)/'`sci_gateway/c/sci_copy.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_copy.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_copy.Plo # $(AM_V_CC)source='sci_gateway/c/sci_copy.c' object='sci_gateway/c/libscigraphics_la-sci_copy.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_copy.lo `test -f 'sci_gateway/c/sci_copy.c' || echo '$(srcdir)/'`sci_gateway/c/sci_copy.c sci_gateway/c/libscigraphics_la-sci_get.lo: sci_gateway/c/sci_get.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_get.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_get.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_get.lo `test -f 'sci_gateway/c/sci_get.c' || echo '$(srcdir)/'`sci_gateway/c/sci_get.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_get.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_get.Plo # $(AM_V_CC)source='sci_gateway/c/sci_get.c' object='sci_gateway/c/libscigraphics_la-sci_get.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_get.lo `test -f 'sci_gateway/c/sci_get.c' || echo '$(srcdir)/'`sci_gateway/c/sci_get.c sci_gateway/c/libscigraphics_la-sci_xarcs.lo: sci_gateway/c/sci_xarcs.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xarcs.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarcs.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xarcs.lo `test -f 'sci_gateway/c/sci_xarcs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xarcs.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarcs.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xarcs.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xarcs.c' object='sci_gateway/c/libscigraphics_la-sci_xarcs.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xarcs.lo `test -f 'sci_gateway/c/sci_xarcs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xarcs.c sci_gateway/c/libscigraphics_la-sci_xfpoly.lo: sci_gateway/c/sci_xfpoly.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xfpoly.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfpoly.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xfpoly.lo `test -f 'sci_gateway/c/sci_xfpoly.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xfpoly.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfpoly.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfpoly.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xfpoly.c' object='sci_gateway/c/libscigraphics_la-sci_xfpoly.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xfpoly.lo `test -f 'sci_gateway/c/sci_xfpoly.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xfpoly.c sci_gateway/c/libscigraphics_la-sci_drawlater.lo: sci_gateway/c/sci_drawlater.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_drawlater.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawlater.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_drawlater.lo `test -f 'sci_gateway/c/sci_drawlater.c' || echo '$(srcdir)/'`sci_gateway/c/sci_drawlater.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawlater.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawlater.Plo # $(AM_V_CC)source='sci_gateway/c/sci_drawlater.c' object='sci_gateway/c/libscigraphics_la-sci_drawlater.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_drawlater.lo `test -f 'sci_gateway/c/sci_drawlater.c' || echo '$(srcdir)/'`sci_gateway/c/sci_drawlater.c sci_gateway/c/libscigraphics_la-sci_champ.lo: sci_gateway/c/sci_champ.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_champ.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_champ.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_champ.lo `test -f 'sci_gateway/c/sci_champ.c' || echo '$(srcdir)/'`sci_gateway/c/sci_champ.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_champ.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_champ.Plo # $(AM_V_CC)source='sci_gateway/c/sci_champ.c' object='sci_gateway/c/libscigraphics_la-sci_champ.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_champ.lo `test -f 'sci_gateway/c/sci_champ.c' || echo '$(srcdir)/'`sci_gateway/c/sci_champ.c sci_gateway/c/libscigraphics_la-sci_set.lo: sci_gateway/c/sci_set.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_set.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_set.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_set.lo `test -f 'sci_gateway/c/sci_set.c' || echo '$(srcdir)/'`sci_gateway/c/sci_set.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_set.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_set.Plo # $(AM_V_CC)source='sci_gateway/c/sci_set.c' object='sci_gateway/c/libscigraphics_la-sci_set.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_set.lo `test -f 'sci_gateway/c/sci_set.c' || echo '$(srcdir)/'`sci_gateway/c/sci_set.c sci_gateway/c/libscigraphics_la-sci_unglue.lo: sci_gateway/c/sci_unglue.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_unglue.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_unglue.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_unglue.lo `test -f 'sci_gateway/c/sci_unglue.c' || echo '$(srcdir)/'`sci_gateway/c/sci_unglue.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_unglue.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_unglue.Plo # $(AM_V_CC)source='sci_gateway/c/sci_unglue.c' object='sci_gateway/c/libscigraphics_la-sci_unglue.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_unglue.lo `test -f 'sci_gateway/c/sci_unglue.c' || echo '$(srcdir)/'`sci_gateway/c/sci_unglue.c sci_gateway/c/libscigraphics_la-gw_graphics.lo: sci_gateway/c/gw_graphics.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-gw_graphics.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-gw_graphics.Tpo -c -o sci_gateway/c/libscigraphics_la-gw_graphics.lo `test -f 'sci_gateway/c/gw_graphics.c' || echo '$(srcdir)/'`sci_gateway/c/gw_graphics.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-gw_graphics.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-gw_graphics.Plo # $(AM_V_CC)source='sci_gateway/c/gw_graphics.c' object='sci_gateway/c/libscigraphics_la-gw_graphics.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-gw_graphics.lo `test -f 'sci_gateway/c/gw_graphics.c' || echo '$(srcdir)/'`sci_gateway/c/gw_graphics.c sci_gateway/c/libscigraphics_la-sci_zoom_rect.lo: sci_gateway/c/sci_zoom_rect.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_zoom_rect.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_zoom_rect.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_zoom_rect.lo `test -f 'sci_gateway/c/sci_zoom_rect.c' || echo '$(srcdir)/'`sci_gateway/c/sci_zoom_rect.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_zoom_rect.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_zoom_rect.Plo # $(AM_V_CC)source='sci_gateway/c/sci_zoom_rect.c' object='sci_gateway/c/libscigraphics_la-sci_zoom_rect.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_zoom_rect.lo `test -f 'sci_gateway/c/sci_zoom_rect.c' || echo '$(srcdir)/'`sci_gateway/c/sci_zoom_rect.c sci_gateway/c/libscigraphics_la-sci_delete.lo: sci_gateway/c/sci_delete.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_delete.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_delete.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_delete.lo `test -f 'sci_gateway/c/sci_delete.c' || echo '$(srcdir)/'`sci_gateway/c/sci_delete.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_delete.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_delete.Plo # $(AM_V_CC)source='sci_gateway/c/sci_delete.c' object='sci_gateway/c/libscigraphics_la-sci_delete.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_delete.lo `test -f 'sci_gateway/c/sci_delete.c' || echo '$(srcdir)/'`sci_gateway/c/sci_delete.c sci_gateway/c/libscigraphics_la-sci_plot2d.lo: sci_gateway/c/sci_plot2d.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_plot2d.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot2d.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_plot2d.lo `test -f 'sci_gateway/c/sci_plot2d.c' || echo '$(srcdir)/'`sci_gateway/c/sci_plot2d.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot2d.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_plot2d.Plo # $(AM_V_CC)source='sci_gateway/c/sci_plot2d.c' object='sci_gateway/c/libscigraphics_la-sci_plot2d.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_plot2d.lo `test -f 'sci_gateway/c/sci_plot2d.c' || echo '$(srcdir)/'`sci_gateway/c/sci_plot2d.c sci_gateway/c/libscigraphics_la-sci_xrects.lo: sci_gateway/c/sci_xrects.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xrects.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xrects.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xrects.lo `test -f 'sci_gateway/c/sci_xrects.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xrects.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xrects.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xrects.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xrects.c' object='sci_gateway/c/libscigraphics_la-sci_xrects.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xrects.lo `test -f 'sci_gateway/c/sci_xrects.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xrects.c sci_gateway/c/libscigraphics_la-sci_xtitle.lo: sci_gateway/c/sci_xtitle.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xtitle.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xtitle.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xtitle.lo `test -f 'sci_gateway/c/sci_xtitle.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xtitle.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xtitle.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xtitle.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xtitle.c' object='sci_gateway/c/libscigraphics_la-sci_xtitle.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xtitle.lo `test -f 'sci_gateway/c/sci_xtitle.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xtitle.c sci_gateway/c/libscigraphics_la-sci_StringBox.lo: sci_gateway/c/sci_StringBox.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_StringBox.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_StringBox.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_StringBox.lo `test -f 'sci_gateway/c/sci_StringBox.c' || echo '$(srcdir)/'`sci_gateway/c/sci_StringBox.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_StringBox.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_StringBox.Plo # $(AM_V_CC)source='sci_gateway/c/sci_StringBox.c' object='sci_gateway/c/libscigraphics_la-sci_StringBox.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_StringBox.lo `test -f 'sci_gateway/c/sci_StringBox.c' || echo '$(srcdir)/'`sci_gateway/c/sci_StringBox.c sci_gateway/c/libscigraphics_la-sci_xgetmouse.lo: sci_gateway/c/sci_xgetmouse.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xgetmouse.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgetmouse.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xgetmouse.lo `test -f 'sci_gateway/c/sci_xgetmouse.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xgetmouse.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgetmouse.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xgetmouse.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xgetmouse.c' object='sci_gateway/c/libscigraphics_la-sci_xgetmouse.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xgetmouse.lo `test -f 'sci_gateway/c/sci_xgetmouse.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xgetmouse.c sci_gateway/c/libscigraphics_la-sci_drawnow.lo: sci_gateway/c/sci_drawnow.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_drawnow.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawnow.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_drawnow.lo `test -f 'sci_gateway/c/sci_drawnow.c' || echo '$(srcdir)/'`sci_gateway/c/sci_drawnow.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawnow.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_drawnow.Plo # $(AM_V_CC)source='sci_gateway/c/sci_drawnow.c' object='sci_gateway/c/libscigraphics_la-sci_drawnow.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_drawnow.lo `test -f 'sci_gateway/c/sci_drawnow.c' || echo '$(srcdir)/'`sci_gateway/c/sci_drawnow.c sci_gateway/c/libscigraphics_la-sci_xfarcs.lo: sci_gateway/c/sci_xfarcs.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xfarcs.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfarcs.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xfarcs.lo `test -f 'sci_gateway/c/sci_xfarcs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xfarcs.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfarcs.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xfarcs.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xfarcs.c' object='sci_gateway/c/libscigraphics_la-sci_xfarcs.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xfarcs.lo `test -f 'sci_gateway/c/sci_xfarcs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xfarcs.c sci_gateway/c/libscigraphics_la-sci_param3d.lo: sci_gateway/c/sci_param3d.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_param3d.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_param3d.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_param3d.lo `test -f 'sci_gateway/c/sci_param3d.c' || echo '$(srcdir)/'`sci_gateway/c/sci_param3d.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_param3d.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_param3d.Plo # $(AM_V_CC)source='sci_gateway/c/sci_param3d.c' object='sci_gateway/c/libscigraphics_la-sci_param3d.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_param3d.lo `test -f 'sci_gateway/c/sci_param3d.c' || echo '$(srcdir)/'`sci_gateway/c/sci_param3d.c sci_gateway/c/libscigraphics_la-sci_contour2di.lo: sci_gateway/c/sci_contour2di.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_contour2di.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_contour2di.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_contour2di.lo `test -f 'sci_gateway/c/sci_contour2di.c' || echo '$(srcdir)/'`sci_gateway/c/sci_contour2di.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_contour2di.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_contour2di.Plo # $(AM_V_CC)source='sci_gateway/c/sci_contour2di.c' object='sci_gateway/c/libscigraphics_la-sci_contour2di.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_contour2di.lo `test -f 'sci_gateway/c/sci_contour2di.c' || echo '$(srcdir)/'`sci_gateway/c/sci_contour2di.c sci_gateway/c/libscigraphics_la-sci_xdel.lo: sci_gateway/c/sci_xdel.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_xdel.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xdel.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_xdel.lo `test -f 'sci_gateway/c/sci_xdel.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xdel.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xdel.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_xdel.Plo # $(AM_V_CC)source='sci_gateway/c/sci_xdel.c' object='sci_gateway/c/libscigraphics_la-sci_xdel.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_xdel.lo `test -f 'sci_gateway/c/sci_xdel.c' || echo '$(srcdir)/'`sci_gateway/c/sci_xdel.c sci_gateway/c/libscigraphics_la-sci_winsid.lo: sci_gateway/c/sci_winsid.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_winsid.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_winsid.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_winsid.lo `test -f 'sci_gateway/c/sci_winsid.c' || echo '$(srcdir)/'`sci_gateway/c/sci_winsid.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_winsid.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_winsid.Plo # $(AM_V_CC)source='sci_gateway/c/sci_winsid.c' object='sci_gateway/c/libscigraphics_la-sci_winsid.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_winsid.lo `test -f 'sci_gateway/c/sci_winsid.c' || echo '$(srcdir)/'`sci_gateway/c/sci_winsid.c sci_gateway/c/libscigraphics_la-sci_fec.lo: sci_gateway/c/sci_fec.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_fec.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_fec.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_fec.lo `test -f 'sci_gateway/c/sci_fec.c' || echo '$(srcdir)/'`sci_gateway/c/sci_fec.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_fec.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_fec.Plo # $(AM_V_CC)source='sci_gateway/c/sci_fec.c' object='sci_gateway/c/libscigraphics_la-sci_fec.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_fec.lo `test -f 'sci_gateway/c/sci_fec.c' || echo '$(srcdir)/'`sci_gateway/c/sci_fec.c sci_gateway/c/libscigraphics_la-sci_rubberbox.lo: sci_gateway/c/sci_rubberbox.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_rubberbox.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_rubberbox.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_rubberbox.lo `test -f 'sci_gateway/c/sci_rubberbox.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rubberbox.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_rubberbox.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_rubberbox.Plo # $(AM_V_CC)source='sci_gateway/c/sci_rubberbox.c' object='sci_gateway/c/libscigraphics_la-sci_rubberbox.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_rubberbox.lo `test -f 'sci_gateway/c/sci_rubberbox.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rubberbox.c sci_gateway/c/libscigraphics_la-sci_rotate_axes.lo: sci_gateway/c/sci_rotate_axes.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_rotate_axes.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_rotate_axes.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_rotate_axes.lo `test -f 'sci_gateway/c/sci_rotate_axes.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rotate_axes.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_rotate_axes.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_rotate_axes.Plo # $(AM_V_CC)source='sci_gateway/c/sci_rotate_axes.c' object='sci_gateway/c/libscigraphics_la-sci_rotate_axes.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_rotate_axes.lo `test -f 'sci_gateway/c/sci_rotate_axes.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rotate_axes.c sci_gateway/c/libscigraphics_la-sci_is_handle_valid.lo: sci_gateway/c/sci_is_handle_valid.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_is_handle_valid.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_is_handle_valid.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_is_handle_valid.lo `test -f 'sci_gateway/c/sci_is_handle_valid.c' || echo '$(srcdir)/'`sci_gateway/c/sci_is_handle_valid.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_is_handle_valid.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_is_handle_valid.Plo # $(AM_V_CC)source='sci_gateway/c/sci_is_handle_valid.c' object='sci_gateway/c/libscigraphics_la-sci_is_handle_valid.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_is_handle_valid.lo `test -f 'sci_gateway/c/sci_is_handle_valid.c' || echo '$(srcdir)/'`sci_gateway/c/sci_is_handle_valid.c sci_gateway/c/libscigraphics_la-sci_Legend.lo: sci_gateway/c/sci_Legend.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_Legend.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_Legend.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_Legend.lo `test -f 'sci_gateway/c/sci_Legend.c' || echo '$(srcdir)/'`sci_gateway/c/sci_Legend.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_Legend.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_Legend.Plo # $(AM_V_CC)source='sci_gateway/c/sci_Legend.c' object='sci_gateway/c/libscigraphics_la-sci_Legend.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_Legend.lo `test -f 'sci_gateway/c/sci_Legend.c' || echo '$(srcdir)/'`sci_gateway/c/sci_Legend.c sci_gateway/c/libscigraphics_la-sci_light.lo: sci_gateway/c/sci_light.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_light.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_light.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_light.lo `test -f 'sci_gateway/c/sci_light.c' || echo '$(srcdir)/'`sci_gateway/c/sci_light.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_light.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_light.Plo # $(AM_V_CC)source='sci_gateway/c/sci_light.c' object='sci_gateway/c/libscigraphics_la-sci_light.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_light.lo `test -f 'sci_gateway/c/sci_light.c' || echo '$(srcdir)/'`sci_gateway/c/sci_light.c sci_gateway/c/libscigraphics_la-sci_color.lo: sci_gateway/c/sci_color.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_color.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_color.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_color.lo `test -f 'sci_gateway/c/sci_color.c' || echo '$(srcdir)/'`sci_gateway/c/sci_color.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_color.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_color.Plo # $(AM_V_CC)source='sci_gateway/c/sci_color.c' object='sci_gateway/c/libscigraphics_la-sci_color.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_color.lo `test -f 'sci_gateway/c/sci_color.c' || echo '$(srcdir)/'`sci_gateway/c/sci_color.c sci_gateway/c/libscigraphics_la-sci_name2rgb.lo: sci_gateway/c/sci_name2rgb.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_name2rgb.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_name2rgb.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_name2rgb.lo `test -f 'sci_gateway/c/sci_name2rgb.c' || echo '$(srcdir)/'`sci_gateway/c/sci_name2rgb.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_name2rgb.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_name2rgb.Plo # $(AM_V_CC)source='sci_gateway/c/sci_name2rgb.c' object='sci_gateway/c/libscigraphics_la-sci_name2rgb.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_name2rgb.lo `test -f 'sci_gateway/c/sci_name2rgb.c' || echo '$(srcdir)/'`sci_gateway/c/sci_name2rgb.c sci_gateway/c/libscigraphics_la-sci_addcolor.lo: sci_gateway/c/sci_addcolor.c $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscigraphics_la-sci_addcolor.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_addcolor.Tpo -c -o sci_gateway/c/libscigraphics_la-sci_addcolor.lo `test -f 'sci_gateway/c/sci_addcolor.c' || echo '$(srcdir)/'`sci_gateway/c/sci_addcolor.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_addcolor.Tpo sci_gateway/c/$(DEPDIR)/libscigraphics_la-sci_addcolor.Plo # $(AM_V_CC)source='sci_gateway/c/sci_addcolor.c' object='sci_gateway/c/libscigraphics_la-sci_addcolor.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscigraphics_la-sci_addcolor.lo `test -f 'sci_gateway/c/sci_addcolor.c' || echo '$(srcdir)/'`sci_gateway/c/sci_addcolor.c .cpp.o: $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ $(am__mv) $$depbase.Tpo $$depbase.Po # $(AM_V_CXX)source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ # $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $< .cpp.obj: $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ $(am__mv) $$depbase.Tpo $$depbase.Po # $(AM_V_CXX)source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ # $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ $(am__mv) $$depbase.Tpo $$depbase.Plo # $(AM_V_CXX)source='$<' object='$@' libtool=yes \ # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ # $(AM_V_CXX_no)$(LTCXXCOMPILE) -c -o $@ $< src/cpp/libscigraphics_algo_la-ContourOnMesh.lo: src/cpp/ContourOnMesh.cpp $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscigraphics_algo_la-ContourOnMesh.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscigraphics_algo_la-ContourOnMesh.Tpo -c -o src/cpp/libscigraphics_algo_la-ContourOnMesh.lo `test -f 'src/cpp/ContourOnMesh.cpp' || echo '$(srcdir)/'`src/cpp/ContourOnMesh.cpp $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscigraphics_algo_la-ContourOnMesh.Tpo src/cpp/$(DEPDIR)/libscigraphics_algo_la-ContourOnMesh.Plo # $(AM_V_CXX)source='src/cpp/ContourOnMesh.cpp' object='src/cpp/libscigraphics_algo_la-ContourOnMesh.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscigraphics_algo_la-ContourOnMesh.lo `test -f 'src/cpp/ContourOnMesh.cpp' || echo '$(srcdir)/'`src/cpp/ContourOnMesh.cpp sci_gateway/cpp/libscigraphics_la-sci_contour2dm.lo: sci_gateway/cpp/sci_contour2dm.cpp $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscigraphics_la-sci_contour2dm.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscigraphics_la-sci_contour2dm.Tpo -c -o sci_gateway/cpp/libscigraphics_la-sci_contour2dm.lo `test -f 'sci_gateway/cpp/sci_contour2dm.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_contour2dm.cpp $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscigraphics_la-sci_contour2dm.Tpo sci_gateway/cpp/$(DEPDIR)/libscigraphics_la-sci_contour2dm.Plo # $(AM_V_CXX)source='sci_gateway/cpp/sci_contour2dm.cpp' object='sci_gateway/cpp/libscigraphics_la-sci_contour2dm.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscigraphics_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscigraphics_la-sci_contour2dm.lo `test -f 'sci_gateway/cpp/sci_contour2dm.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_contour2dm.cpp mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs -rm -rf sci_gateway/c/.libs sci_gateway/c/_libs -rm -rf sci_gateway/cpp/.libs sci_gateway/cpp/_libs -rm -rf src/c/.libs src/c/_libs -rm -rf src/c/getHandleProperty/.libs src/c/getHandleProperty/_libs -rm -rf src/cpp/.libs src/cpp/_libs -rm -rf src/nographics/.libs src/nographics/_libs install-libscigraphics_la_etcDATA: $(libscigraphics_la_etc_DATA) @$(NORMAL_INSTALL) @list='$(libscigraphics_la_etc_DATA)'; test -n "$(libscigraphics_la_etcdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(libscigraphics_la_etcdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libscigraphics_la_etcdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscigraphics_la_etcdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(libscigraphics_la_etcdir)" || exit $$?; \ done uninstall-libscigraphics_la_etcDATA: @$(NORMAL_UNINSTALL) @list='$(libscigraphics_la_etc_DATA)'; test -n "$(libscigraphics_la_etcdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libscigraphics_la_etcdir)'; $(am__uninstall_files_from_dir) install-libscigraphics_la_rootDATA: $(libscigraphics_la_root_DATA) @$(NORMAL_INSTALL) @list='$(libscigraphics_la_root_DATA)'; test -n "$(libscigraphics_la_rootdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(libscigraphics_la_rootdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libscigraphics_la_rootdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscigraphics_la_rootdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(libscigraphics_la_rootdir)" || exit $$?; \ done uninstall-libscigraphics_la_rootDATA: @$(NORMAL_UNINSTALL) @list='$(libscigraphics_la_root_DATA)'; test -n "$(libscigraphics_la_rootdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libscigraphics_la_rootdir)'; $(am__uninstall_files_from_dir) install-libscigraphics_la_sci_gatewayDATA: $(libscigraphics_la_sci_gateway_DATA) @$(NORMAL_INSTALL) @list='$(libscigraphics_la_sci_gateway_DATA)'; test -n "$(libscigraphics_la_sci_gatewaydir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(libscigraphics_la_sci_gatewaydir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libscigraphics_la_sci_gatewaydir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscigraphics_la_sci_gatewaydir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(libscigraphics_la_sci_gatewaydir)" || exit $$?; \ done uninstall-libscigraphics_la_sci_gatewayDATA: @$(NORMAL_UNINSTALL) @list='$(libscigraphics_la_sci_gateway_DATA)'; test -n "$(libscigraphics_la_sci_gatewaydir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libscigraphics_la_sci_gatewaydir)'; $(am__uninstall_files_from_dir) install-nobase_libscigraphics_la_gedDATA: $(nobase_libscigraphics_la_ged_DATA) @$(NORMAL_INSTALL) @list='$(nobase_libscigraphics_la_ged_DATA)'; test -n "$(libscigraphics_la_geddir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(libscigraphics_la_geddir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libscigraphics_la_geddir)" || exit 1; \ fi; \ $(am__nobase_list) | while read dir files; do \ xfiles=; for file in $$files; do \ if test -f "$$file"; then xfiles="$$xfiles $$file"; \ else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ test -z "$$xfiles" || { \ test "x$$dir" = x. || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libscigraphics_la_geddir)/$$dir'"; \ $(MKDIR_P) "$(DESTDIR)$(libscigraphics_la_geddir)/$$dir"; }; \ echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(libscigraphics_la_geddir)/$$dir'"; \ $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(libscigraphics_la_geddir)/$$dir" || exit $$?; }; \ done uninstall-nobase_libscigraphics_la_gedDATA: @$(NORMAL_UNINSTALL) @list='$(nobase_libscigraphics_la_ged_DATA)'; test -n "$(libscigraphics_la_geddir)" || list=; \ $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ dir='$(DESTDIR)$(libscigraphics_la_geddir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-local check: check-am all-am: Makefile $(LTLIBRARIES) $(DATA) all-local installdirs: for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(libscigraphics_la_etcdir)" "$(DESTDIR)$(libscigraphics_la_rootdir)" "$(DESTDIR)$(libscigraphics_la_sci_gatewaydir)" "$(DESTDIR)$(libscigraphics_la_geddir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f sci_gateway/c/$(DEPDIR)/$(am__dirstamp) -rm -f sci_gateway/c/$(am__dirstamp) -rm -f sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) -rm -f sci_gateway/cpp/$(am__dirstamp) -rm -f src/c/$(DEPDIR)/$(am__dirstamp) -rm -f src/c/$(am__dirstamp) -rm -f src/c/getHandleProperty/$(DEPDIR)/$(am__dirstamp) -rm -f src/c/getHandleProperty/$(am__dirstamp) -rm -f src/cpp/$(DEPDIR)/$(am__dirstamp) -rm -f src/cpp/$(am__dirstamp) -rm -f src/nographics/$(DEPDIR)/$(am__dirstamp) -rm -f src/nographics/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-local \ clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am distclean: distclean-am -rm -rf sci_gateway/c/$(DEPDIR) sci_gateway/cpp/$(DEPDIR) src/c/$(DEPDIR) src/c/getHandleProperty/$(DEPDIR) src/cpp/$(DEPDIR) src/nographics/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-local distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-data-local install-libscigraphics_la_etcDATA \ install-libscigraphics_la_rootDATA \ install-libscigraphics_la_sci_gatewayDATA \ install-nobase_libscigraphics_la_gedDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-pkglibLTLIBRARIES install-html: install-html-am install-html-am: install-html-local install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf sci_gateway/c/$(DEPDIR) sci_gateway/cpp/$(DEPDIR) src/c/$(DEPDIR) src/c/getHandleProperty/$(DEPDIR) src/cpp/$(DEPDIR) src/nographics/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libscigraphics_la_etcDATA \ uninstall-libscigraphics_la_rootDATA \ uninstall-libscigraphics_la_sci_gatewayDATA \ uninstall-nobase_libscigraphics_la_gedDATA \ uninstall-pkglibLTLIBRARIES .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am \ check-local clean clean-generic clean-libtool clean-local \ clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-local distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-data-local install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-html-local install-info \ install-info-am install-libscigraphics_la_etcDATA \ install-libscigraphics_la_rootDATA \ install-libscigraphics_la_sci_gatewayDATA install-man \ install-nobase_libscigraphics_la_gedDATA install-pdf \ install-pdf-am install-pkglibLTLIBRARIES install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-libscigraphics_la_etcDATA \ uninstall-libscigraphics_la_rootDATA \ uninstall-libscigraphics_la_sci_gatewayDATA \ uninstall-nobase_libscigraphics_la_gedDATA \ uninstall-pkglibLTLIBRARIES # This target enables tests for Scilab check-local: $(top_builddir)/scilab-bin test if test -d $(mydatadir)/tests; then \ @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \ fi check-code: if test -f build.xml; then \ $(ANT) checkstyle; \ fi if test -x "$(SPLINT)"; then \ $(SPLINT) $(SPLINT_OPTIONS) -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ $(INCLUDE_FLAGS) $(CHECK_SRC); \ fi java: # Some configurations needs to export JAVA_HOME in the current env @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ if test -f build.xml -a $$USEANT -eq 1; then \ $(ANT); \ fi clean-java: # Some configurations needs to export JAVA_HOME in the current env @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ if test -f build.xml -a $$USEANT -eq 1; then \ $(ANT) clean; \ fi; # If the user request for the SWIG generation of the wrappers Java => C/C++ # We call the target swig-build on the variable SWIG_WRAPPERS #swig: $(SWIG_WRAPPERS) # @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \ # SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \ # if test -n "$(SWIG_WRAPPERS)"; then \ # for file in $(SWIG_WRAPPERS) ; do \ # echo "Swig process of $$file (Java) ..."; \ # $(SWIG_BIN) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \ # done; \ # fi #swig-scilab: $(SWIG_SCILAB_WRAPPERS) # @SWIG_OUTDIR=src/swig/; \ # if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \ # for file in $(SWIG_SCILAB_WRAPPERS) ; do \ # echo "Swig process of $$file (Scilab) ..."; \ # $(SWIG_BIN) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \ # done; \ # fi # If the user request for the SWIG generation of the wrappers Java => C/C++ # We call the target swig-build on the variable SWIG_WRAPPERS #giws: $(GIWS_WRAPPERS) # @GIWS_OUTPUTDIR=src/jni/; \ # MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \ # if test -n "$(GIWS_WRAPPERS)"; then \ # for file in $(GIWS_WRAPPERS) ; do \ # echo "GIWS process of $$file ..."; \ # if test -z "$(GIWS_OPTIONS)"; then \ # $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \ # else \ # echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \ # $(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \ # fi \ # done; \ # fi #giws-exception: # @GIWS_OUTPUTDIR=src/jni/;\ # echo "GIWS: Generation of exception class ..."; \ # $(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR macros: -@( if test ! -x $(top_builddir)/scilab-bin; then \ echo "Error : Cannot build $< : Scilab has not been built"; \ else \ $(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\ fi) # Removes the macros clean-macros: # Removes macros (*.bin generated from .sci) @for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \ echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \ rm -f $(builddir)/$$dir/$(MACROBINMASK); \ done test: # More tests could be added here @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ if test -f build.xml -a $$USEANT -eq 1; then \ $(ANT) test; \ fi all-local: $(TARGETS_ALL) .sci.bin: -@( if test ! -x $(top_builddir)/scilab-bin; then \ echo "Error : Cannot build $< : Scilab has not been build"; \ else \ echo "Creating $@"; \ $(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \ fi ) install-html-local: install-data-local-local: # Mainly for javasci @if test -d $(srcdir)/javadoc; then \ cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \ fi # If the user wants the help sources to be installed @echo "-------- Install of XML sources of help files --------"; \ for lang in $(ALL_LINGUAS); do \ if test -d $(srcdir)/help/$$lang; then \ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \ done ; \ fi; \ fi; \ done; \ @echo "-------- Install of MathML sources --------"; \ if test -d $(srcdir)/help/mml/; then \ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \ done ; \ fi; \ fi install-data-local: # Install the tests @echo "-------- Install tests (if any) --------"; \ for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \ if test -d $(srcdir)/$$dir/; then \ $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \ for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \ if test -d "$(srcdir)/$$dir/$$file"; then \ echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \ $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \ else \ echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \ $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \ fi \ done; \ fi; \ done # Install the help chapter @echo "-------- Install the help chapter (if any) --------"; \ for lang in $(HELP_CHAPTERLANG); do \ HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \ if test -f $$HELPFILE; then \ echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \ echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \ $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \ fi; \ done # Install the demos & examples @echo "-------- Install demos & examples (if any) --------"; \ for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \ if test -d $(srcdir)/$$dir/; then \ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \ for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \ if test -d "$(srcdir)/$$dir/$$file"; then \ echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \ $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \ else \ echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \ $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \ fi \ done; \ fi; \ done # Install the macros @echo "-------- Install macros (if any) --------"; \ for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \ $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \ if test -d $(srcdir)/$$dir/; then \ FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\ if test -n "$(MACROSSPECIALEXT)"; then \ specialExtDir=""; \ for specialExt in $(MACROSSPECIALEXT); do \ specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \ done; \ FILELIST="$$FILELIST $$specialExtDir"; \ fi; \ for file in `ls -1 $$FILELIST 2>/dev/null`; do \ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \ done; \ fi; \ done # Install java files (.jar) @if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \ echo "-------- Install jar files --------"; \ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \ for file in $(srcdir)/$(JARDIR)$(JARMASK); do\ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \ done ; \ fi ########### CLEAN ################### # Clean help (generated automatically by Scilab) # It used to clean the macro (clean-macros) but this was causing # make clean && make to fail Scilab startup clean-local: clean-java #clean-local: distclean-local: rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_* .PHONY: macros java swig giws # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: