2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = 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 break-on-linker-gcd-function \
9 call-ar-st call-rt-st call-sc-t* call-signals \
10 call-strs callexit callfuncs callfwmall charset checkpoint \
11 chng-syms code_elim1 code_elim2 commands compiler complex \
12 condbreak consecutive constvars coremaker cursal cvexpr \
13 dbx-test del disasm-end-cu display dprintf-pending dump dup-sect \
14 dup-sect.debug \
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 \
34 sizeof skip skip-solib solib solib-corrupted solib-display-main \
35 solib-nodir solib-overlap-main-0x40000000 solib-symbol-main solib-weak \
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 \
46 pr10179 gnu_vector
47
48 MISCELLANEOUS = coremmap.data dprintf-pendshr.sl ../foobar.baz fixsectshr.sl \
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
55
56 all info install-info dvi install uninstall installcheck check:
57 @echo "Nothing to be done for $@..."
58
59 clean mostlyclean:
60 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
61 -rm -f *.dwo *.dwp
62 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
63 -rm -f $(MISCELLANEOUS)
64
65 distclean maintainer-clean realclean: clean
66 -rm -f *~ core
67 -rm -f Makefile config.status config.log
68 -rm -f *-init.exp gdb.log gdb.sum
69 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.02982 seconds and 4 git commands to generate.