38 lines
698 B
Plaintext
Raw Normal View History

SubDir HAIKU_TOP src apps terminal ;
AddSubDirSupportedPlatforms libbe_test ;
Application Terminal :
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
: be libtracker.so libtextencoding.so
: Terminal.rdef Terminal.icons.rdef Terminal.version.rdef
;
if $(TARGET_PLATFORM) = haiku {
# link for Haiku
LinkAgainst Terminal : libgame.so ;
}
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Terminal
: tests!apps ;
}