agent/make/Makefile

changeset 2872
eae35325e5e1
parent 1907
c18cbe5936b8
child 3138
f6f3bb0ee072
equal deleted inserted replaced
2871:8a9941687aae 2872:eae35325e5e1
255 255
256 # Tagging it on because there's no reason not to run it 256 # Tagging it on because there's no reason not to run it
257 all: filelist 257 all: filelist
258 @mkdir -p $(OUTPUT_DIR) 258 @mkdir -p $(OUTPUT_DIR)
259 @echo "$(SA_BUILD_VERSION_PROP)" > $(SA_PROPERTIES) 259 @echo "$(SA_BUILD_VERSION_PROP)" > $(SA_PROPERTIES)
260 $(JAVAC) -source 1.4 -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist 260 $(JAVAC) -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
261 $(RMIC) -classpath $(OUTPUT_DIR) -d $(OUTPUT_DIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer 261 $(RMIC) -classpath $(OUTPUT_DIR) -d $(OUTPUT_DIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
262 rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql/sa.js 262 rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql/sa.js
263 cp $(SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql 263 cp $(SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql
264 mkdir -p $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources 264 mkdir -p $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources
265 rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources/* 265 rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources/*
267 cp -r $(SRC_DIR)/images/* $(OUTPUT_DIR)/ 267 cp -r $(SRC_DIR)/images/* $(OUTPUT_DIR)/
268 268
269 allprof: filelist 269 allprof: filelist
270 @mkdir -p $(OUTPUT_DIR) 270 @mkdir -p $(OUTPUT_DIR)
271 @echo "$(SA_BUILD_VERSION_PROP)" > $(SA_PROPERTIES) 271 @echo "$(SA_BUILD_VERSION_PROP)" > $(SA_PROPERTIES)
272 $(JAVAC) -source 1.4 -J-Xprof -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist 272 $(JAVAC) -J-Xprof -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
273 $(RMIC) -classpath $(OUTPUT_DIR) -d $(OUTPUT_DIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer 273 $(RMIC) -classpath $(OUTPUT_DIR) -d $(OUTPUT_DIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
274 rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql/sa.js 274 rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql/sa.js
275 cp $(SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql 275 cp $(SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql
276 mkdir -p $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources 276 mkdir -p $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources
277 rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources/* 277 rm -f $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources/*

mercurial