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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [sys/] [decstation/] [Makefile.am] - Diff between revs 207 and 520

Only display areas with differences | Details | Blame | View Log

Rev 207 Rev 520
## Process this file with automake to generate Makefile.in
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
AUTOMAKE_OPTIONS = cygnus
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
AM_CCASFLAGS = $(INCLUDES)
AM_CCASFLAGS = $(INCLUDES)
noinst_LIBRARIES = lib.a
noinst_LIBRARIES = lib.a
COPYOFILES = \
COPYOFILES = \
        read.o \
        read.o \
        open.o \
        open.o \
        _exit.o \
        _exit.o \
        write.o \
        write.o \
        lseek.o \
        lseek.o \
        close.o \
        close.o \
        sbrk.o \
        sbrk.o \
        cerror.o \
        cerror.o \
        fork.o \
        fork.o \
        isatty.o \
        isatty.o \
        ioctl.o \
        ioctl.o \
        getpid.o \
        getpid.o \
        time.o \
        time.o \
        kill.o \
        kill.o \
        wait.o \
        wait.o \
        execve.o \
        execve.o \
        gettimeofday.o \
        gettimeofday.o \
        link.o \
        link.o \
        unlink.o \
        unlink.o \
        fstat.o \
        fstat.o \
        times.o  \
        times.o  \
        getrusage.o
        getrusage.o
lib_a_SOURCES = _main.c
lib_a_SOURCES = _main.c
lib_a_LIBADD = $(COPYOFILES)
lib_a_LIBADD = $(COPYOFILES)
$(COPYOFILES):
$(COPYOFILES):
        ar x /lib/libc.a $(COPYOFILES)
        ar x /lib/libc.a $(COPYOFILES)
all-local: crt0.o
all-local: crt0.o
crt0.o:
crt0.o:
        cp /lib/crt0.o crt0.o
        cp /lib/crt0.o crt0.o
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
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.