if ($host_name eq $target_name) {
  do compile_subdirs(
      'c-code',
      'gc'
  );
};

do compile_subdirs(
    'dylan',
    'melange',
    '../../common',
    'random'
);

do install_from_src($includedir, "runtime.h");
