1997-10-08 07:07:51 +00:00
|
|
|
#
|
1998-02-19 01:07:56 +00:00
|
|
|
# $Id: Makefile,v 1.4 1998/02/19 01:07:27 gdr-ftp Exp $
|
1997-10-08 07:07:51 +00:00
|
|
|
#
|
|
|
|
|
1998-02-19 01:07:56 +00:00
|
|
|
LIB = c
|
|
|
|
LIBPFX = $(OBJ_DIR)../
|
|
|
|
NO_REZ = true
|
|
|
|
SRCS = regcomp.c regerror.c regexec.c regfree.c
|
1997-10-08 07:07:51 +00:00
|
|
|
|
|
|
|
# I've not bothered to determine what POSIX_MISTAKE means, but 4.4BSD
|
|
|
|
# uses it.
|
1997-11-17 04:13:08 +00:00
|
|
|
CFLAGS += -v -r -DPOSIX_MISTAKE
|
1997-10-08 07:07:51 +00:00
|
|
|
|
1998-02-09 08:45:21 +00:00
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|
1997-10-08 07:07:51 +00:00
|
|
|
|
1998-02-19 01:07:56 +00:00
|
|
|
regcomp.o: cclass.h cname.h regex2.h utils.h
|
|
|
|
regerror.o: utils.h
|
|
|
|
regexec.o: engine.c regex2.h utils.h
|
|
|
|
regfree.o: regex2.h utils.h
|