3 # Copyright (C) 1999, 2002, 2006
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., 51 Franklin Street, Fifth Floor,
20 # Boston, MA 02110-1301, USA.
23 # This file was written by Tom Tromey <tromey@cygnus.com>.
26 # Makefile for libiberty/testsuite directory
38 # Multilib support variables.
41 INCDIR
=$(srcdir)/..
/$(MULTISRCTOP
)..
/include
45 # CHECK is set to "really_check" or the empty string by configure.
48 really-check
: check-cplus-dem check-pexecute check-expandargv
50 # Run some tests of the demangler.
51 check-cplus-dem
: test-demangle
$(srcdir)/demangle-expected
52 .
/test-demangle
< $(srcdir)/demangle-expected
54 # Check the pexecute code.
55 check-pexecute
: test-pexecute
58 # Check the expandargv functionality
59 check-expandargv
: test-expandargv
62 TEST_COMPILE
= $(CC
) @DEFS@
$(LIBCFLAGS
) -I..
-I
$(INCDIR
) $(HDEFINES
)
63 test-demangle
: $(srcdir)/test-demangle.c ..
/libiberty.a
64 $(TEST_COMPILE
) -o test-demangle \
65 $(srcdir)/test-demangle.c ..
/libiberty.a
67 test-pexecute
: $(srcdir)/test-pexecute.c ..
/libiberty.a
68 $(TEST_COMPILE
) -DHAVE_CONFIG_H
-I..
-o test-pexecute \
69 $(srcdir)/test-pexecute.c ..
/libiberty.a
71 test-expandargv
: $(srcdir)/test-expandargv.c ..
/libiberty.a
72 $(TEST_COMPILE
) -DHAVE_CONFIG_H
-I..
-o test-expandargv \
73 $(srcdir)/test-expandargv.c ..
/libiberty.a
75 # Standard (either GNU or Cygnus) rules we don't use.
76 html install-html
info install-info clean-info
dvi pdf install-pdf \
77 install etags
tags installcheck:
79 # The standard clean rules.
88 maintainer-clean
realclean: distclean
90 Makefile
: $(srcdir)/Makefile.in ..
/config.status
91 CONFIG_FILES
=testsuite
/Makefile CONFIG_HEADERS
= \
92 cd ..
&& $(SHELL
) .
/config.status