summaryrefslogtreecommitdiffstats
path: root/gdb/testsuite/gdb.hp/gdb.defects/Makefile.in
blob: b1a9284f40aacfea057ce039808cc008711b26ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
VPATH = @srcdir@
srcdir = @srcdir@

EXECUTABLES = bs14602 bs15503 solib-d solib-d1.sl solib-d2.sl

all:
	@echo "Nothing to be done for all..."

info:
install-info:
dvi:
install:
uninstall: force
installcheck:
check:

clean mostlyclean:
	-rm -f *~ *.o *.ci
	-rm -f core $(EXECUTABLES)

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