diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-06-21 22:10:44 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-06-21 22:10:44 +0200 |
| commit | d2b12491df9e4fc6cdaddcd0af9b43b08d821775 (patch) | |
| tree | 84242560cc7189491787075978690a00f89bf9c5 /Makefile | |
| parent | ba7d2c8e48711cf089c35745234d71574bc7ae7f (diff) | |
| download | terex-d2b12491df9e4fc6cdaddcd0af9b43b08d821775.tar.gz | |
renamed hsrex to terex
This will be the SciTECO regular expression engine and we have to fork
it permanently.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |
