1 SubDir HAIKU_TOP src kits app ;
3 # If defined allows to run applications without the registrar
4 # -- for development only, of course.
5 if $(RUN_WITHOUT_REGISTRAR) {
6 local defines = [ FDefines RUN_WITHOUT_REGISTRAR ] ;
7 SubDirCcFlags $(defines) ;
8 SubDirC++Flags $(defines) ;
11 # If defined allows to run applications without the app server
12 # -- needed until the app server runs on our kernel.
13 RUN_WITHOUT_APP_SERVER ?= 0 ;
14 if $(RUN_WITHOUT_APP_SERVER) != 0 {
15 local defines = [ FDefines RUN_WITHOUT_APP_SERVER ] ;
16 SubDirCcFlags $(defines) ;
17 SubDirC++Flags $(defines) ;
20 UseLibraryHeaders icon ;
21 UsePrivateHeaders shared app interface kernel libroot locale notification ;
23 SetSubDirSupportedPlatforms haiku libbe_test ;
25 local architectureObject ;
26 for architectureObject in [ MultiArchSubDirSetup ] {
27 on $(architectureObject) {
28 local architecture = $(TARGET_PACKAGING_ARCH) ;
30 UsePrivateSystemHeaders ;
32 MergeObject <libbe!$(architecture)>app_kit.o :
40 DirectMessageTarget.cpp
42 InitTerminateLibBe.cpp
64 ServerMemoryAllocator.cpp
68 # KeyStore implementation