Deleted Added
full compact
Makefile.in (107604) Makefile.in (107605)
1# Makefile for GNU C compiler.
2# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
3# 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
4
5#This file is part of GCC.
6
7#GCC is free software; you can redistribute it and/or modify
8#it under the terms of the GNU General Public License as published by

--- 1369 unchanged lines hidden (view full) ---

1378 $(CC) -c $(ALL_CFLAGS) -DGENERATOR_FILE $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)
1379
1380varasm.o : varasm.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) flags.h \
1381 function.h $(EXPR_H) hard-reg-set.h $(REGS_H) $(OBSTACK_H) \
1382 output.h c-pragma.h toplev.h xcoffout.h debug.h $(GGC_H) $(TM_P_H) \
1383 $(HASHTAB_H) $(TARGET_H) langhooks.h
1384function.o : function.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h \
1385 function.h $(EXPR_H) libfuncs.h $(REGS_H) hard-reg-set.h \
1# Makefile for GNU C compiler.
2# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
3# 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
4
5#This file is part of GCC.
6
7#GCC is free software; you can redistribute it and/or modify
8#it under the terms of the GNU General Public License as published by

--- 1369 unchanged lines hidden (view full) ---

1378 $(CC) -c $(ALL_CFLAGS) -DGENERATOR_FILE $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)
1379
1380varasm.o : varasm.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) flags.h \
1381 function.h $(EXPR_H) hard-reg-set.h $(REGS_H) $(OBSTACK_H) \
1382 output.h c-pragma.h toplev.h xcoffout.h debug.h $(GGC_H) $(TM_P_H) \
1383 $(HASHTAB_H) $(TARGET_H) langhooks.h
1384function.o : function.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h \
1385 function.h $(EXPR_H) libfuncs.h $(REGS_H) hard-reg-set.h \
1386 insn-config.h $(RECOG_H) output.h toplev.h except.h hash.h $(GGC_H) $(TM_P_H)
1386 insn-config.h $(RECOG_H) output.h toplev.h except.h hash.h $(GGC_H) \
1387 $(TM_P_H) langhooks.h
1387stmt.o : stmt.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h function.h \
1388 insn-config.h hard-reg-set.h $(EXPR_H) libfuncs.h except.h \
1389 $(LOOP_H) $(RECOG_H) toplev.h output.h varray.h $(GGC_H) $(TM_P_H)
1390except.o : except.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h \
1391 except.h function.h $(EXPR_H) libfuncs.h integrate.h \
1392 insn-config.h hard-reg-set.h $(BASIC_BLOCK_H) output.h \
1393 dwarf2asm.h dwarf2out.h toplev.h $(HASHTAB_H) intl.h $(GGC_H)
1394expr.o : expr.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h function.h \

--- 2063 unchanged lines hidden ---
1388stmt.o : stmt.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h function.h \
1389 insn-config.h hard-reg-set.h $(EXPR_H) libfuncs.h except.h \
1390 $(LOOP_H) $(RECOG_H) toplev.h output.h varray.h $(GGC_H) $(TM_P_H)
1391except.o : except.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h \
1392 except.h function.h $(EXPR_H) libfuncs.h integrate.h \
1393 insn-config.h hard-reg-set.h $(BASIC_BLOCK_H) output.h \
1394 dwarf2asm.h dwarf2out.h toplev.h $(HASHTAB_H) intl.h $(GGC_H)
1395expr.o : expr.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h function.h \

--- 2063 unchanged lines hidden ---