Fix in-tree, parallel running of Ada tests
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.pascal / Makefile.in
CommitLineData
a912286e
DJ
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = hello/hello
5
6MISCELLANEOUS =
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 -find . -name 'b~*.ad[sb]' -print | xargs rm -f
15 -rm -f *~ a.out xgdb *.x *.ci *.tmp
16 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
957df313 17 -rm -f *.dwo *.dwp
a912286e
DJ
18 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
19 -rm -f $(MISCELLANEOUS) twice-tmp.c
20
21distclean maintainer-clean realclean: clean
22 -rm -f *~ core
23 -rm -f Makefile config.status config.log
1d41d745 24 -rm -f *-init.exp gdb.log gdb.sum
a912286e 25 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.889613 seconds and 4 git commands to generate.