# Directories common to all architectures. # Build in order: # - critical libraries used by the limbo compiler # - the limbo compiler (used to build some subsequent libraries) # - the remaining libraries # - commands # - utilities EMUDIRS=\ lib9\ libbio\ libmp\ libsec\ libmath\ utils/iyacc\ limbo\ libinterp\ libkeyring\ libdraw\ libprefab\ libtk\ libfreetype\ libmemdraw\ libmemlayer\ libdynld\ utils/data2c\ utils/ndate\ emu\ KERNEL_DIRS=\ os\ os/boot/pc\ # mkconfig is included at this point to allow it to override #the preceding declarations (particularly KERNEL_DIRS) if need be