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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_6_beta/] [sw/] [i8039emu/] [Makefile] - Rev 292

Compare with Previous | Blame | View Log


CFLAGS = -Wall

.PHONY: all
all: i8039

i8039: i8039.o memory.o main.o 8039dasm.o
        gcc -s -o i8039 main.o i8039.o memory.o 8039dasm.o

i8039.o: i8039.h i8039.c types.h memory.h
        gcc $(CFLAGS) -O -c i8039.c

8039dasm.o: 8039dasm.c
        gcc $(CFLAGS) -O -c 8039dasm.c

memory.o: memory.c memory.h types.h
        gcc $(CFLAGS) -O -c memory.c

main.o: main.c memory.h types.h i8039.h
        gcc $(CFLAGS) -O -c main.c


.PHONY: clean
clean:
        rm -f *.o *~ i8039 log

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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