]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.gdbtk/Makefile.in
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.gdbtk / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = simple
5
6 # uuencoded format to avoid SCCS/RCS problems with binary files.
7 CROSS_EXECUTABLES =
8
9 all:
10 @echo "Nothing to be done for all..."
11
12 info:
13 install-info:
14 dvi:
15 install:
16 uninstall: force
17 installcheck:
18 check:
19
20 clean mostlyclean:
21 -rm -f *~ *.o a.out xgdb *.x $(CROSS_EXECUTABLES) *.ci *.tmp
22 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
23 -rm -f twice-tmp.c
24
25 distclean maintainer-clean realclean: clean
26 -rm -f *~ core
27 -rm -f Makefile config.status config.log
28 -rm -f arch.inc
29 -rm -f *-init.exp
30 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
31
32 Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
33 $(SHELL) ./config.status --recheck