system eiffel_scan root EIFFEL_SCAN (root_cluster): make default precompiled ("$ISE_EIFFEL/precomp/spec/$ISE_PLATFORM/base") cluster root_cluster: "$ISE_EIFFEL/examples/lex" -- If you intend to modify any of the examples, -- copy all the files of $ISE_EIFFEL/examples/parse -- into one of your directories, and replace -- $ISE_EIFFEL/examples/parse by the name of that directory -- on the above line. -- EiffelLex lex: "$ISE_EIFFEL/library/lex" -- EiffelBase all base: "$ISE_EIFFEL/library/base" exclude "desc"; "table_eiffel3" end end