Added body-of-text to BIB-1 ANY and the WAIS profile
[yaz-moved-to-github.git] / comstack / Makefile
index c0afde4..9979cc9 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.3 1996-02-05 12:23:41 adam Exp $
+# $Id: Makefile,v 1.5 1996-05-22 08:35:46 adam Exp $
 
 
 LIBDIR=../lib
@@ -12,13 +12,11 @@ LIBDIR=../lib
 SHELL=/bin/sh
 INCLUDE=-I../include -I. -I../../xtimosi/src
 LIBINCLUDE=-L$(LIBDIR) -L../../xtimosi/src
-#CFLAGS=-Wall -pedantic -g
-#CFLAGS=-g
 DEFS=$(INCLUDE) # -DTRACE_TCPIP
 LIB= $(LIBDIR)/libcomstack.a 
 LIBS=$(LIBDIR)/libasn.a $(LIBDIR)/libodr.a $(LIBDIR)/libcomstack.a \
         ../lib/ccl.a $(LIBDIR)/libutil.a $(LIBMOSI)
-PO = comstack.o tcpip.o $(XMOSI)
+PO = comstack.o tcpip.o waislen.o $(XMOSI)
 CPP=$(CC) -E
 #CC=checkergcc
 RANLIB=ranlib