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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-19 18:13:00 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!peernews-us.colt.net!newsfeed.news2me.com!feed.cgocable.net!read2.cgocable.net.POSTED!53ab2750!not-for-mail Message-ID: <3FBC231E.2BCA9684@cogeco.ca> From: Warren Gay Reply-To: warren@cogeco.ca X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Re-Marketing Ada (was "With and use") References: <3FB0B57D.6070906@noplace.com> <3FB22125.1040807@noplace.com> <3FB3751D.5090809@noplace.com> <3FB8B9BC.5040505@noplace.com> <3FBA1118.4060105@noplace.com> <0fxub.48425$bQ3.12107@nwrdny03.gnilink.net> <3FBB6527.4040702@noplace.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 19 Nov 2003 21:12:47 -0500 NNTP-Posting-Host: 24.150.168.167 X-Complaints-To: abuse@cogeco.ca X-Trace: read2.cgocable.net 1069294386 24.150.168.167 (Wed, 19 Nov 2003 21:13:06 EST) NNTP-Posting-Date: Wed, 19 Nov 2003 21:13:06 EST Organization: Cogeco Cable Xref: archiver1.google.com comp.lang.ada:2704 Date: 2003-11-19T21:12:47-05:00 List-Id: "Chad R. Meiners" wrote: > "Warren W. Gay VE3WWG" wrote in message > news:xKNub.11738$iT4.1349744@news20.bellglobal.com... > > If all I had to do was add a Makefile command: > > > > adagen freds_fft.h > > > > to generate a thin binding, in a consistent and > > portable way, then I'd have mighty little resistance > > to using Ada in a given project. > > Why would it be a makefile command? Shouldn't you run the command once and > then intergrate the resultant package into your project? Yes, the make command will only run this command _once_, unless you do something like a "make clean" or "make clobber" and rebuild from scratch. But it will be part of the make file ;-) Warren.