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

$D2CFLAGS         # added by update-libdirs
    = $d2c_runtime
    . ' -L../threads'
    . ' -L../streams'
    . ' -L../table-ext'
    . ' -L../../d2c/runtime/random'
    . ' -L../common-dylan';

if ($features{'compiled_for_win32'}) {
    $lid_file = 'win32-locators';
} else {
    $lid_file = 'posix-locators';
}

do emit_library_rule ($lid_file, '$(BUILDROOT)/force.timestamp', '',
		      'compile', 'no-mindy', 'install');
