Adapted for distribution
This commit is contained in:
parent
94ba66caa8
commit
0784732f3d
3 changed files with 6 additions and 6 deletions
|
@ -28,7 +28,7 @@ dispatdummy: $(IOP) mkdispatch
|
||||||
sed -f dispat3.sed < dispatdummy | $(TBL) > dispat3
|
sed -f dispat3.sed < dispatdummy | $(TBL) > dispat3
|
||||||
|
|
||||||
mkdispatch: mkdispatch.c
|
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
|
.SUFFIXES : .pr .nr
|
||||||
.nr.pr: ; $(TBL) macr.nr $*.nr | $(NROFF) -mkun >$@
|
.nr.pr: ; $(TBL) macr.nr $*.nr | $(NROFF) -mkun >$@
|
||||||
|
|
|
@ -8,8 +8,8 @@ tables: mktables $(HOME)/etc/ip_spec.t
|
||||||
mktables $(HOME)/etc/ip_spec.t tables
|
mktables $(HOME)/etc/ip_spec.t tables
|
||||||
|
|
||||||
mktables: mktables.c $(HOME)/h/em_spec.h $(HOME)/h/em_flag.h \
|
mktables: mktables.c $(HOME)/h/em_spec.h $(HOME)/h/em_flag.h \
|
||||||
$(HOME)/lib/em_data.a $(HOME)/util/ass/ip_spec.h
|
$(HOME)/lib.bin/em_data.a $(HOME)/h/ip_spec.h
|
||||||
$(CC) -I$(HOME) -O -o mktables mktables.c $(HOME)/lib/em_data.a
|
$(CC) -I$(HOME)/h -O -o mktables mktables.c $(HOME)/lib.bin/em_data.a
|
||||||
|
|
||||||
em.out: em.p
|
em.out: em.p
|
||||||
apc -mint -O em.p >emerrs ; mv e.out em.out
|
apc -mint -O em.p >emerrs ; mv e.out em.out
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
/* Author: E.G. Keizer */
|
/* Author: E.G. Keizer */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <util/ass/ip_spec.h>
|
#include <ip_spec.h>
|
||||||
#include <h/em_spec.h>
|
#include <em_spec.h>
|
||||||
#include <h/em_flag.h>
|
#include <em_flag.h>
|
||||||
|
|
||||||
/* This program reads the human readable interpreter specification
|
/* This program reads the human readable interpreter specification
|
||||||
and produces a efficient machine representation that can be
|
and produces a efficient machine representation that can be
|
||||||
|
|
Loading…
Reference in a new issue