head	1.2;
access;
symbols
	start:1.1.1.1 igrus:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.07.07.09.15.37;	author aso;	state dead;
branches;
next	1.1;

1.1
date	2002.07.07.09.05.40;	author aso;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.07.07.09.05.40;	author aso;	state Exp;
branches;
next	;


desc
@@


1.2
log
@*** empty log message ***
@
text
@CFLAGS = -Wall -ggdb -DHG_RE_DEBUG
CC = gcc
all:
	$(CC) $(CFLAGS) -c hg_regexp.c
	$(CC) $(CFLAGS) -c hg_exp1.c
	cd han_libc ; $(MAKE)
	ar rcs ../hg_regexp.a hg_regexp.o han_libc/han_lib.o
	$(CC) $(CFLAGS) -o ../hg_regexp hg_exp1.o ../hg_regexp.a
clean:
	cd han_libc ; $(MAKE) clean
	rm -rf *.o
	rm -rf *.a
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@
@
text
@@
