4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-26 09:07:34 +08:00

14 lines
408 B
Makefile
Raw Normal View History

2015-09-04 13:17:53 -04:00
## Process this file with automake to generate Makefile.in
AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
2015-09-04 13:17:53 -04: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)
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. -I ../../../../config
2015-09-04 13:17:53 -04:00
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host