Header files moved to include (used to be z39.50).
[yaz-moved-to-github.git] / Makefile.in
index f191b33..0e03edd 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1995-1999, Index Data 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
 # 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
 
 # Uncomment the lines below to enable mOSI communcation.
 #CDEFS=-DUSE_XTIMOSI
@@ -12,7 +12,7 @@
 CDEFS=@DEFS@
 
 # Standard include path and original protocol encoders.
 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).
 
 # 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
 
 
 distclean: clean cleandepend
 
+comp:
+       cd z39.50; make comp
+
 cleandepend: 
        for i in $(SUBDIR); do (cd $$i; \
                if sed '/^#Depend/q' <Makefile >Makefile.tmp; then \
 cleandepend: 
        for i in $(SUBDIR); do (cd $$i; \
                if sed '/^#Depend/q' <Makefile >Makefile.tmp; then \