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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [machine/] [or32/] [Makefile.am] - Blame information for rev 183

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

Line No. Rev Author Line
1 183 jeremybenn
# Makefile.am: Automake file for OR32 setjmp
2
 
3
# Copyright (C) 2000, Damjan Lampret
4
# Copyright (C) 2004, Jacob Bower
5
# Copyright (C) 2010, Embecosm Limited 
6
 
7
# Contributor Jeremy Bennett 
8
 
9
# This file is part of Newlib.
10
 
11
# The original work by Jacob Bower is provided as-is without any kind of
12
# warranty. Use it at your own risk!
13
 
14
# All subsequent work is bound by version 3 of the GPL as follows.
15
 
16
# This program is free software; you can redistribute it and/or modify it
17
# under the terms of the GNU General Public License as published by the Free
18
# Software Foundation; either version 3 of the License, or (at your option)
19
# any later version.
20
 
21
# This program is distributed in the hope that it will be useful, but WITHOUT
22
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
23
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
24
# more details.
25
 
26
# You should have received a copy of the GNU General Public License along
27
# with this program.  If not, see .
28
# -----------------------------------------------------------------------------
29 148 jeremybenn
## Process this file with automake to generate Makefile.in
30
 
31 183 jeremybenn
# This is boilerplate.
32 148 jeremybenn
AUTOMAKE_OPTIONS = cygnus
33
 
34
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
35
 
36
AM_CCASFLAGS = $(INCLUDES)
37
 
38
noinst_LIBRARIES = lib.a
39
 
40
lib_a_SOURCES = setjmp.S
41
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
42
lib_a_CFLAGS=$(AM_CFLAGS)
43
 
44
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
45
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.