From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a2955b0d0322a323 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-14 18:38:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: [ot] making stuff Date: 14 Jul 2002 20:38:42 -0600 Organization: LJK Software Message-ID: References: <3D320099.6000209@nbi.dk> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1026696772 29328 192.135.80.34 (15 Jul 2002 01:32:52 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Mon, 15 Jul 2002 01:32:52 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:27097 Date: 2002-07-14T20:38:42-06:00 List-Id: In article <3D320099.6000209@nbi.dk>, Jacob Sparre Andersen writes: > It should be possible to solve these problems, and merge > make files for different operating systems, using > conditional statements in the make files. Sometimes the complexity of that makes it preferable to just use separate files. I know of a programming language that was designed without support for conditional compilation in order to discourage the nests of obscure conditional sections found in some C programs.