haiku/3rdparty/mmu_man/themes/Jamfile

51 lines
995 B
Plaintext

SubDir HAIKU_TOP 3rdparty mmu_man themes ;
SetSubDirSupportedPlatformsBeOSCompatible ;
#SubDirC++Flags -DSINGLE_BINARY -DDEBUG=1 ;
SubDirC++Flags -DSINGLE_BINARY ;
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) 3rdparty mmu_man themes addons ] ;
local addonSources ;
addonSources =
BackgroundsAddon.cpp
BeIDEAddon.cpp
BeOSWindowDecorAddon.cpp
DanoUISettingsAddon.cpp
DeskbarAddon.cpp
EddieAddon.cpp
HaikuUISettingsAddon.cpp
HaikuWindowDecorAddon.cpp
PeAddon.cpp
ScreensaverAddon.cpp
SoundplayColorAddon.cpp
SoundsAddon.cpp
TerminalAddon.cpp
WinampSkinAddon.cpp
;
Application <3rdparty>Themes :
BeThemeImporter.cpp
CompareMessages.cpp
DumpMessage.cpp
MakeScreenshot.cpp
MSThemeImporter.cpp
ParseMessage.cpp
TextInputAlert.cpp
ThemeAddonItem.cpp
ThemesApp.cpp
ThemeImporter.cpp
ThemeInterfaceView.cpp
ThemeItem.cpp
ThemeManager.cpp
ThemesAddon.cpp
Utils.cpp
ViewItem.cpp
$(addonSources)
: be media textencoding translation
$(TARGET_LIBSTDC++)
: Themes.rdef
;