compile: Warn for old GCC on cv-qualified self-reference
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.compile / Makefile.in
CommitLineData
bb2ec1b3
TT
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = \
5 chan handcall hello integers methods package \
6 strings types unsafe
7
8all info install-info dvi install uninstall installcheck check:
9 @echo "Nothing to be done for $@..."
10
11clean mostlyclean:
12 -find . -name '*.o' -print | xargs rm -f
13 -find . -name '*.ali' -print | xargs rm -f
14 -rm -f *~ a.out
15 -rm -f *.dwo *.dwp
16 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
17
18distclean maintainer-clean realclean: clean
19 -rm -f Makefile config.status config.log
20 -rm -f *-init.exp gdb.log gdb.sum
21 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.119369 seconds and 4 git commands to generate.