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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libstdc++-v3/] [libmath/] [Makefile.am] - Blame information for rev 17

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 jlechner
## Makefile for the math subdirectory of the GNU C++ Standard library.
2
##
3
## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
4
## Free Software Foundation, Inc.
5
##
6
## This file is part of the libstdc++ version 3 distribution.
7
## Process this file with automake to produce Makefile.in.
8
 
9
## This file is part of the GNU ISO C++ Library.  This library is free
10
## software; you can redistribute it and/or modify it under the
11
## terms of the GNU General Public License as published by the
12
## Free Software Foundation; either version 2, or (at your option)
13
## any later version.
14
 
15
## This library is distributed in the hope that it will be useful,
16
## but WITHOUT ANY WARRANTY; without even the implied warranty of
17
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
## GNU General Public License for more details.
19
 
20
## You should have received a copy of the GNU General Public License along
21
## with this library; see the file COPYING.  If not, write to the Free
22
## Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
23
## USA.
24
 
25
# May be used by various substitution variables.
26
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
27
 
28
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
29
 
30
noinst_LTLIBRARIES = libmath.la
31
 
32
libmath_la_LIBADD = $(LIBMATHOBJS)
33
 
34
libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
35
 
36
libmath_la_SOURCES = stubs.c
37
 
38
AM_CPPFLAGS = $(CANADIAN_INCLUDES)
39
 
40
# Only compiling "C" sources in this directory.
41
LIBTOOL = @LIBTOOL@ --tag CC

powered by: WebSVN 2.1.0

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