Subject: Re: buildlink3 extra environment
To: John R. Shannon <john@johnrshannon.com>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-pkg
Date: 02/27/2004 14:55:58
On Fri, 27 Feb 2004, John R. Shannon wrote:
> The answer is that I'm working on an Ada compiler. As I understand it, a pkg
> written in Ada would .include the Ada compiler's buildlink3.mk file to use
> the Ada compiler. I need to define ADA_OBJECT_PATH and ADA_INCLUDE_PATH for
> all users of the compiler.

I don't understand a lot about buildlink, but why not put

	CONFIGURE_ENV+=	ADA_OBJECT_PATH=...
	CONFIGURE_ENV+= ADA_INCLUDE_PATH=...
	MAKE_ENV+= ADA_OBJECT_PATH=...
	MAKE_ENV+= ADA_INCLUDE_PATH=...

into the buildlink file?


 - Hubert

-- 
Hubert Feyrer <hubert@feyrer.de>