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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [a29khif/] [Makefile.in] - Rev 39

Go to most recent revision | Compare with Previous | Blame | View Log

# Makefile for newlib/libc/sys/a29khif.
# Copyright (c) 1994 Cygnus Support.
# All rights reserved.
#
# Redistribution and use in source and binary forms are permitted
# provided that the above copyright notice and this paragraph are
# duplicated in all such forms and that any documentation,
# advertising materials, and other materials related to such
# distribution and use acknowledge that the software was developed
# at Cygnus Support, Inc.  Cygnus Support, Inc. may not be used to
# endorse or promote products derived from this software without
# specific prior written permission.
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

srcdir = .

SHELL = /bin/sh

TOP = ../../..
SRCTOP = ../../..
TARGETDOC = ../../targetdep.tex

OFILES= \
                _alloc.o        \
                _close.o        \
                _cycles.o       \
                _exit.o \
                _getpsiz.o      \
                _gettz.o        \
                _ioctl.o        \
                _iostat.o       \
                _iowait.o       \
                _lseek.o        \
                _open.o \
                _query.o        \
                _read.o \
                _setim.o        \
                _settrap.o      \
                _setvec.o       \
                _tmpnam.o       \
                _write.o        \
                alloc.o \
                clock.o \
                getargs.o       \
                getenv.o        \
                read.o  \
                remove.o        \
                rename.o        \
                signal.o        \
                _sbrk.o \
                _fstat.o \
                _isatty.o \
                systime.o       \
                vec.o   \
                kill.o  \
                getpid.o        \
                stubs.o

#### Host, target, and site specific Makefile fragments come in here.
###

all: lib.a crt0.o
lib.a: $(OFILES)
        rm -f $@
        $(AR) $(AR_FLAGS) $@ $(OFILES) 

doc:    

clean mostlyclean:
        rm -f $(OFILES) crt0.o *~ lib.a

distclean maintainer-clean realclean: clean
        rm -f Makefile config.status

Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
        $(SHELL) config.status

# to support SunOS VPATH
_alloc.o: _alloc.s
_close.o: _close.s
_cycles.o: _cycles.s
_exit.o: _exit.s
_getpsiz.o: _getpsiz.s
_gettz.o: _gettz.s
_ioctl.o: _ioctl.s
_iostat.o: _iostat.s
_iowait.o: _iowait.s
_lseek.o: _lseek.s
_open.o: _open.s
_query.o: _query.s
_read.o: _read.s
_setim.o: _setim.s
_settrap.o: _settrap.s
_setvec.o: _setvec.s
_tmpnam.o: _tmpnam.s
_write.o: _write.s
alloc.o: alloc.s
clock.o: clock.s
getargs.o: getargs.s
getenv.o: getenv.s
read.o: read.s
remove.o: remove.s
rename.o: rename.s
signal.o: signal.s
_sbrk.o: _sbrk.s
_fstat.o: _fstat.s
_isatty.o: _isatty.s
systime.o: systime.s
vec.o: vec.s
kill.o: kill.c
getpid.o: getpid.c
stubs.o: stubs.s
crt0.o: crt0.s

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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