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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [libstdc++-v3/] [Makefile.am] - Diff between revs 742 and 783

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

Rev 742 Rev 783
## Makefile for the toplevel directory of the GNU C++ Standard library.
## Makefile for the toplevel directory of the GNU C++ Standard library.
##
##
## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2008, 2009, 2010,
## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2008, 2009, 2010,
## 2012 Free Software Foundation, Inc.
## 2012 Free Software Foundation, Inc.
##
##
## This file is part of the libstdc++ version 3 distribution.
## This file is part of the libstdc++ version 3 distribution.
## Process this file with automake to produce Makefile.in.
## Process this file with automake to produce Makefile.in.
## This file is part of the GNU ISO C++ Library.  This library is free
## This file is part of the GNU ISO C++ Library.  This library is free
## software; you can redistribute it and/or modify it under the
## software; you can redistribute it and/or modify it under the
## terms of the GNU General Public License as published by the
## terms of the GNU General Public License as published by the
## Free Software Foundation; either version 3, or (at your option)
## Free Software Foundation; either version 3, or (at your option)
## any later version.
## any later version.
## This library is distributed in the hope that it will be useful,
## This library 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 along
## You should have received a copy of the GNU General Public License along
## with this library; see the file COPYING3.  If not see
## with this library; see the file COPYING3.  If not see
## .
## .
include $(top_srcdir)/fragment.am
include $(top_srcdir)/fragment.am
if GLIBCXX_HOSTED
if GLIBCXX_HOSTED
  hosted_source = src doc po testsuite
  hosted_source = src doc po testsuite
endif
endif
## Keep this list sync'd with acinclude.m4:GLIBCXX_CONFIGURE.
## Keep this list sync'd with acinclude.m4:GLIBCXX_CONFIGURE.
## Note that python must come after src.
## Note that python must come after src.
SUBDIRS = include libsupc++ $(hosted_source) python
SUBDIRS = include libsupc++ $(hosted_source) python
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
# Testsuite/check forwarding targets.
# Testsuite/check forwarding targets.
check-%:
check-%:
        cd testsuite && $(MAKE) $@
        cd testsuite && $(MAKE) $@
# Documentation forwarding targets.
# Documentation forwarding targets.
doc-%:
doc-%:
        cd doc && $(MAKE) $@
        cd doc && $(MAKE) $@
