head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 crc32:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2003.10.21.11.44.18;  author minzkn;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2003.10.21.11.44.18;  author minzkn;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@all: crc32 crc32_asm
	@@echo "Copyright (c) Information Equipment co.,LTD."
	@@echo "Code by JaeHyuk Cho <minzkn@@infoeq.co.kr>"

clean:
	rm crc32 crc32_asm 

crc32: crc32.c
	gcc -s -O2 -Wall -I. -DDEF_USE_ASM=0 -o $@@ crc32.c

crc32_asm: crc32.c
	gcc -s -O2 -Wall -I. -DDEF_USE_ASM=1 -o $@@ crc32.c
@


1.1.1.1
log
@
@
text
@@
