source: trunk/libs/newlib/src/newlib/libc/machine/aarch64/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.3 KB
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
11lib_a_SOURCES =
12lib_a_SOURCES += memchr-stub.c
13lib_a_SOURCES += memchr.S
14lib_a_SOURCES += memcmp-stub.c
15lib_a_SOURCES += memcmp.S
16lib_a_SOURCES += memcpy-stub.c
17lib_a_SOURCES += memcpy.S
18lib_a_SOURCES += memmove-stub.c
19lib_a_SOURCES += memmove.S
20lib_a_SOURCES += memset-stub.c
21lib_a_SOURCES += memset.S
22lib_a_SOURCES += rawmemchr.S
23lib_a_SOURCES += rawmemchr-stub.c
24lib_a_SOURCES += setjmp.S
25lib_a_SOURCES += stpcpy-stub.c
26lib_a_SOURCES += stpcpy.S
27lib_a_SOURCES += strchr-stub.c
28lib_a_SOURCES += strchr.S
29lib_a_SOURCES += strchrnul-stub.c
30lib_a_SOURCES += strchrnul.S
31lib_a_SOURCES += strcmp-stub.c
32lib_a_SOURCES += strcmp.S
33lib_a_SOURCES += strcpy-stub.c
34lib_a_SOURCES += strcpy.S
35lib_a_SOURCES += strlen-stub.c
36lib_a_SOURCES += strlen.S
37lib_a_SOURCES += strncmp-stub.c
38lib_a_SOURCES += strncmp.S
39lib_a_SOURCES += strnlen-stub.c
40lib_a_SOURCES += strnlen.S
41lib_a_SOURCES += strrchr-stub.c
42lib_a_SOURCES += strrchr.S
43
44lib_a_CCASFLAGS=$(AM_CCASFLAGS)
45lib_a_CFLAGS=$(AM_CFLAGS)
46
47ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
48CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
Note: See TracBrowser for help on using the repository browser.