]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.base/Makefile.in
import gdb-1999-07-07 pre reformat
[thirdparty/binutils-gdb.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 callfuncs2 commands \
6 compiler condbreak constvars coremaker display \
7 ending-run exprs funcargs int-type interrupt \
8 jump langs \
9 list long_long \
10 mips_pro miscexprs nodebug opaque pointers pointers2 printcmds ptype \
11 recurse reread reread1 restore return run \
12 scope section_command setshow setvar \
13 shmain sigall signals smoke smoke1 \
14 solib so-impl-ld so-indr-cl \
15 step-test structs structs2 twice-tmp varargs watchpoint whatis
16
17 MISCELLANEOUS = coremmap.data shr1.sl shr2.sl solib1.sl solib2.sl
18
19 all:
20 @echo "Nothing to be done for all..."
21
22 info:
23 install-info:
24 dvi:
25 install:
26 uninstall: force
27 installcheck:
28 check:
29
30 clean mostlyclean:
31 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
32 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
33 -rm -f $(MISCELLANEOUS) twice-tmp.c
34
35 distclean maintainer-clean realclean: clean
36 -rm -f *~ core
37 -rm -f Makefile config.status config.log
38 -rm -f *-init.exp
39 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
40
41 Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
42 $(SHELL) ./config.status --recheck