release r26
[pcsx_rearmed.git] / plugins / gpu_unai / Makefile
... / ...
CommitLineData
1CFLAGS += -ggdb -Wall -O3 -ffast-math
2CFLAGS += -DREARMED
3CFLAGS += -I../../include
4#CFLAGS += -DINLINE="static __inline__"
5#CFLAGS += -Dasm="__asm__ __volatile__"
6CFLAGS += -DUSE_GPULIB=1
7
8include ../../config.mak
9
10SRC_GPULIB += gpulib_if.cpp old/if.cpp
11
12ifeq "$(ARCH)" "arm"
13SRC += gpu_arm.S
14endif
15
16BIN_GPULIB = gpu_unai.so
17include ../gpulib/gpulib.mak