Adapted for distribution
authorceriel <none@none>
Tue, 1 Oct 1991 16:44:14 +0000 (16:44 +0000)
committerceriel <none@none>
Tue, 1 Oct 1991 16:44:14 +0000 (16:44 +0000)
doc/em/Makefile
doc/em/int/Makefile
doc/em/int/mktables.c

index bd87e86..e8bc072 100644 (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 >$@
index 6045a74..9ac609d 100644 (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
index c92eff0..4b7a107 100644 (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