import gdb-1999-05-10
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / Makefile.in
CommitLineData
c906108c
SS
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = all-types 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 \
14 solib so-impl-ld so-indr-cl \
15 step-test structs structs2 twice-tmp varargs watchpoint whatis
16
c906108c
SS
17MISCELLANEOUS = coremmap.data shr1.sl shr2.sl solib1.sl solib2.sl
18
19all:
20 @echo "Nothing to be done for all..."
21
22info:
23install-info:
24dvi:
25install:
26uninstall: force
27installcheck:
28check:
29
30clean mostlyclean:
cd0fc7c3 31 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
c906108c
SS
32 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
33 -rm -f $(MISCELLANEOUS) twice-tmp.c
34
35distclean 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
41Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
42 $(SHELL) ./config.status --recheck
This page took 0.024574 seconds and 4 git commands to generate.