1
2 build bins {
3 local_libs { timesync/sync, emrun/emrun, link/link, libdev/dev, timesync/sync, libdev/dev, libmisc/misc, fusd/fusd }
4
5 # example programs
6 target sensor_flood { samples/sensor_flood.c }
7 target echo { samples/echo.c }
8
9 target microslo_sim { sim/microslo_sim.c }
10 target motor_controller { motor_controller/motor_controller.c }
11 target hello_world { hello/hello_world.c }
12
13 # sim analysis programs
14 target analyser { sim/analyser.c }
15
16 # tutorial programs
17 target timer { samples/timer.c }
18 target trig_status { samples/triggered_status.c }
19 target trig_status_client { samples/trig_status_client.c }
20 target trig_status_broken { tutorial/debugging/broken.c }
21 target query_example { samples/query_example.c }
22 target read_packets { samples/read_packets.c }
23
24 # performance test programs
25 target trafgen { perf_test/trafgen.c }
26
27 # c++ integration examples
28 target c_from_cpp { cpp_test/c_from_cpp.cc }
29 target cpp_from_c {
30 cpp_test/cpp_from_c.cc,
31 cpp_test/cpp_from_c_main.c
32 }
33 }
34
35 build bins {
36 local_libs { timesync/sync, emrun/emrun, libdev/dev, libmisc/misc, fusd/fusd }
37 system_libs { pthread }
38
39 target pd_to_mq {
40 cpp_test/pd_to_mq/pd.c,
41 cpp_test/pd_to_mq/other_thread.cc
42 }
43
44 }
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.