OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.chill/] [Makefile.in] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 106 markom
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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.