Partial commit of the project to remove all static variables.
[alexxy/gromacs.git] / share / template / README
1 Once installed, this directory contains a Makefile and 
2 a small program that you could use as a template when 
3 writing your own analysis software.
4
5 A Makefile.arch is created for each architecture you install 
6 with the correct paths and libraries. You will have to link
7 (or copy) the correct makefile to "Makefile" or use the -f 
8 option to gmake in order to select a makefile.
9
10 ----------------------------------------------------------
11
12 If you are reading this in the distribution directory, 
13 there will be a Makefile.am which automake uses to 
14 create a Makefile.in which in turn is converted to
15 a Makefile by the configure script. Note that this is
16 NOT the template makefile - it is called Template.mak,
17 and used to create Makefile.arch at build time.
18
19 You should NOT touch or copy Makefile.in unless you
20 really know what you are doing - it is a template file
21 used by the configure script to create the real Makefile.
22
23 If you want to use automake and autoconf yourself, look
24 in the contrib directory of the distribution.