Difference between revisions of "Fpcmake"

From Lazarus wiki
Jump to navigationJump to search
(Added some trouble shoots)
(No difference)

Revision as of 01:36, 6 May 2004

Fpcmake is a makefile generator. It generates a makefile "Makefile" from a definition file called "Makefile.fpc".

It defines some default targets always present:

  • Clean -- clean all programs and units explicitly stated to be cleaned by clean, but not other units.
  • Cleanall -- clean also all units (*.ppu).

Trouble Shooting

  • Error message, that the command __missing_command__ is missing. Happens when a tool required by the make process is not found. Remeny: Add the path to the tool as an option to make, like DATA2INC=/path/to/data2inc, for the tool data2inc