2002-03-25 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / Makefile.in
CommitLineData
c906108c
SS
1VPATH = @srcdir@
2srcdir = @srcdir@
3
9846de1b 4EXECUTABLES = all-types annota1 bitfields break \
a0b3c4fd
JM
5 call-ar-st call-rt-st call-strs callfuncs callfwmall \
6 commands compiler condbreak constvars coremaker \
7 dbx-test display ending-run execd-prog exprs \
8 foll-exec foll-fork foll-vfork funcargs int-type interrupt jump \
9 langs list long_long mips_pro miscexprs nodebug opaque overlays \
10 pointers pointers2 printcmds ptype \
c906108c 11 recurse reread reread1 restore return run \
a0b3c4fd 12 scope section_command setshow setvar shmain sigall signals \
3207ec21
KB
13 solib solib_sl so-impl-ld so-indr-cl \
14 step-line step-test structs structs2 \
a0b3c4fd 15 twice-tmp varargs vforked-prog watchpoint whatis
c906108c 16
a0b3c4fd
JM
17MISCELLANEOUS = coremmap.data ../foobar.baz \
18 shr1.sl shr2.sl solib_sl.sl solib1.sl solib2.sl
c906108c
SS
19
20all:
21 @echo "Nothing to be done for all..."
22
23info:
24install-info:
25dvi:
26install:
27uninstall: force
28installcheck:
29check:
30
31clean mostlyclean:
cd0fc7c3 32 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
c906108c
SS
33 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
34 -rm -f $(MISCELLANEOUS) twice-tmp.c
35
36distclean maintainer-clean realclean: clean
37 -rm -f *~ core
38 -rm -f Makefile config.status config.log
39 -rm -f *-init.exp
40 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
41
42Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
43 $(SHELL) ./config.status --recheck
This page took 0.190575 seconds and 4 git commands to generate.