                 NARVAL - Main Stuff
                 ===================


This directory contains Narval source, and some others advanced Narval features.
Users and actors developpers should not modify any files.

This directory contains:
 * config : File to include in makefile to add environment variables.
 * doc : Private joke for Narval developpers
 * gnatdist_config : Directory with the config file and Makefile for annex E needs.
 * GNUmakefile : Main makefile entry.
 * patchs : Patch directory.
 * scripts : Directory with script files use in narval shell.
 * src : Directory with the Narval source not depending on Annex E.
 * src_annex_e : Directory with the Naral source depending on Annex E.

NARVAL target
-------------
 * all: Compile all NARVAL stuff
 * project: Compile all the project added to the NARVAL core
 * install: Install all the executables
 * clean: Clean all the compiled files
 * distclean: Clean everything
 * uninstall: Uninstall all the executables
