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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [libgloss/] [Makefile.in] - Diff between revs 158 and 816

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

Rev 158 Rev 816
# Top level makefile for libgloss
# Top level makefile for libgloss
#
#
# Copyright (c) 1995, 1996 Cygnus Support
# Copyright (c) 1995, 1996 Cygnus Support
#
#
# The authors hereby grant permission to use, copy, modify, distribute,
# The authors hereby grant permission to use, copy, modify, distribute,
# and license this software and its documentation for any purpose, provided
# and license this software and its documentation for any purpose, provided
# that existing copyright notices are retained in all copies and that this
# that existing copyright notices are retained in all copies and that this
# notice is included verbatim in any distributions. No written agreement,
# notice is included verbatim in any distributions. No written agreement,
# license, or royalty fee is required for any of the authorized uses.
# license, or royalty fee is required for any of the authorized uses.
# Modifications to this software may be copyrighted by their authors
# Modifications to this software may be copyrighted by their authors
# and need not follow the licensing terms described here, provided that
# and need not follow the licensing terms described here, provided that
# the new terms are clearly indicated on the first page of each file where
# the new terms are clearly indicated on the first page of each file where
# they apply.
# they apply.
#
#
DESTDIR =
DESTDIR =
VPATH = @srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
srcdir = @srcdir@
objdir = .
objdir = .
srcroot = $(srcdir)/../..
srcroot = $(srcdir)/../..
objroot = $(objdir)/../..
objroot = $(objdir)/../..
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@
bindir = @bindir@
bindir = @bindir@
libdir = @libdir@
libdir = @libdir@
tooldir = $(exec_prefix)/$(target_alias)
tooldir = $(exec_prefix)/$(target_alias)
TOP = .
TOP = .
SRCTOP = .
SRCTOP = .
# Multilib support variables.
# Multilib support variables.
# TOP is used instead of MULTI{BUILD,SRC}TOP.
# TOP is used instead of MULTI{BUILD,SRC}TOP.
MULTISRCTOP =
MULTISRCTOP =
MULTIBUILDTOP =
MULTIBUILDTOP =
MULTIDIRS =
MULTIDIRS =
MULTISUBDIR =
MULTISUBDIR =
MULTIDO = true
MULTIDO = true
MULTICLEAN = true
MULTICLEAN = true
INSTALL = @INSTALL@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DATA = @INSTALL_DATA@
SHELL = /bin/sh
SHELL = /bin/sh
CC = @CC@
CC = @CC@
AS = @AS@
AS = @AS@
AR = @AR@
AR = @AR@
LD = @LD@
LD = @LD@
RANLIB = @RANLIB@
RANLIB = @RANLIB@
AR_FLAGS = qv
AR_FLAGS = qv
BISON = bison
BISON = bison
MAKEINFO = makeinfo
MAKEINFO = makeinfo
SUBDIRS = @subdirs@
SUBDIRS = @subdirs@
.NOEXPORT:
.NOEXPORT:
MAKEOVERRIDES=
MAKEOVERRIDES=
# Host specific makefile fragment comes in here.
# Host specific makefile fragment comes in here.
@host_makefile_frag@
@host_makefile_frag@
# These are roughly topologically sorted in order to make porting more
# These are roughly topologically sorted in order to make porting more
# streamlined.
# streamlined.
FLAGS_TO_PASS = \
FLAGS_TO_PASS = \
        "CC=$(CC)" \
        "CC=$(CC)" \
        "CFLAGS=$(CFLAGS)" \
        "CFLAGS=$(CFLAGS)" \
        "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
        "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
        "CCASFLAGS=$(CCASFLAGS)" \
        "CCASFLAGS=$(CCASFLAGS)" \
        "AR=$(AR)" \
        "AR=$(AR)" \
        "RANLIB=$(RANLIB)" \
        "RANLIB=$(RANLIB)" \
        "AR_FLAGS=$(AR_FLAGS)" \
        "AR_FLAGS=$(AR_FLAGS)" \
        "MAKEINFO=$(MAKEINFO)" \
        "MAKEINFO=$(MAKEINFO)" \
        "AS=$(AS)" \
        "AS=$(AS)" \
        "LD=$(LD)" \
        "LD=$(LD)" \
        "CROSS_CFLAGS=$(CROSS_CFLAGS)" \
        "CROSS_CFLAGS=$(CROSS_CFLAGS)" \
        "TARGET_CFLAGS=$(TARGET_CFLAGS)" \
        "TARGET_CFLAGS=$(TARGET_CFLAGS)" \
        "exec_prefix=$(exec_prefix)" \
        "exec_prefix=$(exec_prefix)" \
        "prefix=$(prefix)" \
        "prefix=$(prefix)" \
        "tooldir=$(tooldir)" \
        "tooldir=$(tooldir)" \
        "infodir=$(infodir)" \
        "infodir=$(infodir)" \
        "libdir=$(libdir)" \
        "libdir=$(libdir)" \
        "top_toollibdir=$(toollibdir)" \
        "top_toollibdir=$(toollibdir)" \
        "INSTALL=$(INSTALL)" \
        "INSTALL=$(INSTALL)" \
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
        "INSTALL_DATA=$(INSTALL_DATA)" \
        "INSTALL_DATA=$(INSTALL_DATA)" \
        "DESTDIR=$(DESTDIR)"
        "DESTDIR=$(DESTDIR)"