# Documentation conditionals for output.
# Documentation conditionals for output.
if BUILD_XML
if BUILD_XML
STAMP_XML = doc-xml
STAMP_XML = doc-xml
STAMP_INSTALL_XML = doc-install-xml
STAMP_INSTALL_XML = doc-install-xml
else
else
STAMP_XML =
STAMP_XML =
STAMP_INSTALL_XML =
STAMP_INSTALL_XML =
endif
endif
if BUILD_HTML
if BUILD_HTML
STAMP_HTML = doc-html
STAMP_HTML = doc-html
STAMP_INSTALL_HTML = doc-install-html
STAMP_INSTALL_HTML = doc-install-html
else
else
STAMP_HTML =
STAMP_HTML =
STAMP_INSTALL_HTML =
STAMP_INSTALL_HTML =
endif
endif
if BUILD_MAN
if BUILD_MAN
STAMP_MAN = doc-man
STAMP_MAN = doc-man
STAMP_INSTALL_MAN = doc-install-man
STAMP_INSTALL_MAN = doc-install-man
else
else
STAMP_MAN =
STAMP_MAN =
STAMP_INSTALL_MAN =
STAMP_INSTALL_MAN =
endif
endif
if BUILD_PDF
if BUILD_PDF
STAMP_PDF = doc-pdf
STAMP_PDF = doc-pdf
STAMP_INSTALL_PDF = doc-install-pdf
STAMP_INSTALL_PDF = doc-install-pdf
else
else
STAMP_PDF =
STAMP_PDF =
STAMP_INSTALL_PDF =
STAMP_INSTALL_PDF =
endif
endif
if BUILD_EPUB
if BUILD_EPUB
STAMP_EPUB = doc-epub
STAMP_EPUB = doc-epub
STAMP_INSTALL_EPUB = doc-install-epub
STAMP_INSTALL_EPUB = doc-install-epub
else
else
STAMP_EPUB = doc-epub
STAMP_EPUB = doc-epub
STAMP_INSTALL_EPUB = doc-install-epub
STAMP_INSTALL_EPUB = doc-install-epub
endif
endif
# Documentation primary rules.
# Documentation primary rules.
#
#
# xml:
# xml:
# html:
# html:
# pdf:
# pdf:
# man:
# man:
# info:
# info:
# ps:
# ps:
# dvi:
# dvi:
# epub:
# epub:
# install-xml:
# install-xml:
# install-html:
# install-html:
# install-pdf:
# install-pdf:
# install-man:
# install-man:
# install-info:
# install-info:
# install-ps:
# install-ps:
# install-dvi:
# install-dvi:
# install-epub:
# install-epub:
xml: $(STAMP_XML)
xml: $(STAMP_XML)
install-xml: $(STAMP_INSTALL_XML)
install-xml: $(STAMP_INSTALL_XML)
html: $(STAMP_HTML)
html: $(STAMP_HTML)
install-html: $(STAMP_INSTALL_HTML)
install-html: $(STAMP_INSTALL_HTML)
man: $(STAMP_MAN)
man: $(STAMP_MAN)
install-man: $(STAMP_INSTALL_MAN)
install-man: $(STAMP_INSTALL_MAN)
pdf: $(STAMP_PDF)
pdf: $(STAMP_PDF)
install-pdf: $(STAMP_INSTALL_PDF)
install-pdf: $(STAMP_INSTALL_PDF)
epub: $(STAMP_EPUB)
epub: $(STAMP_EPUB)
install-epub: $(STAMP_INSTALL_EPUB)
install-epub: $(STAMP_INSTALL_EPUB)
info:
info:
install-info:
install-info:
ps:
ps:
install-ps:
install-ps:
dvi:
dvi:
install-dvi:
install-dvi:
# Multilib support.
# Multilib support.
MAKEOVERRIDES=
MAKEOVERRIDES=
# All the machinations with string instantiations messes up the
# All the machinations with string instantiations messes up the
# automake-generated TAGS rule. Make a simple one here.
# automake-generated TAGS rule. Make a simple one here.
TAGS: tags-recursive $(LISP)
TAGS: tags-recursive $(LISP)
# Work around what appears to be a GNU make bug handling MAKEFLAGS
# Work around what appears to be a GNU make bug handling MAKEFLAGS
# values defined in terms of make variables, as is the case for CC and
# values defined in terms of make variables, as is the case for CC and
# friends when we are called from the top level Makefile.
# friends when we are called from the top level Makefile.
AM_MAKEFLAGS = \
AM_MAKEFLAGS = \
        "AR_FLAGS=$(AR_FLAGS)" \
        "AR_FLAGS=$(AR_FLAGS)" \
        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
        "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
        "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
        "CFLAGS=$(CFLAGS)" \
        "CFLAGS=$(CFLAGS)" \
        "CXXFLAGS=$(CXXFLAGS)" \
        "CXXFLAGS=$(CXXFLAGS)" \
        "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
        "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
        "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
        "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
        "INSTALL=$(INSTALL)" \
        "INSTALL=$(INSTALL)" \
        "INSTALL_DATA=$(INSTALL_DATA)" \
        "INSTALL_DATA=$(INSTALL_DATA)" \
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
        "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
        "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
        "LDFLAGS=$(LDFLAGS)" \
        "LDFLAGS=$(LDFLAGS)" \
        "LIBCFLAGS=$(LIBCFLAGS)" \
        "LIBCFLAGS=$(LIBCFLAGS)" \
        "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
        "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
        "MAKE=$(MAKE)" \
        "MAKE=$(MAKE)" \
        "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
        "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
        "PICFLAG=$(PICFLAG)" \
        "PICFLAG=$(PICFLAG)" \
        "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
        "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
        "SHELL=$(SHELL)" \
        "SHELL=$(SHELL)" \
        "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
        "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
        "exec_prefix=$(exec_prefix)" \
        "exec_prefix=$(exec_prefix)" \
        "infodir=$(infodir)" \
        "infodir=$(infodir)" \
        "libdir=$(libdir)" \
        "libdir=$(libdir)" \
        "includedir=$(includedir)" \
        "includedir=$(includedir)" \
        "prefix=$(prefix)" \
        "prefix=$(prefix)" \
        "tooldir=$(tooldir)" \
        "tooldir=$(tooldir)" \
        "gxx_include_dir=$(gxx_include_dir)" \
        "gxx_include_dir=$(gxx_include_dir)" \
        "AR=$(AR)" \
        "AR=$(AR)" \
        "AS=$(AS)" \
        "AS=$(AS)" \
        "LD=$(LD)" \
        "LD=$(LD)" \
        "RANLIB=$(RANLIB)" \
        "RANLIB=$(RANLIB)" \
        "NM=$(NM)" \
        "NM=$(NM)" \
        "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
        "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
        "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
        "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
        "DESTDIR=$(DESTDIR)" \
        "DESTDIR=$(DESTDIR)" \
        "WERROR=$(WERROR)"
        "WERROR=$(WERROR)"
# Subdir rules rely on $(FLAGS_TO_PASS)
# Subdir rules rely on $(FLAGS_TO_PASS)
FLAGS_TO_PASS = $(AM_MAKEFLAGS)
FLAGS_TO_PASS = $(AM_MAKEFLAGS)
 
 

powered by: WebSVN 2.1.0

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