Re: [Sablevm-developer] Where to change the makefile
Brought to you by:
egagnon
From: David P. B. <db...@CS...> - 2003-02-05 04:15:18
|
Hello, Another way is to set some environment variables before calling configure. ex: CPPFLAGS=3D'-DPMC_P6' export CPPFLAGS LDFLAGS=3D'-lpmc' export LDFLAGS Then call ./configure. You can do ./configure --help to see what variables affect compilation. David On Tue, Feb 04, 2003 at 10:07:48PM +0000, Bruno Dufour wrote: > Hi, >=20 > The makefiles get generated from their Makefile.am counterparts when y= ou run=20 > the 'configure' script. The one you are probably looking for is=20 > sablevm-1.0.5/src/libsablevm/Makefile.am=20 >=20 > Cheers, >=20 > --=20 > Bruno Dufour > Sable Research Group > McGill University, Montreal, Canada > bru...@ma... >=20 > On Wednesday 05 February 2003 02:57 am, Dayong Gu wrote: > > Hello, > > In order to use the pmc-lib I need to add oprtion "-DPMC_P6" and to > > link > > libpmc. > > I try to change the Makefile to add them, but it seems the makefile i= s > > automatically regenerate > > while call "build-many". > > Where can I make these changes? > > > > Thank u! > > > > > > Cheers, > > Dayong > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld =3D Something 2 See= ! > > http://www.vasoftware.com > > _______________________________________________ > > Sablevm-developer mailing list > > Sab...@li... > > https://lists.sourceforge.net/lists/listinfo/sablevm-developer >=20 >=20 > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld =3D Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Sablevm-developer mailing list > Sab...@li... > https://lists.sourceforge.net/lists/listinfo/sablevm-developer --=20 --- David B=E9langer Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt |