updated IBM Cell SDK makefiles, to use CELL_TOP
This commit is contained in:
@@ -32,5 +32,5 @@ RenderTexture.o
|
||||
#### Install directories
|
||||
INSTALL_DIR = $(ROOT)/lib/ibmsdk/
|
||||
INSTALL_FILES = $(LIBRARY)
|
||||
|
||||
include $(TOP)/make.footer
|
||||
CELL_TOP ?= $(ROOT)
|
||||
include $(CELL_TOP)/make.footer
|
||||
|
||||
@@ -89,5 +89,5 @@ btUniformScalingShape.o
|
||||
#### Install directories
|
||||
INSTALL_DIR = $(ROOT)/lib/ibmsdk
|
||||
INSTALL_FILES = $(LIBRARY_ppu)
|
||||
|
||||
include $(TOP)/make.footer
|
||||
CELL_TOP ?= $(ROOT)
|
||||
include $(CELL_TOP)/make.footer
|
||||
|
||||
@@ -39,5 +39,6 @@ btWheelInfo.o
|
||||
#### Install directories
|
||||
INSTALL_DIR = $(ROOT)/lib/ibmsdk
|
||||
INSTALL_FILES = $(LIBRARY_ppu)
|
||||
CELL_TOP ?= $(ROOT)
|
||||
|
||||
include $(TOP)/make.footer
|
||||
include $(CELL_TOP)/make.footer
|
||||
|
||||
@@ -25,5 +25,5 @@ btQuickprof.o
|
||||
#### Install directories
|
||||
INSTALL_DIR = $(ROOT)/lib/ibmsdk
|
||||
INSTALL_FILES = $(LIBRARY_ppu)
|
||||
|
||||
include $(TOP)/make.footer
|
||||
CELL_TOP ?= $(ROOT)
|
||||
include $(CELL_TOP)/make.footer
|
||||
|
||||
Reference in New Issue
Block a user