jdk/make/com/sun/security/Makefile
changeset 10336 0bb1999251f8
parent 7668 d4a77089c587
child 10340 9d3e2b840aa3
equal deleted inserted replaced
10335:3c7eda3ab2f5 10336:0bb1999251f8
     1 #
     1 #
     2 # Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2000, 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
    26 # 
    26 # 
    27 # Makefile for com.sun.security packages.
    27 # Makefile for com.sun.security packages.
    28 #
    28 #
    29 
    29 
    30 BUILDDIR = ../../..
    30 BUILDDIR = ../../..
       
    31 SUBDIRS_MAKEFLAGS += JAVAC_MAX_WARNINGS=false
       
    32 SUBDIRS_MAKEFLAGS += JAVAC_LINT_OPTIONS=-Xlint:all,-deprecation
       
    33 SUBDIRS_MAKEFLAGS += JAVAC_WARNINGS_FATAL=true
    31 include $(BUILDDIR)/common/Defs.gmk
    34 include $(BUILDDIR)/common/Defs.gmk
    32 
    35 
    33 SUBDIRS = auth
    36 SUBDIRS = auth
    34 SUBDIRS_misc = jgss sasl auth/module
    37 SUBDIRS_misc = jgss sasl auth/module
    35 include $(BUILDDIR)/common/Subdirs.gmk
    38 include $(BUILDDIR)/common/Subdirs.gmk