SubDir HAIKU_TOP src apps webpositive ;SubDirC++Flags $(defines) -Wno-error=sequence-point -Wno-error=format-truncation ;SubDirCcFlags $(defines) -Wno-error=sequence-point -Wno-error=format-truncation ;# source directorieslocal sourceDirs =autocompletionsupporttabview;local sources =# autocompletionAutoCompleter.cppAutoCompleterDefaultImpl.cppTextViewCompleter.cpp# supportBaseURL.cppBookmarkBar.cppFontSelectionView.cpp# tabviewTabContainerView.cppTabManager.cppTabView.cppAuthenticationPanel.cppBrowserApp.cppBrowserWindow.cppBrowsingHistory.cppConsoleWindow.cppCookieWindow.cppCredentialsStorage.cppDownloadProgressView.cppDownloadWindow.cppSettingsKeys.cppSettingsWindow.cppURLInputGroup.cpp;# We build WebPositive only for one architecture -- the first architecture for# which it is possible.local architectureObject ;for architectureObject in [ MultiArchSubDirSetup ] {on $(architectureObject) {if ! [ FIsBuildFeatureEnabled webkit ] {continue ;}UseBuildFeatureHeaders webkit ;local sourceDir ;for sourceDir in $(sourceDirs) {SEARCH_SOURCE+= [ FDirName $(HAIKU_TOP) src apps webpositive $(sourceDir) ] ;}Includes [ FGristFiles $(sources) ]: [ BuildFeatureAttribute webkit : headers ] ;# Dependency needed to trigger downloading/unzipping the package# before compiling the files.# private OS headersUseLibraryHeaders icon ;UsePrivateHeaders interface netservices shared tracker ;SubDirHdrs $(HAIKU_TOP) src kits tracker ;Application WebPositive :$(sources):bnetapi [ MultiArchDefaultGristFiles libnetservices.a libcolumnlistview.a ][ BuildFeatureAttribute webkit : libraries ][ TargetLibstdc++ ] localestub sharedbe network tracker translation:WebPositive.rdef;DoCatalogs WebPositive :x-vnd.Haiku-WebPositive:$(sources);ExtractArchiveToHaikuImage home config settings WebPositive: $(SUBDIR)/bookmarks/WebPositiveBookmarks.zip ;EnableBuildFeatures webpositive ;break ;}}