Fix MinGW compilation
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.compile / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = \
5 chan handcall hello integers methods package \
6 strings types unsafe
7
8 all info install-info dvi install uninstall installcheck check:
9 @echo "Nothing to be done for $@..."
10
11 clean 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
18 distclean 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.029671 seconds and 4 git commands to generate.