make/solaris/makefiles/sa.make

changeset 7589
f9d003ea9023
parent 4093
5a98bf7d847b
child 7994
04ff2f6cd0eb
equal deleted inserted replaced
7588:ec3982ff3fed 7589:f9d003ea9023
1 # 1 #
2 # Copyright (c) 2003, 2012, 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.
27 27
28 # This makefile is used to build Serviceability Agent java code 28 # This makefile is used to build Serviceability Agent java code
29 # and generate JNI header file for native methods. 29 # and generate JNI header file for native methods.
30 30
31 include $(GAMMADIR)/make/solaris/makefiles/rules.make 31 include $(GAMMADIR)/make/solaris/makefiles/rules.make
32 include $(GAMMADIR)/make/defs.make
32 AGENT_DIR = $(GAMMADIR)/agent 33 AGENT_DIR = $(GAMMADIR)/agent
33 include $(GAMMADIR)/make/sa.files 34 include $(GAMMADIR)/make/sa.files
35
36 -include $(HS_ALT_MAKE)/solaris/makefiles/sa.make
37
34 GENERATED = ../generated 38 GENERATED = ../generated
35 39
36 # tools.jar is needed by the JDI - SA binding 40 # tools.jar is needed by the JDI - SA binding
37 SA_CLASSPATH = $(BOOT_JAVA_HOME)/lib/tools.jar 41 SA_CLASSPATH = $(BOOT_JAVA_HOME)/lib/tools.jar
38 42

mercurial