1SubDir HAIKU_TOP src build libbe app ; 2 3UseHeaders [ FDirName $(HAIKU_TOP) headers build private app ] : true ; 4UseHeaders [ FDirName $(HAIKU_TOP) headers build private shared ] : true ; 5 6USES_BE_API on <libbe_build>app_kit.o = true ; 7 8BuildPlatformMergeObject <libbe_build>app_kit.o : 9 Application.cpp 10 AppMisc.cpp 11 Message.cpp 12 MessageBody.cpp 13 MessageField.cpp 14 Messenger.cpp 15 MessageUtils.cpp 16 TypeConstants.cpp 17; 18 19