2007-09-13 23:36:29 +00:00
|
|
|
The project files in this directory are for building PolyORB.
|
|
|
|
|
See ../projects-distrib for building clients of PolyORB.
|
2006-12-14 15:35:14 +00:00
|
|
|
|
|
|
|
|
common.gpr -- imported by all the others; contains commonly used variables
|
|
|
|
|
|
2007-09-13 23:36:29 +00:00
|
|
|
config.gpr -- generated from config.gpr.in by configure, and imported by common.gpr.
|
|
|
|
|
|
2006-12-14 15:35:14 +00:00
|
|
|
build_all.gpr -- imports all the others; can be used to recompile everything,
|
2007-09-13 23:36:29 +00:00
|
|
|
using the -U switch of gnatmake. (??Currently not used.)
|
2006-12-14 15:35:14 +00:00
|
|
|
|
|
|
|
|
One for each of the following directories:
|
2007-09-13 23:36:29 +00:00
|
|
|
|
|
|
|
|
src and its subdirectories (including src_setup.gpr, which is generated from
|
|
|
|
|
src_setup.gpr.in).
|
|
|
|
|
|
|
|
|
|
subdirectories of cos
|
|
|
|
|
|
|
|
|
|
subdirectories of idls that correspond to subdirectories of cos
|
|
|
|
|
|
2006-12-14 15:35:14 +00:00
|
|
|
The naming convention is the path name, relative to the root of
|
|
|
|
|
the polyorb hierarchy, with directory separators "/" replaced
|
|
|
|
|
with underscore "_"; for example, src_giop_diop.gpr is the project
|
|
|
|
|
file for src/giop/diop.
|
2007-01-23 17:47:57 +00:00
|
|
|
Each of these builds a library.
|
2006-12-14 15:35:14 +00:00
|
|
|
|
2007-09-13 23:36:29 +00:00
|
|
|
tools_*.gpr -- these are for building programs.
|