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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [sysnecv850/] [Makefile.in] - Blame information for rev 39

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

Line No. Rev Author Line
1 39 lampret
# Makefile for newlib/libc/sys/sysnecv850.
2
# Copyright (c) 1996 Cygnus Support.
3
# All rights reserved.
4
#
5
# Redistribution and use in source and binary forms are permitted
6
# provided that the above copyright notice and this paragraph are
7
# duplicated in all such forms and that any documentation,
8
# advertising materials, and other materials related to such
9
# distribution and use acknowledge that the software was developed
10
# at Cygnus Support, Inc.  Cygnus Support, Inc. may not be used to
11
# endorse or promote products derived from this software without
12
# specific prior written permission.
13
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16
 
17
srcdir = .
18
 
19
SHELL = /bin/sh
20
 
21
TOP = ../../..
22
SRCTOP = ../../..
23
TARGETDOC = ../../targetdep.tex
24
 
25
OFILES= _exit.o access.o chmod.o chown.o close.o creat.o crt1.o \
26
        execv.o execve.o fork.o fstat.o getpid.o isatty.o \
27
        kill.o lseek.o open.o pipe.o read.o link.o \
28
        sbrk.o stat.o time.o trap.o unlink.o utime.o wait.o write.o \
29
        times.o gettime.o
30
 
31
all: lib.a crt0.o
32
lib.a: $(OFILES)
33
        rm -f $@
34
        $(AR) $(AR_FLAGS) $@ $(OFILES)
35
 
36
doc:
37
 
38
clean mostlyclean:
39
        $(RM) $(OFILES) crt0.o *~ lib.a
40
 
41
distclean maintainer-clean realclean: clean
42
        rm -f Makefile config.status
43
 
44
Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
45
        $(SHELL) config.status
46
 
47
.c.o:
48
        $(CC) $(CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) $(NEWLIB_CFLAGS) $(INCLUDES) -c $<
49
 
50
crt0.o: crt0.S
51
        $(CC) $(CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) $(NEWLIB_CFLAGS) $(INCLUDES) -c $<
52
 
53
trap.o: trap.S
54
        $(CC) $(CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) $(NEWLIB_CFLAGS) $(INCLUDES) -c $<

powered by: WebSVN 2.1.0

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