comparison libstdc++-v3/libsupc++/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 GNU C++ Support library. 1 ## Makefile for the GNU C++ Support library.
2 ## 2 ##
3 ## Copyright (C) 2000-2018 Free Software Foundation, Inc. 3 ## Copyright (C) 2000-2020 Free Software Foundation, Inc.
4 ## 4 ##
5 ## Process this file with automake to produce Makefile.in. 5 ## Process this file with automake to produce Makefile.in.
6 ## 6 ##
7 ## This file is part of GCC. 7 ## This file is part of GCC.
8 ## 8 ##
29 29
30 # 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a 30 # 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a
31 noinst_LTLIBRARIES = libsupc++convenience.la 31 noinst_LTLIBRARIES = libsupc++convenience.la
32 32
33 std_HEADERS = \ 33 std_HEADERS = \
34 cxxabi.h exception initializer_list new typeinfo 34 compare cxxabi.h exception initializer_list new typeinfo
35 35
36 bits_HEADERS = \ 36 bits_HEADERS = \
37 atomic_lockfree_defines.h cxxabi_forced.h \ 37 atomic_lockfree_defines.h cxxabi_forced.h \
38 exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h exception.h cxxabi_init_exception.h 38 exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h exception.h cxxabi_init_exception.h
39 39