common/autoconf/spec.gmk.in
changeset 23164 15414968e6b8
parent 23163 1e2f42892ffe
parent 22716 cf32fe2eb254
child 23165 3400afa2e4bc
equal deleted inserted replaced
23163:1e2f42892ffe 23164:15414968e6b8
    46 define NEWLINE
    46 define NEWLINE
    47 
    47 
    48 
    48 
    49 endef
    49 endef
    50 
    50 
       
    51 # The command line given to configure.
       
    52 CONFIGURE_COMMAND_LINE:=@CONFIGURE_COMMAND_LINE@
       
    53 
    51 # A self-referential reference to this file.
    54 # A self-referential reference to this file.
    52 SPEC:=@SPEC@
    55 SPEC:=@SPEC@
    53 
    56 
    54 # Specify where the spec file is.
    57 # Specify where the spec file is.
    55 MAKE_ARGS="SPEC=$(SPEC)"
    58 MAKE_ARGS="SPEC=$(SPEC)"
   144 JAXP_TOPDIR:=@JAXP_TOPDIR@
   147 JAXP_TOPDIR:=@JAXP_TOPDIR@
   145 JAXWS_TOPDIR:=@JAXWS_TOPDIR@
   148 JAXWS_TOPDIR:=@JAXWS_TOPDIR@
   146 HOTSPOT_TOPDIR:=@HOTSPOT_TOPDIR@
   149 HOTSPOT_TOPDIR:=@HOTSPOT_TOPDIR@
   147 NASHORN_TOPDIR:=@NASHORN_TOPDIR@
   150 NASHORN_TOPDIR:=@NASHORN_TOPDIR@
   148 COPYRIGHT_YEAR:=@COPYRIGHT_YEAR@
   151 COPYRIGHT_YEAR:=@COPYRIGHT_YEAR@
   149 
       
   150 # Location where build customization files may be found
       
   151 CUSTOM_MAKE_DIR:=@CUSTOM_MAKE_DIR@
       
   152 
   152 
   153 # Information gathered from the version.numbers file.
   153 # Information gathered from the version.numbers file.
   154 JDK_MAJOR_VERSION:=@JDK_MAJOR_VERSION@
   154 JDK_MAJOR_VERSION:=@JDK_MAJOR_VERSION@
   155 JDK_MINOR_VERSION:=@JDK_MINOR_VERSION@
   155 JDK_MINOR_VERSION:=@JDK_MINOR_VERSION@
   156 JDK_MICRO_VERSION:=@JDK_MICRO_VERSION@
   156 JDK_MICRO_VERSION:=@JDK_MICRO_VERSION@
   684 JDK_BUNDLE_SUBDIR=j2sdk-bundle/jdk$(JDK_VERSION).jdk/Contents
   684 JDK_BUNDLE_SUBDIR=j2sdk-bundle/jdk$(JDK_VERSION).jdk/Contents
   685 JRE_BUNDLE_SUBDIR=j2re-bundle/jre$(JDK_VERSION).jre/Contents
   685 JRE_BUNDLE_SUBDIR=j2re-bundle/jre$(JDK_VERSION).jre/Contents
   686 JDK_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JDK_BUNDLE_SUBDIR)
   686 JDK_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JDK_BUNDLE_SUBDIR)
   687 JRE_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_BUNDLE_SUBDIR)
   687 JRE_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_BUNDLE_SUBDIR)
   688 
   688 
       
   689 # This macro is called to allow inclusion of closed source counterparts.
       
   690 # Unless overridden in closed sources, it expands to nothing.
       
   691 # Usage: This function is called in an open makefile, with the following 
       
   692 # arguments:
       
   693 # $1 the name of the repo, or empty if the top-level repo.
       
   694 # $2 the name of the makefile
       
   695 define IncludeCustomExtension
       
   696 endef
       
   697 
   689 # Include the custom-spec.gmk file if it exists
   698 # Include the custom-spec.gmk file if it exists
   690 -include $(dir @SPEC@)/custom-spec.gmk
   699 -include $(dir @SPEC@)/custom-spec.gmk