import gdb-1999-08-16 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.base-hp / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = dollar hwwatchbus.bak pxdb reg reg-pa64 \
5 so-thresh genso-thresh sized-enum
6
7 MISCELLANEOUS = so-thresh.c so-thresh.lopt so-thresh.make.out \
8 lib*-so-thresh.*
9
10 all:
11 @echo "Nothing to be done for all..."
12
13 info:
14 install-info:
15 dvi:
16 install:
17 uninstall: force
18 installcheck:
19 check:
20
21 clean mostlyclean:
22 -rm -f *~ *.o *.ci
23 -rm -f core $(EXECUTABLES)
24 -rm -f $(MISCELLANEOUS)
25
26 distclean maintainer-clean realclean: clean
27 -rm -f Makefile config.status config.log
28 -rm -f *-init.exp
29 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
30
31 Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
32 $(SHELL) ./config.status --recheck
This page took 0.030313 seconds and 4 git commands to generate.