gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.modula2 / Makefile.in
CommitLineData
e831e7b6 1# Makefile for regression testing the GNU debugger.
7b6bb8da 2# Copyright 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
e831e7b6
GM
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)
e831e7b6
GM
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
23EXECUTABLES =
24
25all info install-info dvi install uninstall installcheck check:
26 @echo "Nothing to be done for $@..."
27
28clean mostlyclean:
29 -rm -f *~ *.o *.ci
30 -rm -f core ${EXECUTABLES}
31
32distclean maintainer-clean realclean: clean
33 -rm -f Makefile config.status config.log
This page took 0.344421 seconds and 4 git commands to generate.