opcodes: blackfin: drop null/nul checks in OUTS
[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
17 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
18 -rm -f $(MISCELLANEOUS) twice-tmp.c
19
20distclean maintainer-clean realclean: clean
21 -rm -f *~ core
22 -rm -f Makefile config.status config.log
23 -rm -f *-init.exp
24 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.500711 seconds and 4 git commands to generate.