make/Images.gmk

Print this page




  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  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 include $(SPEC)
  27 include MakeBase.gmk
  28 include JavaCompilation.gmk
  29 include Setup.gmk
  30 
  31 default: images
  32 
  33 # Prepare the find cache. Only used if running on windows.
  34 $(eval $(call FillCacheFind, \
  35     $(wildcard $(JDK_OUTPUTDIR)/bin \
  36         $(JDK_OUTPUTDIR)/lib \
  37         $(IMAGES_OUTPUTDIR)/lib \
  38         $(JDK_OUTPUTDIR)/include \
  39         $(JDK_OUTPUTDIR)/sample \
  40         $(JDK_OUTPUTDIR)/demo)))
  41 
  42 include Tools.gmk
  43 
  44 include Profiles.gmk
  45 
  46 # Note: This double-colon rule is intentional, to support
  47 # custom make file integration.
  48 images:: jre-image jdk-image
  49 
  50 overlay-images: jre-overlay-image jdk-overlay-image
  51 
  52 
  53 




  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  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 include $(SPEC)
  27 include MakeBase.gmk
  28 include JavaCompilation.gmk
  29 include Setup.gmk
  30 
  31 default: images
  32 
  33 # Prepare the find cache.
  34 $(eval $(call FillCacheFind, \
  35     $(wildcard $(JDK_OUTPUTDIR)/bin \
  36         $(JDK_OUTPUTDIR)/lib \
  37         $(IMAGES_OUTPUTDIR)/lib \
  38         $(JDK_OUTPUTDIR)/include \
  39         $(JDK_OUTPUTDIR)/sample \
  40         $(JDK_OUTPUTDIR)/demo)))
  41 
  42 include Tools.gmk
  43 
  44 include Profiles.gmk
  45 
  46 # Note: This double-colon rule is intentional, to support
  47 # custom make file integration.
  48 images:: jre-image jdk-image
  49 
  50 overlay-images: jre-overlay-image jdk-overlay-image
  51 
  52 
  53