xref: /haiku/src/bin/debug/profile/Jamfile (revision fce4895d1884da5ae6fb299d23c735c598e690b1)
1SubDir HAIKU_TOP src bin debug profile ;
2
3UsePrivateHeaders debug ;
4UsePrivateHeaders kernel ;
5UsePrivateHeaders libroot ;
6UsePrivateHeaders shared ;
7UsePrivateSystemHeaders ;
8
9SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
10
11BinCommand profile
12	:
13	BasicProfileResult.cpp
14	CallgrindProfileResult.cpp
15	Image.cpp
16	ProfiledEntity.cpp
17	ProfileResult.cpp
18	SharedImage.cpp
19	SummaryProfileResult.cpp
20	Team.cpp
21	Thread.cpp
22	profile.cpp
23	:
24	<bin>debug_utils.a
25	libdebug.so
26	[ TargetLibstdc++ ]
27	be
28;
29