X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=fml%2FMakefile;h=882a2c64721d6fab6e4512e04696586ee351d11d;hb=8467171ebdb5f018740de8d82149c8ccc53d2815;hp=87c77d8a7f2864c1213d9a6d6eebf7fc32b2ee09;hpb=3d645ef1f92e9cbacce6d9b9e7cfe739c8fe6b39;p=egate.git diff --git a/fml/Makefile b/fml/Makefile index 87c77d8..882a2c6 100644 --- a/fml/Makefile +++ b/fml/Makefile @@ -1,19 +1,17 @@ # FML interpreter. Europagate, 1995 # -# $Id: Makefile,v 1.6 1995/02/10 18:15:51 adam Exp $ +# $Id: Makefile,v 1.11 1995/02/23 08:32:03 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. TPROG1=fmltest CFLAGS=-g -Wall -pedantic +CPP=$(CC) -E 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 fmlstr.o -CPP=cc -E -CC=gcc - all: $(LIB) $(TPROG1) $(TPROG2) $(TPROG1): $(TPROG1).o $(LIB)