make/README.pre-components

Print this page


   1 README-pre-components:
   2 ---------------------
   3 Current pre-components are langtools, jaxws, jaxp, and corba.
   4 
   5 Pre-components can use ant to build but must have a make/Makefile for
   6 building (a GNU make Makefile).
   7 All ant knowledge is being isolated in the workspaces that use it.
   8 
   9 Also for various reasons it is nice to have a Makefile wrapper over the
  10 running of ant, but in general having to do
  11 anything with shell commands is much easier to do in a Makefile
  12 than in an ant script.
  13 
  14 The make/makefile rules are:
  15 
  16  Variables:
  17   ALT_BOOTDIR           The jdk home to use to build, if provided
  18   ALT_LANGTOOLS_DIST    The dist area from a langtools build to use, if provided
  19   ALT_OUTPUTDIR         Parent dir of build and dist directories, if provided
  20   VARIANT               If DBG, debug build, if OPT, optimized build
  21   TARGET_CLASS_VERSION  The classfile version number (currently 7)
  22   ANT_HOME              Home of ant to use, if provided
  23   QUIET                 If defined, be quiet
   1 README-pre-components:
   2 ---------------------
   3 Current pre-components are bdb, langtools, jaxws, jaxp, and corba.
   4 
   5 Pre-components can use ant to build but must have a make/Makefile for
   6 building (a GNU make Makefile).
   7 All ant knowledge is being isolated in the workspaces that use it.
   8 
   9 Also for various reasons it is nice to have a Makefile wrapper over the
  10 running of ant, but in general having to do
  11 anything with shell commands is much easier to do in a Makefile
  12 than in an ant script.
  13 
  14 The make/makefile rules are:
  15 
  16  Variables:
  17   ALT_BOOTDIR           The jdk home to use to build, if provided
  18   ALT_LANGTOOLS_DIST    The dist area from a langtools build to use, if provided
  19   ALT_OUTPUTDIR         Parent dir of build and dist directories, if provided
  20   VARIANT               If DBG, debug build, if OPT, optimized build
  21   TARGET_CLASS_VERSION  The classfile version number (currently 7)
  22   ANT_HOME              Home of ant to use, if provided
  23   QUIET                 If defined, be quiet