updated makefile for supporting different target architectures

use "ARCH=arch_name make"

restructured project folder, implementations and headers together under sources/
This commit is contained in:
beno
2026-03-16 00:10:52 +01:00
parent 6c125fb35e
commit bbede61723
73 changed files with 786 additions and 379 deletions

View File

@@ -0,0 +1,13 @@
export CPP_COMPILER=aarch64-buildroot-linux-gnu-g++
export BD=${PWD}AARCH64_BUILD/
# headers are good even if from ARM
# libraries must point to the right one
RESOURCES_LOC=${PWD}../../resources/
export WAYLAND_LIBRARIES=${RESOURCES_LOC}libraries/
export EGL_LIBRARIES=${RESOURCES_LOC}libraries/
export GLUT_L_D=${GLUT_D}AARCH64_BUILD/