2002-07-10 01:43:03 +04:00
|
|
|
SubDir OBOS_TOP src tests kits app ;
|
2002-07-09 16:24:59 +04:00
|
|
|
|
2002-07-19 18:08:36 +04:00
|
|
|
# Let Jam know where to find some of our source files
|
|
|
|
#SEARCH_SOURCE += [ FDirName $(SUBDIR) bhandler ] ;
|
|
|
|
#SEARCH_SOURCE += [ FDirName $(SUBDIR) blooper ] ;
|
|
|
|
#SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessagequeue ] ;
|
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessenger ] ;
|
|
|
|
|
|
|
|
CommonTestLib libapptest.so
|
|
|
|
: AppKitTestAddon.cpp
|
|
|
|
|
|
|
|
# BMessenger
|
|
|
|
MessengerTest.cpp
|
|
|
|
BMessengerTester.cpp
|
|
|
|
LockTargetTester.cpp
|
|
|
|
TargetTester.cpp
|
|
|
|
|
|
|
|
: <boot!home!config!lib>libopenbeos.so
|
|
|
|
be stdc++.r4
|
|
|
|
: be stdc++.r4
|
|
|
|
:
|
|
|
|
: app support
|
|
|
|
;
|
|
|
|
|
2002-07-10 01:43:03 +04:00
|
|
|
SubInclude OBOS_TOP src tests kits app bhandler ;
|
2002-07-11 04:04:38 +04:00
|
|
|
SubInclude OBOS_TOP src tests kits app blooper ;
|
2002-07-10 01:43:03 +04:00
|
|
|
#SubInclude OBOS_TOP src tests kits app bmessageQueue ;
|
2002-07-19 18:08:36 +04:00
|
|
|
#SubInclude OBOS_TOP src tests kits app bmessenger ;
|