==============================================================================
Basic keywords to be used with the ABINIT "make" :

help        print the present message
dev_help    describe additional keywords, used by developpers
targz_help  still more explanations, for making binaries tar.gz files

allseq      make the sequential codes, the libs, and the perl scripts (=make
             (=make abinis aim band2eps newsp mrgddb anaddb lwf cut3d libs 
              perl conducti lapack blas)
abinis      make abinis, the sequential version of abinit
abinip      make abinip, the parallel version of abinit
newsp       make newsp, the wavefunction translator
mrgddb      make mrgddb, the utility for merging Derivative DataBases
anaddb      make anaddb, the utility for analyzing Derivative DataBases
aim         make aim, the Bader (Atom-In-Molecule) analysis code
conducti    make conducti, optical conductivity code (to be documented)
lwf         make lwf, the lattice Wannier function code (in devlop.)
cut3d       make cut3d, the analyzer of density and potential files
band2eps    make band2eps, the utility to produce eps phonon band structures
libs        make the lapack, blas and numeric libraries 
numeric     make the numeric  library 
lapack      make the lapack library (according to makefile_macros)
blas        make the blas library (according to makefile_macros)
multi       make concurrently all library files (nice if multiproc.)
perl        make all the perl scripts, needed in the Test directories

tests       execute the 5 internal tests (test1, test2, ... test5)
testx       (x can be 1, 2, 3, 4 or 5) execute one internal test

clean_all   remove the executables, object files, archives, temporary
             makefiles, working directories (=clean_xyz for all xyz)
clean_xyz   (xyz can be main,subs,respfn,anaddb,debug,srcs,tests, or the 
             short name of one Src_x*,Lib_* or Test_* directory, e.g. v1)
             clean the corresponding subdirectory, or set of files
decrease_size_tests  remove selected files in all test dirs to save disk space
decrease_size_xyz  (xyz can be the short name of a Test_* directory, e.g. v1 )
                   remove selected files in the corresponding subdirectory
==============================================================================
