[Lazarus] Parser
Henry Vermaak
henry.vermaak at gmail.com
Thu Jul 1 11:21:46 CEST 2010
On 01/07/10 10:14, Florian Klaempfl wrote:
> Henry Vermaak schrieb:
>> On 01/07/10 09:57, Marco van de Voort wrote:
>>>
>>> Yes, and this is why gcc and most other C compilers have a totally manual
>>> build systems, where you have to manually specify depedancies, so the
>>> compiler can figure out what to recompile.
>>
>> I just use gcc -MMD in my Makefiles, which generates the dependencies
>> for me.
>
> This works for your headers if you take care of them and it already
> breaks if you mess with conditional #includes (which must be covered by
> a fully automated solution).
Sure, Makefiles start to look horrible after a very short time, it's a
problem, and autotools scare me.
Which reminds me, how is fpmake coming along? Can fpc be built with it,
yet?
Henry
More information about the Lazarus
mailing list