OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [rdos/] [Makefile.am] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6
 
7
AM_CCASFLAGS = $(INCLUDES)
8
 
9
noinst_LIBRARIES = lib.a
10
 
11
lib_a_SOURCES = chown.c close.c execve.c fork.c fstat.c getenv.c \
12
        getpid.c gettod.c isatty.c kill.c link.c lseek.c open.c rdoshelp.c \
13
        rdos.S read.c readlink.c sbrk.c stat.c symlink.c times.c unlink.c \
14
        wait.c write.c
15
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
16
lib_a_CFLAGS = $(AM_CFLAGS)
17
 
18
all: crt0.o
19
 
20
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
21
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.