Add new step-line test.
[external/binutils.git] / gdb / testsuite / gdb.base / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = all-types annota1 bitfields break \
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 \
11         recurse reread reread1 restore return run \
12         scope section_command setshow setvar shmain sigall signals \
13         solib solib_sl so-impl-ld so-indr-cl \
14         step-line step-test structs structs2 \
15         twice-tmp varargs vforked-prog watchpoint whatis
16
17 MISCELLANEOUS = coremmap.data ../foobar.baz \
18         shr1.sl shr2.sl solib_sl.sl solib1.sl solib2.sl
19
20 all:
21         @echo "Nothing to be done for all..."
22
23 info:
24 install-info:
25 dvi:
26 install:
27 uninstall: force
28 installcheck:
29 check:
30
31 clean mostlyclean:
32         -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
33         -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
34         -rm -f $(MISCELLANEOUS) twice-tmp.c
35
36 distclean 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
42 Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
43         $(SHELL) ./config.status --recheck