author | dnsimon |
Mon, 06 Nov 2017 09:44:42 +0100 | |
changeset 47785 | 5692c538ecef |
parent 47217 | 72e3ae9a25eb |
permissions | -rw-r--r-- |
27088
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
1 |
# |
33669
1082bb5cff16
8142383: Use named arguments for SetupCompileProperties in jdk
ihse
parents:
27088
diff
changeset
|
2 |
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. |
27088
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
4 |
# |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
10 |
# |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
15 |
# accompanied this code). |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
16 |
# |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
20 |
# |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
23 |
# questions. |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
24 |
# |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
25 |
|
47217 | 26 |
include GensrcCommonJdk.gmk |
27088
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
27 |
|
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
28 |
################################################################################ |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
29 |
|
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
30 |
include GensrcProperties.gmk |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
31 |
|
33669
1082bb5cff16
8142383: Use named arguments for SetupCompileProperties in jdk
ihse
parents:
27088
diff
changeset
|
32 |
$(eval $(call SetupCompileProperties, COMPILE_PROPERTIES, \ |
47217 | 33 |
SRC_DIRS := $(TOPDIR)/src/java.logging/share/classes/sun/util/logging/resources, \ |
33669
1082bb5cff16
8142383: Use named arguments for SetupCompileProperties in jdk
ihse
parents:
27088
diff
changeset
|
34 |
CLASS := ListResourceBundle, \ |
1082bb5cff16
8142383: Use named arguments for SetupCompileProperties in jdk
ihse
parents:
27088
diff
changeset
|
35 |
)) |
27088
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
36 |
|
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
37 |
TARGETS += $(COMPILE_PROPERTIES) |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
38 |
|
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
39 |
################################################################################ |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
40 |
|
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
41 |
all: $(TARGETS) |
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
42 |
|
ea6446a9121b
8055191: Split GensrcProperties.gmk into separate modules
erikj
parents:
diff
changeset
|
43 |
.PHONY: all |