[gmx-developers] Makefile.am's...

David spoel at xray.bmc.uu.se
Fri Jan 10 18:56:11 CET 2003


On Fri, 2003-01-10 at 18:45, Giorgos Karvounis wrote:
> Hello dear developers,
> 
> i am kind of new in the world of "configure" and "Makefiles" and i have
> a question about that. We have introduced some new subdirectories in the
> 'src' directory that do not contain neither Makefile nor Makefile.am.
> They just include some modules (NO EXECUTABLES though) that we need, in
> order to hack the  'mdrun' executable which is in the 'kernel'
> subdirectory of 'src'. These modules are used to make mdrun, which is
> inside kernel. The question is, in order to configure and 'make' the
> program, do we have to write our own Makefile.am in each subdirectory,
> and if yes is there any easy way of doing it? Furthermore, do we have to
> change configure.in as well?
It's probably easiest to put the stuff in either mdlib or kernel and
modify the Makefile.am there
That should suffice. After that you run 
aclocal
autoconf
automake
in the toplevel directory.

If this is stuff that you would like to contribute back to gromacs at
some stage we would like it in mdlib anyway.
-- 
Groeten, David.
________________________________________________________________________
Dr. David van der Spoel, 	Biomedical center, Dept. of Biochemistry
Husargatan 3, Box 576,  	75123 Uppsala, Sweden
phone:	46 18 471 4205		fax: 46 18 511 755
spoel at xray.bmc.uu.se	spoel at gromacs.org   http://xray.bmc.uu.se/~spoel
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



More information about the gromacs.org_gmx-developers mailing list