The make le generated by fpcmake contains a lot of make le variables. fpcmake will write all of the keys in the make le.fpc as make le variables in the form SECTION_KEYNAME. This means that the following section:
[package]
name=mysql version=1.0.5 |
will result in the following variable de nitions:
override PACKAGE_NAME=mysql
override PACKAGE_VERSION=1.0.5 |
Most targets and rules are constructed using these variables. They will be listed below, together with other variables that are de ned by fpcmake.
The following sets of variables are de ned:
Each of these sets is discussed in the subsequent: