# The following variables are configurable.
#-----------------------------------#
LOCALCFLAGS :=
LOCALIFLAGS := 
LOCALLFLAGS :=
LOCALSFLAGS :=

TOPDIR = ../..
LIB := ../libregex.a
LINTNAME := regex
SRCS	= regcomp.c regerror.c regexec.c regfree.c match_str.c
OBJS	= $(SRCS:.c=.o)
#-----------------------------------#

# Productions:
#	depend:	create the dependencies
#	all:	make the library
#	saber:	load things for saber
#	tags:	make tags

include $(TOPDIR)/make/GenMakefile
include $(DEPENDENCIES)
include $(TOPDIR)/make/LibMakefile

tags: ../tags
	ln -s ../tags

TAGS: ../TAGS
	ln -s ../TAGS
