OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [machine/] [cris/] [Makefile.am] - Blame information for rev 345

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 = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
AM_CCASFLAGS = $(INCLUDES)
8
 
9
noinst_LIBRARIES = lib.a
10
 
11
# We also make a library with just the useful
12
# machine-but-not-system-specific functions, usable as an add-on
13
# by itself together with e.g. uclibc.
14
toollib_LIBRARIES = libic.a
15
 
16
lib_a_SOURCES = setjmp.c memcpy.c memset.c memmove.c libcdtor.c
17
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
18
lib_a_CFLAGS=$(AM_CFLAGS)
19
 
20
libic_a_SOURCES = setjmp.c memcpy.c memset.c memmove.c libcdtor.c
21
libic_a_CCASFLAGS=$(AM_CCASFLAGS)
22
libic_a_CFLAGS=$(AM_CFLAGS)
23
tooldir = $(exec_prefix)/$(host_alias)
24
toollibdir = $(tooldir)/lib$(MULTISUBDIR)
25
 
26
ACLOCAL_AMFLAGS = -I ../../.. -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.