1*11efff7fSkettenis# Makefile for regression testing the GNU debugger.
2*11efff7fSkettenis# Copyright 1992, 1993, 1994, 1995, 1996, 1999, 2001, 2003, 2004
3*11efff7fSkettenis# Free Software Foundation, Inc.
4*11efff7fSkettenis
5*11efff7fSkettenis# This file is part of GDB.
6*11efff7fSkettenis
7*11efff7fSkettenis# GDB is free software; you can redistribute it and/or modify
8*11efff7fSkettenis# it under the terms of the GNU General Public License as published by
9*11efff7fSkettenis# the Free Software Foundation; either version 2, or (at your option)
10*11efff7fSkettenis# any later version.
11*11efff7fSkettenis
12*11efff7fSkettenis# GDB is distributed in the hope that it will be useful,
13*11efff7fSkettenis# but WITHOUT ANY WARRANTY; without even the implied warranty of
14*11efff7fSkettenis# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15*11efff7fSkettenis# GNU General Public License for more details.
16*11efff7fSkettenis
17*11efff7fSkettenis# You should have received a copy of the GNU General Public License
18*11efff7fSkettenis# along with this program; if not, write to the Free Software
19*11efff7fSkettenis# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20*11efff7fSkettenis
21*11efff7fSkettenisVPATH = @srcdir@
22*11efff7fSkettenissrcdir = @srcdir@
23*11efff7fSkettenis
24*11efff7fSkettenisEXECUTABLES =
25*11efff7fSkettenis
26*11efff7fSkettenisall info install-info dvi install uninstall installcheck check:
27*11efff7fSkettenis	@echo "Nothing to be done for $@..."
28*11efff7fSkettenis
29*11efff7fSkettenisclean mostlyclean:
30*11efff7fSkettenis	-rm -f *~ *.o *.ci
31*11efff7fSkettenis	-rm -f core ${EXECUTABLES}
32*11efff7fSkettenis
33*11efff7fSkettenisdistclean maintainer-clean realclean: clean
34*11efff7fSkettenis	-rm -f Makefile config.status config.log
35