system matisse_db_storer -- Replace 'template_application' by the name of the executable file -- to be generated for your system. root store_objects (root_cluster): "make" -- Replace 'get_info', 'root_cluster' and creation_procedure 'make' -- by the names of the root class, root class cluster and -- root creation procedure for your system. default assertion (all); inlining(yes); -- Check all assertions precompiled ("$ISE_LIBRARY/precomp/spec/$ISE_PLATFORM/base"); -- Use precompiled base library debug(no) cluster root_cluster: "."; -- Replace 'root_cluster' and path '.' by the names of the -- root class cluster and corresponding path for your system. -- Add any other clusters that your system will need. -- EiffelBase access: "$ISE_LIBRARY/library/base/structures/access"; cursors: "$ISE_LIBRARY/library/base/structures/cursors"; cursor_tree: "$ISE_LIBRARY/library/base/structures/cursor_tree"; dispenser: "$ISE_LIBRARY/library/base/structures/dispenser"; iteration: "$ISE_LIBRARY/library/base/structures/iteration"; kernel: "$ISE_LIBRARY/library/base/kernel"; list: "$ISE_LIBRARY/library/base/structures/list"; --obsolete: "$ISE_LIBRARY/library/base/structures/obsolete"; set: "$ISE_LIBRARY/library/base/structures/set"; sort: "$ISE_LIBRARY/library/base/structures/sort"; storage: "$ISE_LIBRARY/library/base/structures/storage"; support: "$ISE_LIBRARY/library/base/support"; table: "$ISE_LIBRARY/library/base/structures/table"; traversing: "$ISE_LIBRARY/library/base/structures/traversing"; tree: "$ISE_LIBRARY/library/base/structures/tree"; -- EiffelStore/matisse estore_support: "$ISE_LIBRARY/library/matisse/support"; estore_interface: "$ISE_LIBRARY/library/matisse/interface"; estore_date: "$ISE_LIBRARY/library/matisse/date_and_time"; estore_db_support: "$ISE_LIBRARY/library/matisse/dbms/support"; -- Matisse for EiffelStore/matisse matisse_interface : "$ISE_LIBRARY/library/matisse/dbms/oodbms/matisse/matisse_interface"; matisse_entities : "$ISE_LIBRARY/library/matisse/dbms/oodbms/matisse/matisse_entities"; matisse_entities_externals : "$ISE_LIBRARY/library/matisse/dbms/oodbms/matisse/matisse_entities/externals"; matisse_entities_streams : "$ISE_LIBRARY/library/matisse/dbms/oodbms/matisse/matisse_entities/streams"; matisse_sr : "$ISE_LIBRARY/library/matisse/dbms/oodbms/matisse/matisse_sr"; oracle : "$ISE_LIBRARY/library/matisse/dbms/rdbms/oracle"; external object: "-L$(ISE_LIBRARY)/library/matisse/spec/$(ISE_PLATFORM)", "-lsupport", "-lsys_time", "$(ISE_LIBRARY)/library/matisse/lib/csupport.o", "$(ISE_LIBRARY)/library/matisse/dbms/oodbms/matisse/Clib/mt_support.o", "$(ISE_LIBRARY)/library/matisse/dbms/oodbms/matisse/Clib/special.o", "$(ISE_LIBRARY)/library/matisse/lib/libmatisseDE.a" end