Files
rez_demo/IA64_BUILD/variables.mk
beno bbede61723 updated makefile for supporting different target architectures
use "ARCH=arch_name make"

restructured project folder, implementations and headers together under sources/
2026-03-16 00:10:52 +01:00

12 lines
262 B
Makefile

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/