yogevb / a-dda

Automatically exported from code.google.com/p/a-dda
0 stars 0 forks source link

Further improvement of makefiles #114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are a few ideas:
1) It would be nice to have compilation goals like 'install' and 'dist'. So 
that it would look more standard from a GNU-point of view.
2) It is not clear whether makefiles will work if executed from a different 
directory. Should be tested.
3) Inclusion of dependencies causes make to scan some makefiles twice, 
including variable processing (e.g. in mpi/Makefile). It is logical to separate 
this two processes completely.

Original issue reported on code.google.com by yurkin on 6 Sep 2010 at 6:20

GoogleCodeExporter commented 9 years ago
It is also a good idea to change values of internal variables to lowercase to 
distinguish them from those, which are designed to be specified from outside 
(command line or environment).

Original comment by yurkin on 8 Sep 2010 at 11:32

GoogleCodeExporter commented 9 years ago

Original comment by yurkin on 10 Jun 2011 at 2:04