X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=ff32546e63f5ecd243f62020e8a09f5a8f3ab978;hb=3e506bbbebc55bd870aaf2be4d0014cec0779851;hp=db6b7883a61128862790d8936557ec2903de73ea;hpb=f94999cca65bd3464c1c6db8b5046e0a010b0c7f;p=yaz-moved-to-github.git diff --git a/Makefile b/Makefile index db6b788..ff32546 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1995-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.37 1998-03-31 15:13:19 adam Exp $ +# $Id: Makefile,v 1.39 1998-05-20 13:51:46 adam Exp $ # Uncomment the lines below to enable mOSI communcation. #ODEFS=-DUSE_XTIMOSI @@ -11,18 +11,29 @@ CDEFS=$(ODEFS) -#INCLUDE=-I../z39.50 -I. -I../include -#MOD=z39.50 - +# Standard include path and original protocol encoders. INCLUDE=-I. -I../include MOD=asn +# Uncomment the two lines below if you want to try the ASN.1 compiler +# (yc) for YAZ. Download yc separately and untar it along with YAZ: +# gunzip -c yaz.tar.gz | tar xvf - +# gunzip -c yc.tar.gz | tar xvf - +# cd yaz +# ln -s ../yc/z39.50 +# You must run 'make depend' before 'make'. +#INCLUDE=-I../z39.50 -I. -I../include +#MOD=z39.50 + #CC= SHELL=/bin/sh MAKE=make SUBDIR=$(MOD) util odr $(RFC1006) ccl comstack retrieval client server ztest makelib # Add external libraries to the ELIBS macro ELIBS= +# For Solaris add use: +#ELIBS=-lnsl -lsocket + CONTROL=RANLIB="ranlib" ELIBS="$(ELIBS)" # Installation directories, etc.