Adapted for distribution

This commit is contained in:
ceriel 1991-10-01 16:44:14 +00:00
parent 94ba66caa8
commit 0784732f3d
3 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@ dispatdummy: $(IOP) mkdispatch
sed -f dispat3.sed < dispatdummy | $(TBL) > dispat3
mkdispatch: mkdispatch.c
$(CC) -I$(HOME)/util/ass -I$(HOME)/h -o mkdispatch mkdispatch.c $(HOME)/lib/em_data.a
$(CC) -I$(HOME)/h -o mkdispatch mkdispatch.c $(HOME)/lib.bin/em_data.a
.SUFFIXES : .pr .nr
.nr.pr: ; $(TBL) macr.nr $*.nr | $(NROFF) -mkun >$@

View file

@ -8,8 +8,8 @@ tables: mktables $(HOME)/etc/ip_spec.t
mktables $(HOME)/etc/ip_spec.t tables
mktables: mktables.c $(HOME)/h/em_spec.h $(HOME)/h/em_flag.h \
$(HOME)/lib/em_data.a $(HOME)/util/ass/ip_spec.h
$(CC) -I$(HOME) -O -o mktables mktables.c $(HOME)/lib/em_data.a
$(HOME)/lib.bin/em_data.a $(HOME)/h/ip_spec.h
$(CC) -I$(HOME)/h -O -o mktables mktables.c $(HOME)/lib.bin/em_data.a
em.out: em.p
apc -mint -O em.p >emerrs ; mv e.out em.out

View file

@ -8,9 +8,9 @@
/* Author: E.G. Keizer */
#include <stdio.h>
#include <util/ass/ip_spec.h>
#include <h/em_spec.h>
#include <h/em_flag.h>
#include <ip_spec.h>
#include <em_spec.h>
#include <em_flag.h>
/* This program reads the human readable interpreter specification
and produces a efficient machine representation that can be