&makegen_include("../../common-Makegen");

$D2CFLAGS         # added by update-libdirs
    = $d2c_runtime
    . ' -L../../../common/threads'
    . ' -L../../../common/streams'
    . ' -L../../../common/table-ext'
    . ' -L../../../d2c/runtime/random'
    . ' -L../../../common/common-dylan'
    . ' -L../../testworks'
    . ' -L../../testworks-specs'
    . ' -L../../../d2c/runtime/dylan/tests'
    . ' -L../../../common/tests'
    . ' -L../../../common/collections'
    . ' -L../../../common/collections/tests'
    . ' -L../../testworks/tests'
    . ' -L../../test-suites/libraries-test-suite';

do emit_library_rule(
    'libraries-test-suite-app', '$(BUILDROOT)/force.timestamp', '', 'compile');

do emit_run_tests_rule('libraries-test-suite-app');
