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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libm/] [machine/] [i386/] [Makefile.am] - Blame information for rev 1010

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
## 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
LIB_SOURCES = \
8
        f_atan2.S f_atan2f.S f_exp.c f_expf.c \
9
        f_frexp.S f_frexpf.S f_log.S f_logf.S f_log10.S f_log10f.S \
10
        f_ldexp.S f_ldexpf.S f_pow.c f_powf.c f_tan.S f_tanf.S f_math.h i386mach.h
11
 
12
libi386_la_LDFLAGS = -Xcompiler -nostdlib
13
 
14
if USE_LIBTOOL
15
noinst_LTLIBRARIES = libi386.la
16
libi386_la_SOURCES = $(LIB_SOURCES)
17
noinst_DATA = objectlist.awk.in
18
else
19
noinst_LIBRARIES = lib.a
20
lib_a_SOURCES = $(LIB_SOURCES)
21
noinst_DATA =
22
endif # USE_LIBTOOL
23
 
24
include $(srcdir)/../../../Makefile.shared
25
 
26
ACLOCAL_AMFLAGS = -I ../../..
27
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host

powered by: WebSVN 2.1.0

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