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

Subversion Repositories eus100lx

[/] [eus100lx/] [trunk/] [tools/] [cris-boot/] [Makefile] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 freza
# $Id: Makefile,v 1.1.1.1 2006-02-04 03:35:00 freza Exp $
2
 
3
AXIS_USABLE_LIBS = UCLIBC GLIBC
4
include $(AXIS_TOP_DIR)/tools/build/Rules.axis
5
 
6
PROGS=          boot
7
 
8
INSTDIR=        $(prefix)/bin
9
INSTMODE=       0755
10
 
11
SRCS=           boot.c mcs.c
12
OBJS=           boot.o mcs.o
13
 
14
CFLAGS+=        -Wall -Werror
15
 
16
boot: $(OBJS)
17
 
18
all:    $(PROGS)
19
 
20
install:        $(PROGS)
21
        $(INSTALL) -d $(INSTDIR)
22
        $(INSTALL) -m 0755 $(PROGS)     $(prefix)/bin
23
        #$(INSTALL) -m 0644 testled.mcs         $(prefix)/
24
 
25
clean:
26
        rm -rf $(PROGS) *.o
27
 
28
depend:
29
        makedepend -Y -- $(CFLAGS) -- $(SRCS) 2>/dev/null
30
 
31
lo: all
32
        ( cd .. ; ./_upload )

powered by: WebSVN 2.1.0

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