2015-09-04 13:17:53 -04:00
|
|
|
## Process this file with automake to generate Makefile.in
|
|
|
|
|
2021-12-30 14:26:52 -05:00
|
|
|
AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
2015-09-04 13:17:53 -04:00
|
|
|
|
2021-12-30 14:26:52 -05:00
|
|
|
AM_CCASFLAGS = $(AM_CPPFLAGS)
|
2015-09-04 13:17:53 -04:00
|
|
|
|
|
|
|
noinst_LIBRARIES = lib.a
|
|
|
|
|
|
|
|
lib_a_SOURCES = setjmp.S strlen.S memcpy.S strcmp.S memset.S strcpy.S
|
|
|
|
lib_a_CFLAGS=$(AM_CFLAGS)
|
|
|
|
|
2021-12-30 13:29:02 -05:00
|
|
|
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
|
2015-09-04 13:17:53 -04:00
|
|
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|