Minor changes.
[egate.git] / fml / Makefile
index 995fad0..5978d46 100644 (file)
@@ -1,18 +1,16 @@
 # FML interpreter. Europagate, 1995
 #
-# $Id: Makefile,v 1.5 1995/02/10 17:21:44 adam Exp $
+# Makefile,v 1.9 1995/02/22 08:50:48 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
-
-CPP=cc -E
-CC=gcc
+fmlcall.o fmlcalls.o fmlmarc.o fmlstr.o
 
 all: $(LIB) $(TPROG1) $(TPROG2)