equal
deleted
inserted
replaced
45 GENERATED = $(TOPDIR)/../generated |
45 GENERATED = $(TOPDIR)/../generated |
46 VM = $(GAMMADIR)/src/share/vm |
46 VM = $(GAMMADIR)/src/share/vm |
47 Plat_File = $(Platform_file) |
47 Plat_File = $(Platform_file) |
48 CDG = cd $(GENERATED); |
48 CDG = cd $(GENERATED); |
49 |
49 |
50 ifdef USE_PRECOMPILED_HEADER |
50 ifneq ($(USE_PRECOMPILED_HEADER),0) |
51 PrecompiledOption = -DUSE_PRECOMPILED_HEADER |
51 UpdatePCH = $(MAKE) -f vm.make $(PRECOMPILED_HEADER) $(MFLAGS) |
52 UpdatePCH = $(MAKE) -f vm.make $(PRECOMPILED_HEADER) $(MFLAGS) |
|
53 else |
52 else |
54 UpdatePCH = \# precompiled header is not used |
53 UpdatePCH = \# precompiled header is not used |
55 PrecompiledOption = |
|
56 endif |
54 endif |
57 |
55 |
58 Cached_plat = $(GENERATED)/platform.current |
56 Cached_plat = $(GENERATED)/platform.current |
59 |
57 |
60 AD_Dir = $(GENERATED)/adfiles |
58 AD_Dir = $(GENERATED)/adfiles |