This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.git] / gdb / testsuite / gdb.base / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = 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
17 # uuencoded format to avoid SCCS/RCS problems with binary files.
18 CROSS_EXECUTABLES = i486-elf i860-elf m68k-elf m68k-aout m68k-aout2  \
19         mips-ecoff sparc-aout sparc-elf
20
21 MISCELLANEOUS = coremmap.data shr1.sl shr2.sl solib1.sl solib2.sl
22
23 all:
24         @echo "Nothing to be done for all..."
25
26 info:
27 install-info:
28 dvi:
29 install:
30 uninstall: force
31 installcheck:
32 check:
33
34 clean mostlyclean:
35         -rm -f *~ *.o a.out xgdb *.x $(CROSS_EXECUTABLES) *.ci *.tmp
36         -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
37         -rm -f $(MISCELLANEOUS) twice-tmp.c
38
39 distclean maintainer-clean realclean: clean
40         -rm -f *~ core
41         -rm -f Makefile config.status config.log
42         -rm -f *-init.exp
43         -rm -fr *.log summary detail *.plog *.sum *.psum site.*
44
45 Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
46         $(SHELL) ./config.status --recheck