From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- mkfile | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 mkfile (limited to 'mkfile') diff --git a/mkfile b/mkfile new file mode 100644 index 00000000..8cb7dfa6 --- /dev/null +++ b/mkfile @@ -0,0 +1,175 @@ +# 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\ + libmp\ + libsec\ + libmath\ + limbo\ + libinterp\ + libkeyring\ + libdraw\ + libprefab\ + libtk\ + libfreetype\ + libmemdraw\ + libmemlayer\ + libdynld\ + asm\ + 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 + +