X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_unai%2FMakefile;fp=plugins%2Fgpu_unai%2FMakefile;h=12c688e9e06cb0b34316455cecd91c6808e3b1e3;hb=4cfc568dce10c4ff9a476e229c56b17f8f1ed678;hp=0000000000000000000000000000000000000000;hpb=5a920d326f0508f941d6cfc6c42500e961f82a72;p=pcsx_rearmed.git diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile new file mode 100644 index 00000000..12c688e9 --- /dev/null +++ b/plugins/gpu_unai/Makefile @@ -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_unai.so +include ../gpulib/gpulib.mak