X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=a31690c4a0d7288a7fac97f45ce7b3771ed66a1f;hp=15c73233904a9d77fa5eb9627a1d362c7c53dac4;hb=7282236bf8f7f5ed9890f04c2b658397fd333e8b;hpb=4b05ad4607916d50257919cead06b54785c18e29 diff --git a/Makefile.am b/Makefile.am index 15c7323..a31690c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.8 2000-06-19 09:49:35 adam Exp $ +## $Id: Makefile.am,v 1.9 2000-10-02 12:31:43 adam Exp $ AUTOMAKE_OPTIONS = foreign @@ -6,21 +6,9 @@ DIST_SUBDIRS=util odr z39.50 asn ill zutil comstack ccl tab retrieval server lib SUBDIRS = @SUBDIRS_VAR@ -noinst_SCRIPTS = yaz-config SPEC_FILE=$(PACKAGE).spec EXTRA_DIST=$(SPEC_FILE) README LICENSE CHANGELOG TODO windows.txt -yaz-config: Makefile - @rm -f yaz-config - @echo "#!/bin/sh" >yaz-config - @echo "# yaz-config for source tree" >>yaz-config - @echo "YAZVERSION=@VERSION@" >>yaz-config - @echo "YAZBIN=\"`pwd`/bin\"" >>yaz-config - @echo "YAZTAB=\"`pwd`/tab\"" >>yaz-config - @echo "YAZLIB=\"-L`pwd`/lib/.libs -lyaz @LIBS@\"" >>yaz-config - @echo "YAZINC=\"-I`pwd`/include\"" >>yaz-config - chmod +x yaz-config - dist-hook: cd doc; make mkdir $(distdir)/win