]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.asm/Makefile.in
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.asm / Makefile.in
CommitLineData
b6f386f5
DE
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES =
5
6# uuencoded format to avoid SCCS/RCS problems with binary files.
7CROSS_EXECUTABLES =
8
9all:
10 @echo "Nothing to be done for all..."
11
12info:
13install-info:
14dvi:
15install:
16uninstall: force
17installcheck:
18check:
19
20clean 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
25distclean maintainer-clean realclean: clean
26 -rm -f *~ core
27 -rm -f Makefile config.status config.log
28 -rm -f *-init.exp
29 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
30
31Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
32 $(SHELL) ./config.status --recheck