comparison make/linux/makefiles/adlc.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
1 # 1 #
2 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
37 ARCH = $(Platform_arch) 37 ARCH = $(Platform_arch)
38 OS = $(Platform_os_family) 38 OS = $(Platform_os_family)
39 39
40 SOURCE.AD = $(OUTDIR)/$(OS)_$(Platform_arch_model).ad 40 SOURCE.AD = $(OUTDIR)/$(OS)_$(Platform_arch_model).ad
41 41
42 SOURCES.AD = $(GAMMADIR)/src/cpu/$(ARCH)/vm/$(Platform_arch_model).ad \ 42 SOURCES.AD = \
43 $(GAMMADIR)/src/os_cpu/$(OS)_$(ARCH)/vm/$(OS)_$(Platform_arch_model).ad 43 $(call altsrc-replace,$(HS_COMMON_SRC)/cpu/$(ARCH)/vm/$(Platform_arch_model).ad) \
44 $(call altsrc-replace,$(HS_COMMON_SRC)/os_cpu/$(OS)_$(ARCH)/vm/$(OS)_$(Platform_arch_model).ad)
44 45
45 EXEC = $(OUTDIR)/adlc 46 EXEC = $(OUTDIR)/adlc
46 47
47 # set VPATH so make knows where to look for source files 48 # set VPATH so make knows where to look for source files
48 Src_Dirs_V += $(GAMMADIR)/src/share/vm/adlc 49 Src_Dirs_V += $(GAMMADIR)/src/share/vm/adlc