]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gprofng/gp-display-html/Makefile.am
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gprofng / gp-display-html / Makefile.am
CommitLineData
bb368aad
VM
1## Process this file with automake to generate Makefile.in
2#
fd67aa11 3# Copyright (C) 2021-2024 Free Software Foundation, Inc.
bb368aad
VM
4#
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.
9#
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.
14#
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/>.
18
19AUTOMAKE_OPTIONS = foreign
20ACLOCAL_AMFLAGS = -I . -I .. -I ../..
21
bb368aad
VM
22bin_SCRIPTS = gp-display-html
23CLEANFILES = $(bin_SCRIPTS)
bb368aad
VM
24
25do_subst = sed -e 's/BINUTILS_VERSION/$(VERSION)/'
26
27gp-display-html: gp-display-html.in Makefile
28 $(do_subst) < $(srcdir)/gp-display-html.in > $@
29 chmod +x $@