* varobj.h (varobj_set_frozen): New
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / Makefile.in
CommitLineData
fb40c209
AC
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4PROGS = basics c_variable cpp_variable var-cmd
5
6MISCELLANEOUS = testcmds
7
696d5a5b
DJ
8all info install-info dvi install uninstall installcheck check:
9 @echo "Nothing to be done for $@..."
fb40c209
AC
10
11clean mostlyclean:
92e9dde9 12 -rm -f *.ci *.o $(OBJS) $(PROGS) *~ core
fb40c209
AC
13
14distclean maintainer-clean realclean: clean
15 -rm -f Makefile config.status config.log
This page took 0.640223 seconds and 4 git commands to generate.