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