xref: /haiku/src/apps/terminal/Jamfile (revision 0e50eab75e25d0d82090e22dbff766dfaa6f5e86)
1SubDir HAIKU_TOP src apps terminal ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6Application Terminal :
7	AppearPrefView.cpp
8	CodeConv.cpp
9	CurPos.cpp
10	MenuUtil.cpp
11	Terminal.cpp
12	PrefDlg.cpp
13	PrefHandler.cpp
14	PrefView.cpp
15	spawn.cpp
16	TermApp.cpp
17	TermBaseView.cpp
18	TermBuffer.cpp
19	TermParse.cpp
20	TermView.cpp
21	TermWindow.cpp
22	TTextControl.cpp
23	UTF8WidthTbl.c
24	VTKeyTbl.c
25	VTPrsTbl.c
26	: be tracker textencoding
27	: Terminal.rdef Terminal.icons.rdef
28	;
29
30if $(TARGET_PLATFORM) != libbe_test {
31	LinkAgainst Terminal : game ;
32}
33
34if $(TARGET_PLATFORM) = libbe_test {
35	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Terminal
36		: tests!apps ;
37}
38