jdk/make/jdk/Makefile
changeset 14909 eded175efec2
parent 14198 071fd6fd257d
equal deleted inserted replaced
14908:1d01112e9ce5 14909:eded175efec2
     1 #
     1 #
     2 # Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    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
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 #
       
    27 # Makefile for building all of java
       
    28 #
       
    29 
       
    30 BUILDDIR = ..
    26 BUILDDIR = ..
       
    27 PACKAGE = jdk
    31 PRODUCT = jdk
    28 PRODUCT = jdk
       
    29 JAVAC_LINT_OPTIONS=-Xlint:all
    32 include $(BUILDDIR)/common/Defs.gmk
    30 include $(BUILDDIR)/common/Defs.gmk
    33 
    31 
    34 SUBDIRS = asm
    32 #
    35 include $(BUILDDIR)/common/Subdirs.gmk
    33 # Files to compile
       
    34 #
       
    35 AUTO_FILES_JAVA_DIRS = jdk
    36 
    36 
    37 all build clean clobber::
    37 #
    38 	$(SUBDIRS-loop)
    38 # Rules
       
    39 #
       
    40 include $(BUILDDIR)/common/Classes.gmk