
$D2CFLAGS = '';
if ($target_name eq "x86-linux" || $target_name =~ /^x86-freebsd/) {
  $D2C = $D2C . ' -F"gcc -g -O2 -I' . "$srcroot/d2c/runtime" .
	 ' -c %s -o %s" -fnum.c';
};


do emit_library_rule(
    'Dylan', '$(BUILDROOT)/force.timestamp', '', 'compile', 'install'
);
