fpc/utils/fpcm
Jonas Maebe 0d5b2b84a8 + Android/JVM target, including a translation of the Android r14 SDK
(= Android 4.0) java headers: java.*, javax.*, org.*, junit.*, android.*).
    The RTL can also be used to target earlier versions of the Android
    platform, but you manually have to take care of not using APIs that
    weren't available yet. Adding separate units for separate platform
    versions would only partly solve the problem, because some of the
    classes used inside the system unit have also changed across
    versions.

    Use -Tandroid while compiling to select the Android OS as target
    platform.

git-svn-id: branches/jvmbackend@19830 -
2011-12-12 02:34:34 +00:00
..
fpcmake.inc + Android/JVM target, including a translation of the Android r14 SDK 2011-12-12 02:34:34 +00:00
fpcmake.ini + Android/JVM target, including a translation of the Android r14 SDK 2011-12-12 02:34:34 +00:00
fpcmake.pp
fpcmdic.pp
fpcmmain.pp + Android/JVM target, including a translation of the Android r14 SDK 2011-12-12 02:34:34 +00:00
fpcmpkg.pp
fpcmwr.pp * Reverted r17969, now fpmake distclean is implemented 2011-07-13 20:25:02 +00:00
Makefile + Update all Makefile's modified by 2011-08-16 20:10:19 +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`