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

Subversion Repositories or1k

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

Only display areas with differences | Details | Blame | View Log

Rev 578 Rev 1765
#    Makefile template for Configure for the sim library.
#    Makefile template for Configure for the sim library.
#    Copyright (C) 1993, 1995, 1997, 1998 Free Software Foundation, Inc.
#    Copyright (C) 1993, 1995, 1997, 1998 Free Software Foundation, Inc.
#    Written by Cygnus Support.
#    Written by Cygnus Support.
#
#
# This file is part of BFD, the Binary File Descriptor library.
# This file is part of BFD, the Binary File Descriptor library.
#
#
# This program is free software; you can redistribute it and/or modify
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
VPATH = @srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
srcdir = @srcdir@
prefix = @prefix@
prefix = @prefix@
exec_prefix = @exec_prefix@
exec_prefix = @exec_prefix@
host_alias = @host_alias@
host_alias = @host_alias@
target_alias = @target_alias@
target_alias = @target_alias@
program_transform_name = @program_transform_name@
program_transform_name = @program_transform_name@
bindir = @bindir@
bindir = @bindir@
libdir = @libdir@
libdir = @libdir@
tooldir = $(libdir)/$(target_alias)
tooldir = $(libdir)/$(target_alias)
datadir = @datadir@
datadir = @datadir@
mandir = @mandir@
mandir = @mandir@
man1dir = $(mandir)/man1
man1dir = $(mandir)/man1
man2dir = $(mandir)/man2
man2dir = $(mandir)/man2
man3dir = $(mandir)/man3
man3dir = $(mandir)/man3
man4dir = $(mandir)/man4
man4dir = $(mandir)/man4
man5dir = $(mandir)/man5
man5dir = $(mandir)/man5
man6dir = $(mandir)/man6
man6dir = $(mandir)/man6
man7dir = $(mandir)/man7
man7dir = $(mandir)/man7
man8dir = $(mandir)/man8
man8dir = $(mandir)/man8
man9dir = $(mandir)/man9
man9dir = $(mandir)/man9
infodir = @infodir@
infodir = @infodir@
includedir = @includedir@
includedir = @includedir@
SHELL = @SHELL@
SHELL = @SHELL@
INSTALL = @INSTALL@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DATA = @INSTALL_DATA@
AR = @AR@
AR = @AR@
AR_FLAGS = rc
AR_FLAGS = rc
CC = @CC@
CC = @CC@
CFLAGS = @CFLAGS@
CFLAGS = @CFLAGS@
CC_FOR_BUILD = @CC_FOR_BUILD@
CC_FOR_BUILD = @CC_FOR_BUILD@
MAKEINFO = makeinfo
MAKEINFO = makeinfo
RANLIB = @RANLIB@
RANLIB = @RANLIB@
SUBDIRS = @subdirs@
SUBDIRS = @subdirs@
INCDIR = $(srcdir)/../include
INCDIR = $(srcdir)/../include
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
DEP = mkdep
DEP = mkdep
# compilers to use to create programs which must be run in the build
# compilers to use to create programs which must be run in the build
# environment.
# environment.
CC_FOR_BUILD = $(CC)
CC_FOR_BUILD = $(CC)
#### Makefile fragments come in here.
#### Makefile fragments come in here.
# @target_makefile_frag@
# @target_makefile_frag@
###
###
RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
                echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \
                echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \
           fi`
           fi`
RUNTESTFLAGS=
RUNTESTFLAGS=
FLAGS_TO_PASS = \
FLAGS_TO_PASS = \
        "prefix=$(prefix)" \
        "prefix=$(prefix)" \
        "exec_prefix=$(exec_prefix)" \
        "exec_prefix=$(exec_prefix)" \
        "against=$(against)" \
        "against=$(against)" \
        "AR=$(AR)" \
        "AR=$(AR)" \
        "AR_FLAGS=$(AR_FLAGS)" \
        "AR_FLAGS=$(AR_FLAGS)" \
        "CC=$(CC)" \
        "CC=$(CC)" \
        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
        "CFLAGS=$(CFLAGS)" \
        "CFLAGS=$(CFLAGS)" \
        "RANLIB=$(RANLIB)" \
        "RANLIB=$(RANLIB)" \
        "MAKEINFO=$(MAKEINFO)" \
        "MAKEINFO=$(MAKEINFO)" \
        "INSTALL=$(INSTALL)" \
        "INSTALL=$(INSTALL)" \
        "INSTALL_DATA=$(INSTALL_DATA)" \
        "INSTALL_DATA=$(INSTALL_DATA)" \
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
        "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
        "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
        "SHELL=$(SHELL)"
        "SHELL=$(SHELL)"
