Fpcmake

From Lazarus wiki
Revision as of 01:36, 6 May 2004 by 81.224.251.162 (talk) (Added some trouble shoots)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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