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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3c8a1ddc13ecb354 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Configuration Management for Ada on Unix Date: 1996/05/22 Message-ID: #1/1 X-Deja-AN: 156224291 references: <4nvm27$e68@gde.GDEsystems.COM> organization: Courant Institute of Mathematical Sciences keywords: Ada, CM, Unix, RCS newsgroups: comp.lang.ada Date: 1996-05-22T00:00:00+00:00 List-Id: Dave asked "If anyone knows how to apply CM while using Thomson Ada on Unix, please email me or post the information. If there are other ways to apply CM to a Ada project on Unix, I would be interested even if it means giving up use of AdaMake." If you are using a source based approach, then integration of this kind with a CM is straightforward. GNAT can certainly do this today, and presumably the new version of the Thomson Ada technology, based on the Intermetrics front end which also uses a source based approach, will be able to do the same thing. With GNAT, the corresponding utility gnatmake just needs access to the relevant source files and ali files, and these can certainly be obtained from the appropriate CM space.