equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1995, 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 |
42 SUBDIRS += security math util text net nio jar |
42 SUBDIRS += security math util text net nio jar |
43 |
43 |
44 SUBDIRS_desktop = awt applet beans |
44 SUBDIRS_desktop = awt applet beans |
45 SUBDIRS_management = management |
45 SUBDIRS_management = management |
46 SUBDIRS_misc = npt java_crw_demo java_hprof_demo \ |
46 SUBDIRS_misc = npt java_crw_demo java_hprof_demo \ |
47 logging instrument dyn sql rmi |
47 logging instrument invoke sql rmi |
48 |
48 |
49 |
49 |
50 ifeq ($(PLATFORM), solaris) |
50 ifeq ($(PLATFORM), solaris) |
51 ifeq ($(ARCH_DATA_MODEL), 32) |
51 ifeq ($(ARCH_DATA_MODEL), 32) |
52 SUBDIRS += jexec |
52 SUBDIRS += jexec |