mave plugin and core shared includes to single location
[pcsx_rearmed.git] / plugins / gpu_unai / Makefile
... / ...
CommitLineData
1CFLAGS += -ggdb -Wall -O3 -ffast-math
2CFLAGS += -DREARMED
3CFLAGS += -I../../include
4
5include ../../config.mak
6
7SRC_STANDALONE += gpu.cpp
8SRC_GPULIB += gpulib_if.cpp
9
10ifeq "$(ARCH)" "arm"
11SRC += gpu_arm.s
12endif
13
14BIN_STANDLALONE = gpuPCSX4ALL.so
15BIN_GPULIB = gpu_unai.so
16include ../gpulib/gpulib.mak