frontend: pollux: use sections for memory
[pcsx_rearmed.git] / plugins / dfxvideo / Makefile
... / ...
CommitLineData
1CFLAGS += -Wall -ggdb -O2
2CFLAGS += -fno-strict-aliasing -ffast-math
3# ugh
4CFLAGS += -I../../libpcsxcore
5
6include ../../config.mak
7
8SRC_STANDALONE += gpu.c
9SRC_GPULIB += gpulib_if.c
10
11ifeq "$(ARCH)" "arm"
12SRC_STANDALONE += draw_pl.c
13else
14SRC_STANDALONE += draw.c
15LDLIBS_STANDALONE += -lX11 -lXv -lXext
16endif
17
18BIN_STANDLALONE = gpuPEOPS.so
19BIN_GPULIB = gpu_peops.so
20include ../gpulib/gpulib.mak