From 41d0500d81b1089d4d0058e6ce8f2ce382164f76 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 12 Sep 1988 09:13:49 +0000 Subject: [PATCH] replaced relative includes by <> includes --- util/opt/Makefile | 121 ++++++++++++++++++++++++++++++++++++++------ util/opt/backward.c | 6 +-- util/opt/cleanup.c | 6 +-- util/opt/flow.c | 6 +-- util/opt/getline.c | 8 +-- util/opt/main.c | 2 +- util/opt/mktab.y | 4 +- util/opt/peephole.c | 4 +- util/opt/process.c | 4 +- util/opt/putline.c | 8 +-- util/opt/reg.c | 6 +-- 11 files changed, 132 insertions(+), 43 deletions(-) diff --git a/util/opt/Makefile b/util/opt/Makefile index eaab39198..47af14c6f 100644 --- a/util/opt/Makefile +++ b/util/opt/Makefile @@ -106,19 +106,108 @@ kfiles: $(KFILES) # the next lines are generated automatically #AUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTO -main.o: ../../h/em_spec.h alloc.h ext.h param.h types.h -getline.o: ../../h/em_flag.h ../../h/em_mes.h ../../h/em_pseu.h ../../h/em_spec.h alloc.h ext.h line.h lookup.h param.h proinf.h types.h -lookup.o: alloc.h lookup.h param.h proinf.h types.h -var.o: lookup.h param.h proinf.h types.h -process.o: ../../h/em_pseu.h ../../h/em_spec.h alloc.h assert.h ext.h line.h lookup.h param.h proinf.h types.h -backward.o: ../../h/em_mnem.h ../../h/em_pseu.h ../../h/em_spec.h alloc.h assert.h ext.h line.h lookup.h param.h proinf.h types.h -util.o: assert.h ext.h lookup.h optim.h param.h proinf.h types.h -alloc.o: alloc.h assert.h line.h lookup.h param.h proinf.h types.h -putline.o: ../../h/em_flag.h ../../h/em_mnem.h ../../h/em_pseu.h ../../h/em_spec.h alloc.h assert.h ext.h line.h lookup.h optim.h param.h proinf.h types.h -cleanup.o: ../../h/em_mes.h ../../h/em_pseu.h ../../h/em_spec.h assert.h ext.h lookup.h param.h types.h -peephole.o: ../../h/em_mnem.h ../../h/em_spec.h alloc.h assert.h ext.h line.h lookup.h optim.h param.h pattern.h proinf.h types.h -flow.o: ../../h/em_flag.h ../../h/em_mnem.h ../../h/em_spec.h alloc.h ext.h line.h optim.h param.h proinf.h types.h -reg.o: ../../h/em_mes.h ../../h/em_pseu.h ../../h/em_spec.h alloc.h assert.h ext.h line.h param.h proinf.h types.h -pattern.o: param.h pattern.h types.h -regglob.o: ../../h/em_mes.h ../../h/em_pseu.h ../../h/em_spec.h alloc.h assert.h ext.h line.h param.h proinf.h types.h -regnoglob.o: ../../h/em_mes.h ../../h/em_pseu.h ../../h/em_spec.h alloc.h assert.h ext.h line.h param.h proinf.h types.h +main.o: alloc.h +main.o: ext.h +main.o: param.h +main.o: types.h +getline.o: alloc.h +getline.o: ext.h +getline.o: line.h +getline.o: lookup.h +getline.o: param.h +getline.o: proinf.h +getline.o: types.h +lookup.o: alloc.h +lookup.o: lookup.h +lookup.o: param.h +lookup.o: proinf.h +lookup.o: types.h +var.o: lookup.h +var.o: param.h +var.o: proinf.h +var.o: types.h +process.o: alloc.h +process.o: assert.h +process.o: ext.h +process.o: line.h +process.o: lookup.h +process.o: param.h +process.o: proinf.h +process.o: types.h +backward.o: alloc.h +backward.o: assert.h +backward.o: ext.h +backward.o: line.h +backward.o: lookup.h +backward.o: param.h +backward.o: proinf.h +backward.o: types.h +util.o: assert.h +util.o: ext.h +util.o: lookup.h +util.o: optim.h +util.o: param.h +util.o: proinf.h +util.o: types.h +alloc.o: alloc.h +alloc.o: assert.h +alloc.o: line.h +alloc.o: lookup.h +alloc.o: param.h +alloc.o: proinf.h +alloc.o: types.h +putline.o: alloc.h +putline.o: assert.h +putline.o: ext.h +putline.o: line.h +putline.o: lookup.h +putline.o: optim.h +putline.o: param.h +putline.o: proinf.h +putline.o: types.h +cleanup.o: assert.h +cleanup.o: ext.h +cleanup.o: lookup.h +cleanup.o: param.h +cleanup.o: types.h +peephole.o: alloc.h +peephole.o: assert.h +peephole.o: ext.h +peephole.o: line.h +peephole.o: lookup.h +peephole.o: optim.h +peephole.o: param.h +peephole.o: pattern.h +peephole.o: proinf.h +peephole.o: types.h +flow.o: alloc.h +flow.o: ext.h +flow.o: line.h +flow.o: optim.h +flow.o: param.h +flow.o: proinf.h +flow.o: types.h +reg.o: alloc.h +reg.o: assert.h +reg.o: ext.h +reg.o: line.h +reg.o: param.h +reg.o: proinf.h +reg.o: types.h +pattern.o: param.h +pattern.o: pattern.h +pattern.o: types.h +regglob.o: alloc.h +regglob.o: assert.h +regglob.o: ext.h +regglob.o: line.h +regglob.o: param.h +regglob.o: proinf.h +regglob.o: types.h +regnoglob.o: alloc.h +regnoglob.o: assert.h +regnoglob.o: ext.h +regnoglob.o: line.h +regnoglob.o: param.h +regnoglob.o: proinf.h +regnoglob.o: types.h diff --git a/util/opt/backward.c b/util/opt/backward.c index 907d27e26..aa21b075a 100644 --- a/util/opt/backward.c +++ b/util/opt/backward.c @@ -9,9 +9,9 @@ static char rcsid[] = "$Header$"; #include "lookup.h" #include "alloc.h" #include "proinf.h" -#include "../../h/em_spec.h" -#include "../../h/em_pseu.h" -#include "../../h/em_mnem.h" +#include +#include +#include #include "ext.h" /* diff --git a/util/opt/cleanup.c b/util/opt/cleanup.c index 884c29e83..b3bef5fcf 100644 --- a/util/opt/cleanup.c +++ b/util/opt/cleanup.c @@ -6,9 +6,9 @@ static char rcsid[] = "$Header$"; #include "param.h" #include "types.h" #include "assert.h" -#include "../../h/em_pseu.h" -#include "../../h/em_spec.h" -#include "../../h/em_mes.h" +#include +#include +#include #include "lookup.h" #include "ext.h" diff --git a/util/opt/flow.c b/util/opt/flow.c index a315e42ac..c5633567d 100644 --- a/util/opt/flow.c +++ b/util/opt/flow.c @@ -4,9 +4,9 @@ static char rcsid[] = "$Header$"; #include "param.h" #include "types.h" -#include "../../h/em_flag.h" -#include "../../h/em_spec.h" -#include "../../h/em_mnem.h" +#include +#include +#include #include "alloc.h" #include "line.h" #include "proinf.h" diff --git a/util/opt/getline.c b/util/opt/getline.c index 8a5fd8c83..2af7b2df8 100644 --- a/util/opt/getline.c +++ b/util/opt/getline.c @@ -9,10 +9,10 @@ static char rcsid[] = "$Header$"; #include "lookup.h" #include "alloc.h" #include "proinf.h" -#include "../../h/em_spec.h" -#include "../../h/em_pseu.h" -#include "../../h/em_flag.h" -#include "../../h/em_mes.h" +#include +#include +#include +#include #include "ext.h" /* diff --git a/util/opt/main.c b/util/opt/main.c index 778e5e071..ae94f296f 100644 --- a/util/opt/main.c +++ b/util/opt/main.c @@ -6,7 +6,7 @@ static char rcsid[] = "$Header$"; #include "param.h" #include "types.h" #include "alloc.h" -#include "../../h/em_spec.h" +#include #include "ext.h" /* diff --git a/util/opt/mktab.y b/util/opt/mktab.y index b88f4e2af..943595c8a 100644 --- a/util/opt/mktab.y +++ b/util/opt/mktab.y @@ -7,8 +7,8 @@ static char rcsid[] = "$Header$"; #include "param.h" #include "types.h" #include "pattern.h" -#include "../../h/em_spec.h" -#include "../../h/em_mnem.h" +#include +#include #include "optim.h" /* diff --git a/util/opt/peephole.c b/util/opt/peephole.c index 059517ec8..d14ce6bc2 100644 --- a/util/opt/peephole.c +++ b/util/opt/peephole.c @@ -10,8 +10,8 @@ static char rcsid[] = "$Header$"; #include "proinf.h" #include "alloc.h" #include "pattern.h" -#include "../../h/em_spec.h" -#include "../../h/em_mnem.h" +#include +#include #include "optim.h" #include "ext.h" diff --git a/util/opt/process.c b/util/opt/process.c index 357a8fedc..4545b9925 100644 --- a/util/opt/process.c +++ b/util/opt/process.c @@ -5,8 +5,8 @@ static char rcsid[] = "$Header$"; #include "param.h" #include "types.h" #include "assert.h" -#include "../../h/em_spec.h" -#include "../../h/em_pseu.h" +#include +#include #include "alloc.h" #include "line.h" #include "lookup.h" diff --git a/util/opt/putline.c b/util/opt/putline.c index 2c2ab86d1..0fd7f03e9 100644 --- a/util/opt/putline.c +++ b/util/opt/putline.c @@ -5,10 +5,10 @@ static char rcsid[] = "$Header$"; #include "param.h" #include "types.h" #include "assert.h" -#include "../../h/em_spec.h" -#include "../../h/em_pseu.h" -#include "../../h/em_mnem.h" -#include "../../h/em_flag.h" +#include +#include +#include +#include #include "alloc.h" #include "line.h" #include "lookup.h" diff --git a/util/opt/reg.c b/util/opt/reg.c index c3da35520..302273390 100644 --- a/util/opt/reg.c +++ b/util/opt/reg.c @@ -8,9 +8,9 @@ static char rcsid[] = "$Header$"; #include "line.h" #include "proinf.h" #include "alloc.h" -#include "../../h/em_spec.h" -#include "../../h/em_pseu.h" -#include "../../h/em_mes.h" +#include +#include +#include #include "ext.h" /* -- 2.34.1