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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [machine/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
# Copyright (C) 1995,1996 Robert de Bath 
2
# This file is part of the Linux-8086 C library and is distributed
3
# under the GNU Library General Public License.
4
 
5
include ../common.mk
6
 
7
LIBC=../libc.a
8
ASRC=setjmp.S
9
AOBJ=setjmp.o
10
 
11
 
12
OBJ=$(AOBJ)
13
 
14
all: $(LIBC)
15
        #@$(RM) $(OBJ)
16
 
17
$(LIBC): $(LIBC)($(OBJ))
18
 
19
$(LIBC)($(AOBJ)): $(ASRC)
20
        $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
21
        $(AR) $(ARFLAGS) $@ $*.o
22
 
23
clean:
24
        rm -f *.o libc.a

powered by: WebSVN 2.1.0

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