# The use of $$(x_FOR_TARGET) reduces the command line length by not
# The use of $$(x_FOR_TARGET) reduces the command line length by not
# duplicating the lengthy definition.
# duplicating the lengthy definition.
TARGET_FLAGS_TO_PASS = \
TARGET_FLAGS_TO_PASS = \
        "prefix=$(prefix)" \
        "prefix=$(prefix)" \
        "exec_prefix=$(exec_prefix)" \
        "exec_prefix=$(exec_prefix)" \
        "against=$(against)" \
        "against=$(against)" \
        'CC=$$(CC_FOR_TARGET)' \
        'CC=$$(CC_FOR_TARGET)' \
        "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
        "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
        "CFLAGS=$(CFLAGS)" \
        "CFLAGS=$(CFLAGS)" \
        "CHILLFLAGS=$(CHILLFLAGS)" \
        "CHILLFLAGS=$(CHILLFLAGS)" \
        'CHILL=$$(CHILL_FOR_TARGET)' \
        'CHILL=$$(CHILL_FOR_TARGET)' \
        "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
        "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
        "CHILL_LIB=$(CHILL_LIB)" \
        "CHILL_LIB=$(CHILL_LIB)" \
        'CXX=$$(CXX_FOR_TARGET)' \
        'CXX=$$(CXX_FOR_TARGET)' \
        "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
        "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
        "CXXFLAGS=$(CXXFLAGS)" \
        "CXXFLAGS=$(CXXFLAGS)" \
        "INSTALL=$(INSTALL)" \
        "INSTALL=$(INSTALL)" \
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
        "INSTALL_DATA=$(INSTALL_DATA)" \
        "INSTALL_DATA=$(INSTALL_DATA)" \
        "MAKEINFO=$(MAKEINFO)" \
        "MAKEINFO=$(MAKEINFO)" \
        "RUNTESTFLAGS=$(RUNTESTFLAGS)"
        "RUNTESTFLAGS=$(RUNTESTFLAGS)"
all:
all:
        @rootme=`pwd` ; export rootme ; \
        @rootme=`pwd` ; export rootme ; \
        for dir in . `echo ${SUBDIRS} | sed 's/testsuite//'` ; do \
        for dir in . `echo ${SUBDIRS} | sed 's/testsuite//'` ; do \
                if [ "$$dir" = "." ]; then \
                if [ "$$dir" = "." ]; then \
                        true; \
                        true; \
                elif [ -d $$dir ]; then \
                elif [ -d $$dir ]; then \
                        (cd $$dir; $(MAKE) $(FLAGS_TO_PASS)); \
                        (cd $$dir; $(MAKE) $(FLAGS_TO_PASS)); \
                else true; fi; \
                else true; fi; \
        done
        done
clean mostlyclean:
clean mostlyclean:
        @rootme=`pwd` ; export rootme ; \
        @rootme=`pwd` ; export rootme ; \
        for dir in . ${SUBDIRS}; do \
        for dir in . ${SUBDIRS}; do \
                if [ "$$dir" = "." ]; then \
                if [ "$$dir" = "." ]; then \
                        true; \
                        true; \
                elif [ -d $$dir ]; then \
                elif [ -d $$dir ]; then \
                        (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) $@); \
                        (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) $@); \
                else true; fi; \
                else true; fi; \
        done
        done
distclean maintainer-clean realclean:
distclean maintainer-clean realclean:
        @rootme=`pwd` ; export rootme ; \
        @rootme=`pwd` ; export rootme ; \
        for dir in . ${SUBDIRS}; do \
        for dir in . ${SUBDIRS}; do \
                if [ "$$dir" = "." ]; then \
                if [ "$$dir" = "." ]; then \
                        true; \
                        true; \
                elif [ -d $$dir ]; then \
                elif [ -d $$dir ]; then \
                        (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) $@); \
                        (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) $@); \
                else true; fi; \
                else true; fi; \
        done
        done
        rm -f Makefile config.cache config.log config.status
        rm -f Makefile config.cache config.log config.status
install:
install:
        @rootme=`pwd` ; export rootme ; \
        @rootme=`pwd` ; export rootme ; \
        for dir in . ${SUBDIRS}; do \
        for dir in . ${SUBDIRS}; do \
                if [ "$$dir" = "." ]; then \
                if [ "$$dir" = "." ]; then \
                        true; \
                        true; \
                elif [ -d $$dir ]; then \
                elif [ -d $$dir ]; then \
                        (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) install); \
                        (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) install); \
                else true; fi; \
                else true; fi; \
        done
        done
installcheck:
installcheck:
        @echo No installcheck target is available yet for the GNU simulators.
        @echo No installcheck target is available yet for the GNU simulators.
installcheck:
installcheck:
# The check target can not use subdir_do, because subdir_do does not
# The check target can not use subdir_do, because subdir_do does not
# use TARGET_FLAGS_TO_PASS.
# use TARGET_FLAGS_TO_PASS.
check: force
check: force
        @if [ -f testsuite/Makefile ]; then \
        @if [ -f testsuite/Makefile ]; then \
          rootme=`pwd`; export rootme; \
          rootme=`pwd`; export rootme; \
          rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
          rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
          cd testsuite; \
          cd testsuite; \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) check; \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) check; \
        else true; fi
        else true; fi
