Re: [ft] Still no luck not including modules

2005-10-24 Thread Werner LEMBERG
The make program reads the `rules.mk' and `mudule.mk' files using wildcards. This means that you have to rename or remove all `.mk' files in the various subdirectories you don't want to compile. And it looks like the Jamfiles are the same way? Jamfiles are only used if you build

Re: [ft] Still no luck not including modules

2005-10-24 Thread Hisashi T Fujinaka
On Mon, 24 Oct 2005, Werner LEMBERG wrote: The make program reads the `rules.mk' and `mudule.mk' files using wildcards. This means that you have to rename or remove all `.mk' files in the various subdirectories you don't want to compile. And it looks like the Jamfiles are the same way?

Re: [ft] Still no luck not including modules

2005-10-24 Thread Werner LEMBERG
Jamfiles are only used if you build FreeType with Jam. `make' ignores them. I was aware of that. I was just wondering if there were differences in the level of support given to make vs. Jam. On Unix, for shared libraries with libtool, you need GNU make. Werner