comparison libstdc++-v3/Makefile.am @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 ## Makefile for the toplevel directory of the GNU C++ Standard library. 1 ## Makefile for the toplevel directory of the GNU C++ Standard library.
2 ## 2 ##
3 ## Copyright (C) 1997-2018 Free Software Foundation, Inc. 3 ## Copyright (C) 1997-2020 Free Software Foundation, Inc.
4 ## 4 ##
5 ## This file is part of the libstdc++ version 3 distribution. 5 ## This file is part of the libstdc++ version 3 distribution.
6 ## Process this file with automake to produce Makefile.in. 6 ## Process this file with automake to produce Makefile.in.
7 7
8 ## This file is part of the GNU ISO C++ Library. This library is free 8 ## This file is part of the GNU ISO C++ Library. This library is free
170 "DESTDIR=$(DESTDIR)" \ 170 "DESTDIR=$(DESTDIR)" \
171 "WERROR=$(WERROR)" 171 "WERROR=$(WERROR)"
172 172
173 # Subdir rules rely on $(FLAGS_TO_PASS) 173 # Subdir rules rely on $(FLAGS_TO_PASS)
174 FLAGS_TO_PASS = $(AM_MAKEFLAGS) 174 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
175
176 include $(top_srcdir)/../multilib.am