New, separate GPU plugin based on Unai. (#233)
[pcsx_rearmed.git] / plugins / gpu_senquack / Makefile
diff --git a/plugins/gpu_senquack/Makefile b/plugins/gpu_senquack/Makefile
new file mode 100644 (file)
index 0000000..c3be35b
--- /dev/null
@@ -0,0 +1,19 @@
+CFLAGS += -ggdb -Wall -O3 -ffast-math
+CFLAGS += -DREARMED
+CFLAGS += -I../../include
+#CFLAGS += -DINLINE="static __inline__"
+#CFLAGS += -Dasm="__asm__ __volatile__"
+#CFLAGS += -DUSE_GPULIB=1
+
+include ../../config.mak
+
+SRC_STANDALONE += gpu.cpp
+SRC_GPULIB += gpulib_if.cpp
+
+ifeq "$(ARCH)" "arm"
+SRC += gpu_arm.S
+endif
+
+#BIN_STANDALONE = gpuPCSX4ALL.so
+BIN_GPULIB = gpu_senquack.so
+include ../gpulib/gpulib.mak