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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [apps/] [testfloat/] [Makefile] - Blame information for rev 397

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 349 julius
 
2
common_testfloat_sources = fail.c               \
3
                        random.c        \
4
                        writeHex.c      \
5
                        softfloat.c     \
6
                        testCases.c     \
7
                        testLoops.c
8
 
9
testsoftfloat_SOURCES    = slowfloat.c  \
10
                        testsoftfloat.c
11
 
12
testfloat_SOURCES    =  systmodes.c     \
13
                        systflags.c     \
14
                        systfloat.S     \
15
                        testFunction.c  \
16
                        testfloat.c
17
 
18
ELF_DEPENDS= $(common_testfloat_sources) $(testfloat_SOURCES)
19
 
20 397 julius
SW_ROOT=../..
21 349 julius
 
22 397 julius
include $(SW_ROOT)/Makefile.inc
23 349 julius
 
24 397 julius
 
25 349 julius
#testfloat.elf:
26
#       $(Q)$(OR32_CC) $^ -o $@
27
 
28
 
29
%.dis: %.elf
30
        $(Q)$(OR32_OBJDUMP) -d $< > $@
31
 
32
%.bin: %.elf
33
        $(Q)$(OR32_OBJCOPY) -O binary $< $@
34
 
35
clean:
36
        $(Q)rm -f *.bin *.vmem *.flashin *.dis
37
 

powered by: WebSVN 2.1.0

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