comparison make/linux/makefiles/top.make @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents f95d63e2154a
children d8a72fbc4be7
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
37 37
38 # Don't override the built-in $(MAKE). 38 # Don't override the built-in $(MAKE).
39 # Instead, use "gmake" (or "gnumake") from the command line. --Rose 39 # Instead, use "gmake" (or "gnumake") from the command line. --Rose
40 #MAKE = gmake 40 #MAKE = gmake
41 41
42 include $(GAMMADIR)/make/closed.make
43
42 TOPDIR = $(shell echo `pwd`) 44 TOPDIR = $(shell echo `pwd`)
43 GENERATED = $(TOPDIR)/../generated 45 GENERATED = $(TOPDIR)/../generated
44 VM = $(GAMMADIR)/src/share/vm 46 VM = $(GAMMADIR)/src/share/vm
45 Plat_File = $(Platform_file) 47 Plat_File = $(Platform_file)
46 CDG = cd $(GENERATED); 48 CDG = cd $(GENERATED);
55 57
56 Cached_plat = $(GENERATED)/platform.current 58 Cached_plat = $(GENERATED)/platform.current
57 59
58 AD_Dir = $(GENERATED)/adfiles 60 AD_Dir = $(GENERATED)/adfiles
59 ADLC = $(AD_Dir)/adlc 61 ADLC = $(AD_Dir)/adlc
60 AD_Spec = $(GAMMADIR)/src/cpu/$(Platform_arch)/vm/$(Platform_arch_model).ad 62 AD_Spec = $(GAMMADIR)/src/$(HS_CLOSED_PATH)cpu/$(Platform_arch)/vm/$(Platform_arch_model).ad
61 AD_Src = $(GAMMADIR)/src/share/vm/adlc 63 AD_Src = $(GAMMADIR)/src/share/vm/adlc
62 AD_Names = ad_$(Platform_arch_model).hpp ad_$(Platform_arch_model).cpp 64 AD_Names = ad_$(Platform_arch_model).hpp ad_$(Platform_arch_model).cpp
63 AD_Files = $(AD_Names:%=$(AD_Dir)/%) 65 AD_Files = $(AD_Names:%=$(AD_Dir)/%)
64 66
65 # AD_Files_If_Required/COMPILER1 = ad_stuff 67 # AD_Files_If_Required/COMPILER1 = ad_stuff