jdk/make/java/Makefile
changeset 2707 5a17df307cbc
parent 2 90ce3da70b43
child 4917 c98da2209f8c
equal deleted inserted replaced
2706:ead715aebca2 2707:5a17df307cbc
     1 #
     1 #
     2 # Copyright 1995-2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 1995-2009 Sun Microsystems, Inc.  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.  Sun designates this
     7 # published by the Free Software Foundation.  Sun designates this
    37 SUBDIRS += hpi version jvm redist verify fdlibm java sun_nio jli main zip
    37 SUBDIRS += hpi version jvm redist verify fdlibm java sun_nio jli main zip
    38 
    38 
    39 # Others
    39 # Others
    40 #    Note: java_crw_demo java_hprof_demo are demos but must be delivered built in sdk
    40 #    Note: java_crw_demo java_hprof_demo are demos but must be delivered built in sdk
    41 SUBDIRS += security npt java_crw_demo java_hprof_demo \
    41 SUBDIRS += security npt java_crw_demo java_hprof_demo \
    42 	    math awt util text applet net nio \
    42 	    math awt util text applet net nio dyn \
    43 	    sql rmi jar beans logging management instrument
    43 	    sql rmi jar beans logging management instrument
    44 
    44 
    45 
    45 
    46 ifeq ($(PLATFORM), solaris)
    46 ifeq ($(PLATFORM), solaris)
    47   ifeq ($(ARCH_DATA_MODEL), 32)
    47   ifeq ($(ARCH_DATA_MODEL), 32)