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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [sys/] [linux/] [cmath/] [Makefile.am] - Blame information for rev 520

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
INCLUDES = -I$(srcdir)/../include $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
LIB_SOURCES = \
8
        s_cacos.c    s_casinf.c   s_catanh.c   s_ccosh.c   s_clog.c     s_cpowf.c   s_csinh.c   s_ctan.c \
9
        s_cacosf.c   s_casinh.c   s_catanhf.c  s_ccoshf.c  s_clog10.c   s_csinhf.c  s_ctanf.c \
10
        s_cacosh.c   s_casinhf.c  s_clog10f.c  s_cproj.c   s_ctanh.c \
11
        s_cacoshf.c  s_cprojf.c  s_ctanhf.c \
12
        s_cexp.c    s_clogf.c    s_csqrt.c  \
13
        s_catan.c    s_ccos.c     s_cexpf.c   s_csin.c    s_csqrtf.c  \
14
        s_casin.c    s_catanf.c   s_ccosf.c    s_cpow.c     s_csinf.c
15
 
16
libcmath_la_LDFLAGS = -Xcompiler -nostdlib
17
 
18
if USE_LIBTOOL
19
noinst_LTLIBRARIES = libcmath.la
20
libcmath_la_SOURCES = $(LIB_SOURCES)
21
noinst_DATA = objectlist.awk.in
22
else
23
noinst_LIBRARIES = lib.a
24
lib_a_SOURCES = $(LIB_SOURCES)
25
lib_a_CFLAGS = $(AM_CFLAGS)
26
noinst_DATA =
27
endif # USE_LIBTOOL
28
 
29
include $(srcdir)/../../../../Makefile.shared

powered by: WebSVN 2.1.0

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