]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.hp/Makefile.in
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.hp / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 PROGS = ambiguous ctti-add exception gen-so-thresh namespace \
5 optimize pxdb so-thresh templ-hp watch-hp xdb
6
7 MISCELLANEOUS = \
8 lib00-so-thresh.c lib00-so-thresh.sl \
9 lib01-so-thresh.c lib01-so-thresh.sl \
10 lib02-so-thresh.c lib02-so-thresh.sl \
11 so-thresh.c so-thresh.linkopts
12
13 all:
14 @echo "Nothing to be done for all..."
15
16 #### host, target, and site specific Makefile frags come in here.
17
18 clean mostlyclean:
19 -rm -f *.ci *.o $(OBJS) $(PROGS) $(MISCELLANEOUS) *~ core
20
21 distclean maintainer-clean realclean: clean
22 -rm -f Makefile config.status config.log
23
24 Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
25 $(SHELL) ./config.status --recheck