197403Sobrien## Makefile for the math subdirectory of the GNU C++ Standard library.
297403Sobrien##
3132720Skan## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
497403Sobrien## Free Software Foundation, Inc.
597403Sobrien##
697403Sobrien## This file is part of the libstdc++ version 3 distribution.
797403Sobrien## Process this file with automake to produce Makefile.in.
897403Sobrien
997403Sobrien## This file is part of the GNU ISO C++ Library.  This library is free
1097403Sobrien## software; you can redistribute it and/or modify it under the
1197403Sobrien## terms of the GNU General Public License as published by the
1297403Sobrien## Free Software Foundation; either version 2, or (at your option)
1397403Sobrien## any later version.
1497403Sobrien
1597403Sobrien## This library is distributed in the hope that it will be useful,
1697403Sobrien## but WITHOUT ANY WARRANTY; without even the implied warranty of
1797403Sobrien## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1897403Sobrien## GNU General Public License for more details.
1997403Sobrien
2097403Sobrien## You should have received a copy of the GNU General Public License along
2197403Sobrien## with this library; see the file COPYING.  If not, write to the Free
22169691Skan## Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
2397403Sobrien## USA.
2497403Sobrien
25169691Skan# May be used by various substitution variables.
26169691Skangcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
27169691Skan
2897403Sobrienmkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
2997403Sobrien
3097403Sobriennoinst_LTLIBRARIES = libmath.la
3197403Sobrien
32132720Skanlibmath_la_LIBADD = $(LIBMATHOBJS)
3397403Sobrien
3497403Sobrienlibmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
3597403Sobrien
3697403Sobrienlibmath_la_SOURCES = stubs.c
3797403Sobrien
38132720SkanAM_CPPFLAGS = $(CANADIAN_INCLUDES)
3997403Sobrien
40103447Skan# Only compiling "C" sources in this directory.
41117397SkanLIBTOOL = @LIBTOOL@ --tag CC
42