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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tcl/] [Makefile.in] - Diff between revs 578 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 578 Rev 1765
# Minimal top-level Makefile.  Just pass everything to the $(CONFIGDIR)
# Minimal top-level Makefile.  Just pass everything to the $(CONFIGDIR)
# subdir.
# subdir.
# Tom Tromey 
# Tom Tromey 
CONFIGDIR=@CONFIGDIR@
CONFIGDIR=@CONFIGDIR@
CONFIGDIR2=@CONFIGDIR2@
CONFIGDIR2=@CONFIGDIR2@
VPATH = @srcdir@
VPATH = @srcdir@
SHELL = @SHELL@
SHELL = @SHELL@
SRC_DIR = @srcdir@
SRC_DIR = @srcdir@
@SET_MAKE@
@SET_MAKE@
all:
all:
        @cd $(CONFIGDIR) && $(MAKE) $@
        @cd $(CONFIGDIR) && $(MAKE) $@
        @test x"$(CONFIGDIR2)" = x"" || (cd "$(CONFIGDIR2)" && $(MAKE) $@)
        @test x"$(CONFIGDIR2)" = x"" || (cd "$(CONFIGDIR2)" && $(MAKE) $@)
install test install-binaries install-libraries install-minimal:
install test install-binaries install-libraries install-minimal:
        @cd $(CONFIGDIR) && $(MAKE) $@
        @cd $(CONFIGDIR) && $(MAKE) $@
mostlyclean-recursive clean-recursive distclean-recursive \
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
maintainer-clean-recursive:
        @cd $(CONFIGDIR) && $(MAKE) `echo $@ | sed 's/-recursive//'`
        @cd $(CONFIGDIR) && $(MAKE) `echo $@ | sed 's/-recursive//'`
        @test x"$(CONFIGDIR2)" = x"" || (cd "$(CONFIGDIR2)" && $(MAKE) `echo $@ | sed 's/-recursive//'`)
        @test x"$(CONFIGDIR2)" = x"" || (cd "$(CONFIGDIR2)" && $(MAKE) `echo $@ | sed 's/-recursive//'`)
configure:
configure:
        cd $(SRC_DIR) && autoconf
        cd $(SRC_DIR) && autoconf
mostlyclean: mostlyclean-recursive
mostlyclean: mostlyclean-recursive
clean: clean-recursive
clean: clean-recursive
distclean-local:
distclean-local:
        rm -f Makefile config.status config.cache config.log
        rm -f Makefile config.status config.cache config.log
distclean: distclean-recursive distclean-local
distclean: distclean-recursive distclean-local
maintainer-clean: distclean-local maintainer-clean-recursive
maintainer-clean: distclean-local maintainer-clean-recursive
#----------------------------------------------------------------
#----------------------------------------------------------------
# These let the DejaGnu test suite run when DejaGnu isn't
# These let the DejaGnu test suite run when DejaGnu isn't
# installed yet, so run it from the srcdir and objdir.
# installed yet, so run it from the srcdir and objdir.
#----------------------------------------------------------------
#----------------------------------------------------------------
EXPECT = ` \
EXPECT = ` \
  if [ -f $${rootme}/../expect/expect ] ; then \
  if [ -f $${rootme}/../expect/expect ] ; then \
    echo $${rootme}/../expect/expect ; \
    echo $${rootme}/../expect/expect ; \
  else echo expect ; fi`
  else echo expect ; fi`
RUNTESTFLAGS =
RUNTESTFLAGS =
RUNTEST = ` \
RUNTEST = ` \
  if [ -f $(SRC_DIR)/../dejagnu/runtest ] ; then \
  if [ -f $(SRC_DIR)/../dejagnu/runtest ] ; then \
    echo $(SRC_DIR)/../dejagnu/runtest ; \
    echo $(SRC_DIR)/../dejagnu/runtest ; \
  else echo runtest ;  fi`
  else echo runtest ;  fi`
check:
check:
        cd $(CONFIGDIR) && $(MAKE) tcltest
        cd $(CONFIGDIR) && $(MAKE) tcltest
        rootme=`pwd`; export rootme; \
        rootme=`pwd`; export rootme; \
        srcdir=${SRC_DIR}; export srcdir ; \
        srcdir=${SRC_DIR}; export srcdir ; \
        EXPECT=${EXPECT} ; export EXPECT ; \
        EXPECT=${EXPECT} ; export EXPECT ; \
        if [ -f $${rootme}/../expect/expect ] ; then  \
        if [ -f $${rootme}/../expect/expect ] ; then  \
           TCL_LIBRARY=`cd $${srcdir}/library && pwd` ; \
           TCL_LIBRARY=`cd $${srcdir}/library && pwd` ; \
           export TCL_LIBRARY ; fi ; \
           export TCL_LIBRARY ; fi ; \
        $(RUNTEST) $(RUNTESTFLAGS) --tool tcl --srcdir $(SRC_DIR)/testsuite
        $(RUNTEST) $(RUNTESTFLAGS) --tool tcl --srcdir $(SRC_DIR)/testsuite
install-info info installcheck:
install-info info installcheck:
Makefile: Makefile.in config.status
Makefile: Makefile.in config.status
        CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
        CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
config.status: configure
config.status: configure
        $(SHELL) config.status --recheck
        $(SHELL) config.status --recheck
 
 

powered by: WebSVN 2.1.0

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