X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=30368c3337c8747bbf2802249fe0646b2a3c15ff;hp=18c317ca2eeda0f4f15fc6313f7f61a6d28d1d30;hb=4519f45627820ab5acbb40400fc3667b08c140d3;hpb=bed56a5a945178d0b0ed76601753770fb581504f diff --git a/Makefile b/Makefile index 18c317c..30368c3 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.38 1998-04-02 14:33:29 adam Exp $ +# $Id: Makefile,v 1.40 1998-06-02 10:23:07 adam Exp $ # Uncomment the lines below to enable mOSI communcation. #ODEFS=-DUSE_XTIMOSI @@ -11,19 +11,27 @@ 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: +# For Solaris use: #ELIBS=-lnsl -lsocket CONTROL=RANLIB="ranlib" ELIBS="$(ELIBS)"