all: stmp-bsp force
all: stmp-bsp force
        @rootpre=`pwd`/; export rootpre; \
        @rootpre=`pwd`/; export rootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
        $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
stmp-bsp: force
stmp-bsp: force
        @rootpre=`pwd`/; export rootpre; \
        @rootpre=`pwd`/; export rootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        for dir in .. ${SUBDIRS}; do \
        for dir in .. ${SUBDIRS}; do \
          if [ x$$dir != x.. ]; then \
          if [ x$$dir != x.. ]; then \
            if [ -d $$dir ]; then \
            if [ -d $$dir ]; then \
              (cd $$dir; $(MAKE) $(FLAGS_TO_PASS)); \
              (cd $$dir; $(MAKE) $(FLAGS_TO_PASS)); \
            else true; fi; \
            else true; fi; \
          else true; fi; \
          else true; fi; \
        done
        done
install: force
install: force
        @rootpre=`pwd`/; export rootpre; \
        @rootpre=`pwd`/; export rootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        for dir in .. ${SUBDIRS}; do \
        for dir in .. ${SUBDIRS}; do \
          if [ x$$dir != x.. ]; then \
          if [ x$$dir != x.. ]; then \
            if [ -d $$dir ]; then \
            if [ -d $$dir ]; then \
              (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) install); \
              (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) install); \
            else true; fi; \
            else true; fi; \
          else true; fi; \
          else true; fi; \
        done
        done
        @rootpre=`pwd`/; export rootpre; \
        @rootpre=`pwd`/; export rootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
        $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
test: force
test: force
        @rootpre=`pwd`/; export rootpre; \
        @rootpre=`pwd`/; export rootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        for dir in .. ${SUBDIRS}; do \
        for dir in .. ${SUBDIRS}; do \
          if [ x$$dir != x.. ]; then \
          if [ x$$dir != x.. ]; then \
            if [ -d $$dir ]; then \
            if [ -d $$dir ]; then \
              (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) test); \
              (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) test); \
            else true; fi; \
            else true; fi; \
          else true; fi; \
          else true; fi; \
        done
        done
        @rootpre=`pwd`/; export rootpre; \
        @rootpre=`pwd`/; export rootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=test
        $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=test
clean-here:
clean-here:
        -rm -f *~ core *.o a.out xgdb *.x
        -rm -f *~ core *.o a.out xgdb *.x
clean mostlyclean: clean-here
clean mostlyclean: clean-here
        rootpre=`pwd`/; export rootpre; \
        rootpre=`pwd`/; export rootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        $(MAKE) DO=$@ DODIRS="$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do; \
        $(MAKE) DO=$@ DODIRS="$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do; \
        $(MULTICLEAN) multi-clean DO=$@
        $(MULTICLEAN) multi-clean DO=$@
distclean maintainer-clean realclean: clean-here
distclean maintainer-clean realclean: clean-here
        -rm -f Makefile config.cache config.log config.status
        -rm -f Makefile config.cache config.log config.status
        -rm -f *-init.exp site.*
        -rm -f *-init.exp site.*
        -rm -fr *.log summary detail *.sum
        -rm -fr *.log summary detail *.sum
        rootpre=`pwd`/; export rootpre; \
        rootpre=`pwd`/; export rootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        $(MAKE) DO=$@ DODIRS="$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do; \
        $(MAKE) DO=$@ DODIRS="$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do; \
        $(MULTICLEAN) multi-clean DO=$@
        $(MULTICLEAN) multi-clean DO=$@
.PHONY: info install-info clean-info
.PHONY: info install-info clean-info
subdir_do:
subdir_do:
        @rootpre=`pwd`/; export rootpre; \
        @rootpre=`pwd`/; export rootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        for i in .. $(DODIRS); do \
        for i in .. $(DODIRS); do \
          if [ x$$i != x.. ]; then \
          if [ x$$i != x.. ]; then \
            if [ -f ./$$i/Makefile ]; then \
            if [ -f ./$$i/Makefile ]; then \
              if (cd ./$$i; $(MAKE) $(FLAGS_TO_PASS) $(DO)); then \
              if (cd ./$$i; $(MAKE) $(FLAGS_TO_PASS) $(DO)); then \
                true; \
                true; \
              else \
              else \
                exit 1; \
                exit 1; \
              fi; \
              fi; \
            else true; fi; \
            else true; fi; \
          else true; fi; \
          else true; fi; \
        done
        done
info dvi docs:
info dvi docs:
        rootpre=`pwd`/; export rootpre; \
        rootpre=`pwd`/; export rootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        $(MAKE) DO=$@ DODIRS=doc $(FLAGS_TO_PASS) subdir_do
        $(MAKE) DO=$@ DODIRS=doc $(FLAGS_TO_PASS) subdir_do
install-info:
install-info:
        rootpre=`pwd`/; export rootpre; \
        rootpre=`pwd`/; export rootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
        $(MAKE) DO=$@ DODIRS=doc $(FLAGS_TO_PASS) subdir_do
        $(MAKE) DO=$@ DODIRS=doc $(FLAGS_TO_PASS) subdir_do
clean-info:
clean-info:
force:
force:
Makefile: Makefile.in config.status @host_makefile_frag_path@
Makefile: Makefile.in config.status @host_makefile_frag_path@
        $(SHELL) config.status
        $(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.