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

$D2CFLAGS         # added by update-libdirs
    = $d2c_runtime
    . ' -L../streams'
    . ' -L../print';

&emit_library_rule(
    'Format', '$(BUILDROOT)/force.timestamp', '', 'compile', 'compile-mindy',
    'install'
);

&emit_library_rule(
    'Debugger-Format', '$(BUILDROOT)/force.timestamp', '', 'no-d2c',
    'compile-mindy', ''
);
