old-cross-binutils/gdb/testsuite/gdb.c++/Makefile.in

28 lines
608 B
Makefile
Raw Normal View History

VPATH = @srcdir@
srcdir = @srcdir@
1999-08-02 23:48:37 +00:00
EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \
derivation inherit local member-ptr method misc \
2000-06-12 01:31:41 +00:00
overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace ref-types
all:
@echo "Nothing to be done for all..."
1999-08-02 23:48:37 +00:00
info:
install-info:
dvi:
install:
uninstall: force
installcheck:
check:
clean mostlyclean:
1999-08-02 23:48:37 +00:00
-rm -f *~ *.o *.ci
-rm -f core ${EXECUTABLES}
distclean maintainer-clean realclean: clean
-rm -f Makefile config.status config.log
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
$(SHELL) ./config.status --recheck