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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [sparc/] [prom/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1624 jcastillo
# $Id: Makefile,v 1.1 2005-12-20 09:49:32 jcastillo Exp $
2
# Makefile for the Sun Boot PROM interface library under
3
# Linux.
4
#
5
# Note! Dependencies are done automagically by 'make dep', which also
6
# removes any old dependencies. DON'T put your own dependencies here
7
# unless it's something special (ie not a .c file).
8
#
9
# Note 2! The CFLAGS definitions are now in the main makefile...
10
 
11
OBJS  = bootstr.o devmap.o devops.o init.o memory.o misc.o mp.o \
12
        palloc.o ranges.o segment.o tree.o console.o printf.o
13
 
14
all: promlib.a
15
 
16
promlib.a: $(OBJS)
17
        $(AR) rcs promlib.a $(OBJS)
18
        sync
19
 
20
dep:
21
        $(CPP) -M *.c > .depend
22
 
23
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

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