Changeset 53 for trunk/openjdk/hotspot/make
- Timestamp:
- Jul 12, 2010, 12:48:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/make/os2/makefiles/vm.make
r45 r53 128 128 $(WorkSpace)/src/share/vm/opto \ 129 129 $(WorkSpace)/src/os/windows/vm \ 130 $(WorkSpace)/src/os_cpu/windows_$(Platform_arch) \vm \130 $(WorkSpace)/src/os_cpu/windows_$(Platform_arch)/vm \ 131 131 $(WorkSpace)/src/cpu/$(Platform_arch)/vm \ 132 132 $(WorkSpace)/src/share/vm/opto … … 144 144 145 145 c1_RInfo_$(Platform_arch).obj: $(WorkSpace)/src/cpu/$(Platform_arch)/vm/c1_RInfo_$(Platform_arch).cpp 146 os_windows.obj: $(WorkSpace) \src\os\windows\vm\os_windows.cpp147 os_windows_$(Platform_arch).obj: $(WorkSpace) \src\os_cpu\windows_$(Platform_arch)\vm\os_windows_$(Platform_arch).cpp148 osThread_windows.obj: $(WorkSpace) \src\os\windows\vm\osThread_windows.cpp149 conditionVar_windows.obj: $(WorkSpace) \src\os\windows\vm\conditionVar_windows.cpp150 getThread_windows_$(Platform_arch).obj: $(WorkSpace) \src\os_cpu\windows_$(Platform_arch)\vm\getThread_windows_$(Platform_arch).cpp151 opcodes.obj: $(WorkSpace) \src\share\vm\opto\opcodes.cpp152 bytecodeInterpreter.obj: $(WorkSpace) \src\share\vm\interpreter\bytecodeInterpreter.cpp153 bytecodeInterpreterWithChecks.obj: .. \generated\jvmtifiles\bytecodeInterpreterWithChecks.cpp146 os_windows.obj: $(WorkSpace)/src/os/windows/vm/os_windows.cpp 147 os_windows_$(Platform_arch).obj: $(WorkSpace)/src/os_cpu/windows_$(Platform_arch)/vm/os_windows_$(Platform_arch).cpp 148 osThread_windows.obj: $(WorkSpace)/src/os/windows/vm/osThread_windows.cpp 149 conditionVar_windows.obj: $(WorkSpace)/src/os/windows/vm/conditionVar_windows.cpp 150 getThread_windows_$(Platform_arch).obj: $(WorkSpace)/src/os_cpu/windows_$(Platform_arch)/vm/getThread_windows_$(Platform_arch).cpp 151 opcodes.obj: $(WorkSpace)/src/share/vm/opto/opcodes.cpp 152 bytecodeInterpreter.obj: $(WorkSpace)/src/share/vm/interpreter/bytecodeInterpreter.cpp 153 bytecodeInterpreterWithChecks.obj: ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp 154 154 155 155 # Default rules for the Virtual Machine
Note:
See TracChangeset
for help on using the changeset viewer.