1 build bins {
2 local_libs { emproxy/proxy, devel/sympathy/sympathy, emrun/emrun, link/link, libdev/dev, timesync/sync, libmisc/misc, fusd/fusd}
3
4 system_libs { m }
5
6 # target sympathy_app { sympathy_events.c, }
7 target sympathy_device { sympathy_device.c}
8 # target sympathy_mhroute { sympathy_multihop.c }
9 target sympathy_sink {
10 sympathy_analyze.c,
11 sympathy_main.c,
12 sympathy_status.c,
13 sympathy_emview.c,
14 sympathy_battery.c,
15 }
16 target sympathy_print_stats { sympathy_print_stats.c}
17 }
18
19 #sympathy_sink_bayes target if want to use bayes with sympathy
20 #build bins {
21 # local_libs { emproxy/proxy, emrun/emrun, link/link, libdev/dev, timesync/sync, libdev/dev, libmisc/misc, fusd/fusd }
22 # system_libs { m, netica, pthread, "supc++", gcc_s }
23 # ldflags := -Ldevel/sympathy_devel/bayes/lib
24 # cflags := -Idevel/sympathy_devel/bayes/src -DSYMPATHY_APP -DUSE_BAYES=1
25 #
26 # target sympathy_sink_bayes {
27 # sympathy_analyze.c,
28 # sympathy_main.c,
29 # sympathy_status.c,
30 # sympathy_emview.c,
31 # sympathy_battery.c,
32 # bayes/bayes_classifier.c
33 # }
34 #}
35
36 build copy {
37 target sympathy.run { testtabs/sympathy.run }
38 }
39
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.