OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [sys/] [decstation/] [Makefile.am] - Blame information for rev 345

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
## 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
COPYOFILES = \
12
        read.o \
13
        open.o \
14
        _exit.o \
15
        write.o \
16
        lseek.o \
17
        close.o \
18
        sbrk.o \
19
        cerror.o \
20
        fork.o \
21
        isatty.o \
22
        ioctl.o \
23
        getpid.o \
24
        time.o \
25
        kill.o \
26
        wait.o \
27
        execve.o \
28
        gettimeofday.o \
29
        link.o \
30
        unlink.o \
31
        fstat.o \
32
        times.o  \
33
        getrusage.o
34
 
35
lib_a_SOURCES = _main.c
36
lib_a_LIBADD = $(COPYOFILES)
37
 
38
$(COPYOFILES):
39
        ar x /lib/libc.a $(COPYOFILES)
40
 
41
all-local: crt0.o
42
 
43
crt0.o:
44
        cp /lib/crt0.o crt0.o
45
 
46
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
47
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.