fpc/utils/fpcm
marco df577ea8a7 --- Merging r42937 into '.':
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 -
2019-10-12 16:15:55 +00:00
..
convert_all_fpmake.sh
convert_fpmake.sh
convert_fpmake.txt
fpcmake.inc * fpcm and revision.inc merges. 2019-04-25 13:22:25 +00:00
fpcmake.ini * fpcm and revision.inc merges. 2019-04-25 13:22:25 +00:00
fpcmake.pp
fpcmdic.pp
fpcmmain.pp + Enabling of x86_64-hziku target in fixes_3_2 compiler branch by merging of commits #40753 and 40756. 2019-05-28 21:50:18 +00:00
fpcmpkg.pp
fpcmwr.pp * Added the ability to add fpmake as a target in a Makefile.fpc file. This way 2015-07-28 09:52:19 +00:00
fpmake.pp --- Merging r42937 into '.': 2019-10-12 16:15:55 +00:00
get_revision.sh
getrev.pp
Makefile Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
makefile.exm
Makefile.fpc * version to 3.2.0-beta 2018-08-18 15:25:41 +00:00
Makefile.fpc.fpcmake
Makefile.fpmake.bs.template * Filter the Makefile's unit searchpaths from the fpmake command line. 2015-08-12 19:15:14 +00:00
Makefile.fpmake.template * Filter the Makefile's unit searchpaths from the fpmake command line. 2015-08-12 19:15:14 +00:00
printmakefilefpcrequirements.sh
readme.txt
revision.inc Update revision information in utils/fpcm/revision.inc file after previous commit 2019-05-28 22:03:42 +00:00

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