comparison make/linux/makefiles/top.make @ 2184:5d801e6b9a80

Imported build system changes from other repository.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:17:10 +0100
parents f95d63e2154a
children 0cd39a385a72
comparison
equal deleted inserted replaced
2183:eed52202caea 2184:5d801e6b9a80
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/altsrc.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 = $(call altsrc-replace,$(HS_COMMON_SRC)/cpu/$(Platform_arch)/vm/$(Platform_arch_model).ad)
61 AD_Src = $(GAMMADIR)/src/share/vm/adlc 63 AD_Src = $(call altsrc-replace,$(HS_COMMON_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
66 AD_Files_If_Required/COMPILER2 = ad_stuff 68 AD_Files_If_Required/COMPILER2 = ad_stuff