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

11
IA64_BUILD/variables.mk Normal file
View File

@@ -0,0 +1,11 @@
export CPP_COMPILER=g++
export BD=${PWD}IA64_BUILD/
# headers are good even if from ARM
# libraries must point to the right one
export WAYLAND_LIBRARIES=/usr/lib/x86_64-linux-gnu/
export EGL_LIBRARIES=/usr/lib/x86_64-linux-gnu/
GLUT_L_D=${GLUT_D}IA64_BUILD/