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

Subversion Repositories tv80

[/] [tv80/] [trunk/] [tests/] [Makefile] - Diff between revs 89 and 95

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 89 Rev 95
Line 18... Line 18...
        rm -f $*.asm
        rm -f $*.asm
 
 
%.o   : %.asm
%.o   : %.asm
        $(AS) -l -o $*.o $^
        $(AS) -l -o $*.o $^
 
 
 
#hello.ihx : hello.c bintr_crt0.o
 
#       $(CC) $^ --no-std-crt0 bintr_crt0.o
 
otir.ihx : otir.o
 
        $(CC) --no-std-crt0 $^
 
 
%.ihx : %.o
%.ihx : %.o
        #$(LD) $(LINK_OPTIONS) $(AS_LINK_OPTIONS) -i $* $^ -e
        #$(LD) $(LINK_OPTIONS) $(AS_LINK_OPTIONS) -i $* $^ -e
        $(CC) $^ --no-std-crt0 bintr_crt0.o
        $(CC) $^
 
 
bintr.ihx : bintr.c bintr_crt0.o
bintr.ihx : bintr.c bintr_crt0.o
        $(CC) --no-std-crt0 bintr.c bintr_crt0.o
        $(CC) --no-std-crt0 bintr.c bintr_crt0.o
 
 
rc4.o : rc4.c
rc4.o : rc4.c

powered by: WebSVN 2.1.0

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