1 #
2 # build file for 'libevent', a library of miscellaneous stuff that
3 # integrates with the event system
4 #
5
6 build libs {
7 target libevent.a {
8 libevent/event_tcp_server.c
9 }
10 }
11
12 build bins {
13 local_libs { emrun/emrun, libevent/event, link/link, libmisc/misc, libdev/dev,
14 fusd/fusd, timesync/sync }
15
16 simple_targets {
17 test/tcp-server-test.c,
18 util/serial_server.c
19 }
20 }
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.