source: trunk/libs/newlib/src/newlib/libc/machine/msp430/Makefile.am @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 1.1 KB
Line 
1# Copyright (c) 2013 Red Hat, Inc. All rights reserved.
2#
3# This copyrighted material is made available to anyone wishing to use,
4# modify, copy, or redistribute it subject to the terms and conditions
5# of the BSD License.   This program is distributed in the hope that
6# it will be useful, but WITHOUT ANY WARRANTY expressed or implied,
7# including the implied warranties of MERCHANTABILITY or FITNESS FOR
8# A PARTICULAR PURPOSE.  A copy of this license is available at
9# http://www.opensource.org/licenses. Any Red Hat trademarks that are
10# incorporated in the source code or documentation are not subject to
11# the BSD License and may only be used or replicated with the express
12# permission of Red Hat, Inc.
13
14## Process this file with automake to generate Makefile.in
15
16AUTOMAKE_OPTIONS = cygnus
17
18INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
19
20AM_CCASFLAGS = $(INCLUDES)
21
22noinst_LIBRARIES = lib.a
23
24lib_a_SOURCES = setjmp.S
25lib_a_CCASFLAGS=$(AM_CCASFLAGS)
26lib_a_CFLAGS=$(AM_CFLAGS)
27
28ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
29CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
Note: See TracBrowser for help on using the repository browser.