author | attila |
Wed, 27 Feb 2013 16:25:15 +0100 | |
changeset 16269 | d74c36a06911 |
parent 14342 | 8435a30053c1 |
permissions | -rw-r--r-- |
12047 | 1 |
# |
14342
8435a30053c1
7197491: update copyright year to match last edit in jdk8 jdk repository
alanb
parents:
12656
diff
changeset
|
2 |
# Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. |
12047 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
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 |
|
7 |
# published by the Free Software Foundation. Oracle designates this |
|
8 |
# particular file as subject to the "Classpath" exception as provided |
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
|
10 |
# |
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
17 |
# You should have received a copy of the GNU General Public License version |
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
# |
|
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 |
|
23 |
# questions. |
|
24 |
# |
|
25 |
||
26 |
BUILDDIR = ../../.. |
|
27 |
PACKAGE = com.apple.osxui |
|
28 |
LIBRARY = osxui |
|
29 |
PRODUCT = sun |
|
30 |
include $(BUILDDIR)/common/Defs.gmk |
|
31 |
||
32 |
||
33 |
# |
|
34 |
# Files |
|
35 |
# |
|
36 |
AUTO_FILES_JAVA_DIRS = apple/laf com/apple/laf com/apple/eawt |
|
37 |
||
38 |
FILES_objc = \ |
|
39 |
$(TARGDIR)AquaFileView.m \ |
|
40 |
$(TARGDIR)AquaLookAndFeel.m \ |
|
41 |
$(TARGDIR)AquaNativeResources.m \ |
|
42 |
$(TARGDIR)JRSUIConstantSync.m \ |
|
43 |
$(TARGDIR)JRSUIController.m \ |
|
44 |
$(TARGDIR)JRSUIFocus.m \ |
|
45 |
$(TARGDIR)ScreenPopupFactory.m \ |
|
46 |
$(TARGDIR)ScreenMenu.m |
|
47 |
||
48 |
FILES_export = \ |
|
49 |
apple/laf/AquaLookAndFeel.java \ |
|
50 |
apple/laf/JRSUIConstants.java \ |
|
51 |
apple/laf/JRSUIControl.java \ |
|
52 |
apple/laf/JRSUIFocus.java \ |
|
53 |
apple/laf/JRSUIState.java \ |
|
54 |
apple/laf/JRSUIStateFactory.java \ |
|
55 |
apple/laf/JRSUIUtils.java \ |
|
56 |
com/apple/laf/AquaFileView.java \ |
|
57 |
com/apple/laf/AquaNativeResources.java \ |
|
58 |
com/apple/laf/ScreenPopupFactory.java \ |
|
59 |
com/apple/laf/ScreenMenu.java \ |
|
60 |
com/apple/laf/ScreenMenuBar.java \ |
|
61 |
com/apple/laf/ScreenMenuBarProvider.java \ |
|
62 |
com/apple/laf/ScreenMenuItem.java \ |
|
63 |
com/apple/laf/ScreenMenuItemCheckbox.java \ |
|
64 |
com/apple/laf/ScreenMenuItemUI.java \ |
|
65 |
com/apple/laf/ScreenMenuPropertyHandler.java \ |
|
66 |
com/apple/laf/ScreenMenuPropertyListener.java |
|
67 |
||
12656
6028fff5b8f7
7158928: [macosx] NLS: Please change the mnemonic assignment system
alexsch
parents:
12050
diff
changeset
|
68 |
RESOURCE_BUNDLES_COMPILED_PROPERTIES += \ |
6028fff5b8f7
7158928: [macosx] NLS: Please change the mnemonic assignment system
alexsch
parents:
12050
diff
changeset
|
69 |
com/apple/laf/resources/aqua.properties |
12047 | 70 |
|
71 |
# |
|
72 |
# Rules |
|
73 |
# |
|
74 |
include $(BUILDDIR)/common/Mapfile-vers.gmk |
|
75 |
include $(BUILDDIR)/common/Library.gmk |
|
76 |
||
77 |
||
78 |
# |
|
79 |
# Extra rules |
|
80 |
# |
|
81 |
||
82 |
# |
|
83 |
# Add to ambient vpath to get files in a subdirectory |
|
84 |
# |
|
85 |
vpath %.m $(call NativeSrcDirList,,native/com/apple/laf) |
|
86 |
vpath %.m $(call NativeSrcDirList,,native/com/apple/eawt) |
|
87 |
||
88 |
CPPFLAGS += \ |
|
89 |
$(call NativeSrcDirList,-I,native/com/apple/laf) \ |
|
90 |
$(call NativeSrcDirList,-I,native/apple/awt) \ |
|
91 |
$(call NativeSrcDirList,-I,native/sun/awt) \ |
|
92 |
$(call NativeSrcDirList,-I,native/sun/osxapp) \ |
|
93 |
-I$(TEMPDIR)/../../sun.awt/awt/CClassHeaders |
|
94 |
||
95 |
OTHER_LDLIBS = \ |
|
96 |
-lawt -losxapp \ |
|
12050
28109b684ac0
7152186: java.awt.HeadlessException when running AWT apps [macosx]
michaelm
parents:
12047
diff
changeset
|
97 |
-lawt_lwawt -L$(LIBDIR) -Xlinker -rpath -Xlinker @loader_path \ |
12047 | 98 |
-framework Cocoa \ |
99 |
-framework Carbon \ |
|
100 |
-framework ApplicationServices \ |
|
101 |
-framework JavaNativeFoundation \ |
|
102 |
-framework JavaRuntimeSupport |