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

Linux Cross Reference
cvs/emstar/routing/BUILD


  1 build copy {
  2         target routing.run { include/routing.run }
  3 }
  4 
  5 build libs {
  6   target libroute.a { 
  7         libroute/libroute.c,
  8         libroute/libroute_timeconv.c
  9   }
 10 }
 11 
 12 # Build specification for various example programs
 13 build bins {
 14         local_libs {
 15                 routing/route, timesync/sync, link/link, emrun/emrun, libdev/dev,
 16                 libmisc/misc, fusd/fusd
 17         }
 18         system_libs{ m }
 19 
 20         # Flooding
 21         target floodd {
 22                 flood/flood_main.c,
 23                 flood/flood_upper.c
 24         }
 25 
 26         # Geo Link State
 27 #       target glsd {
 28 #               geo-linkstate/dijkstra.c,
 29 #               geo-linkstate/hash.c,
 30 #               geo-linkstate/heap.c,
 31 #               geo-linkstate/route_table.c,
 32 #               geo-linkstate/node_conf.c,
 33 #               geo-linkstate/gls_upper.c,
 34 #               geo-linkstate/gls_lower.c,
 35 #               geo-linkstate/gls_nblist.c,
 36 #               geo-linkstate/gls.c
 37 #       }
 38 #       target glsping {geo-linkstate/glsping.c }
 39 }
 40 
 41 

~ [ 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.