diff options
Diffstat (limited to 'gdb/testsuite/gdb.asm/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.asm/Makefile.in | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.asm/Makefile.in b/gdb/testsuite/gdb.asm/Makefile.in new file mode 100644 index 00000000000..ce169b5c053 --- /dev/null +++ b/gdb/testsuite/gdb.asm/Makefile.in @@ -0,0 +1,33 @@ +VPATH = @srcdir@ +srcdir = @srcdir@ + +EXECUTABLES = + +# uuencoded format to avoid SCCS/RCS problems with binary files. +CROSS_EXECUTABLES = + +all: + @echo "Nothing to be done for all..." + +info: +install-info: +dvi: +install: +uninstall: force +installcheck: +check: + +clean mostlyclean: + -rm -f *~ *.o a.out xgdb *.x $(CROSS_EXECUTABLES) *.ci *.tmp + -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) + -rm -f twice-tmp.c + +distclean maintainer-clean realclean: clean + -rm -f *~ core + -rm -f Makefile config.status config.log + -rm -f arch.inc + -rm -f *-init.exp + -rm -fr *.log summary detail *.plog *.sum *.psum site.* + +Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in + $(SHELL) ./config.status --recheck |