]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/libmath/Makefile.am
acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __signbit...
[thirdparty/gcc.git] / libstdc++-v3 / libmath / Makefile.am
CommitLineData
5ce24954
BK
1## Makefile for the math subdirectory of the GNU C++ Standard library.
2##
aefb3380
BK
3## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
4## Free Software Foundation, Inc.
5ce24954
BK
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, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
23## USA.
24
25AUTOMAKE_OPTIONS = 1.3 cygnus
26
ae9dc931
BK
27mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
28
5ce24954
BK
29noinst_LTLIBRARIES = libmath.la
30
34ff0b99 31libmath_la_LIBADD = @LIBMATHOBJS@
5ce24954
BK
32
33libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
34
34ff0b99 35libmath_la_SOURCES = stubs.c
5ce24954 36
ac910395
BK
37LINK = \
38 $(LIBTOOL) --tag CC --mode=link "$(CCLD)" \
39 $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
5ce24954 40
e466dc8a 41# Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
e466dc8a 42TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
e466dc8a 43
5e53dba6 44INCLUDES = \
5e53dba6 45 $(TOPLEVEL_INCLUDES)