comparison make/linux/makefiles/rules.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
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
150
149 # 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.
150 ifdef LP64 152 ifdef LP64
151 %.o: %.cpp 153 %.o: %.cpp
152 @echo Compiling $< 154 @echo Compiling $<
153 $(QUIETLY) $(REMOVE_TARGET) 155 $(QUIETLY) $(REMOVE_TARGET)