updated IBM Cell SDK makefiles
This commit is contained in:
@@ -50,11 +50,9 @@ INSTALL_FILES = $(PROGRAM_ppu)
|
||||
# make.footer
|
||||
########################################################################
|
||||
|
||||
ifdef CELL_TOP
|
||||
include $(CELL_TOP)/make.footer
|
||||
else
|
||||
include ../../../make.footer
|
||||
endif
|
||||
CELL_TOP ?= /opt/ibm/cell-sdk/prototype
|
||||
|
||||
include $(CELL_TOP)/make.footer
|
||||
|
||||
$(PPMS):
|
||||
cp textures/$@ .
|
||||
|
||||
@@ -50,11 +50,9 @@ INSTALL_FILES = $(PROGRAM_ppu)
|
||||
# make.footer
|
||||
########################################################################
|
||||
|
||||
ifdef CELL_TOP
|
||||
include $(CELL_TOP)/make.footer
|
||||
else
|
||||
include ../../../make.footer
|
||||
endif
|
||||
CELL_TOP ?= /opt/ibm/cell-sdk/prototype
|
||||
|
||||
include $(CELL_TOP)/make.footer
|
||||
|
||||
$(PPMS):
|
||||
cp textures/$@ .
|
||||
|
||||
@@ -32,5 +32,5 @@ RenderTexture.o
|
||||
#### Install directories
|
||||
INSTALL_DIR = $(ROOT)/lib/ibmsdk/
|
||||
INSTALL_FILES = $(LIBRARY)
|
||||
CELL_TOP ?= $(ROOT)
|
||||
CELL_TOP ?= /opt/ibm/cell-sdk/prototype
|
||||
include $(CELL_TOP)/make.footer
|
||||
|
||||
@@ -89,5 +89,5 @@ btUniformScalingShape.o
|
||||
#### Install directories
|
||||
INSTALL_DIR = $(ROOT)/lib/ibmsdk
|
||||
INSTALL_FILES = $(LIBRARY_ppu)
|
||||
CELL_TOP ?= $(ROOT)
|
||||
CELL_TOP ?= /opt/ibm/cell-sdk/prototype
|
||||
include $(CELL_TOP)/make.footer
|
||||
|
||||
@@ -39,6 +39,6 @@ btWheelInfo.o
|
||||
#### Install directories
|
||||
INSTALL_DIR = $(ROOT)/lib/ibmsdk
|
||||
INSTALL_FILES = $(LIBRARY_ppu)
|
||||
CELL_TOP ?= $(ROOT)
|
||||
CELL_TOP ?= /opt/ibm/cell-sdk/prototype
|
||||
|
||||
include $(CELL_TOP)/make.footer
|
||||
|
||||
@@ -25,5 +25,5 @@ btQuickprof.o
|
||||
#### Install directories
|
||||
INSTALL_DIR = $(ROOT)/lib/ibmsdk
|
||||
INSTALL_FILES = $(LIBRARY_ppu)
|
||||
CELL_TOP ?= $(ROOT)
|
||||
CELL_TOP ?= /opt/ibm/cell-sdk/prototype
|
||||
include $(CELL_TOP)/make.footer
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#### Visit Bullet library ibmsdk dirs and build code
|
||||
CELL_TOP ?= ../..
|
||||
CELL_TOP ?= /opt/ibm/cell-sdk/prototype
|
||||
|
||||
DIRS := \
|
||||
../BulletCollision/ibmsdk \
|
||||
|
||||
Reference in New Issue
Block a user