fpc/utils/fpcm
2002-03-09 22:21:08 +00:00
..
fpcmake.inc * regenerated 2002-03-04 17:54:33 +00:00
fpcmake.ini * small typo fix 2002-03-01 19:00:13 +00:00
fpcmake.pp * -r option to process target dirs also 2002-01-27 21:42:33 +00:00
fpcmdic.pp * Arguments added 2001-06-04 21:42:56 +00:00
fpcmmain.pp * load package section first before setting globals 2002-01-29 22:00:22 +00:00
fpcmpkg.pp * cygdrive support 2001-07-13 21:01:59 +00:00
fpcmwr.pp + CHECKDEPEND var to check if packages are up to date 2002-02-28 17:03:47 +00:00
Makefile * souceinstall updates 2002-02-28 21:12:43 +00:00
makefile.exm * regenerated 2001-04-25 22:45:40 +00:00
Makefile.fpc * Win32 fixes for Makefile so it doesn't require sh.exe 2001-06-06 21:58:16 +00:00
readme.txt + added hints of usage 2002-03-09 22:21:08 +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 `find -name Makefile.fpc`