mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-25 13:49:12 +02:00
![]() U packages/fpmake_add.inc U packages/fpmake_proc.inc A packages/vcl-compat A packages/vcl-compat/Makefile A packages/vcl-compat/Makefile.fpc A packages/vcl-compat/fpmake.pp A packages/vcl-compat/src A packages/vcl-compat/src/System.NetEncoding.pp A packages/vcl-compat/tests A packages/vcl-compat/tests/tcnetencoding.pp A packages/vcl-compat/tests/testcompat.lpi A packages/vcl-compat/tests/testcompat.lpr --- Recording mergeinfo for merge of r42937 into '.': U . --- Merging r42939 into '.': U packages/vcl-compat/fpmake.pp --- Recording mergeinfo for merge of r42939 into '.': G . --- Merging r42975 into '.': U packages/paszlib/src/zipper.pp --- Recording mergeinfo for merge of r42975 into '.': G . --- Merging r42976 into '.': U rtl/win/wininc/struct.inc --- Recording mergeinfo for merge of r42976 into '.': G . --- Merging r43058 into '.': U utils/fpcm/fpmake.pp --- Recording mergeinfo for merge of r43058 into '.': G . --- Merging r43059 into '.': U packages/graph/src/ptcgraph/ptcmouse.pp U packages/ptc/docs/CHANGES.txt U packages/ptc/src/ptcwrapper/ptcwrapper.pp --- Recording mergeinfo for merge of r43059 into '.': G . --- Merging r43085 into '.': G packages/vcl-compat/fpmake.pp A packages/vcl-compat/src/system.netencoding.pp D packages/vcl-compat/src/System.NetEncoding.pp --- Recording mergeinfo for merge of r43085 into '.': G . --- Merging r43086 into '.': G packages/paszlib/src/zipper.pp --- Recording mergeinfo for merge of r43086 into '.': G . # revisions: 42937,42939,42975,42976,43058,43059,43085,43086 git-svn-id: branches/fixes_3_2@43173 - |
||
---|---|---|
.. | ||
convert_all_fpmake.sh | ||
convert_fpmake.sh | ||
convert_fpmake.txt | ||
fpcmake.inc | ||
fpcmake.ini | ||
fpcmake.pp | ||
fpcmdic.pp | ||
fpcmmain.pp | ||
fpcmpkg.pp | ||
fpcmwr.pp | ||
fpmake.pp | ||
get_revision.sh | ||
getrev.pp | ||
Makefile | ||
makefile.exm | ||
Makefile.fpc | ||
Makefile.fpc.fpcmake | ||
Makefile.fpmake.bs.template | ||
Makefile.fpmake.template | ||
printmakefilefpcrequirements.sh | ||
readme.txt | ||
revision.inc |
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