1 |
709 |
jeremybenn |
# Copyright (C) 2003, 2005, 2008, 2009, 2010, 2011
|
2 |
|
|
# Free Software Foundation, Inc.
|
3 |
|
|
#
|
4 |
|
|
# This file is part of GCC.
|
5 |
|
|
#
|
6 |
|
|
# GCC is free software; you can redistribute it and/or modify
|
7 |
|
|
# it under the terms of the GNU General Public License as published by
|
8 |
|
|
# the Free Software Foundation; either version 3, or (at your option)
|
9 |
|
|
# any later version.
|
10 |
|
|
#
|
11 |
|
|
# GCC is distributed in the hope that it will be useful,
|
12 |
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13 |
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14 |
|
|
# GNU General Public License for more details.
|
15 |
|
|
#
|
16 |
|
|
# You should have received a copy of the GNU General Public License
|
17 |
|
|
# along with GCC; see the file COPYING3. If not see
|
18 |
|
|
# .
|
19 |
|
|
|
20 |
|
|
# cygwin and mingw always have a limits.h, but, depending upon how we are
|
21 |
|
|
# doing the build, it may not be installed yet.
|
22 |
|
|
LIMITS_H_TEST = true
|
23 |
|
|
|
24 |
|
|
winnt.o: $(srcdir)/config/i386/winnt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
25 |
|
|
$(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
|
26 |
|
|
$(TM_P_H) $(HASHTAB_H) $(GGC_H) $(LTO_STREAMER_H)
|
27 |
|
|
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
|
28 |
|
|
$(srcdir)/config/i386/winnt.c
|
29 |
|
|
|
30 |
|
|
winnt-cxx.o: $(srcdir)/config/i386/winnt-cxx.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
31 |
|
|
$(TM_H) $(TREE_H) flags.h \
|
32 |
|
|
$(TM_P_H) $(HASHTAB_H) $(GGC_H)
|
33 |
|
|
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
|
34 |
|
|
$(srcdir)/config/i386/winnt-cxx.c
|
35 |
|
|
|
36 |
|
|
|
37 |
|
|
winnt-stubs.o: $(srcdir)/config/i386/winnt-stubs.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
38 |
|
|
$(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
|
39 |
|
|
$(TM_P_H) $(HASHTAB_H) $(GGC_H)
|
40 |
|
|
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
|
41 |
|
|
$(srcdir)/config/i386/winnt-stubs.c
|
42 |
|
|
|
43 |
|
|
msformat-c.o: $(srcdir)/config/i386/msformat-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
44 |
|
|
$(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
|
45 |
|
|
$(TM_P_H) $(HASHTAB_H) $(GGC_H)
|
46 |
|
|
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
|
47 |
|
|
$(srcdir)/config/i386/msformat-c.c
|
48 |
|
|
|
49 |
|
|
STMP_FIXINC=stmp-fixinc
|