1SubDir HAIKU_TOP src apps cortex RouteApp ;
2
3SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
4SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) DiagramView ] ;
5SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) DormantNodeView ] ;
6SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) InfoView ] ;
7SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) NodeManager ] ;
8SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) MediaRoutingView ] ;
9SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) Persistence ] ;
10SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) Persistence Wrappers ] ;
11SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ParameterView ] ;
12SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) TipManager ] ;
13SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) TransportView ] ;
14SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ValControl ] ;
15SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) support ] ;
16
17SubDirCcFlags -DCORTEX_NAMESPACE=cortex ;
18
19Application 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 localestub media tracker translation
43	[ BuildFeatureAttribute expat : library ]
44	[ TargetLibstdc++ ]
45	: ../Resource.rdef
46;
47
48DoCatalogs Cortex :
49	x-vnd.Cortex.Route
50	:
51	RouteAppNodeManager.cpp
52	RouteWindow.cpp
53	;
54