aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.hp/gdb.base-hp/Makefile.in
blob: adbde9df27e565fd31ef75552cebb6784fe3afbb (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
25
26
27
28
29
30
31
32
VPATH = @srcdir@
srcdir = @srcdir@

EXECUTABLES = dollar hwwatchbus.bak pxdb reg reg-pa64 \
	so-thresh genso-thresh sized-enum

MISCELLANEOUS = so-thresh.c so-thresh.lopt so-thresh.make.out \
	lib*-so-thresh.*

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)
	-rm -f $(MISCELLANEOUS)

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.*

Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
	$(SHELL) ./config.status --recheck