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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_1_beta/] [sw/] [i8039emu/] [Makefile] - Blame information for rev 345

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 49 arniml
 
2
CFLAGS = -Wall
3
 
4
.PHONY: all
5
all: i8039
6
 
7
i8039: i8039.o memory.o main.o 8039dasm.o
8
        gcc -s -o i8039 main.o i8039.o memory.o 8039dasm.o
9
 
10
i8039.o: i8039.h i8039.c types.h memory.h
11
        gcc $(CFLAGS) -O -c i8039.c
12
 
13
8039dasm.o: 8039dasm.c
14
        gcc $(CFLAGS) -O -c 8039dasm.c
15
 
16
memory.o: memory.c memory.h types.h
17
        gcc $(CFLAGS) -O -c memory.c
18
 
19
main.o: main.c memory.h types.h i8039.h
20
        gcc $(CFLAGS) -O -c main.c
21
 
22
 
23
.PHONY: clean
24
clean:
25
        rm -f *.o *~ i8039 log

powered by: WebSVN 2.1.0

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