This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Installing header files



I usually put them into a Makerules file in ./config which I include
where needed.

Lars


Olefirenko Alexander wrote:
> 
> >>>>> ">" == Olefirenko Alexander <bofh@rbc.ru> writes:
> 
> >>>> I need to install header files as they are in source tree :
> >>>> src
> >>>> src/config
> >>>> src/parser and so on.
> 
> >>With automake 1.5, use this:
> >>
> >>    nobase_include_HEADERS = src/foo.h src/config/foo.h src/parser/foo.h
> >>
> >>With automake 1.4 use new variables:
> >>
> >>    h1dir = $(includedir)/src
> >>    h1_HEADERS = src/foo.h
> >>    h2dir = $(h1dir)/config
> >>    h2_HEADERS = src/config/foo.h
> 
> >>Tom
> 
> Sorry, but i have Makefile.am in each of . ./src ./src/config and so on.
> So where should i put these variables (automake version 1.4) ?
begin:vcard 
n:von Wedel;Lars
tel;fax:++49 241 8092326
tel;work:++49 241 805240
x-mozilla-html:TRUE
url:http://www.lfpt.rwth-aachen.de/Staff/vonwedel.html
org:RWTH Aachen;Lehrstuhl fuer Prozesstechnik
adr:;;Turmstrasse 46;52056 Aachen;;;
version:2.1
email;internet:vonWedel@lfpt.rwth-aachen.de
end:vcard

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]