2007-06-15 22:32:50 +04:00
|
|
|
SubDir HAIKU_TOP src kits shared ;
|
2007-06-13 20:20:18 +04:00
|
|
|
|
2007-06-15 05:17:12 +04:00
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
2007-08-02 20:28:34 +04:00
|
|
|
AddSubDirSupportedPlatforms libbe_test ;
|
2007-06-15 05:17:12 +04:00
|
|
|
|
2011-02-25 12:12:38 +03:00
|
|
|
UseLibraryHeaders agg ;
|
2012-04-05 00:23:14 +04:00
|
|
|
UsePrivateHeaders shared locale ;
|
2013-08-05 08:41:53 +04:00
|
|
|
|
2014-10-02 02:12:46 +04:00
|
|
|
if [ Glob $(SUBDIR) : DefaultGeolocationServiceKey.h ] {
|
|
|
|
SubDirC++Flags [ FDefines HAVE_DEFAULT_GEOLOCATION_SERVICE_KEY ] ;
|
|
|
|
}
|
|
|
|
|
2013-08-05 08:41:53 +04:00
|
|
|
local architectureObject ;
|
|
|
|
for architectureObject in [ MultiArchSubDirSetup ] {
|
|
|
|
on $(architectureObject) {
|
|
|
|
local architecture = $(TARGET_PACKAGING_ARCH) ;
|
|
|
|
|
|
|
|
UseHeaders [ FDirName
|
|
|
|
$(TARGET_COMMON_DEBUG_OBJECT_DIR_$(TARGET_PACKAGING_ARCHS[1]))
|
|
|
|
servers input ] ;
|
|
|
|
# For the generated SystemKeymap.h. We're fine with the one for the
|
|
|
|
# primary architecture.
|
|
|
|
UseHeaders [ FDirName $(HAIKU_TOP) src kits ] ;
|
|
|
|
|
|
|
|
# for RWLockManager only
|
|
|
|
UsePrivateSystemHeaders ;
|
|
|
|
UsePrivateHeaders kernel libroot ;
|
|
|
|
|
|
|
|
StaticLibrary [ MultiArchDefaultGristFiles libshared.a ] :
|
|
|
|
AboutMenuItem.cpp
|
|
|
|
ArgumentVector.cpp
|
|
|
|
CalendarView.cpp
|
|
|
|
ColorQuantizer.cpp
|
|
|
|
CommandPipe.cpp
|
|
|
|
DragTrackingFilter.cpp
|
2013-09-30 03:11:23 +04:00
|
|
|
DriverSettingsMessageAdapter.cpp
|
2014-10-02 01:13:12 +04:00
|
|
|
Geolocation.cpp
|
2013-08-05 08:41:53 +04:00
|
|
|
HashString.cpp
|
|
|
|
IconButton.cpp
|
|
|
|
IconView.cpp
|
2014-08-04 21:00:03 +04:00
|
|
|
Json.cpp
|
2013-08-05 08:41:53 +04:00
|
|
|
Keymap.cpp
|
|
|
|
LongAndDragTrackingFilter.cpp
|
2014-08-04 21:00:03 +04:00
|
|
|
MessageBuilder.cpp
|
2013-08-05 08:41:53 +04:00
|
|
|
NaturalCompare.cpp
|
|
|
|
PromptWindow.cpp
|
|
|
|
QueryFile.cpp
|
|
|
|
RegExp.cpp
|
|
|
|
RWLockManager.cpp
|
|
|
|
SHA256.cpp
|
|
|
|
ShakeTrackingFilter.cpp
|
|
|
|
StringForRate.cpp
|
|
|
|
StringForSize.cpp
|
2013-11-30 19:18:03 +04:00
|
|
|
TextTable.cpp
|
2013-10-09 03:46:21 +04:00
|
|
|
Thread.cpp
|
2014-10-30 22:46:36 +03:00
|
|
|
Toolbar.cpp
|
2013-08-05 08:41:53 +04:00
|
|
|
Variant.cpp
|
|
|
|
;
|
|
|
|
|
|
|
|
Includes [ FGristFiles Keymap.cpp ]
|
|
|
|
: <src!servers!input>SystemKeymap.h ;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-06-28 21:10:40 +04:00
|
|
|
|
|
|
|
UseLibraryHeaders mapm ;
|
|
|
|
|
|
|
|
StaticLibrary libexpression_parser.a :
|
|
|
|
ExpressionParser.cpp
|
2013-08-05 08:41:53 +04:00
|
|
|
;
|