source: trunk/libs/newlib/src/newlib/libc/machine/arc/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: 864 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
7noinst_LIBRARIES = lib.a
8
9lib_a_SOURCES =                 \
10        memcmp.S                \
11        memcmp-bs-norm.S        \
12        memcmp-stub.c           \
13        memcpy.S                \
14        memcpy-archs.S          \
15        memcpy-bs.S             \
16        memcpy-stub.c           \
17        memset.S                \
18        memset-archs.S          \
19        memset-bs.S             \
20        memset-stub.c           \
21        setjmp.S                \
22        strchr.S                \
23        strchr-bs.S             \
24        strchr-bs-norm.S        \
25        strchr-stub.c           \
26        strcmp.S                \
27        strcmp-archs.S          \
28        strcmp-stub.c           \
29        strcpy.S                \
30        strcpy-bs.S             \
31        strcpy-bs-arc600.S      \
32        strcpy-stub.c           \
33        strlen.S                \
34        strlen-bs.S             \
35        strlen-bs-norm.S        \
36        strlen-stub.c           \
37        strncpy.S               \
38        strncpy-stub.c          \
39        strncpy-bs.S
40
41lib_a_CCASFLAGS=$(AM_CCASFLAGS)
42lib_a_CFLAGS = $(AM_CFLAGS)
43
44ACLOCAL_AMFLAGS = -I ../../..
45CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
46
47pdf:
48install-pdf:
Note: See TracBrowser for help on using the repository browser.