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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c62409bce056c38d,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!28g2000vbf.googlegroups.com!not-for-mail From: "RasikaSrinivasan@gmail.com" Newsgroups: comp.lang.ada Subject: gps output directory mystery Date: Wed, 27 Jan 2010 12:36:10 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 209.104.243.242 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1264624571 5137 127.0.0.1 (27 Jan 2010 20:36:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 27 Jan 2010 20:36:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 28g2000vbf.googlegroups.com; posting-host=209.104.243.242; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8831 Date: 2010-01-27T12:36:10-08:00 List-Id: I have a Project file that looks like: .... for Source_Dirs use ("tests" ,"tests/edge" ,"tests/hist"); for Object_Dir use ".objs"; for Exec_Dir use "bin"; .... Under Ubuntu using GPS 4.3.1 (20090114) hosted on i686-pc-linux-gnu GNAT GPL 2009 (20090519) for some reason, the executables are built into bin/opt instead of just bin. In fact when I say Build All the command line looks like: gnatmake -d -p -P/home/srini/Projects/projectlets/OpenCV/tests.gpr - XBUILD=debug --subdirs=opt -cargs -O2 -gnatn ------------ I am not sure why the gnatmake contains a "--subdirs=opt" switch. Anyone can throw any light on how this command line is constructed? Cheers, srini