gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] Developers installation of Gnu Go


From: Teun Burgers
Subject: Re: [gnugo-devel] Developers installation of Gnu Go
Date: Tue, 23 Oct 2001 21:44:04 +0200

Inge Wallin wrote:
> 
> I have started to work on a graphical front end for Gnu Go and I have
> run into a problem.  I would like to be able to install the header
> files and libraries as well as the binary.  Sure, I could do this
> manually, but i prefer to have a sort of install-devel target in the
> Makefiles.

pkginclude_HEADERS = header.h

will install header.h in $prefix/include/@PACKAGE@,
$prefix/include/gnugo
in our case.

Changing noinst_LIBRARIES to lib_LIBRARIES wil install the library
in $prefix/lib. There is also a pkglib_LIBRARIES. Don't know
exactly what that will do

Teun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]