comparison libssp/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 libssp library. 1 ## Makefile for the toplevel directory of the libssp library.
2 ## 2 ##
3 ## Copyright (C) 2005-2018 Free Software Foundation, Inc. 3 ## Copyright (C) 2005-2020 Free Software Foundation, Inc.
4 ## 4 ##
5 5
6 AUTOMAKE_OPTIONS = 1.9.5 foreign 6 AUTOMAKE_OPTIONS = foreign
7 ACLOCAL_AMFLAGS = -I .. -I ../config 7 ACLOCAL_AMFLAGS = -I .. -I ../config
8 MAINT_CHARSET = latin1 8 MAINT_CHARSET = latin1
9 9
10 # May be used by various substitution variables. 10 # May be used by various substitution variables.
11 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER) 11 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
105 105
106 MAKEOVERRIDES= 106 MAKEOVERRIDES=
107 107
108 ## ################################################################ 108 ## ################################################################
109 109
110 include $(top_srcdir)/../multilib.am