X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.in;h=70334f3a92e83e91a9d26d071172b6bba0b487d2;hp=893461d313e823e108d504cb4eaead648a9a3964;hb=f69d4aa4609ff3daa71733da1ea0fcd8322ab954;hpb=962f5f857455567d9b56cc17d96eb95608a0222e diff --git a/Makefile.in b/Makefile.in index 893461d..70334f3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,29 +1,22 @@ # Copyright (C) 1995-1998, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.3 1998-09-02 12:41:48 adam Exp $ +# $Id: Makefile.in,v 1.5 1998-10-28 15:09:59 adam Exp $ # Uncomment the lines below to enable mOSI communcation. -#ODEFS=-DUSE_XTIMOSI +#CDEFS=-DUSE_XTIMOSI #RFC1006=rfc1006 #LIBMOSI=../../xtimosi/src/libmosi.a ../lib/librfc.a #XMOSI=xmosi.o -CDEFS=@DEFS@ @ODEFS@ +CDEFS=@DEFS@ # 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 +INCLUDE=-I. -I../z39.50 -I../include + +# The Module below is either asn (the original de/en-coders) +# or z39.50 (the compiled de/en-coders). +MOD=@ASNMODULE@ CC=@CC@ CPP=@CPP@ @@ -62,7 +55,6 @@ dep depend: clean: for i in $(SUBDIR); do (cd $$i; $(MAKE) clean); done - -rm lib/*.a oclean: for i in $(SUBDIR); do (cd $$i; rm -f *.o); done