1 /*
2 
3 PHYML :  a program that  computes maximum likelihood  phylogenies from
4 DNA or AA homologous sequences
5 
6 Copyright (C) Stephane Guindon. Oct 2003 onward
7 
8 All parts of  the source except where indicated  are distributed under
9 the GNU public licence.  See http://www.opensource.org for details.
10 
11 */
12 
13 #include <config.h>
14 
15 #include "mg.h"
16 #include "free.h"
17 #include "help.h"
18 #include "utilities.h"
19 #include "optimiz.h"
20 #include "models.h"
21 #include "simu.h"
22 #include "lk.h"
23 #include "pars.h"
24 #include "interface.h"
25 
26 //////////////////////////////////////////////////////////////
27 //////////////////////////////////////////////////////////////
28 
29 
30