From 8a0efa53e44919bcf5ccb1d3353618a82afdf8bc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 17 Feb 2000 19:39:52 +0000 Subject: import newlib-2000-02-17 snapshot --- newlib/libc/sys/sysnec810/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 newlib/libc/sys/sysnec810/Makefile.am (limited to 'newlib/libc/sys/sysnec810/Makefile.am') diff --git a/newlib/libc/sys/sysnec810/Makefile.am b/newlib/libc/sys/sysnec810/Makefile.am new file mode 100644 index 000000000..018895432 --- /dev/null +++ b/newlib/libc/sys/sysnec810/Makefile.am @@ -0,0 +1,14 @@ +## Process this file with automake to generate Makefile.in + +AUTOMAKE_OPTIONS = cygnus + +INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) + +noinst_LIBRARIES = lib.a + +lib_a_SOURCES = io.s write.c sbrk.c misc.c + +all: crt0.o + +ACLOCAL_AMFLAGS = -I ../../.. +CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host -- cgit v1.2.3