Florian Klämpfl 4cdc5b1cdf * generate revision.inc using git log with a date format argument compatible with older git 3 years ago
..
Makefile 57e84ef714 Update all Makefile's by running update fpcmake 10 months ago
Makefile.fpc 74aff88586 --- Merging r49045 into '.': 4 years ago
Makefile.fpc.fpcmake 94e7cd5a51 * Switched utils to fpmake building 12 years ago
Makefile.fpmake.bs.template ac87da7c42 * Filter the Makefile's unit searchpaths from the fpmake command line. 10 years ago
Makefile.fpmake.template ac87da7c42 * Filter the Makefile's unit searchpaths from the fpmake command line. 10 years ago
convert_all_fpmake.sh 534e8e2a0c * Scripts to generate Makefiles which call fpmake 12 years ago
convert_fpmake.sh 14f930ef67 * Fix adding new Makefile.fpc to subversion in fpmake-conversion script 12 years ago
convert_fpmake.txt 534e8e2a0c * Scripts to generate Makefiles which call fpmake 12 years ago
fpcmake.inc d6ef753bf4 Update revision.inc and fpcmake.inc after two last cherry-pick's 10 months ago
fpcmake.ini fa5d11a3b8 Only add -Xr option if RLINKPATH variable is not empty 1 year ago
fpcmake.pp 790a4fe2d3 * log and id tags removed 20 years ago
fpcmdic.pp 790a4fe2d3 * log and id tags removed 20 years ago
fpcmmain.pp 76045bfc04 * merged macOS/AArch64 support + revisions these changes depended on 5 years ago
fpcmpkg.pp 790a4fe2d3 * log and id tags removed 20 years ago
fpcmwr.pp 660a061030 Merge of commit 44311 and 44314 from trunk branch 5 years ago
fpmake.pp 4cdc5b1cdf * generate revision.inc using git log with a date format argument compatible with older git 4 hours ago
get_revision.sh 7e53314ce2 Use '-e' test instead of '-d' because .git is a file if using a worktree 2 days ago
getrev.pp 402e2bbe0e Improve revision.inc regeneration program 12 years ago
makefile.exm b127fc154a * Fixed spell error revealed by lintian. 15 years ago
printmakefilefpcrequirements.sh 99b4d55ec5 * shellscript to print deps based on makefile.fpc requirement lines 17 years ago
readme.txt 9414fddd00 Add explanation about revision.inc file 12 years ago
revision.inc 006d7f812c Regenerate revision.inc after cherry-pick'ing fix of worktree git 2 days ago

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`

To avoid svn conflicts for each locally changed Makefile
instead of using the current date for fpcmake executable,
revision.inc file is automatically updated to contain
the lastest date and revision of the files that do matter for
the Makefile generation.
Each time any of these files "fpc*.pp fpcmake.ini Makefile.fpc"
is modified, revision.inc content is modified.
This modified content should also be committed, to have correct
revision.inc content even on systems that do not have
svnversion binary or on exported trees.
PM 2013-04-26