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)
|
|
|
|
|
2007-02-02 00:33:05 +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 \
|
|
|
|
stdio.c clearerr.c feof.c ferror.c fileno.c fopen.c fclose.c freopen.c \
|
|
|
|
fflush.c fseek.c ftell.c rewind.c fgetpos.c fsetpos.c fread.c fwrite.c \
|
|
|
|
getc.c putc.c fgetc.c fgets.c fputc.c fputs.c ungetc.c \
|
|
|
|
fprintf.c fscanf.c vfprintf.c vfscanf.c \
|
|
|
|
perror.c gets.c getchar.c putchar.c puts.c \
|
|
|
|
printf.c scanf.c vprintf.c vscanf.c \
|
|
|
|
setbuf.c setvbuf.c tmpfile.c \
|
2007-02-02 00:43:45 +08:00
|
|
|
sprintf.c sscanf.c snprintf.c vsscanf.c vsnprintf.c vsprintf.c \
|
2007-02-21 04:58:38 +08:00
|
|
|
remove.c rename.c tmpnam.c \
|
|
|
|
iprintf.c fiprintf.c siprintf.c sniprintf.c viprintf.c vfiprintf.c vsiprintf.c vsniprintf.c \
|
|
|
|
iscanf.c fiscanf.c siscanf.c viscanf.c vfiscanf.c vsiscanf.c
|
2006-08-17 05:39:43 +08:00
|
|
|
|
|
|
|
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
|
|
|
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I ../../..
|
|
|
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
|
|
|
|