Jonas Maebe 99994c0603 Merged revisions 11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045,12047-12050,12054,12056-12057,12059-12062,12064-12066,12073,12075,12077-12078,12082,12085,12087-12088,12092-12094,12099,12106-12110,12114,12117-12122,12125,12128-12131,12138,12141-12143,12152-12160,12162-12163,12166-12171,12173-12176,12196,12198-12205 via svnmerge from 17 年之前
..
Makefile 99994c0603 Merged revisions 11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045,12047-12050,12054,12056-12057,12059-12062,12064-12066,12073,12075,12077-12078,12082,12085,12087-12088,12092-12094,12099,12106-12110,12114,12117-12122,12125,12128-12131,12138,12141-12143,12152-12160,12162-12163,12166-12171,12173-12176,12196,12198-12205 via svnmerge from 17 年之前
Makefile.fpc 1d4a25df3b * fixed fcl and fpcdir paths/dependencies 18 年之前
fpcmake.inc 9d087f40fa * when cross compiling, fallback to fpc when no cross compiler is found 17 年之前
fpcmake.ini 9d087f40fa * when cross compiling, fallback to fpc when no cross compiler is found 17 年之前
fpcmake.pp 790a4fe2d3 * log and id tags removed 20 年之前
fpcmdic.pp 790a4fe2d3 * log and id tags removed 20 年之前
fpcmmain.pp 35c0f78642 + Haiku support by Olivier Coursière based on old BeOS support 17 年之前
fpcmpkg.pp 790a4fe2d3 * log and id tags removed 20 年之前
fpcmwr.pp 337c3cba5d * also include sec_units if only implicitunits are available 17 年之前
makefile.exm 7b9b157103 * regenerated 24 年之前
printmakefilefpcrequirements.sh 99b4d55ec5 * shellscript to print deps based on makefile.fpc requirement lines 17 年之前
readme.txt 01c5cb2c99 * fixed small typo 18 年之前

readme.txt

This utility is used to re-create the complete
Free Pascal makefiles, depending on the rules
specified in the Makefile.fpc files.

Some tips:
- To regenerate the makefiles for all supported
targets, simply do : fpcmake -Tall
- To regenerate the complete makefile tree
for all targets (under UNIX):
fpcmake -Tall -w `find . -name Makefile.fpc`