==============================================================================
The ABINIT "make" : additional keywords for developpers

targz_help     still more explanations, for making binaries tar.gz files

abtargz        make compressed tar file with all sources and tests.
abtargzx       make 4 compressed tar files with all sources and tests.
tests_dev, tests_allseq, tests_acc, tests_multi, tests_paral, tests_min
               make different sets of sequential tests in Test_* dirs,
               except Test_physics (use the machine name 'test')
               allseq is the complete set of seq tests
               acc and multi(for SMP) are allseq, except for Test_cpu
               paral is allseq, except Test_cpu and test_paral, 
                 but will use parallelism (need COMMAND_PAR) 
               dev is acc except for Tutorial, but also,
                it prepare a summary of tests, to be sent by mail.
               min is dev, for a SMP machine
tests_inputs   test all the input files using the chkinabi script
cpp            echo the cpp command to be used on this machine
touch_objects  touch the object files to avoid recompilation after cp -r
arch_hooks     install the GNU arch hooks, for safe use of arch with ABINIT
new_version_number 
               touch the source files that include the version number 
parents        update parent and children list in each *.F90 routine
abirules       enforce ABINIT style in each *.F90 routines
presentation   create pdf file for the presentation of ABINIT
theory         create ps and pdf files for the theory documents
robodoc        make compressed tar file with ROBODOC-processed sources
infos_html     make the tar.gz file for the Web site
check_list     echo the check list
quick_xxx (quickp_xxx)
               make "quickly" abinis (abinip), compiling only one Src_xxx
               or Lib_xxx directory, followed by abinis (or abinip)
               generation. No tests on dependencies or file existence.
bindir         prepare a machine-dependent directory for binaries (so that the
               binaries for many platforms can be stored in one ~ABINIT dir.)

xmlf90         make the xmlf90 library 
netcdf         make the netcdf library 
abinetcdf      make the executable for testing the calls to NetCDF from ABINIT
testabinet     test the calls to NetCDF from ABINIT
==============================================================================
