Add Guile as an extension language.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.guile / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES =
5
6 MISCELLANEOUS =
7
8 all info install-info dvi install uninstall installcheck check:
9 @echo "Nothing to be done for $@..."
10
11 clean mostlyclean:
12 -rm -f *~ *.o *.ci
13 -rm -f *.dwo *.dwp
14 -rm -f core $(EXECUTABLES) $(MISCELLANEOUS)
15
16 distclean maintainer-clean realclean: clean
17 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 0.030062 seconds and 4 git commands to generate.