scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 880646d342382410b94216407768f222f2da7847
parent 8140b403d22fd6003fb039c097c0e3557f0055b0
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 11 Nov 2021 08:03:42 +0100

build: Add qbe inclusion dependencies

This is not actually needed because qbe handles these dependencies
whithin the Makefile, but our script fills this information and it
does not hurt.

Diffstat:
Msrc/cmd/deps.mk | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)

diff --git a/src/cmd/deps.mk b/src/cmd/deps.mk @@ -200,6 +200,30 @@ nm.o: $(INCDIR)/scc/scc/mach.h objdump.o: $(INCDIR)/scc/scc/arg.h objdump.o: $(INCDIR)/scc/scc/mach.h posix.o: sys.h +qbe/alias.o: qbe/all.h +qbe/amd64/emit.o: qbe/amd64/all.h +qbe/amd64/isel.o: qbe/amd64/all.h +qbe/amd64/sysv.o: qbe/amd64/all.h +qbe/amd64/targ.o: qbe/amd64/all.h +qbe/arm64/abi.o: qbe/arm64/all.h +qbe/arm64/emit.o: qbe/arm64/all.h +qbe/arm64/isel.o: qbe/arm64/all.h +qbe/arm64/targ.o: qbe/arm64/all.h +qbe/cfg.o: qbe/all.h +qbe/copy.o: qbe/all.h +qbe/fold.o: qbe/all.h +qbe/gas.o: qbe/all.h +qbe/live.o: qbe/all.h +qbe/load.o: qbe/all.h +qbe/main.o: qbe/all.h +qbe/main.o: qbe/config.h +qbe/mem.o: qbe/all.h +qbe/parse.o: qbe/all.h +qbe/rega.o: qbe/all.h +qbe/spill.o: qbe/all.h +qbe/ssa.o: qbe/all.h +qbe/tools/pmov.o: qbe/tools/../../rega.c +qbe/util.o: qbe/all.h ranlib.o: $(INCDIR)/scc/scc/ar.h ranlib.o: $(INCDIR)/scc/scc/arg.h ranlib.o: $(INCDIR)/scc/scc/mach.h