1 |
douglas |
12 |
#!/usr/bin/env bash |
2 |
|
|
# Truck Computer Dooom! |
3 |
|
|
# |
4 |
|
|
# Douglas Thrift |
5 |
|
|
# |
6 |
|
|
# $Id$ |
7 |
|
|
|
8 |
|
|
menes='menes' |
9 |
|
|
|
10 |
|
|
source "${menes}/build-sh.d/init.sh" |
11 |
|
|
source "${menes}/build-sh.d/c++.sh" |
12 |
|
|
source "${menes}/build-sh.d/menes.sh" |
13 |
|
|
|
14 |
|
|
hi-ccxx-flags -Onone -g -DNFINLINE |
15 |
|
|
hi-ld-flags -Onone -g |
16 |
|
|
hi-ccxx-flags `pkg-config --cflags-only-I audacious` |
17 |
|
|
hi-ld-flags `pkg-config --libs-only-L audacious` `pkg-config --libs-only-l audacious` |
18 |
|
|
|
19 |
|
|
c++:link SteeringWheelRemote/SteeringWheelRemote SteeringWheelRemote/*.cpp -- "${libmenes[@]}" |
20 |
|
|
|
21 |
|
|
source "${menes}/build-sh.d/fini.sh" |