X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=fml%2FMakefile;h=00ee88c1ac430b749e3cdba5f2843112b1051805;hb=c3d25c24fb405af98c6879fa7f5f619ccc895151;hp=cbabc9c093c24c102a14cc26827561a5801f5c1a;hpb=71279843f9b6b4ffa29792a3e1073f76259d46c9;p=egate.git diff --git a/fml/Makefile b/fml/Makefile index cbabc9c..00ee88c 100644 --- a/fml/Makefile +++ b/fml/Makefile @@ -1,12 +1,13 @@ # FML interpreter. Europagate, 1995 # -# $Id: Makefile,v 1.8 1995/02/21 12:11:27 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 -DEFS=$(INCLUDE) +#CFLAGS=-g -Wall -pedantic +CPP=$(CC) -E +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 @@ -14,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)