mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
5876dc880e
* gdb.opt/clobbered-registers-O2.exp: New testcase expect file. * gdb.opt/Makefile.in: New makefile. * Makefile.in: Create new directory "gdb.opt". * configure.ac: Add "gdb.opt" directory. * configure: Regenerated.
25 lines
770 B
Makefile
25 lines
770 B
Makefile
VPATH = @srcdir@
|
|
srcdir = @srcdir@
|
|
|
|
EXECUTABLES = hello/hello
|
|
|
|
MISCELLANEOUS =
|
|
|
|
all info install-info dvi install uninstall installcheck check:
|
|
@echo "Nothing to be done for $@..."
|
|
|
|
clean mostlyclean:
|
|
-find . -name '*.o' -print | xargs rm -f
|
|
-find . -name '*.ali' -print | xargs rm -f
|
|
-find . -name 'b~*.ad[sb]' -print | xargs rm -f
|
|
-rm -f *~ a.out xgdb *.x *.ci *.tmp
|
|
-rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
|
|
-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
|
|
-rm -f $(MISCELLANEOUS) twice-tmp.c
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
-rm -f *~ core
|
|
-rm -f Makefile config.status config.log
|
|
-rm -f *-init.exp
|
|
-rm -fr *.log summary detail *.plog *.sum *.psum site.*
|