agent/make/Makefile

changeset 3183
fd65bc7c09b6
parent 3156
f08d439fab8c
parent 3168
4f93f0d00802
child 4093
5a98bf7d847b
equal deleted inserted replaced
3167:95607b70acb5 3183:fd65bc7c09b6
1 # 1 #
2 # Copyright (c) 2000, 2008, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2000, 2011, 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.
82 sun.jvm.hotspot.debugger.windbg.amd64 \ 82 sun.jvm.hotspot.debugger.windbg.amd64 \
83 sun.jvm.hotspot.debugger.windbg.ia64 \ 83 sun.jvm.hotspot.debugger.windbg.ia64 \
84 sun.jvm.hotspot.debugger.windbg.x86 \ 84 sun.jvm.hotspot.debugger.windbg.x86 \
85 sun.jvm.hotspot.debugger.x86 \ 85 sun.jvm.hotspot.debugger.x86 \
86 sun.jvm.hotspot.gc_implementation \ 86 sun.jvm.hotspot.gc_implementation \
87 sun.jvm.hotspot.gc_implementation.g1 \
87 sun.jvm.hotspot.gc_implementation.parallelScavenge \ 88 sun.jvm.hotspot.gc_implementation.parallelScavenge \
88 sun.jvm.hotspot.gc_implementation.shared \ 89 sun.jvm.hotspot.gc_implementation.shared \
89 sun.jvm.hotspot.gc_interface \ 90 sun.jvm.hotspot.gc_interface \
90 sun.jvm.hotspot.interpreter \ 91 sun.jvm.hotspot.interpreter \
91 sun.jvm.hotspot.jdi \ 92 sun.jvm.hotspot.jdi \
174 sun/jvm/hotspot/debugger/win32/coff/*.java \ 175 sun/jvm/hotspot/debugger/win32/coff/*.java \
175 sun/jvm/hotspot/debugger/windbg/*.java \ 176 sun/jvm/hotspot/debugger/windbg/*.java \
176 sun/jvm/hotspot/debugger/windbg/ia64/*.java \ 177 sun/jvm/hotspot/debugger/windbg/ia64/*.java \
177 sun/jvm/hotspot/debugger/windbg/x86/*.java \ 178 sun/jvm/hotspot/debugger/windbg/x86/*.java \
178 sun/jvm/hotspot/debugger/x86/*.java \ 179 sun/jvm/hotspot/debugger/x86/*.java \
180 sun/jvm/hotspot/gc_implementation/g1/*.java \
181 sun/jvm/hotspot/gc_implementation/parallelScavenge/*.java \
182 sun/jvm/hotspot/gc_implementation/shared/*.java \
179 sun/jvm/hotspot/interpreter/*.java \ 183 sun/jvm/hotspot/interpreter/*.java \
180 sun/jvm/hotspot/jdi/*.java \ 184 sun/jvm/hotspot/jdi/*.java \
181 sun/jvm/hotspot/livejvm/*.java \ 185 sun/jvm/hotspot/livejvm/*.java \
182 sun/jvm/hotspot/memory/*.java \ 186 sun/jvm/hotspot/memory/*.java \
183 sun/jvm/hotspot/oops/*.java \ 187 sun/jvm/hotspot/oops/*.java \

mercurial