#include "../Mosaic.cf"

#if UseAlloca
DEFINES = -UREGEX_MALLOC
#else
DEFINES = -DREGEX_MALLOC
#endif

SRCS = regex.c
OBJS = regex.o

NormalLibraryObjectRule()
NormalLibraryTarget(regex,$(OBJS))
DependTarget()
