automake
[Top][All Lists]
Advanced

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

Re: Install question


From: Tom Tromey
Subject: Re: Install question
Date: 22 Jan 2002 12:00:49 -0700

>>>>> "Patrick" == Patrick Guio <address@hidden> writes:

Patrick> Which variableshall I use in each Makefile.am?
Patrick> nobase_include_HEADERS ?  include_HEADERS ? or something
Patrick> else?

There are two basic ways to approach this.

One way is to put everything in the top-level Makefile.am:

    nobase_include_HEADERS = include1/foo.h include2/sub/bar.h ...

Another way is to have a Makefile.am in each directory along with
local install macros:

 include1/Makefile.am:

    inc1dir = $(includedir)/include1
    inc1_HEADERS = foo.h

Tom



reply via email to

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