Move `compute_probe_arg' and `compile_probe_arg' to probe.c
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / Makefile.in
CommitLineData
c906108c
SS
1VPATH = @srcdir@
2srcdir = @srcdir@
3
b97c863c
MS
4EXECUTABLES = a2-run advance all-types annota1 annota1-watch_thread_num \
5 annota3 anon args arrayidx async attach attach-pie-misread \
6 attach2 auxv bang\! bfp-test bigcore bitfields bitfields2 \
7 break break-always break-entry break-interp-test breako2 \
c91513d8
PP
8 breakpoint-shadow break-on-linker-gcd-function \
9 call-ar-st call-rt-st call-sc-t* call-signals \
b97c863c 10 call-strs callexit callfuncs callfwmall charset checkpoint \
0dbe70ce 11 chng-syms code_elim1 code_elim2 commands compiler completion complex \
b97c863c 12 condbreak consecutive constvars coremaker cursal cvexpr \
5c2b4418
HZ
13 dbx-test del disasm-end-cu display dprintf-pending dump dup-sect \
14 dup-sect.debug \
b97c863c
MS
15 dup-sect.stripped ending-run execd-prog expand-psymtabs exprs \
16 fileio find finish fixsection float foll-exec foll-fork foll-vfork \
17 frame-args freebpcmd fullname funcargs gcore \
18 gcore-buffer-overflow-012* \
19 gdb1090 gdb11530 gdb11531 gdb1250 gdb1555-main gdb1821 gdbvars \
20 hashline1 hashline2 hashline3 hbreak hook-stop-continue \
21 hook-stop-frame huge included infnan info-target int-type \
22 interrupt jit-main jump label langs lineinc list longjmp long_long \
23 macscp mips_pro miscexprs moribund-step multi-forks nodebug \
24 nofield nostdlib opaque overlays pc-fp pending permission \
25 pie-execl1 pie-execl2 pointers pointers2 pr11022 prelinkt \
26 prelinkt.debug prelinkt.stripped printcmds prologue psymtab \
27 ptr-typedef ptype randomize recurse relational relativedebug \
28 reread reread1 restore return return-nodebug-* return2 run \
29 savedregs scope section_command sep sepdebug sepdebug.stripped \
30 sepdebug2 sepdebug2.debug sepdebug2.stripped sepsymtab \
31 sepsymtab.debug sepsymtab.stripped setshow setvar shmain shreloc \
32 sigall sigaltstack sigbpt sigchld siginfo siginfo-addr \
33 siginfo-infcall siginfo-obj signals signull sigrepeat sigstep \
957df313 34 sizeof skip skip-solib solib solib-corrupted solib-display-main \
1bfeeb0f 35 solib-nodir solib-overlap-main-0x40000000 solib-symbol-main solib-weak \
b97c863c
MS
36 solib-weak-lib2 solib_sl so-impl-ld so-indr-cl \
37 stack-checking start step-break step-bt step-line step-resume-infcall \
38 step-test store structs-t* structs2 structs3 \
39 symbol-without-target_section term tui-layout twice-tmp \
40 type-opaque-main ui-redirect unload until unwindonsignal \
41 valgrind-db-attach value-double-free varargs vforked-prog \
42 volatile watch-cond watch-cond-infcall watch-non-mem watch-read \
43 watch-vfork watch_thread_num watchpoint watchpoint-cond-gone \
44 watchpoint-hw watchpoint-hw-hit-once watchpoint-solib watchpoints \
45 wchar whatis whatis-exp catch-syscall \
7346b668 46 pr10179 gnu_vector
c906108c 47
5c2b4418 48MISCELLANEOUS = coremmap.data dprintf-pendshr.sl ../foobar.baz fixsectshr.sl \
b97c863c
MS
49 pendshr.sl shreloc1.sl shreloc2.sl twice-tmp.c \
50 shr1.sl shr2.sl solib_sl.sl solib1.sl solib2.sl \
51 unloadshr.sl unloadshr2.sl watchpoint-solib-shr.sl \
52 weaklib1.sl weaklib2.sl hashline1.c hashline2.c hashline3.c \
53 auxv.gcore bigcore.corefile *.core *.debug *.stripped \
54 gcore-buffer-overflow.test gcore.test shreloc.txt tmp-fullname.c
c906108c 55
696d5a5b
DJ
56all info install-info dvi install uninstall installcheck check:
57 @echo "Nothing to be done for $@..."
c906108c
SS
58
59clean mostlyclean:
cd0fc7c3 60 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
957df313 61 -rm -f *.dwo *.dwp
c906108c 62 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
b97c863c 63 -rm -f $(MISCELLANEOUS)
c906108c
SS
64
65distclean maintainer-clean realclean: clean
66 -rm -f *~ core
67 -rm -f Makefile config.status config.log
1d41d745 68 -rm -f *-init.exp gdb.log gdb.sum
c906108c 69 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 1.579003 seconds and 4 git commands to generate.