2006-08-17 05:39:43 +08:00
|
|
|
## Process this file with automake to generate Makefile.in
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = cygnus
|
|
|
|
|
|
|
|
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
|
|
|
|
|
|
|
noinst_LIBRARIES = lib.a
|
|
|
|
|
|
|
|
AM_CCASFLAGS = $(INCLUDES)
|
|
|
|
|
2006-12-19 04:39:02 +08:00
|
|
|
lib_a_SOURCES = setjmp.S memcpy.c memmove.c memset.c strcat.c strchr.c strcmp.c strcpy.c strcspn.c strlen.c strncat.c strncmp.c strncpy.c strpbrk.c strrchr.c strspn.c strxfrm.c printf.c perror.c putchar.c puts.c vsnprintf.c vprintf.c vsprintf.c
|
2006-08-17 05:39:43 +08:00
|
|
|
|
|
|
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
|
|
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I ../../..
|
|
|
|
AM_CFLAGS = -I $(srcdir)/../../stdio -I $(srcdir)/../../stdlib
|
|
|
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
|
|
|
|