fpc/utils/fpcm
florian 5966fcce74 * PIC does not require using the external assembler anymore
- removed 2.0.x-ism

git-svn-id: trunk@21116 -
2012-04-29 14:19:32 +00:00
..
fpcmake.inc * PIC does not require using the external assembler anymore 2012-04-29 14:19:32 +00:00
fpcmake.ini * PIC does not require using the external assembler anymore 2012-04-29 14:19:32 +00:00
fpcmake.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
fpcmdic.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
fpcmmain.pp * fixed merge error in r21069: netbsd/x86-64 is supported, not haiku/x86-64 2012-04-27 09:16:20 +00:00
fpcmpkg.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
fpcmwr.pp * Reverted r17969, now fpmake distclean is implemented 2011-07-13 20:25:02 +00:00
fpmake.pp * Added fpmake.pp files for some utils 2012-04-06 22:47:03 +00:00
Makefile + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
makefile.exm * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
Makefile.fpc * fixed fcl and fpcdir paths/dependencies 2007-03-04 19:59:42 +00:00
printmakefilefpcrequirements.sh * shellscript to print deps based on makefile.fpc requirement lines 2008-01-27 10:49:05 +00:00
readme.txt * fixed small typo 2007-10-21 14:39:52 +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`