15 lines
395 B
Makefile
15 lines
395 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
|
|
# probably they need to be made current
|
|
|
|
# for each libWWW.so.X.Y.Z
|
|
# ln -s /usr/lib/x..../libWWW.so.X.Y.Z /usr/lib/x..../libWWW.so
|
|
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/
|