make/windows/makefiles/sa.make

changeset 7589
f9d003ea9023
parent 7355
89266fdfa9e6
child 7994
04ff2f6cd0eb
child 8337
01745e531a0a
equal deleted inserted replaced
7588:ec3982ff3fed 7589:f9d003ea9023
1 # 1 #
2 # Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2003, 2015, 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. 7 # published by the Free Software Foundation.
35 # This first part is used to build sa-jdi.jar 35 # This first part is used to build sa-jdi.jar
36 !include $(WorkSpace)/make/windows/makefiles/rules.make 36 !include $(WorkSpace)/make/windows/makefiles/rules.make
37 !include $(WorkSpace)/make/sa.files 37 !include $(WorkSpace)/make/sa.files
38 38
39 GENERATED = ../generated 39 GENERATED = ../generated
40
41 HS_COMMON_SRC_REL = src
42
43 !if "$(OPENJDK)" != "true"
44 HS_ALT_SRC_REL=src/closed
45 HS_ALT_SRC = $(WorkSpace)/$(HS_ALT_SRC_REL)
46 !ifndef HS_ALT_MAKE
47 HS_ALT_MAKE=$(WorkSpace)/make/closed
48 !endif
49 !endif
50
51 HS_COMMON_SRC = $(WorkSpace)/$(HS_COMMON_SRC_REL)
52
53 !ifdef HS_ALT_MAKE
54 !include $(HS_ALT_MAKE)/windows/makefiles/sa.make
55 !endif
40 56
41 # tools.jar is needed by the JDI - SA binding 57 # tools.jar is needed by the JDI - SA binding
42 SA_CLASSPATH = $(BOOT_JAVA_HOME)/lib/tools.jar 58 SA_CLASSPATH = $(BOOT_JAVA_HOME)/lib/tools.jar
43 59
44 SA_CLASSDIR = $(GENERATED)/saclasses 60 SA_CLASSDIR = $(GENERATED)/saclasses

mercurial