11 lines
289 B
Makefile
11 lines
289 B
Makefile
export COMPILER=gcc
|
|
|
|
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/
|
|
export MY_INPUT_LIBRARY=${PWD}../my_device_handler/IA64_BUILD
|