directory
(and get rid of Source_Dir, and rename Root_Source_Dir to be
Source_Dir). Same
for Build_Dir.
For EC06-003.
Subversion-branch: /trunk/polyorb
Subversion-revision: 43083
(Makefile.in): Factor all build rules for compile-time tools.
Apply GNAT style checks if compiler supports -gnatyg.
(projects/src*): Propagate src/ compiler default switches to all
subdirectories. This ensures that the runtime library part of PolyORB
is built with -gnatg.
(projects/*): Better organize project dependencies. As a rule, only
projects with mains are allowed to depend on src_setup /
src_setup_security.
Fixes G206-006
Ongoing work on EC06-003
Subversion-branch: /trunk/polyorb
Subversion-revision: 42388
be
built with the CFLAGS and CPPFLAGS positioned in configure.
Also add support to take --enable-debug into account and change the
default
Ada compiler switches in that case.
For EC06-003
Subversion-branch: /trunk/polyorb
Subversion-revision: 42207
support
it. Instead, use .../mkdir.flag targets to mkdir the library directory
(lib)
and the ali directories (ali/...). Putting all the ali directories under
ali,
with the same names as the project files (as opposed to an ali
subdirectory of
each object directory), makes it easier to use static pattern rules to
create
the directories.
Part of EC06-003.
Subversion-branch: /trunk/polyorb
Subversion-revision: 42174