]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/vms/t-vms
Update Copyright years for files modified in 2011 and/or 2012.
[thirdparty/gcc.git] / gcc / config / vms / t-vms
CommitLineData
71e45bc2 1# Copyright (C) 2009, 2010, 2011, 2012
e783950f 2# Free Software Foundation, Inc.
7dfbd804 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# <http://www.gnu.org/licenses/>.
e783950f 19
e783950f 20LIMITS_H_TEST = false
21
ded97e77 22vms-crtlmap.h: $(srcdir)/config/vms/vms-crtlmap.map \
23 $(srcdir)/config/vms/make-crtlmap.awk
24 $(AWK) -f $(srcdir)/config/vms/make-crtlmap.awk \
25 $(srcdir)/config/vms/vms-crtlmap.map > $@
26
27vms.o: $(srcdir)/config/vms/vms.c $(TREE_H) $(CONFIG_H) $(SYSTEM_H) \
28 coretypes.h $(TM_P_H) vms-crtlmap.h
80f8c3c8 29 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
30 $< -o $@
09ddc95a 31
32vms-c.o: $(srcdir)/config/vms/vms-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
33 $(TM_H) $(CPPLIB_H) $(TREE_H) c-family/c-pragma.h toplev.h $(GGC_H) \
34 $(TM_P_H)
35 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
80f8c3c8 36 $(PREPROCESSOR_DEFINES) $< -o $@
b26acc64 37
38vms-f.o: $(srcdir)/config/vms/vms-f.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
39 $(TM_H)
40 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
41 $(PREPROCESSOR_DEFINES) $< -o $@