#!/usr/bin/env bash # Truck Computer Dooom! # # Douglas Thrift # # $Id$ menes='menes' source "${menes}/build-sh.d/init.sh" source "${menes}/build-sh.d/c++.sh" source "${menes}/build-sh.d/menes.sh" hi-ccxx-flags -Onone -g -DNFINLINE hi-ld-flags -Onone -g hi-ccxx-flags `pkg-config --cflags-only-I audacious` hi-ld-flags `pkg-config --libs-only-L audacious` `pkg-config --libs-only-l audacious` c++:link SteeringWheelRemote/SteeringWheelRemote SteeringWheelRemote/*.cpp -- "${libmenes[@]}" source "${menes}/build-sh.d/fini.sh"