X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.in;h=e184e88585ea53d0c8fc0fbf9e0753e188360b28;hp=83cc36f5e63d421d67c7f4bf4e50bca19ac16e50;hb=d205d4870b1d64af05e9d6f6a2223086af4cce9e;hpb=35288d484fe640629398ac8e0c937ced92c75ae0 diff --git a/Makefile.in b/Makefile.in index 83cc36f..e184e88 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1995-1999, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.13 1999-11-30 13:47:10 adam Exp $ +# $Id: Makefile.in,v 1.14 1999-12-16 23:36:19 adam Exp $ # Uncomment the lines below to enable mOSI communcation. #CDEFS=-DUSE_XTIMOSI @@ -14,15 +14,11 @@ CDEFS=@DEFS@ # Standard include path and original protocol encoders. INCLUDE=-I. -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@ SHELL=/bin/sh MAKE=make -SUBDIR=util odr $(MOD) zutil $(RFC1006) ccl comstack client server ztest retrieval lib +SUBDIR=util odr @ASNMODULE@ @ILLMODULE@ zutil $(RFC1006) ccl comstack server retrieval lib client ztest # Add external libraries to the LIBS macro LIBS=@LIBS@