2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libiberty / testsuite / Makefile.in
blob6f2a4fe4b39868890053d6e5d14b1116283db95a
2 # Makefile
3 # Copyright (C) 1999, 2002
4 # Free Software Foundation
6 # This file is part of the libiberty library.
7 # Libiberty is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU Library General Public
9 # License as published by the Free Software Foundation; either
10 # version 2 of the License, or (at your option) any later version.
12 # Libiberty is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # Library General Public License for more details.
17 # You should have received a copy of the GNU Library General Public
18 # License along with libiberty; see the file COPYING.LIB. If not,
19 # write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 # Boston, MA 02111-1307, USA.
23 # This file was written by Tom Tromey <tromey@cygnus.com>.
26 # Makefile for libiberty/testsuite directory
29 srcdir = @srcdir@
30 VPATH = @srcdir@
32 SHELL = @SHELL@
34 CC = @CC@
35 CFLAGS = @CFLAGS@
36 LIBCFLAGS = $(CFLAGS)
38 # Multilib support variables.
39 MULTISRCTOP =
41 INCDIR=$(srcdir)/../$(MULTISRCTOP)../include
43 all:
45 check: @CHECK@
47 # Run some tests of the demangler.
48 check-cplus-dem: test-demangle $(srcdir)/demangle-expected
49 ./test-demangle < $(srcdir)/demangle-expected
51 TEST_COMPILE = $(CC) @DEFS@ $(LIBCFLAGS) -I.. -I$(INCDIR) $(HDEFINES)
52 test-demangle: $(srcdir)/test-demangle.c ../libiberty.a
53 $(TEST_COMPILE) -o test-demangle \
54 $(srcdir)/test-demangle.c ../libiberty.a
56 # Standard (either GNU or Cygnus) rules we don't use.
57 info install-info clean-info dvi install etags tags installcheck:
59 # The standard clean rules.
60 mostlyclean:
61 rm -f test-demangle
62 clean: mostlyclean
63 distclean: clean
64 rm -f Makefile
65 maintainer-clean realclean: distclean
67 Makefile: $(srcdir)/Makefile.in ../config.status
68 CONFIG_FILES=testsuite/Makefile CONFIG_HEADERS= \
69 cd .. && $(SHELL) ./config.status