~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
cvs/emstar/emproxy/BUILD


  1 include { examples }
  2 
  3 build copy {
  4         target emproxy.run { include/emproxy.run }
  5 }
  6 
  7 build libs {
  8         target libproxy.a {
  9                 libproxy/libproxy_multi.c,
 10                 libproxy/libproxy_net.c,
 11                 libproxy/libproxy_opt.c,
 12                 libproxy/libproxy_status.c,
 13                 libproxy/libproxy_gw.c
 14         }
 15 }
 16 
 17 build bins {
 18         local_libs { emproxy/proxy, link/link, timesync/sync, emrun/emrun, libdev/dev, libmisc/misc, fusd/fusd }
 19         target emproxy { 
 20           emproxy/emproxy.c,
 21           emproxy/emproxy_cmd.c,
 22           emproxy/emproxy_gw.c 
 23         }
 24         target status_reflect { status_proxy/status_proxy.c }
 25 }
 26 
 27 build bins {
 28         local_libs { devel/state/ssync, devel/state/csync, timesync/sync, link/link, routing/route, 
 29                      emrun/emrun, emproxy/proxy, link/link, libdev/dev, libmisc/misc, fusd/fusd }
 30         target cpd { 
 31             compressed_proxy/compress.c,
 32             compressed_proxy/cp_sources.c
 33         }
 34 }
 35 
 36 
 37 
 38 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.