comparison make/solaris/makefiles/jvmti.make @ 2044:06f017f7daa7

Merge.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 07 Jan 2011 18:18:08 +0100
parents 0a8e0d4345b3
children
comparison
equal deleted inserted replaced
1942:00bc9eaf0e24 2044:06f017f7daa7
1 # 1 #
2 # Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2003, 2010, 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.
34 GENERATED = ../generated 34 GENERATED = ../generated
35 JvmtiOutDir = $(GENERATED)/jvmtifiles 35 JvmtiOutDir = $(GENERATED)/jvmtifiles
36 36
37 JvmtiSrcDir = $(GAMMADIR)/src/share/vm/prims 37 JvmtiSrcDir = $(GAMMADIR)/src/share/vm/prims
38 InterpreterSrcDir = $(GAMMADIR)/src/share/vm/interpreter 38 InterpreterSrcDir = $(GAMMADIR)/src/share/vm/interpreter
39 Src_Dirs += $(JvmtiSrcDir)
40 39
41 # set VPATH so make knows where to look for source files 40 # set VPATH so make knows where to look for source files
42 Src_Dirs_V = ${Src_Dirs} 41 Src_Dirs_V += $(JvmtiSrcDir)
43 VPATH += $(Src_Dirs_V:%=%:) 42 VPATH += $(Src_Dirs_V:%=%:)
44 43
45 JvmtiGeneratedNames = \ 44 JvmtiGeneratedNames = \
46 jvmtiEnv.hpp \ 45 jvmtiEnv.hpp \
47 jvmtiEnter.cpp \ 46 jvmtiEnter.cpp \
48 jvmtiEnterTrace.cpp \ 47 jvmtiEnterTrace.cpp \