Regular expression support. Argument passing by name option. New FML
[egate.git] / fml / Makefile
index 882a2c6..64a38f3 100644 (file)
@@ -1,13 +1,13 @@
 # FML interpreter. Europagate, 1995
 #
-# $Id: Makefile,v 1.11 1995/02/23 08:32:03 adam Exp $
+# $Id: Makefile,v 1.12 1995/02/27 09:01:20 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I.
 TPROG1=fmltest
-CFLAGS=-g -Wall -pedantic 
+CFLAGS=-g -Wall -pedantic
 CPP=$(CC) -E
-DEFS=$(INCLUDE)
+DEFS=$(INCLUDE) -DUSE_GNU_REGEX=1
 LIB=../lib/fml.a 
 PO = fmltoken.o fmlmem.o fml.o fmlsym.o fmlrel.o fmlarit.o fmllist.o \
 fmlcall.o fmlcalls.o fmlmarc.o fmlstr.o