source: branches/ali/GDE/PHYML20130708/phyml/src/Makefile.am

Last change on this file was 10307, checked in by aboeckma, 11 years ago

added most recent version of phyml

File size: 8.1 KB
Line 
1# EXTRA_DIST = doc bin examples
2
3DEFS = $(REVISION)
4
5if WANT_PHYTIME
6bin_PROGRAMS = phytime
7PROG = PHYTIME
8else
9if WANT_PHYCONT
10bin_PROGRAMS = phycont
11PROG = PHYCONT
12else
13if WANT_PART
14bin_PROGRAMS = part
15PROG = PART
16else
17if WANT_RWRAP
18PROG = RWRAP
19else
20if WANT_TIPORDER
21bin_PROGRAMS = tiporder
22PROG = TIPORDER
23else
24if WANT_M4
25bin_PROGRAMS = m4
26PROG = M4
27else
28if WANT_RF
29bin_PROGRAMS = rf
30PROG = RF
31else
32if WANT_MPI
33bin_PROGRAMS = phyml-mpi
34PROG = PHYML
35else
36if WANT_TEST
37bin_PROGRAMS = test
38PROG = TEST
39else
40if WANT_SERGEII
41bin_PROGRAMS = sergeii
42PROG = SERGEII
43else
44if WANT_GEO
45bin_PROGRAMS = geo
46PROG = GEO
47else
48if WANT_EVOLVE
49bin_PROGRAMS = evolve
50PROG = EVOLVE
51else
52if WANT_CHECKPOINT
53bin_PROGRAMS = checkpoint
54PROG = CHECKPOINT
55else
56bin_PROGRAMS = phyml
57PROG = PHYML
58endif
59endif
60endif
61endif
62endif
63endif
64endif
65endif
66endif
67endif
68endif
69endif
70endif
71
72if WANT_PHYTIME
73phytime_SOURCES = main.c \
74utilities.c utilities.h\
75optimiz.c optimiz.h\
76lk.c lk.h\
77bionj.c bionj.h\
78models.c models.h\
79free.c free.h\
80help.c help.h\
81simu.c simu.h\
82eigen.c eigen.h\
83pars.c pars.h\
84alrt.c alrt.h\
85interface.c interface.h\
86cl.c cl.h\
87spr.c spr.h\
88times.c times.h\
89m4.c m4.h\
90draw.c draw.h\
91rates.c rates.h\
92mcmc.c mcmc.h\
93stats.c stats.h\
94mg.c mg.h\
95tiporder.c tiporder.h\
96io.c io.h\
97make.c make.h\
98mixt.c mixt.h\
99init.c init.h\
100nexus.c nexus.h\
101sergeii.c sergeii.h\
102xml.c xml.h
103phytime_LDADD = -lm
104else
105if WANT_PHYCONT
106phycont_SOURCES = main.c \
107utilities.c utilities.h\
108optimiz.c optimiz.h\
109lk.c lk.h\
110bionj.c bionj.h\
111models.c models.h\
112free.c free.h\
113help.c help.h\
114simu.c simu.h\
115eigen.c eigen.h\
116pars.c pars.h\
117alrt.c alrt.h\
118interface.c interface.h\
119cl.c cl.h\
120spr.c spr.h\
121times.c times.h\
122m4.c m4.h\
123draw.c draw.h\
124rates.c rates.h\
125mcmc.c mcmc.h\
126stats.c stats.h\
127mg.c mg.h\
128tiporder.c tiporder.h
129# continuous.c continuous.h
130phycont_LDADD = -lm
131else
132# if WANT_RWRAP
133# lib_LTLIBRARIES = librwrap.la
134# librwrap_la_SOURCES = main.c \
135# utilities.c utilities.h\
136# optimiz.c optimiz.h\
137# lk.c lk.h\
138# bionj.c bionj.h\
139# models.c models.h\
140# free.c free.h\
141# help.c help.h\
142# simu.c simu.h\
143# eigen.c eigen.h\
144# pars.c pars.h\
145# alrt.c alrt.h\
146# interface.c interface.h\
147# cl.c cl.h\
148# mg.c mg.h\
149# spr.c spr.h\
150# m4.c m4.h\
151# draw.c draw.h\
152# mcmc.c mcmc.h\
153# stats.c stats.h\
154# times.c times.h\
155# tiporder.c tiporder.h\
156# rates.c rates.h\
157# rwrapper.c rwrapper.h
158# librwrap_la_LIBADD = -lm
159# librwrap_la_LDFLAGS = -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -flat_namespace -undefined suppress -shared -module
160# librwrap_la_CFLAGS=-std=gnu99 -fPIC
161# else
162if WANT_PART
163part_SOURCES = main.c \
164utilities.c utilities.h\
165optimiz.c optimiz.h\
166lk.c lk.h\
167bionj.c bionj.h\
168models.c models.h\
169free.c free.h\
170help.c help.h\
171simu.c simu.h\
172eigen.c eigen.h\
173pars.c pars.h\
174alrt.c alrt.h\
175interface.c interface.h\
176cl.c cl.h\
177mg.c mg.h\
178spr.c spr.h\
179m4.c m4.h\
180draw.c draw.h\
181stats.c stats.h\
182tiporder.c tiporder.h
183part_LDADD = -lm
184else
185if WANT_TIPORDER
186tiporder_SOURCES = main.c \
187utilities.c utilities.h\
188optimiz.c optimiz.h\
189lk.c lk.h\
190bionj.c bionj.h\
191models.c models.h\
192free.c free.h\
193help.c help.h\
194simu.c simu.h\
195eigen.c eigen.h\
196pars.c pars.h\
197alrt.c alrt.h\
198interface.c interface.h\
199cl.c cl.h\
200mg.c mg.h\
201times.c times.h\
202mcmc.c mcmc.h\
203rates.c rates.h\
204spr.c spr.h\
205m4.c m4.h\
206draw.c draw.h\
207stats.c stats.h\
208tiporder.c tiporder.h
209tiporder_LDADD = -lm
210else
211if WANT_M4
212m4_SOURCES = main.c \
213utilities.c utilities.h\
214optimiz.c optimiz.h\
215lk.c lk.h\
216bionj.c bionj.h\
217models.c models.h\
218free.c free.h\
219help.c help.h\
220simu.c simu.h\
221eigen.c eigen.h\
222pars.c pars.h\
223alrt.c alrt.h\
224interface.c interface.h\
225cl.c cl.h\
226mg.c mg.h\
227times.c times.h\
228mcmc.c mcmc.h\
229rates.c rates.h\
230spr.c spr.h\
231draw.c draw.h\
232stats.c stats.h\
233tiporder.c tiporder.h\
234m4.c m4.h
235m4_LDADD = -lm
236else
237if WANT_RF
238rf_SOURCES = main.c \
239utilities.c utilities.h\
240optimiz.c optimiz.h\
241lk.c lk.h\
242bionj.c bionj.h\
243models.c models.h\
244free.c free.h\
245help.c help.h\
246simu.c simu.h\
247eigen.c eigen.h\
248pars.c pars.h\
249alrt.c alrt.h\
250interface.c interface.h\
251cl.c cl.h\
252mg.c mg.h\
253times.c times.h\
254mcmc.c mcmc.h\
255rates.c rates.h\
256spr.c spr.h\
257draw.c draw.h\
258stats.c stats.h\
259tiporder.c tiporder.h\
260m4.c m4.h
261rf_LDADD = -lm
262else
263if WANT_MPI
264phyml_mpi_SOURCES = main.c \
265utilities.c  utilities.h\
266optimiz.c  optimiz.h\
267lk.c  lk.h\
268bionj.c bionj.h\
269models.c  models.h\
270free.c  free.h\
271help.c  help.h\
272simu.c  simu.h\
273eigen.c  eigen.h\
274pars.c  pars.h\
275alrt.c  alrt.h\
276interface.c  interface.h\
277cl.c  cl.h\
278spr.c spr.h\
279draw.c  draw.h\
280stats.c stats.h\
281rates.c rates.h\
282mcmc.c mcmc.h\
283times.c times.h\
284tiporder.c tiporder.h\
285mg.c mg.h\
286m4.c m4.h\
287io.c io.h\
288make.c make.h\
289nexus.c nexus.h\
290init.c init.h\
291xml.c xml.h\
292sergeii.c sergeii.h\
293mixt.c mixt.h\
294mpi_boot.c mpi_boot.h
295phyml_mpi_LDADD = -lm
296else
297if WANT_TEST
298test_SOURCES = main.c \
299utilities.c  utilities.h\
300optimiz.c  optimiz.h\
301lk.c  lk.h\
302bionj.c bionj.h\
303models.c  models.h\
304free.c  free.h\
305help.c  help.h\
306simu.c  simu.h\
307eigen.c  eigen.h\
308pars.c  pars.h\
309alrt.c  alrt.h\
310interface.c  interface.h\
311cl.c  cl.h\
312spr.c spr.h\
313draw.c  draw.h\
314stats.c stats.h\
315rates.c rates.h\
316mcmc.c mcmc.h\
317times.c times.h\
318tiporder.c tiporder.h\
319mg.c mg.h\
320m4.c m4.h\
321io.c io.h\
322make.c make.h\
323nexus.c nexus.h\
324init.c init.h\
325xml.c xml.h\
326mixt.c mixt.h
327test_LDADD = -lm
328else
329if WANT_SERGEII
330sergeii_SOURCES = main.c \
331utilities.c  utilities.h\
332optimiz.c  optimiz.h\
333lk.c  lk.h\
334bionj.c bionj.h\
335models.c  models.h\
336free.c  free.h\
337help.c  help.h\
338simu.c  simu.h\
339eigen.c  eigen.h\
340pars.c  pars.h\
341alrt.c  alrt.h\
342interface.c  interface.h\
343cl.c  cl.h\
344spr.c spr.h\
345draw.c  draw.h\
346stats.c stats.h\
347rates.c rates.h\
348mcmc.c mcmc.h\
349times.c times.h\
350tiporder.c tiporder.h\
351mg.c mg.h\
352m4.c m4.h\
353io.c io.h\
354make.c make.h\
355nexus.c nexus.h\
356init.c init.h\
357xml.c xml.h\
358sergeii.c sergeii.h\
359mixt.c mixt.h
360sergeii_LDADD = -lm
361else
362if WANT_EVOLVE
363evolve_SOURCES = main.c\
364utilities.c  utilities.h\
365optimiz.c  optimiz.h\
366lk.c  lk.h\
367bionj.c bionj.h\
368models.c  models.h\
369free.c  free.h\
370help.c  help.h\
371simu.c  simu.h\
372eigen.c  eigen.h\
373pars.c  pars.h\
374alrt.c  alrt.h\
375interface.c  interface.h\
376cl.c  cl.h\
377spr.c spr.h\
378draw.c  draw.h\
379stats.c stats.h\
380rates.c rates.h\
381mcmc.c mcmc.h\
382times.c times.h\
383tiporder.c tiporder.h\
384mg.c mg.h\
385m4.c m4.h\
386io.c io.h\
387make.c make.h\
388nexus.c nexus.h\
389init.c init.h\
390xml.c xml.h\
391sergeii.c sergeii.h\
392mixt.c mixt.h
393evolve_LDADD = -lm
394else
395if WANT_GEO
396geo_SOURCES = main.c\
397utilities.c  utilities.h\
398optimiz.c  optimiz.h\
399lk.c  lk.h\
400bionj.c bionj.h\
401models.c  models.h\
402free.c  free.h\
403help.c  help.h\
404simu.c  simu.h\
405eigen.c  eigen.h\
406pars.c  pars.h\
407alrt.c  alrt.h\
408interface.c  interface.h\
409cl.c  cl.h\
410spr.c spr.h\
411draw.c  draw.h\
412stats.c stats.h\
413rates.c rates.h\
414mcmc.c mcmc.h\
415times.c times.h\
416tiporder.c tiporder.h\
417mg.c mg.h\
418m4.c m4.h\
419io.c io.h\
420make.c make.h\
421nexus.c nexus.h\
422init.c init.h\
423xml.c xml.h\
424sergeii.c sergeii.h\
425mixt.c mixt.h\
426geo.c geo.h
427geo_LDADD = -lm
428else
429if WANT_CHECKPOINT
430checkpoint_SOURCES = main.c\
431utilities.c  utilities.h\
432optimiz.c  optimiz.h\
433lk.c  lk.h\
434bionj.c bionj.h\
435models.c  models.h\
436free.c  free.h\
437help.c  help.h\
438simu.c  simu.h\
439eigen.c  eigen.h\
440pars.c  pars.h\
441alrt.c  alrt.h\
442interface.c  interface.h\
443cl.c  cl.h\
444spr.c spr.h\
445draw.c  draw.h\
446stats.c stats.h\
447rates.c rates.h\
448mcmc.c mcmc.h\
449times.c times.h\
450tiporder.c tiporder.h\
451mg.c mg.h\
452m4.c m4.h\
453io.c io.h\
454make.c make.h\
455nexus.c nexus.h\
456init.c init.h\
457xml.c xml.h\
458sergeii.c sergeii.h\
459mixt.c mixt.h\
460checkpoint.c checkpoint.h
461checkpoint_LDADD = -lm
462else
463phyml_SOURCES = main.c \
464utilities.c  utilities.h\
465optimiz.c  optimiz.h\
466lk.c  lk.h\
467bionj.c bionj.h\
468models.c  models.h\
469free.c  free.h\
470help.c  help.h\
471simu.c  simu.h\
472eigen.c  eigen.h\
473pars.c  pars.h\
474alrt.c  alrt.h\
475interface.c  interface.h\
476cl.c  cl.h\
477spr.c spr.h\
478draw.c  draw.h\
479stats.c stats.h\
480rates.c rates.h\
481mcmc.c mcmc.h\
482times.c times.h\
483tiporder.c tiporder.h\
484mg.c mg.h\
485m4.c m4.h\
486io.c io.h\
487make.c make.h\
488nexus.c nexus.h\
489init.c init.h\
490xml.c xml.h\
491sergeii.c sergeii.h\
492mixt.c mixt.h
493phyml_LDADD = -lm
494endif
495endif
496endif
497endif
498endif
499endif
500endif
501endif
502endif
503endif
504endif
505endif
506
507
508all-am: intro $(bin_PROGRAMS)
509        @echo ""
510        @echo "Done."
511
512intro: 
513        @echo ""
514        @echo ""
515        @echo ".: Building [$(bin_PROGRAMS)]. Version $(VERSION) :."
516        @echo ""
517        @echo ""
518
Note: See TracBrowser for help on using the repository browser.