xref: /haiku/src/bin/debug/profile/Jamfile (revision 97901ec593ec4dd50ac115c1c35a6d72f6e489a5)
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	$(TARGET_LIBSTDC++)
27	be
28;
29