source: trunk/libs/newlib/src/newlib/libc/machine/cris/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: 822 bytes
Line 
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
7AM_CCASFLAGS = $(INCLUDES)
8
9noinst_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.
14toollib_LIBRARIES = libic.a
15
16lib_a_SOURCES = setjmp.c memcpy.c memset.c memmove.c libcdtor.c
17lib_a_CCASFLAGS=$(AM_CCASFLAGS)
18lib_a_CFLAGS=$(AM_CFLAGS)
19
20libic_a_SOURCES = setjmp.c memcpy.c memset.c memmove.c libcdtor.c
21libic_a_CCASFLAGS=$(AM_CCASFLAGS)
22libic_a_CFLAGS=$(AM_CFLAGS)
23tooldir = $(exec_prefix)/$(host_alias)
24toollibdir = $(tooldir)/lib$(MULTISUBDIR)
25
26ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
27CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
Note: See TracBrowser for help on using the repository browser.