jdk/make/java/math/Makefile
changeset 10139 49e1c342c329
parent 5506 202f599c92aa
equal deleted inserted replaced
10138:b7572da25d15 10139:49e1c342c329
     1 #
     1 #
     2 # Copyright (c) 1996, 2003, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1996, 2011, 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
    25 
    25 
    26 BUILDDIR = ../..
    26 BUILDDIR = ../..
    27 
    27 
    28 PACKAGE = java.math
    28 PACKAGE = java.math
    29 PRODUCT = sun
    29 PRODUCT = sun
       
    30 JAVAC_MAX_WARNINGS = true
       
    31 JAVAC_WARNINGS_FATAL = true
    30 include $(BUILDDIR)/common/Defs.gmk
    32 include $(BUILDDIR)/common/Defs.gmk
    31 
    33 
    32 #
    34 #
    33 # Files to compile.
    35 # Files to compile.
    34 #
    36 #