From 4132e8ca13b6395f8a9ef7ec7d01cbdcc19c037d Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 20 Apr 2012 02:28:55 +0300 Subject: bring in configure build system not using autotools, trying to do something similar like qemu instead. --- plugins/gpu-gles/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/gpu-gles/Makefile') diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 06552ed..894daec 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -1,9 +1,7 @@ -CC = $(CROSS_COMPILE)gcc - -ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}') - CFLAGS += -ggdb -fPIC -O2 # -Wall +include ../../config.mak + SRC_STANDALONE += gpuDraw.c gpuFps.c gpuPlugin.c gpuPrim.c gpuTexture.c SRC_GPULIB += gpulib_if.c -- cgit v1.2.3