comp.lang.ada
 help / color / mirror / Atom feed
* gps output directory mystery
@ 2010-01-27 20:36 RasikaSrinivasan@gmail.com
  2010-01-27 21:07 ` Per Sandberg
  0 siblings, 1 reply; 3+ messages in thread
From: RasikaSrinivasan@gmail.com @ 2010-01-27 20:36 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-28  2:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-27 20:36 gps output directory mystery RasikaSrinivasan@gmail.com
2010-01-27 21:07 ` Per Sandberg
2010-01-28  2:49   ` RasikaSrinivasan@gmail.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox