URL
https://opencores.org/ocsvn/tv80/tv80/trunk
[/] [tv80/] [trunk/] [tests/] [Makefile] - Diff between revs 84 and 89
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 84 |
Rev 89 |
Line 13... |
Line 13... |
%.vmem : %.ihx
|
%.vmem : %.ihx
|
$(IHEX2MEM) $^ $@
|
$(IHEX2MEM) $^ $@
|
|
|
%.ihx : %.c
|
%.ihx : %.c
|
$(CC) $^
|
$(CC) $^
|
|
rm -f $*.asm
|
|
|
%.o : %.asm
|
%.o : %.asm
|
$(AS) -o $*.o $^
|
$(AS) -l -o $*.o $^
|
|
|
%.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
|
|
|
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
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.