X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.in;h=0e03edd0f6406b1a9a1db282eb584dbcd36e0c8a;hp=f191b33aa69f85199f3b5703607ea175a3b0537e;hb=a19243ec18959150a30c63c521fc5b0af860ce18;hpb=a407bd021d8ea49257cf119e409a8c1e94e6fc25;ds=sidebyside 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 \