make/windows/makefiles/generated.make

Print this page




  74 !endif
  75 
  76 !if "$(Variant)" == "tiered"
  77 IncludeDBs=$(IncludeDBs_core) $(WorkSpace)/src/share/vm/includeDB_compiler1 \
  78            $(WorkSpace)/src/share/vm/includeDB_compiler2
  79 !endif
  80 
  81 # Note we don't generate a Visual C++ project file using MakeDeps for
  82 # the batch build.
  83 includeDB.current Dependencies: classes/MakeDeps.class $(IncludeDBs)
  84         cat $(IncludeDBs) > includeDB
  85         if exist incls rmdir /s /q incls
  86         mkdir incls
  87         $(RUN_JAVA) -Djava.class.path=classes MakeDeps WinGammaPlatform$(VcVersion) $(WorkSpace)/make/windows/platform_$(BUILDARCH) includeDB $(MakeDepsOptions)
  88         rm -f includeDB.current
  89         cp includeDB includeDB.current
  90 
  91 classes/MakeDeps.class: $(MakeDepsSources)
  92         if exist classes rmdir /s /q classes
  93         mkdir classes
  94         $(COMPILE_JAVAC) -classpath $(WorkSpace)\src\share\tools\MakeDeps -g -d classes $(MakeDepsSources)
  95 
  96 !if ("$(Variant)" == "compiler2") || ("$(Variant)" == "tiered")
  97 
  98 !include $(WorkSpace)/make/windows/makefiles/adlc.make
  99 
 100 !endif
 101 
 102 !include $(WorkSpace)/make/windows/makefiles/shared.make


  74 !endif
  75 
  76 !if "$(Variant)" == "tiered"
  77 IncludeDBs=$(IncludeDBs_core) $(WorkSpace)/src/share/vm/includeDB_compiler1 \
  78            $(WorkSpace)/src/share/vm/includeDB_compiler2
  79 !endif
  80 
  81 # Note we don't generate a Visual C++ project file using MakeDeps for
  82 # the batch build.
  83 includeDB.current Dependencies: classes/MakeDeps.class $(IncludeDBs)
  84         cat $(IncludeDBs) > includeDB
  85         if exist incls rmdir /s /q incls
  86         mkdir incls
  87         $(RUN_JAVA) -Djava.class.path=classes MakeDeps WinGammaPlatform$(VcVersion) $(WorkSpace)/make/windows/platform_$(BUILDARCH) includeDB $(MakeDepsOptions)
  88         rm -f includeDB.current
  89         cp includeDB includeDB.current
  90 
  91 classes/MakeDeps.class: $(MakeDepsSources)
  92         if exist classes rmdir /s /q classes
  93         mkdir classes
  94         $(COMPILE_JAVAC) -classpath $(WorkSpace)\src\share\tools\MakeDeps $(BOOTSTRAP_JAVAC_FLAGS) -d classes $(MakeDepsSources)
  95 
  96 !if ("$(Variant)" == "compiler2") || ("$(Variant)" == "tiered")
  97 
  98 !include $(WorkSpace)/make/windows/makefiles/adlc.make
  99 
 100 !endif
 101 
 102 !include $(WorkSpace)/make/windows/makefiles/shared.make