system example root example (ROOT_CLUSTER): "make" default -- precompiled ("$ISE_EIFFEL/precomp/spec/$ISE_PLATFORM/vision"); assertion (all); cluster ROOT_CLUSTER: "$ISE_EIFFEL/examples/vision/simple_test"; -- If you intend to modify any of the examples, -- copy all the files of $ISE_EIFFEL/examples/vision/simple_test -- into one of your directories, and replace -- $ISE_EIFFEL/examples/vision/simple_test by the name of that -- directory on the above line. -- If you are not using the precompiled version of EiffelVision, -- uncomment the `external' clause below. -- EiffelBase: all base: "$ISE_EIFFEL/library/base" exclude "table_eiffel3"; "desc" end -- MEL all mel: "$ISE_EIFFEL/library/mel"; -- EiffelVision vision: "$ISE_EIFFEL/library/vision"; vision_kernel (vision): "$/oui/kernel"; vision_widgets (vision): "$/oui/widgets"; vision_context_data (vision): "$/oui/context_data"; vision_figures (vision): "$/figures"; vision_tools (vision): "$/tools"; -- Toolkit vision_toolkit (vision): "$/implement/toolkit"; vision_toolkit_kernel (vision_toolkit): "$/kernel"; vision_toolkit_widgets (vision_toolkit): "$/widgets"; vision_toolkit_support (vision_toolkit): "$/support"; -- Implementation clusters for x/Motif vision_imp (vision): "$/implement/motif"; vision_imp_kernel (vision_imp): "$/kernel"; vision_imp_widgets (vision_imp): "$/widgets"; vision_imp_support (vision_imp): "$/support"; vision_imp_x (vision): "$/implement/x"; vision_imp_x_kernel (vision_imp_x): "$/kernel"; -- vision_imp_x_widgets (vision_imp_x): "$/widgets"; vision_imp_x_support (vision_imp_x): "$/support"; external include_path: "\$(ISE_EIFFEL)/library/mel/Clib"; object: "$(ISE_EIFFEL)/library/mel/spec/$(ISE_PLATFORM)/lib/libMel.a", "$(ISE_EIFFEL)/library/mel/spec/$(ISE_PLATFORM)/lib/libXpm.a", "-lXm -lXt -lX11 -lXext -lXp" end