X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=0e03edd0f6406b1a9a1db282eb584dbcd36e0c8a;hb=c74f92579fac45600836ca695a973fd11c1a20db;hp=f191b33aa69f85199f3b5703607ea175a3b0537e;hpb=8d363b42a1805306b5df26aac694a4491d5c9119;p=yaz-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index f191b33..0e03edd 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.11 1999-06-08 13:11:55 adam Exp $ +# $Id: Makefile.in,v 1.12 1999-06-09 09:43:31 adam Exp $ # Uncomment the lines below to enable mOSI communcation. #CDEFS=-DUSE_XTIMOSI @@ -12,7 +12,7 @@ CDEFS=@DEFS@ # Standard include path and original protocol encoders. -INCLUDE=-I. -I../z39.50 -I../include +INCLUDE=-I. -I../include # The Module below is either asn (the original de/en-coders) # or z39.50 (the compiled de/en-coders). @@ -70,6 +70,9 @@ cleanup: distclean: clean cleandepend +comp: + cd z39.50; make comp + cleandepend: for i in $(SUBDIR); do (cd $$i; \ if sed '/^#Depend/q' Makefile.tmp; then \