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.6 required=5.0 tests=BAYES_20,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,53ca16c587912bce X-Google-Attributes: gid103376,public From: laurentau@aol.com (Laurentau) Subject: Source files organisation using gnat: more... Date: 1997/07/02 Message-ID: <19970702184001.OAA25612@ladder01.news.aol.com>#1/1 X-Deja-AN: 254112848 References: <5pah8c$edc$1@gonzo.sun3.iaf.nl> X-Admin: news@aol.com Organization: AOL, http://www.aol.fr Newsgroups: comp.lang.ada Date: 1997-07-02T00:00:00+00:00 List-Id: Hello. I am afraid the answers are not compatible with my constraints: about 3000 files and a lot of lines of code in ;-). Of course, the Unix grep command does not work in this context: grep a_symbol * I get something like: Are you crazy ? There are too much files in that ### directory ! I agree this can work on a medium size project but even using variables is not a good solution for me. 1000 directories is not compatible with variables... Thanks for usable solutions... L. Aufrechter