Build ego.

--HG--
branch : dtrg-buildsystem
rename : util/arch/build.mk => util/ego/build.mk
This commit is contained in:
David Given
2013-05-15 21:14:06 +01:00
parent f6c43b95ef
commit e9233b4712
17 changed files with 226 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
* I L 1 _ A U X . C
*/
#include <stdlib.h>
#include <em_spec.h>
#include "../share/types.h"
#include "il.h"

View File

@@ -8,6 +8,7 @@
* I L 2 _ A U X . C
*/
#include <stdlib.h>
#include <stdio.h>
#include <em_spec.h>
#include <em_mnem.h>

View File

@@ -9,6 +9,7 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <em_mnem.h>
#include <em_pseu.h>

View File

@@ -9,6 +9,7 @@
* I L _ A U X . C
*/
#include <stdlib.h>
#include <stdio.h>
#include <em_spec.h>
#include <em_mnem.h>