make/common/shared/Defs-control.gmk

Print this page




  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 #
  27 # Common variables used by all the Java makefiles.  This file should
  28 # not contain rules.
  29 #
  30 
  31 # WARNING: This file is shared with other components.
  32 #
  33 
  34 ifndef JDK_MAKE_SHARED_DIR
  35   JDK_MAKE_SHARED_DIR = $(JDK_TOPDIR)/make/common/shared
  36 endif
  37 
  38 ifndef CONTROL_TOPDIR
  39   CONTROL_TOPDIR=$(TOPDIR)
  40 endif
  41 ifndef HOTSPOT_TOPDIR
  42   HOTSPOT_TOPDIR=$(TOPDIR)/hotspot
  43 endif
  44 ifndef LANGTOOLS_TOPDIR
  45   LANGTOOLS_TOPDIR=$(TOPDIR)/langtools
  46 endif
  47 ifndef CORBA_TOPDIR
  48   CORBA_TOPDIR=$(TOPDIR)/corba
  49 endif
  50 ifndef JAXP_TOPDIR
  51   JAXP_TOPDIR=$(TOPDIR)/jaxp
  52 endif
  53 ifndef JAXWS_TOPDIR
  54   JAXWS_TOPDIR=$(TOPDIR)/jaxws
  55 endif
  56 ifndef JDK_TOPDIR
  57   JDK_TOPDIR=$(TOPDIR)/jdk
  58 endif
  59 ifndef INSTALL_TOPDIR
  60   INSTALL_TOPDIR=$(TOPDIR)/install




  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 #
  27 # Common variables used by all the Java makefiles.  This file should
  28 # not contain rules.
  29 #
  30 
  31 # WARNING: This file is shared with other components.
  32 #
  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