xref: /haiku/src/apps/cortex/TipManager/Jamfile (revision 6a2d53e7237764eab0c7b6d121772f26d636fb60)
1SubDir HAIKU_TOP src apps cortex TipManager ;
2
3SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
4SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) support ] ;
5
6SubDirCcFlags -DCORTEX_NAMESPACE=cortex ;
7
8StaticLibrary cortex_tip_manager.a :
9	TipManager.cpp
10	TipManagerImpl.cpp
11	TipWindow.cpp
12	TipView.cpp
13;
14
15DoCatalogs cortex_tip_manager.a :
16	x-vnd.Cortex.TipManager
17	:
18	TipWindow.cpp
19;
20