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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libm/] [machine/] [i386/] [Makefile.am] - Blame information for rev 207

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 $(newlib_basedir)/../newlib/libm/common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
AM_CCASFLAGS = $(INCLUDES)
8
 
9
LIB_SOURCES = \
10
        f_atan2.S f_atan2f.S f_exp.c f_expf.c \
11
        f_frexp.S f_frexpf.S f_llrint.c f_llrintf.c f_llrintl.c \
12
        f_log.S f_logf.S f_log10.S f_log10f.S \
13
        f_ldexp.S f_ldexpf.S f_lrint.c f_lrintf.c f_lrintl.c \
14
        f_pow.c f_powf.c f_rint.c f_rintf.c f_rintl.c \
15
        f_tan.S f_tanf.S f_math.h \
16
        i386mach.h
17
 
18
libi386_la_LDFLAGS = -Xcompiler -nostdlib
19
 
20
if USE_LIBTOOL
21
noinst_LTLIBRARIES = libi386.la
22
libi386_la_SOURCES = $(LIB_SOURCES)
23
noinst_DATA = objectlist.awk.in
24
else
25
noinst_LIBRARIES = lib.a
26
lib_a_SOURCES = $(LIB_SOURCES)
27
lib_a_CFLAGS = $(AM_CFLAGS)
28
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
29
noinst_DATA =
30
endif # USE_LIBTOOL
31
 
32
include $(srcdir)/../../../Makefile.shared
33
 
34
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
35
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
36
 

powered by: WebSVN 2.1.0

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