]>
Commit | Line | Data |
---|---|---|
c906108c SS |
1 | VPATH = @srcdir@ |
2 | srcdir = @srcdir@ | |
3 | ||
a0b3c4fd JM |
4 | EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \ |
5 | derivation inherit local member-ptr method misc \ | |
fb933624 | 6 | overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace \ |
83b10087 | 7 | ref-types ref-params method2 pr9594 gdb2495 virtfunc2 pr9067 \ |
0b66f317 | 8 | pr1072 pr10687 pr9167 |
c906108c | 9 | |
696d5a5b DJ |
10 | all info install-info dvi install uninstall installcheck check: |
11 | @echo "Nothing to be done for $@..." | |
c906108c SS |
12 | |
13 | clean mostlyclean: | |
a0b3c4fd JM |
14 | -rm -f *~ *.o *.ci |
15 | -rm -f core ${EXECUTABLES} | |
c906108c SS |
16 | |
17 | distclean maintainer-clean realclean: clean | |
18 | -rm -f Makefile config.status config.log |