aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.go/Makefile.in
blob: 6a1a89531f8ee5e5cd1c2dafad70b6a0086d818d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
VPATH = @srcdir@
srcdir = @srcdir@

EXECUTABLES = \
	chan handcall hello integers methods package \
	strings types unsafe

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

clean mostlyclean:
	-find . -name '*.o' -print | xargs rm -f
	-find . -name '*.ali' -print | xargs rm -f
	-rm -f *~ a.out
	-rm -f *.dwo *.dwp
	-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)

distclean maintainer-clean realclean: clean
	-rm -f Makefile config.status config.log
	-rm -f *-init.exp gdb.log gdb.sum
	-rm -fr *.log summary detail *.plog *.sum *.psum site.*