1105b7eff4
* gdb.cp: New directory. * gdb.cp/*: Copy from gdb.c++/*. * gdb.c++/*: Remove. * Makefile.in: Change gdb.c++ to gdb.cp. * configure.in: Ditto. * configure: Regnerate.
17 lines
500 B
Makefile
17 lines
500 B
Makefile
VPATH = @srcdir@
|
|
srcdir = @srcdir@
|
|
|
|
EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \
|
|
derivation inherit local member-ptr method misc \
|
|
overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace ref-types
|
|
|
|
all info install-info dvi install uninstall installcheck check:
|
|
@echo "Nothing to be done for $@..."
|
|
|
|
clean mostlyclean:
|
|
-rm -f *~ *.o *.ci
|
|
-rm -f core ${EXECUTABLES}
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
-rm -f Makefile config.status config.log
|