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