1SubDir HAIKU_TOP src apps cortex DiagramView ;
2
3SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
4
5SubDirCcFlags -DCORTEX_NAMESPACE=cortex ;
6
7SetSubDirSupportedPlatformsBeOSCompatible ;
8
9StaticLibrary cortex_diagram_view.a :
10	DiagramBox.cpp
11	DiagramEndPoint.cpp
12	DiagramItem.cpp
13	DiagramItemGroup.cpp
14	DiagramView.cpp
15	DiagramWire.cpp
16;
17