Implementing catch syscall.
[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 5 call-ar-st call-rt-st call-strs callfuncs callfwmall \
d8679d84 6 chng-syms commands compiler condbreak constvars coremaker \
a0b3c4fd
JM
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 \
a96d9b2e 15 twice-tmp varargs vforked-prog watchpoint whatis catch-syscall
c906108c 16
a0b3c4fd
JM
17MISCELLANEOUS = coremmap.data ../foobar.baz \
18 shr1.sl shr2.sl solib_sl.sl solib1.sl solib2.sl
c906108c 19
696d5a5b
DJ
20all info install-info dvi install uninstall installcheck check:
21 @echo "Nothing to be done for $@..."
c906108c
SS
22
23clean mostlyclean:
cd0fc7c3 24 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
c906108c
SS
25 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
26 -rm -f $(MISCELLANEOUS) twice-tmp.c
27
28distclean maintainer-clean realclean: clean
29 -rm -f *~ core
30 -rm -f Makefile config.status config.log
31 -rm -f *-init.exp
32 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.845138 seconds and 4 git commands to generate.