import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.chill / Makefile.in
CommitLineData
c906108c
SS
1srcdir = @srcdir@
2VPATH = @srcdir@
3
4all:
5 @echo "Nothing to be done for all..."
6
7#### host, target, and site specific Makefile frags come in here.
8
9.SUFFIXES: .ch .o .exe .exp .check
10
11# Do 'make chillvars.check' to run just the chillvars.{ch,exp} test.
12
13.exp.check:
14 rootme=`pwd`/; export rootme; \
15 cd .. ; \
16 $(MAKE) just-check RUNTESTFLAGS="${RUNTESTFLAGS} $*.exp" \
17 EXPECT=${EXPECT}
18
19clean mostlyclean:
20 -rm -f *.o ${OBJS} *.exe *~ core
21
22distclean maintainer-clean realclean: clean
23 -rm -f Makefile config.status config.log
24
25Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
26 $(SHELL) ./config.status --recheck
This page took 0.029589 seconds and 4 git commands to generate.