]> gcc.gnu.org Git - gcc.git/blame - gcc/config/i386/t-cygming
Update copyright years.
[gcc.git] / gcc / config / i386 / t-cygming
CommitLineData
8d9254fc 1# Copyright (C) 2003-2020 Free Software Foundation, Inc.
ad41bd84
JM
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
70e5e841
CF
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.
21LIMITS_H_TEST = true
22
e980df8e
TT
23winnt.o: $(srcdir)/config/i386/winnt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
24 $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
3a4f280b 25 $(TM_P_H) $(HASH_TABLE_H) $(GGC_H) $(LTO_STREAMER_H)
7980bfb8 26 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e980df8e 27 $(srcdir)/config/i386/winnt.c
70e5e841 28
e980df8e 29winnt-cxx.o: $(srcdir)/config/i386/winnt-cxx.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
40dcd88b 30 $(TM_H) $(TREE_H) flags.h \
7c475d11 31 $(TM_P_H) $(HASHTAB_H) $(GGC_H)
7980bfb8 32 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e980df8e 33 $(srcdir)/config/i386/winnt-cxx.c
43d9ad1d
DS
34
35
e980df8e
TT
36winnt-stubs.o: $(srcdir)/config/i386/winnt-stubs.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
37 $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
7c475d11 38 $(TM_P_H) $(HASHTAB_H) $(GGC_H)
7980bfb8 39 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e980df8e
TT
40 $(srcdir)/config/i386/winnt-stubs.c
41
42msformat-c.o: $(srcdir)/config/i386/msformat-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
43 $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
7c475d11 44 $(TM_P_H) $(HASHTAB_H) $(GGC_H)
7980bfb8 45 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e980df8e 46 $(srcdir)/config/i386/msformat-c.c
6590fc9f 47
70e5e841 48STMP_FIXINC=stmp-fixinc
This page took 4.958698 seconds and 5 git commands to generate.