Makefile fix
[yaz-moved-to-github.git] / server / Makefile
index f243ebd..824b76e 100644 (file)
@@ -1,22 +1,22 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.14 1995-03-27 15:02:00 quinn Exp $
+# $Id: Makefile,v 1.24 1995-05-30 10:16:09 quinn Exp $
+
+LIBDIR=../lib
+
+#LIBMOSI=../../xtimosi/src/libmosi.a $(LIBDIR)/librfc.a
 
 SHELL=/bin/sh
-INCLUDE=-I../include -I. -I../asn -I../odr -I../yazlib -I../../egate/include\
- -I../../xtimosi/src -I../../alex/include -I../util
-LIBDIR=../../lib
+INCLUDE=-I../include -I. -I../../xtimosi/src
 LIBINCLUDE=-L$(LIBDIR)
 #CFLAGS=-Wall -pedantic -g
 DEFS=$(INCLUDE)
 LIB=$(LIBDIR)/libserver.a 
 LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \
-$(LIBDIR)/libcomstack.a ../../egate/lib/util.a\
-../../xtimosi/src/libmosi.a ../yazlib/rfct.o ../yazlib/makensap.o \
-$(LIBDIR)/libutil.a
-PO = eventl.o seshigh.o statserv.o
-CPP=cc -E
+$(LIBDIR)/libcomstack.a $(LIBMOSI) $(LIBDIR)/libutil.a
+PO = eventl.o seshigh.o statserv.o requestq.o
+CPP=$(CC) -E
 PROG=ztest
 PROGO=ztest.o
 
@@ -42,7 +42,7 @@ clean:
        rm -f *.[oa] test core mon.out gmon.out errlist tst cli $(PROG)
 
 depend: depend2
-:
+
 depend1:
        mv Makefile Makefile.tmp
        sed '/^#Depend/q' <Makefile.tmp >Makefile