comparison make/solaris/makefiles/rules.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 1d1603768966
comparison
equal deleted inserted replaced
2183:eed52202caea 2184:5d801e6b9a80
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/altsrc.make
150
149 # Sun compiler for 64 bit Solaris does not support building non-PIC object files. 151 # Sun compiler for 64 bit Solaris does not support building non-PIC object files.
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)