jdk/make/common/shared/Defs-control.gmk

Print this page




  33 
  34 ifndef JDK_MAKE_SHARED_DIR
  35   JDK_MAKE_SHARED_DIR = $(JDK_TOPDIR)/make/common/shared
  36 endif
  37 
  38 ifndef HOTSPOT_TOPDIR
  39   HOTSPOT_TOPDIR=$(TOPDIR)/hotspot
  40 endif
  41 ifndef LANGTOOLS_TOPDIR
  42   LANGTOOLS_TOPDIR=$(TOPDIR)/langtools
  43 endif
  44 ifndef CORBA_TOPDIR
  45   CORBA_TOPDIR=$(TOPDIR)/corba
  46 endif
  47 ifndef JAXP_TOPDIR
  48   JAXP_TOPDIR=$(TOPDIR)/jaxp
  49 endif
  50 ifndef JAXWS_TOPDIR
  51   JAXWS_TOPDIR=$(TOPDIR)/jaxws
  52 endif



  53 ifndef JDK_TOPDIR
  54   JDK_TOPDIR=$(TOPDIR)/jdk
  55 endif
  56 ifndef INSTALL_TOPDIR
  57   INSTALL_TOPDIR=$(TOPDIR)/install
  58 endif
  59 ifndef SPONSORS_TOPDIR
  60   SPONSORS_TOPDIR=$(TOPDIR)/sponsors
  61 endif
  62 ifndef DEPLOY_TOPDIR
  63   DEPLOY_TOPDIR=$(TOPDIR)/deploy
  64 endif
  65 
  66 # Get shared platform settings
  67 include $(JDK_MAKE_SHARED_DIR)/Platform.gmk
  68 
  69 # Default directory immediately above the "build" output directory (OUTPUTDIR)
  70 BUILD_PARENT_DIRECTORY=$(TOPDIR)
  71 
  72 # Get platform specific settings




  33 
  34 ifndef JDK_MAKE_SHARED_DIR
  35   JDK_MAKE_SHARED_DIR = $(JDK_TOPDIR)/make/common/shared
  36 endif
  37 
  38 ifndef HOTSPOT_TOPDIR
  39   HOTSPOT_TOPDIR=$(TOPDIR)/hotspot
  40 endif
  41 ifndef LANGTOOLS_TOPDIR
  42   LANGTOOLS_TOPDIR=$(TOPDIR)/langtools
  43 endif
  44 ifndef CORBA_TOPDIR
  45   CORBA_TOPDIR=$(TOPDIR)/corba
  46 endif
  47 ifndef JAXP_TOPDIR
  48   JAXP_TOPDIR=$(TOPDIR)/jaxp
  49 endif
  50 ifndef JAXWS_TOPDIR
  51   JAXWS_TOPDIR=$(TOPDIR)/jaxws
  52 endif
  53 ifndef BDB_TOPDIR
  54   BDB_TOPDIR=$(TOPDIR)/bdb
  55 endif
  56 ifndef JDK_TOPDIR
  57   JDK_TOPDIR=$(TOPDIR)/jdk
  58 endif
  59 ifndef INSTALL_TOPDIR
  60   INSTALL_TOPDIR=$(TOPDIR)/install
  61 endif
  62 ifndef SPONSORS_TOPDIR
  63   SPONSORS_TOPDIR=$(TOPDIR)/sponsors
  64 endif
  65 ifndef DEPLOY_TOPDIR
  66   DEPLOY_TOPDIR=$(TOPDIR)/deploy
  67 endif
  68 
  69 # Get shared platform settings
  70 include $(JDK_MAKE_SHARED_DIR)/Platform.gmk
  71 
  72 # Default directory immediately above the "build" output directory (OUTPUTDIR)
  73 BUILD_PARENT_DIRECTORY=$(TOPDIR)
  74 
  75 # Get platform specific settings