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 8BuildPlatformMergeObjectPIC <libbe_build>app_kit.o : 9 Application.cpp 10 AppMisc.cpp 11 Message.cpp 12 MessageAdapter.cpp 13 Messenger.cpp 14 MessageUtils.cpp 15 TypeConstants.cpp 16; 17 18