notaz.gp2x.de
/
pcsx_rearmed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge pull request #53 from Kekun/fix/set-controller-port-device
[pcsx_rearmed.git]
/
plugins
/
gpu_unai
/
Makefile
1
CFLAGS += -ggdb -Wall -O3 -ffast-math
2
CFLAGS += -DREARMED
3
CFLAGS += -I../../include
4
5
include ../../config.mak
6
7
SRC_STANDALONE += gpu.cpp
8
SRC_GPULIB += gpulib_if.cpp
9
10
ifeq "$(ARCH)" "arm"
11
SRC += gpu_arm.s
12
endif
13
14
#BIN_STANDALONE = gpuPCSX4ALL.so
15
BIN_GPULIB = gpu_unai.so
16
include ../gpulib/gpulib.mak