FML has been moved to egate repository.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 10 Feb 1995 17:21:44 +0000 (17:21 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 10 Feb 1995 17:21:44 +0000 (17:21 +0000)
fml/Makefile

index aa499a5..995fad0 100644 (file)
@@ -1,9 +1,9 @@
 # FML interpreter. Europagate, 1995
 #
-# $Id: Makefile,v 1.4 1995/02/10 15:50:54 adam Exp $
+# $Id: Makefile,v 1.5 1995/02/10 17:21:44 adam Exp $
 
 SHELL=/bin/sh
-INCLUDE=-I../egate/include -I.
+INCLUDE=-I../include -I.
 TPROG1=fmltest
 CFLAGS=-g -Wall -pedantic 
 DEFS=$(INCLUDE)
@@ -17,7 +17,7 @@ CC=gcc
 all: $(LIB) $(TPROG1) $(TPROG2)
 
 $(TPROG1): $(TPROG1).o $(LIB) 
-       $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) ../egate/lib/util.a
+       $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) ../lib/util.a
 
 $(LIB): $(PO)
        rm -f $(LIB)