LoongArch: Do not relax pcalau12i+ld.d when there is overflow
[binutils-gdb.git] / gprofng / gp-display-html / Makefile.am
blobe457e5f8be25b4e97295c9d29aaf85c699b83afd
1 ## Process this file with automake to generate Makefile.in
3 #   Copyright (C) 2021-2024 Free Software Foundation, Inc.
5 # This file 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 of the License, or
8 # (at your option) any later version.
10 # This program 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.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; see the file COPYING3.  If not see
17 # <http://www.gnu.org/licenses/>.
19 AUTOMAKE_OPTIONS = foreign
20 ACLOCAL_AMFLAGS = -I . -I .. -I ../.. 
22 bin_SCRIPTS   = gprofng-display-html
23 CLEANFILES    = $(bin_SCRIPTS)
25 do_subst = sed -e 's/BINUTILS_VERSION/$(VERSION)/'
27 gprofng-display-html: $(srcdir)/gp-display-html.in
28         $(do_subst) < $(srcdir)/gp-display-html.in > $@
29         chmod +x $@