moved files around
This commit is contained in:
26
Extras/FCollada/FMath/Makefile
Normal file
26
Extras/FCollada/FMath/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/make
|
||||
# FMath Makefile for PS3
|
||||
|
||||
include ../../MakeDefs
|
||||
|
||||
LIBNAME = libfmath
|
||||
|
||||
prefix=..
|
||||
|
||||
INCPATH=$(prefix)/include
|
||||
LIBPATH=$(prefix)/lib
|
||||
|
||||
PPU_INCDIRS=-I$(INCPATH) -I..
|
||||
PPU_OPTIMIZE_LV= -O3 -funroll-loops
|
||||
|
||||
PPU_LIB_TARGET=$(LIBNAME).a
|
||||
PPU_SRCS = \
|
||||
FMColor.cpp \
|
||||
FMInterpolation.cpp \
|
||||
FMMatrix33.cpp \
|
||||
FMMatrix44.cpp \
|
||||
FMQuaternion.cpp \
|
||||
FMVector3.cpp \
|
||||
StdAfx.cpp
|
||||
|
||||
include ../../MakeRules
|
||||
Reference in New Issue
Block a user