system matisse_store_appl root store_objects (root_cluster): "make" default assertion (all); -- Check all assertions precompiled ("$ISE_LIBRARY/precomp/spec/$ISE_PLATFORM/base"); -- Use precompiled base library debug(yes) 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 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_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"; 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