updated IBM Cell SDK makefiles

This commit is contained in:
ejcoumans
2007-08-18 16:45:06 +00:00
parent cdbc95c105
commit 375e428910
7 changed files with 11 additions and 15 deletions

View File

@@ -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/$@ .

View File

@@ -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/$@ .

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,5 +1,5 @@
#### Visit Bullet library ibmsdk dirs and build code
CELL_TOP ?= ../..
CELL_TOP ?= /opt/ibm/cell-sdk/prototype
DIRS := \
../BulletCollision/ibmsdk \