GNU regex location can be specified.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 1 Mar 1995 14:31:23 +0000 (14:31 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 1 Mar 1995 14:31:23 +0000 (14:31 +0000)
fml/Makefile

index 64a38f3..3826a24 100644 (file)
@@ -1,9 +1,9 @@
 # FML interpreter. Europagate, 1995
 #
-# $Id: Makefile,v 1.12 1995/02/27 09:01:20 adam Exp $
+# $Id: Makefile,v 1.13 1995/03/01 14:31:23 adam Exp $
 
 SHELL=/bin/sh
-INCLUDE=-I../include -I.
+INCLUDE=-I../include -I. $(REGEXINC)
 TPROG1=fmltest
 CFLAGS=-g -Wall -pedantic
 CPP=$(CC) -E
@@ -15,7 +15,7 @@ fmlcall.o fmlcalls.o fmlmarc.o fmlstr.o
 all: $(LIB) $(TPROG1) $(TPROG2)
 
 $(TPROG1): $(TPROG1).o $(LIB) 
-       $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) ../lib/util.a
+       $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) ../lib/util.a $(REGEXOBJ)
 
 $(LIB): $(PO)
        rm -f $(LIB)