From d2b12491df9e4fc6cdaddcd0af9b43b08d821775 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 21 Jun 2026 22:10:44 +0200 Subject: renamed hsrex to terex This will be the SciTECO regular expression engine and we have to fork it permanently. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a4bdb9..c7437fe 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,11 @@ CFLAGS = -Wall -DREGEX_STANDALONE -fPIC -DREG_DEBUG -g LDFLAGS = -shared SRCS = regcomp.c regexec.c regerror.c regfree.c OBJS = $(SRCS:.c=.o) -BINS = libhsrex.so libhsurex.so +BINS = libterex.so libteurex.so all: - make libhsrex.so + make libterex.so rm -f $(OBJS) - make "CFLAGS=$(CFLAGS) -DREGEX_UTF8" libhsurex.so + make "CFLAGS=$(CFLAGS) -DREGEX_UTF8" libteurex.so $(BINS): $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) clean: -- cgit v1.2.3