head	1.1;
branch	1.1.1;
access;
symbols
	rel_1_1:1.1.1.1
	rel_1_0:1.1.1.1
	rel_0_6_1_beta:1.1.1.1
	rel_0_6__beta:1.1.1.1
	rel_0_6_beta:1.1.1.1
	rel_0_5_beta:1.1.1.1
	rel_0_4_beta:1.1.1.1
	rel_0_3_beta:1.1.1.1
	rel_0_2_beta:1.1.1.1
	rel_0_1_beta:1.1.1.1
	import:1.1.1.1
	initial:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2004.04.09.19.20.53;	author arniml;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.04.09.19.20.53;	author arniml;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@
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
@


1.1.1.1
log
@Imported sources
@
text
@@
