fpc/utils/fpcm
Jonas Maebe 7897c81c77 * regenerated by top-leve make all
git-svn-id: trunk@29258 -
2014-12-11 19:11:14 +00:00
..
convert_all_fpmake.sh * Scripts to generate Makefiles which call fpmake 2013-05-12 19:30:19 +00:00
convert_fpmake.sh * Fix adding new Makefile.fpc to subversion in fpmake-conversion script 2013-05-26 18:53:22 +00:00
convert_fpmake.txt * Scripts to generate Makefiles which call fpmake 2013-05-12 19:30:19 +00:00
fpcmake.inc * regenerated by top-leve make all 2014-12-11 19:11:14 +00:00
fpcmake.ini * first dragonfly patch (existing most). Mantis #27091 2014-12-07 20:27:02 +00:00
fpcmake.pp
fpcmdic.pp
fpcmmain.pp * first dragonfly patch (existing most). Mantis #27091 2014-12-07 20:27:02 +00:00
fpcmpkg.pp
fpcmwr.pp
fpmake.pp * make sure that fpcmake.inc is properly (re-)built as necessary - pass the proper path to data2inc 2014-12-11 16:14:40 +00:00
get_revision.sh
getrev.pp
Makefile AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
makefile.exm
Makefile.fpc * always use forward slashes in path to fpmake similarly to paths to other tools in Makefiles 2014-02-01 00:11:09 +00:00
Makefile.fpc.fpcmake * Switched utils to fpmake building 2013-05-26 19:05:11 +00:00
Makefile.fpmake.bs.template * Pass correct baseinstalldir to fpmake when doing a cross-zipinstall from 2014-12-08 14:29:27 +00:00
Makefile.fpmake.template * Pass correct baseinstalldir to fpmake when doing a cross-zipinstall from 2014-12-08 14:29:27 +00:00
printmakefilefpcrequirements.sh
readme.txt
revision.inc * compilation fixed 2014-12-07 22:01:50 +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