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