GDB copyright headers update after running GDB's copyright.py script.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / Makefile.in
CommitLineData
0eb3658b 1# Makefile for regression testing the GNU debugger.
618f726f 2# Copyright 1992-2016 Free Software Foundation, Inc.
0eb3658b
DJ
3
4# This file is part of GDB.
5
6# GDB is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
4c38e0a4 8# the Free Software Foundation; either version 3, or (at your option)
0eb3658b
DJ
9# any later version.
10
11# GDB is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
20VPATH = @srcdir@
21srcdir = @srcdir@
22
b97c863c 23EXECUTABLES = *.x pr10770 dw2-cp-infcall-ref-static dw2-inline-param \
85f224e7
DE
24 dw2-noloc dw2-ranges dw2-ref-missing-frame dw2-unresolved gdb-index \
25 dwp-symlink
26
27MISCELLANEOUS = \
28 dwp-symlink.dwp dwp-symlink-thelink dwp-symlink-thelink.dwp \
29 dwp-dir1 dwp-dir2 dwp-dir3
0eb3658b
DJ
30
31all info install-info dvi install uninstall installcheck check:
32 @echo "Nothing to be done for $@..."
33
34clean mostlyclean:
35 -rm -f *~ *.o a.out *.x *.ci *.tmp
36 -rm -f core core.coremaker coremaker.core corefile
957df313 37 -rm -f *.dwo *.dwp
0eb3658b 38 -rm -f $(EXECUTABLES)
85f224e7 39 -rm -rf $(MISCELLANEOUS)
779bd270 40 -rm -f *.gdb-index *.with-index
0eb3658b
DJ
41
42distclean maintainer-clean realclean: clean
43 -rm -f *~ core
44 -rm -f Makefile config.status config.log
1d41d745 45 -rm -f *-init.exp gdb.log gdb.sum
0eb3658b 46 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 1.520888 seconds and 4 git commands to generate.