comparison make/linux/makefiles/rules.make @ 2199:d8a72fbc4be7

7003401: Implement VM error-reporting functionality on erroneous termination Summary: Add support for distribution-specific error reporting Reviewed-by: coleenp, phh, jcoomes, ohair
author kamg
date Tue, 08 Feb 2011 17:20:45 -0500
parents b92c45f2bc75
children 0cd39a385a72 7e88bdae86ec
comparison
equal deleted inserted replaced
2197:5e139f767ddb 2199:d8a72fbc4be7
1 # 1 #
2 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2003, 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.
144 # Include $(NONPIC_OBJ_FILES) definition 144 # Include $(NONPIC_OBJ_FILES) definition
145 ifndef LP64 145 ifndef LP64
146 include $(GAMMADIR)/make/pic.make 146 include $(GAMMADIR)/make/pic.make
147 endif 147 endif
148 148
149 include $(GAMMADIR)/make/closed.make 149 include $(GAMMADIR)/make/altsrc.make
150 150
151 # The non-PIC object files are only generated for 32 bit platforms. 151 # The non-PIC object files are only generated for 32 bit platforms.
152 ifdef LP64 152 ifdef LP64
153 %.o: %.cpp 153 %.o: %.cpp
154 @echo Compiling $< 154 @echo Compiling $<