Limit multi-byte nop instructions to 10 bytes
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.base-hp / Makefile.in
CommitLineData
7be570e7
JM
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = dollar hwwatchbus.bak pxdb reg reg-pa64 \
5 so-thresh genso-thresh sized-enum
6
7MISCELLANEOUS = so-thresh.c so-thresh.lopt so-thresh.make.out \
8 lib*-so-thresh.*
9
10all:
11 @echo "Nothing to be done for all..."
12
13info:
14install-info:
15dvi:
16install:
17uninstall: force
18installcheck:
19check:
20
21clean mostlyclean:
22 -rm -f *~ *.o *.ci
957df313 23 -rm -f *.dwo *.dwp
7be570e7
JM
24 -rm -f core $(EXECUTABLES)
25 -rm -f $(MISCELLANEOUS)
26
27distclean maintainer-clean realclean: clean
28 -rm -f Makefile config.status config.log
29 -rm -f *-init.exp
30 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 1.493627 seconds and 4 git commands to generate.