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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ucos-ii/] [2.91/] [common/] [Makefile] - Blame information for rev 471

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 471 julius
 
2
# CFLAGS += -DET_DEBUG -DDEBUG
3
 
4
LIB     = common.o
5
 
6
OBJS    = cprintf_r.o ctype.o string.o main.o
7
 
8
all:    $(LIB)
9
 
10
$(LIB): $(OBJS) $(SOBJS)
11
        $(LD) -r -o $@ $(OBJS) $(SOBJS)
12
 
13
#########################################################################
14
 
15
.depend:        Makefile $(OBJS:.o=.c)
16
                $(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@
17
 
18
sinclude .depend
19
 
20
#########################################################################

powered by: WebSVN 2.1.0

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