summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.hp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.hp/Makefile.in')
-rw-r--r--gdb/testsuite/gdb.hp/Makefile.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.hp/Makefile.in b/gdb/testsuite/gdb.hp/Makefile.in
new file mode 100644
index 00000000000..d65fc75e222
--- /dev/null
+++ b/gdb/testsuite/gdb.hp/Makefile.in
@@ -0,0 +1,25 @@
+VPATH = @srcdir@
+srcdir = @srcdir@
+
+PROGS = ambiguous ctti-add exception gen-so-thresh namespace \
+ optimize pxdb so-thresh templ-hp watch-hp xdb
+
+MISCELLANEOUS = \
+ lib00-so-thresh.c lib00-so-thresh.sl \
+ lib01-so-thresh.c lib01-so-thresh.sl \
+ lib02-so-thresh.c lib02-so-thresh.sl \
+ so-thresh.c so-thresh.linkopts
+
+all:
+ @echo "Nothing to be done for all..."
+
+#### host, target, and site specific Makefile frags come in here.
+
+clean mostlyclean:
+ -rm -f *.ci *.o $(OBJS) $(PROGS) $(MISCELLANEOUS) *~ core
+
+distclean maintainer-clean realclean: clean
+ -rm -f Makefile config.status config.log
+
+Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
+ $(SHELL) ./config.status --recheck