Eliminate the old mi/tui specific ChangeLog files as in ...
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 PROGS = basics c_variable cpp_variable var-cmd
5
6 MISCELLANEOUS = testcmds
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 *.ci *.o $(OBJS) $(PROGS) *~ core
13
14 distclean maintainer-clean realclean: clean
15 -rm -f Makefile config.status config.log
This page took 0.029584 seconds and 4 git commands to generate.