vfs: check userland buffers before reading them.
[haiku.git] / src / apps / cortex / RouteApp / Jamfile
blobfc655cc660b8a373e964f989b1c32753798cba1b
1 SubDir HAIKU_TOP src apps cortex RouteApp ;
3 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
4 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) DiagramView ] ;
5 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) DormantNodeView ] ;
6 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) NodeManager ] ;
7 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) MediaRoutingView ] ;
8 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) Persistence ] ;
9 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) Persistence Wrappers ] ;
10 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) TipManager ] ;
11 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) TransportView ] ;
12 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) support ] ;
13 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) expat xmlparse ] ;
15 SubDirCcFlags -DCORTEX_NAMESPACE=cortex ;
17 SetSubDirSupportedPlatformsBeOSCompatible ;
19 Application Cortex :
20         ConnectionIO.cpp
21         DormantNodeIO.cpp
22         LiveNodeIO.cpp
23         NodeSetIOContext.cpp
24         RouteApp.cpp
25         RouteAppNodeManager.cpp
26         RouteWindow.cpp
27         route_app_io.cpp
28         StatusView.cpp
29         :
30         cortex_dormant_node_view.a
31         cortex_info_view.a
32         cortex_media_routing_view.a
33         cortex_node_manager.a
34         cortex_parameter_view.a
35         cortex_persistence.a
36         cortex_persistence_wrappers.a
37         cortex_tip_manager.a
38         cortex_transport_view.a
39         cortex_val_control.a
40         cortex_diagram_view.a
41         cortex_support.a
42         be media tracker translation
43         [ BuildFeatureAttribute expat : library ]
44         [ TargetLibstdc++ ]
45         : ../Resource.rdef