Added common subdirectory.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-08-06 22:14:44 +00:00
parent bf2c044d56
commit 434af8f8b7
+6 -2
View File
@@ -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
@@ -72,6 +71,10 @@ CommonTestLib libapptest.so
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 ;