Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « riscv « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7bd1b78602f56b4c275195fd259fda3b152c4869 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to generate Makefile.in

AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(TARGET_CFLAGS)

AM_CCASFLAGS = $(AM_CPPFLAGS)

noinst_LIBRARIES = lib.a

lib_a_SOURCES = memmove.S memmove-stub.c memset.S memcpy-asm.S memcpy.c strlen.c \
	strcpy.c strcmp.S setjmp.S ieeefp.c ffs.c
lib_a_CFLAGS=$(AM_CFLAGS)