perf testsuite: python 3 fixes
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.perf / Makefile.in
CommitLineData
7636ccf9
YQ
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4.PHONY: all clean mostlyclean distclean realclean
5
6PROGS =
7
8all info install-info dvi install uninstall installcheck check:
9 @echo "Nothing to be done for $@..."
10
11clean mostlyclean:
12 -rm -f *.o *.diff *~ core $(PROGS)
13
14distclean maintainer-clean realclean: clean
15 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 0.272732 seconds and 4 git commands to generate.