make/windows/projectfiles/common/Makefile

Print this page




 162         @rm -f includeDB.current
 163         @cp includeDB includeDB.current
 164 
 165 lists: $(HOTSPOTBUILDSPACE)/classes/MakeDeps.class FORCE
 166         @if exist incls rmdir /s /q incls
 167         @rm -f includeDB
 168         @cat $(IncludeDBs) > includeDB
 169         @mkdir incls
 170         @$(RUN_JAVA) -Djava.class.path=$(HOTSPOTBUILDSPACE)/classes MakeDeps WinGammaPlatform$(VcVersion) \
 171                  $(Platform) includeDB $(MakeDepsOptions) $(MakeDepsIDEOptions)
 172         @rm -f includeDB.current
 173         @cp includeDB includeDB.current
 174 
 175 clean:
 176         @rm -rf incls $(HOTSPOTBUILDSPACE)/classes
 177         @rm -f includeDB includeDB.current $(ProjectFile) Dependencies
 178 
 179 $(HOTSPOTBUILDSPACE)/classes/MakeDeps.class: $(MakeDepsSources)
 180         @if exist $(HOTSPOTBUILDSPACE)\classes rmdir /s /q $(HOTSPOTBUILDSPACE)\classes
 181         @mkdir $(HOTSPOTBUILDSPACE)\classes
 182         @$(COMPILE_JAVAC) -classpath $(HOTSPOTWORKSPACE)\src\share\tools\MakeDeps -g -d $(HOTSPOTBUILDSPACE)/classes $(MakeDepsSources)
 183 
 184 FORCE:


 162         @rm -f includeDB.current
 163         @cp includeDB includeDB.current
 164 
 165 lists: $(HOTSPOTBUILDSPACE)/classes/MakeDeps.class FORCE
 166         @if exist incls rmdir /s /q incls
 167         @rm -f includeDB
 168         @cat $(IncludeDBs) > includeDB
 169         @mkdir incls
 170         @$(RUN_JAVA) -Djava.class.path=$(HOTSPOTBUILDSPACE)/classes MakeDeps WinGammaPlatform$(VcVersion) \
 171                  $(Platform) includeDB $(MakeDepsOptions) $(MakeDepsIDEOptions)
 172         @rm -f includeDB.current
 173         @cp includeDB includeDB.current
 174 
 175 clean:
 176         @rm -rf incls $(HOTSPOTBUILDSPACE)/classes
 177         @rm -f includeDB includeDB.current $(ProjectFile) Dependencies
 178 
 179 $(HOTSPOTBUILDSPACE)/classes/MakeDeps.class: $(MakeDepsSources)
 180         @if exist $(HOTSPOTBUILDSPACE)\classes rmdir /s /q $(HOTSPOTBUILDSPACE)\classes
 181         @mkdir $(HOTSPOTBUILDSPACE)\classes
 182         @$(COMPILE_JAVAC) -classpath $(HOTSPOTWORKSPACE)\src\share\tools\MakeDeps $(BOOTSTRAP_JAVAC_FLAGS) -d $(HOTSPOTBUILDSPACE)/classes $(MakeDepsSources)
 183 
 184 FORCE: