]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.chill/Makefile.in
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.chill / Makefile.in
1 srcdir = @srcdir@
2 VPATH = @srcdir@
3
4 all:
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
19 clean mostlyclean:
20 -rm -f *.o ${OBJS} *.exe *~ core
21
22 distclean maintainer-clean realclean: clean
23 -rm -f Makefile config.status config.log
24
25 Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
26 $(SHELL) ./config.status --recheck