mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
clients of PolyORB. For each project file in projects that builds a library, there is a project file in projects-distrib with the same name, which has the necessary commands to allow gnatmake to find the corresponding installed .a file. In addition, we have polyorb.gpr, which is intended to be imported by clients, and common.gpr, which is imported by everything here. (Makefile.in): Install the project files from projects-distrib. (projects/README): Update documentation. (configure.ac): Add projects-distrib/src_setup.gpr, which is generated from projects-distrib/src_setup.gpr.in. (MANIFEST): Add new files in projects-distrib. For EC06-003. Subversion-branch: /trunk/polyorb Subversion-revision: 115520
27 lines
954 B
Plaintext
27 lines
954 B
Plaintext
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.
|