X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=fml%2FMakefile;h=00ee88c1ac430b749e3cdba5f2843112b1051805;hb=c3d25c24fb405af98c6879fa7f5f619ccc895151;hp=e3b2f93f5f18be470e8b027fc55b862aade0ad3f;hpb=43a8f9005c81e2d16940d07482c10f653dec85dc;p=egate.git diff --git a/fml/Makefile b/fml/Makefile index e3b2f93..00ee88c 100644 --- a/fml/Makefile +++ b/fml/Makefile @@ -1,13 +1,13 @@ # FML interpreter. Europagate, 1995 # -# $Id: Makefile,v 1.9 1995/02/22 08:50:48 adam Exp $ +# $Id: Makefile,v 1.14 1995/03/27 12:49:51 adam Exp $ SHELL=/bin/sh -INCLUDE=-I../include -I. +INCLUDE=-I../include -I. $(REGEXINC) 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 @@ -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)