diff options
Diffstat (limited to 'gdb/testsuite/gdb.hp/gdb.threads-hp/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.hp/gdb.threads-hp/Makefile.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.hp/gdb.threads-hp/Makefile.in b/gdb/testsuite/gdb.hp/gdb.threads-hp/Makefile.in new file mode 100644 index 00000000000..240b627a2d2 --- /dev/null +++ b/gdb/testsuite/gdb.hp/gdb.threads-hp/Makefile.in @@ -0,0 +1,27 @@ +VPATH = @srcdir@ +srcdir = @srcdir@ + +EXECUTABLES = usrthbasic usrthcore usrthfork + +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.* + +Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in + $(SHELL) ./config.status --recheck |