aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.perf/Makefile.in
blob: 2071d12a549e1ba2935b02c6ee273b8dfa5584c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
VPATH = @srcdir@
srcdir = @srcdir@

.PHONY: all clean mostlyclean distclean realclean

PROGS = 

all info install-info dvi install uninstall installcheck check:
	@echo "Nothing to be done for $@..."

clean mostlyclean:
	-rm -f *.o *.diff *~ core $(PROGS)

distclean maintainer-clean realclean: clean
	-rm -f Makefile config.status config.log gdb.log gdb.sum