File: README

package info (click to toggle)
polyorb 2.6.0~20090423-10
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 25,004 kB
  • ctags: 240
  • sloc: ada: 236,464; makefile: 2,281; sh: 1,373; cpp: 957; java: 500; ansic: 198; python: 191; perl: 23; exp: 6
file content (26 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
The project files in this directory are for building PolyORB.
See ../projects-distrib for building clients of PolyORB.

common.gpr -- imported by all the others; contains commonly used variables

config.gpr -- generated from config.gpr.in by configure, and imported by common.gpr.

build_all.gpr -- imports all the others; can be used to recompile everything,
using the -U switch of gnatmake.  (??Currently not used.)

One for each of the following directories:

  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

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.
Each of these builds a library.

tools_*.gpr -- these are for building programs.