diff Makefile.gen @ 605:566e6ef41f9d

Initial commit of the highly experimental and unfinished regular expression parsing and matching code + unfinished test harness stuff. Not to be used.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Jan 2020 01:09:00 +0200
parents 3851e00bcd71
children afcaf5e38f56
line wrap: on
line diff
--- a/Makefile.gen	Thu Jan 16 00:49:42 2020 +0200
+++ b/Makefile.gen	Thu Jan 16 01:09:00 2020 +0200
@@ -8,6 +8,7 @@
 CFLAGS += -DTH_USE_INTERNAL_SPRINTF=1
 CFLAGS += -DTH_PRINTF_DEBUG=1
 CFLAGS += -DTH_USE_OPT_ARG=1
+CFLAGS += -DTH_EXPERIMENTAL_REGEX=1
 
 THLIBS  = ./
 
@@ -17,7 +18,7 @@
 THLIBS_A=$(OBJPATH)thlibs.a
 THLIBS_OBJ=th_util.o th_config.o th_string.o th_ioctx.o \
 	th_args.o th_crypto.o th_datastruct.o th_network.o \
-	th_file.o
+	th_file.o th_regex.o
 
 
 TESTS_OBJ=tests.o