info:
info:
install-info:
install-info:
dvi:
dvi:
###
###
###
###
.NOEXPORT:
.NOEXPORT:
MAKEOVERRIDES=
MAKEOVERRIDES=
.PHONY: check installcheck
.PHONY: check installcheck
check:
check:
installcheck:
installcheck:
TAGS:
TAGS:
force:
force:
Makefile: Makefile.in config.status
Makefile: Makefile.in config.status
        $(SHELL) ./config.status
        $(SHELL) ./config.status
config.status: configure
config.status: configure
        $(SHELL) ./config.status --recheck
        $(SHELL) ./config.status --recheck
# Utility to run autoconf in each directory that uses the common framework.
# Utility to run autoconf in each directory that uses the common framework.
# This is intended to be invoked in $srcdir as
# This is intended to be invoked in $srcdir as
# "make -f Makefile.in autoconf-common".
# "make -f Makefile.in autoconf-common".
.PHONY: autoconf-common
.PHONY: autoconf-common
autoconf-common autoheader-common:
autoconf-common autoheader-common:
        for d in * ; \
        for d in * ; \
        do \
        do \
            if [ -d $$d -a -f $$d/configure.in ] ; \
            if [ -d $$d -a -f $$d/configure.in ] ; \
            then \
            then \
                 echo "Running autoconf in $$d ..." ; \
                 echo "Running autoconf in $$d ..." ; \
                 (cd $$d && autoconf) ; \
                 (cd $$d && autoconf) ; \
                 if [ $@ = autoheader-common ] ; \
                 if [ $@ = autoheader-common ] ; \
                 then \
                 then \
                   echo "Running autoheader in $$d ..." ; \
                   echo "Running autoheader in $$d ..." ; \
                   (cd $$d && autoheader) ; \
                   (cd $$d && autoheader) ; \
                 fi ; \
                 fi ; \
            fi ; \
            fi ; \
        done
        done
autoconf-changelog autoheader-changelog:
autoconf-changelog autoheader-changelog:
        id="`id | sed -e 's/^[^(]*(\([^)]*\).*$$/\1/'`" ; \
        id="`id | sed -e 's/^[^(]*(\([^)]*\).*$$/\1/'`" ; \
        name=`grep "^$$id:" /etc/passwd | cut -f 5 -d ':'` ; \
        name=`grep "^$$id:" /etc/passwd | cut -f 5 -d ':'` ; \
        host="`hostname`" ; \
        host="`hostname`" ; \
        date="`date | sed 's/ [^ ]* \([0-9]*\)$$/ \1/'`" ; \
        date="`date | sed 's/ [^ ]* \([0-9]*\)$$/ \1/'`" ; \
        echo "$$date $$name $$id@$$host" ; \
        echo "$$date $$name $$id@$$host" ; \
        for d in * ; \
        for d in * ; \
        do \
        do \
            if [ -d $$d -a -f $$d/configure.in ] ; \
            if [ -d $$d -a -f $$d/configure.in ] ; \
            then \
            then \
                 echo "Creating new-ChangeLog in $$d ..." ; \
                 echo "Creating new-ChangeLog in $$d ..." ; \
                 ( echo "$$date  $$name  <$$id@$$host>" ; \
                 ( echo "$$date  $$name  <$$id@$$host>" ; \
                   echo "" ; \
                   echo "" ; \
                   echo "       * configure: Regenerated to track ../common/aclocal.m4 changes." ; \
                   echo "       * configure: Regenerated to track ../common/aclocal.m4 changes." ; \
                   if [ $@ = autoheader-changelog ] ; \
                   if [ $@ = autoheader-changelog ] ; \
                   then \
                   then \
                     echo "     * config.in: Ditto." ; \
                     echo "     * config.in: Ditto." ; \
                   fi ; \
                   fi ; \
                   echo "" ; \
                   echo "" ; \
                   cat $$d/ChangeLog \
                   cat $$d/ChangeLog \
                 ) > $$d/new-ChangeLog ; \
                 ) > $$d/new-ChangeLog ; \
            fi ; \
            fi ; \
        done
        done
autoconf-install autoheader-install:
autoconf-install autoheader-install:
        for d in * ; \
        for d in * ; \
        do \
        do \
            if [ -d $$d -a -f $$d/configure.in ] ; \
            if [ -d $$d -a -f $$d/configure.in ] ; \
            then \
            then \
                 echo "Moving $$d/new-ChangeLog to $$d/ChangeLog ..." ; \
                 echo "Moving $$d/new-ChangeLog to $$d/ChangeLog ..." ; \
                 mv $$d/new-ChangeLog $$d/ChangeLog ; \
                 mv $$d/new-ChangeLog $$d/ChangeLog ; \
            fi ; \
            fi ; \
        done
        done
 
 

powered by: WebSVN 2.1.0

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