Added common subdirectory.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,6 +6,7 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) bhandler ] ;
|
|||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) blooper ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) blooper ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessagequeue ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessagequeue ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessenger ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmessenger ] ;
|
||||||
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) common ] ;
|
||||||
|
|
||||||
CommonTestLib libapptest.so
|
CommonTestLib libapptest.so
|
||||||
: AppKitTestAddon.cpp
|
: AppKitTestAddon.cpp
|
||||||
@@ -14,10 +15,8 @@ CommonTestLib libapptest.so
|
|||||||
ApplicationTest.cpp
|
ApplicationTest.cpp
|
||||||
AppQuitRequestedTester.cpp
|
AppQuitRequestedTester.cpp
|
||||||
AppQuitTester.cpp
|
AppQuitTester.cpp
|
||||||
AppRunner.cpp
|
|
||||||
AppRunTester.cpp
|
AppRunTester.cpp
|
||||||
BApplicationTester.cpp
|
BApplicationTester.cpp
|
||||||
PipedAppRunner.cpp
|
|
||||||
|
|
||||||
# BHandler
|
# BHandler
|
||||||
HandlerTest.cpp
|
HandlerTest.cpp
|
||||||
@@ -71,7 +70,11 @@ CommonTestLib libapptest.so
|
|||||||
SMReplyTarget.cpp
|
SMReplyTarget.cpp
|
||||||
SMTarget.cpp
|
SMTarget.cpp
|
||||||
TargetTester.cpp
|
TargetTester.cpp
|
||||||
|
|
||||||
|
# common
|
||||||
|
AppRunner.cpp
|
||||||
|
PipedAppRunner.cpp
|
||||||
|
|
||||||
: <boot!home!config!lib>libopenbeos.so
|
: <boot!home!config!lib>libopenbeos.so
|
||||||
be stdc++.r4
|
be stdc++.r4
|
||||||
: be stdc++.r4
|
: be stdc++.r4
|
||||||
@@ -84,3 +87,4 @@ SubInclude OBOS_TOP src tests kits app bapplication ;
|
|||||||
#SubInclude OBOS_TOP src tests kits app blooper ;
|
#SubInclude OBOS_TOP src tests kits app blooper ;
|
||||||
#SubInclude OBOS_TOP src tests kits app bmessageQueue ;
|
#SubInclude OBOS_TOP src tests kits app bmessageQueue ;
|
||||||
SubInclude OBOS_TOP src tests kits app bmessenger ;
|
SubInclude OBOS_TOP src tests kits app bmessenger ;
|
||||||
|
SubInclude OBOS_TOP src tests kits app common ;
|
||||||
|
|||||||
Reference in New Issue
Block a user