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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [decstation/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

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