POV-Ray : Newsgroups : povray.off-topic : Unix shell : Re: Unix shell Server Time
3 Sep 2024 17:14:56 EDT (-0400)
  Re: Unix shell  
From: Darren New
Date: 27 Jan 2011 18:45:39
Message: <4d4203a3$1@news.povray.org>
Warp wrote:
> Darren New <dne### [at] sanrrcom> wrote:
>> Actually, the primary problem with makefiles is actually C's bizarre 
>> #include rules, where source files depend on other source files which aren't 
>> evident from looking at the source files.
> 
>   Never miss a chance to belittle C-like languages.

I'm not. I'm just pointing out why Make is so baroque. The fact that all the 
stuff in the makefile is something you can't automate, and which in practice 
you wide up actually having to compile everything twice, the first time just 
to create the makefile.

Even *you* have to admit that nested #include files located solely via 
environment variables is not the best way to manage type information at 
compile time.

-- 
Darren New, San Diego CA, USA (PST)
  "How did he die?"   "He got shot in the hand."
     "That was fatal?"
          "He was holding a live grenade at the time."


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.