mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 14:41:14 +08:00
Makefile.in (gencheck.o): Depend on gencheck.h.
* Makefile.in (gencheck.o): Depend on gencheck.h. (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h. (insn-peep.o): Depend on except.h and function.h. (insn-attrtab.o): Depend on RECOG_H. (insn-output.o): Depend on toplev.h and flags.h. (gengenrtl.o): Depend on real.h. (gen-protos.o): Depend on cpplib.h and cpphash.h. Unify all dependencies to be on RECOG_H rather than recog.h. From-SVN: r30633
This commit is contained in:
parent
1882b2b11e
commit
43849fa9ee
@ -1,3 +1,14 @@
|
||||
Tue Nov 23 01:03:29 1999 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* Makefile.in (gencheck.o): Depend on gencheck.h.
|
||||
(insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
|
||||
(insn-peep.o): Depend on except.h and function.h.
|
||||
(insn-attrtab.o): Depend on RECOG_H.
|
||||
(insn-output.o): Depend on toplev.h and flags.h.
|
||||
(gengenrtl.o): Depend on real.h.
|
||||
(gen-protos.o): Depend on cpplib.h and cpphash.h.
|
||||
Unify all dependencies to be on RECOG_H rather than recog.h.
|
||||
|
||||
Tue Nov 23 00:57:10 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
|
||||
|
@ -1420,7 +1420,7 @@ gencheck : gencheck.o $(lang_tree_files) $(HOST_LIBDEPS)
|
||||
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
|
||||
gencheck.o $(HOST_LIBS)
|
||||
|
||||
gencheck.o : gencheck.c tree.def $(CONFIG_H) hconfig.h system.h
|
||||
gencheck.o : gencheck.c gencheck.h tree.def $(CONFIG_H) hconfig.h system.h
|
||||
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
|
||||
$(srcdir)/gencheck.c
|
||||
|
||||
@ -1555,7 +1555,7 @@ loop.o : loop.c $(CONFIG_H) system.h $(RTL_H) flags.h loop.h insn-config.h \
|
||||
unroll.o : unroll.c $(CONFIG_H) system.h $(RTL_H) insn-config.h function.h \
|
||||
integrate.h $(REGS_H) $(RECOG_H) flags.h $(EXPR_H) loop.h toplev.h varray.h
|
||||
flow.o : flow.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h insn-config.h \
|
||||
$(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h recog.h \
|
||||
$(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h $(RECOG_H) \
|
||||
insn-flags.h function.h except.h
|
||||
combine.o : combine.c $(CONFIG_H) system.h $(RTL_H) flags.h function.h \
|
||||
insn-config.h insn-flags.h insn-codes.h insn-attr.h $(REGS_H) $(EXPR_H) \
|
||||
@ -1590,7 +1590,7 @@ regmove.o : regmove.c $(CONFIG_H) system.h $(RTL_H) insn-config.h \
|
||||
$(EXPR_H) insn-flags.h $(BASIC_BLOCK_H) toplev.h
|
||||
haifa-sched.o : haifa-sched.c $(CONFIG_H) system.h $(RTL_H) \
|
||||
$(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h flags.h insn-config.h function.h \
|
||||
insn-attr.h toplev.h recog.h except.h
|
||||
insn-attr.h toplev.h $(RECOG_H) except.h
|
||||
final.o : final.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h intl.h \
|
||||
$(REGS_H) $(RECOG_H) conditions.h insn-config.h insn-attr.h function.h \
|
||||
real.h output.h hard-reg-set.h insn-flags.h insn-codes.h gstab.h except.h \
|
||||
@ -1599,7 +1599,7 @@ final.o : final.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h intl.h \
|
||||
recog.o : recog.c $(CONFIG_H) system.h $(RTL_H) function.h $(BASIC_BLOCK_H) \
|
||||
$(REGS_H) $(RECOG_H) hard-reg-set.h flags.h insn-config.h insn-attr.h \
|
||||
insn-flags.h insn-codes.h real.h toplev.h output.h resource.h
|
||||
reg-stack.o : reg-stack.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) recog.h \
|
||||
reg-stack.o : reg-stack.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) $(RECOG_H) \
|
||||
$(REGS_H) hard-reg-set.h flags.h insn-config.h insn-flags.h toplev.h \
|
||||
varray.h function.h
|
||||
dyn-string.o: dyn-string.c dyn-string.h $(CONFIG_H) system.h
|
||||
@ -1679,7 +1679,8 @@ s-codes : $(md_file) gencodes $(srcdir)/move-if-change
|
||||
touch s-codes
|
||||
|
||||
insn-emit.o : insn-emit.c $(CONFIG_H) $(RTL_H) $(EXPR_H) real.h output.h \
|
||||
insn-config.h insn-flags.h insn-codes.h system.h reload.h recog.h function.h
|
||||
insn-config.h insn-flags.h insn-codes.h system.h reload.h $(RECOG_H) \
|
||||
function.h flags.h hard-reg-set.h resource.h
|
||||
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-emit.c
|
||||
|
||||
insn-emit.c: s-emit ; @true
|
||||
@ -1709,7 +1710,7 @@ s-opinit : $(md_file) genopinit $(srcdir)/move-if-change
|
||||
touch s-opinit
|
||||
|
||||
insn-extract.o : insn-extract.c $(CONFIG_H) $(RTL_H) system.h toplev.h \
|
||||
insn-config.h recog.h
|
||||
insn-config.h $(RECOG_H)
|
||||
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-extract.c
|
||||
|
||||
insn-extract.c: s-extract ; @true
|
||||
@ -1719,7 +1720,7 @@ s-extract : $(md_file) genextract $(srcdir)/move-if-change
|
||||
touch s-extract
|
||||
|
||||
insn-peep.o : insn-peep.c $(CONFIG_H) $(RTL_H) $(REGS_H) output.h real.h \
|
||||
system.h insn-config.h recog.h
|
||||
system.h insn-config.h $(RECOG_H) except.h function.h
|
||||
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-peep.c
|
||||
|
||||
insn-peep.c: s-peep ; @true
|
||||
@ -1729,7 +1730,7 @@ s-peep : $(md_file) genpeep $(srcdir)/move-if-change
|
||||
touch s-peep
|
||||
|
||||
insn-attrtab.o : insn-attrtab.c $(CONFIG_H) $(RTL_H) $(REGS_H) real.h \
|
||||
output.h insn-attr.h insn-config.h system.h toplev.h
|
||||
output.h insn-attr.h insn-config.h system.h toplev.h $(RECOG_H)
|
||||
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-attrtab.c
|
||||
|
||||
insn-attr.h: s-attr ; @true
|
||||
@ -1746,7 +1747,7 @@ s-attrtab : $(md_file) genattrtab $(srcdir)/move-if-change
|
||||
|
||||
insn-output.o : insn-output.c $(CONFIG_H) $(RTL_H) $(REGS_H) real.h conditions.h \
|
||||
hard-reg-set.h insn-config.h insn-flags.h insn-attr.h output.h $(RECOG_H) \
|
||||
function.h insn-codes.h system.h
|
||||
function.h insn-codes.h system.h toplev.h flags.h
|
||||
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-output.c
|
||||
|
||||
insn-output.c: s-output ; @true
|
||||
@ -1863,7 +1864,7 @@ gengenrtl : gengenrtl.o $(HOST_LIBDEPS)
|
||||
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
|
||||
gengenrtl.o $(HOST_LIBS)
|
||||
|
||||
gengenrtl.o : gengenrtl.c $(RTL_BASE_H) system.h
|
||||
gengenrtl.o : gengenrtl.c $(RTL_BASE_H) system.h real.h
|
||||
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/gengenrtl.c
|
||||
#
|
||||
# Compile the libraries to be used by gen*.
|
||||
@ -2216,7 +2217,7 @@ gen-protos: $(GEN_PROTOS_OBJS) $(HOST_LIBDEPS)
|
||||
${HOST_CC} $(HOST_CFLAGS) $(HOST_LDFLAGS) -o gen-protos \
|
||||
$(GEN_PROTOS_OBJS) $(HOST_LIBS)
|
||||
|
||||
gen-protos.o: gen-protos.c scan.h $(build_xm_file) system.h
|
||||
gen-protos.o: gen-protos.c scan.h $(build_xm_file) system.h cpplib.h cpphash.h
|
||||
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/gen-protos.c
|
||||
|
||||
scan.o: scan.c scan.h $(build_xm_file) system.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user