2005-10-29 16:27:43 +00:00
|
|
|
SubDir HAIKU_TOP src apps terminal ;
|
2004-07-05 19:44:26 +00:00
|
|
|
|
2005-11-11 13:50:26 +00:00
|
|
|
AddSubDirSupportedPlatforms libbe_test ;
|
|
|
|
|
2005-10-29 16:27:43 +00:00
|
|
|
Application Terminal :
|
2004-07-05 19:44:26 +00:00
|
|
|
AppearPrefView.cpp
|
|
|
|
CodeConv.cpp
|
|
|
|
CurPos.cpp
|
|
|
|
MenuUtil.cpp
|
|
|
|
Terminal.cpp
|
|
|
|
PrefDlg.cpp
|
|
|
|
PrefHandler.cpp
|
|
|
|
PrefView.cpp
|
|
|
|
spawn.cpp
|
|
|
|
TermApp.cpp
|
|
|
|
TermBaseView.cpp
|
|
|
|
TermBuffer.cpp
|
|
|
|
TermParse.cpp
|
|
|
|
TermView.cpp
|
|
|
|
TermWindow.cpp
|
|
|
|
TTextControl.cpp
|
|
|
|
UTF8WidthTbl.c
|
|
|
|
VTKeyTbl.c
|
|
|
|
VTPrsTbl.c
|
2005-11-11 13:50:26 +00:00
|
|
|
: be libtracker.so libtextencoding.so
|
2005-07-06 09:40:28 +00:00
|
|
|
: Terminal.rdef Terminal.icons.rdef Terminal.version.rdef
|
2004-07-05 19:44:26 +00:00
|
|
|
;
|
|
|
|
|
2005-07-06 09:40:28 +00:00
|
|
|
if $(TARGET_PLATFORM) = haiku {
|
2005-11-11 13:50:26 +00:00
|
|
|
# link for Haiku
|
|
|
|
LinkAgainst Terminal : libgame.so ;
|
|
|
|
}
|
2004-07-05 19:44:26 +00:00
|
|
|
|
2005-11-11 13:50:26 +00:00
|
|
|
if $(TARGET_PLATFORM) = libbe_test {
|
|
|
|
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Terminal
|
|
|
|
: tests!apps ;
|
2005-07-06 09:40:28 +00:00
|
|
|
}
|