OSDN Git Service

2002-01-15 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / libmath / Makefile.am
1 ## Makefile for the math subdirectory of the GNU C++ Standard library.
2 ##
3 ## Copyright (C) 1997-2002 Free Software Foundation, Inc.
4 ##
5 ## This file is part of the libstdc++ version 3 distribution.
6 ## Process this file with automake to produce Makefile.in.
7
8 ## This file is part of the GNU ISO C++ Library.  This library is free
9 ## software; you can redistribute it and/or modify it under the
10 ## terms of the GNU General Public License as published by the
11 ## Free Software Foundation; either version 2, or (at your option)
12 ## any later version.
13
14 ## This library is distributed in the hope that it will be useful,
15 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 ## GNU General Public License for more details.
18
19 ## You should have received a copy of the GNU General Public License along
20 ## with this library; see the file COPYING.  If not, write to the Free
21 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
22 ## USA.
23
24 AUTOMAKE_OPTIONS = 1.3 cygnus
25
26 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
27
28 noinst_LTLIBRARIES = libmath.la
29
30 EXTRA_LONG_DOUBLE_yes = signbitl.c
31
32 EXTRA_DIST = $(EXTRA_LONG_DOUBLE_yes) 
33
34 libmath_la_LIBADD = \
35         @LIBMATHOBJS@ \
36         $(EXTRA_LONG_DOUBLE_$(USE_COMPLEX_LONG_DOUBLE)) 
37
38 libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
39
40 libmath_la_SOURCES = signbit.c signbitf.c stubs.c
41
42 LINK = \
43         $(LIBTOOL) --tag CC --mode=link "$(CCLD)" \
44         $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
45
46 # Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
47 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
48
49 INCLUDES = \
50         $(TOPLEVEL_INCLUDES)