X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=fml%2FMakefile;h=28b3b4b9cb050e8aa9b43790ae65b4a254eb4657;hb=8efa8d0416a5c568739f0686bd50af4253667cc6;hp=995fad05a9a1bc40a58dec417dfe53eec3f9637b;hpb=b6aa8af574d8e3408a3cb2678cc8d61038883f82;p=egate.git diff --git a/fml/Makefile b/fml/Makefile index 995fad0..28b3b4b 100644 --- a/fml/Makefile +++ b/fml/Makefile @@ -1,15 +1,15 @@ # FML interpreter. Europagate, 1995 # -# $Id: Makefile,v 1.5 1995/02/10 17:21:44 adam Exp $ +# $Id: Makefile,v 1.7 1995/02/15 17:42:28 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. TPROG1=fmltest CFLAGS=-g -Wall -pedantic DEFS=$(INCLUDE) -LIB=fml.a +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 +fmlcall.o fmlcalls.o fmlmarc.o fmlstr.o CPP=cc -E CC=gcc