blob: 8311cbac11f8a528805381c6725c05daa5f0f160 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = enable function_call_history instruction_history tailcall \
exception unknown_functions record_goto
MISCELLANEOUS =
all info install-info dvi install uninstall installcheck check:
@echo "Nothing to be done for $@..."
clean mostlyclean:
rm -f *~ *.o *.x *.ci *.sl a.out core
rm -f *.dwo *.dwp
rm -f $(EXECUTABLES) $(MISCELLANEOUS)
distclean maintainer-clean realclean: clean
rm -f Makefile config.status config.log site.* gdb.log gdb.sum
|