2012-09-26 20:06:50 +00:00
|
|
|
## Process this file with automake to generate Makefile.in
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = cygnus
|
|
|
|
|
|
|
|
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
|
|
|
|
|
|
|
AM_CCASFLAGS = $(INCLUDES)
|
|
|
|
|
|
|
|
noinst_LIBRARIES = lib.a
|
|
|
|
|
2013-01-10 12:44:50 +00:00
|
|
|
lib_a_SOURCES =
|
2014-07-11 09:10:50 +00:00
|
|
|
lib_a_SOURCES += memchr-stub.c
|
|
|
|
lib_a_SOURCES += memchr.S
|
2013-01-10 13:02:19 +00:00
|
|
|
lib_a_SOURCES += memcmp-stub.c
|
|
|
|
lib_a_SOURCES += memcmp.S
|
2013-01-10 12:44:50 +00:00
|
|
|
lib_a_SOURCES += memcpy-stub.c
|
2013-01-10 12:51:13 +00:00
|
|
|
lib_a_SOURCES += memcpy.S
|
2013-01-10 12:54:39 +00:00
|
|
|
lib_a_SOURCES += memmove-stub.c
|
|
|
|
lib_a_SOURCES += memmove.S
|
2013-01-10 12:44:50 +00:00
|
|
|
lib_a_SOURCES += memset-stub.c
|
2013-01-10 12:51:13 +00:00
|
|
|
lib_a_SOURCES += memset.S
|
2016-05-12 16:16:58 +00:00
|
|
|
lib_a_SOURCES += rawmemchr.S
|
|
|
|
lib_a_SOURCES += rawmemchr-stub.c
|
2013-01-10 12:44:50 +00:00
|
|
|
lib_a_SOURCES += setjmp.S
|
2015-01-06 09:57:55 +00:00
|
|
|
lib_a_SOURCES += stpcpy-stub.c
|
|
|
|
lib_a_SOURCES += stpcpy.S
|
2014-06-10 14:04:31 +00:00
|
|
|
lib_a_SOURCES += strchr-stub.c
|
|
|
|
lib_a_SOURCES += strchr.S
|
2014-06-11 10:42:54 +00:00
|
|
|
lib_a_SOURCES += strchrnul-stub.c
|
|
|
|
lib_a_SOURCES += strchrnul.S
|
2013-01-10 12:44:50 +00:00
|
|
|
lib_a_SOURCES += strcmp-stub.c
|
2013-01-10 12:51:13 +00:00
|
|
|
lib_a_SOURCES += strcmp.S
|
2014-11-10 14:57:37 +00:00
|
|
|
lib_a_SOURCES += strcpy-stub.c
|
|
|
|
lib_a_SOURCES += strcpy.S
|
2013-01-10 12:57:11 +00:00
|
|
|
lib_a_SOURCES += strlen-stub.c
|
|
|
|
lib_a_SOURCES += strlen.S
|
2013-01-10 12:51:13 +00:00
|
|
|
lib_a_SOURCES += strncmp-stub.c
|
|
|
|
lib_a_SOURCES += strncmp.S
|
2013-01-10 13:00:40 +00:00
|
|
|
lib_a_SOURCES += strnlen-stub.c
|
|
|
|
lib_a_SOURCES += strnlen.S
|
2014-12-08 15:21:42 +00:00
|
|
|
lib_a_SOURCES += strrchr-stub.c
|
|
|
|
lib_a_SOURCES += strrchr.S
|
2012-09-26 20:06:50 +00:00
|
|
|
|
|
|
|
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
|
|
|
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
|
|
|
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|