* This makes our app_server test_environment work again under Haiku.
* A small quiz for our build system gurus: if I just add libbe_test to liblinprog.a, I can't build the normal app_server anymore (only in the test environment). Why is that? And who's going to fix it? :-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42788 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
SubDir HAIKU_TOP src libs linprog ;
|
SubDir HAIKU_TOP src libs linprog ;
|
||||||
|
|
||||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
SetSubDirSupportedPlatforms haiku haiku_host libbe_test ;
|
||||||
|
|
||||||
UseLibraryHeaders lp_solve linprog ;
|
UseLibraryHeaders lp_solve linprog ;
|
||||||
UsePrivateHeaders shared ;
|
UsePrivateHeaders shared ;
|
||||||
|
|
||||||
|
|
||||||
StaticLibrary liblinprog.a :
|
StaticLibrary liblinprog.a :
|
||||||
ActiveSetSolver.cpp
|
ActiveSetSolver.cpp
|
||||||
Constraint.cpp
|
Constraint.cpp
|
||||||
LayoutOptimizer.cpp
|
LayoutOptimizer.cpp
|
||||||
|
|||||||
@@ -79,8 +79,8 @@ SharedLibrary libtestappserver.so :
|
|||||||
CursorManager.cpp
|
CursorManager.cpp
|
||||||
CursorSet.cpp
|
CursorSet.cpp
|
||||||
DesktopListener.cpp
|
DesktopListener.cpp
|
||||||
DesktopSettings.cpp
|
|
||||||
DirectWindowInfo.cpp
|
DirectWindowInfo.cpp
|
||||||
|
DrawingEngine.cpp
|
||||||
DrawState.cpp
|
DrawState.cpp
|
||||||
FontCache.cpp
|
FontCache.cpp
|
||||||
FontCacheEntry.cpp
|
FontCacheEntry.cpp
|
||||||
@@ -101,35 +101,34 @@ SharedLibrary libtestappserver.so :
|
|||||||
SystemPalette.cpp
|
SystemPalette.cpp
|
||||||
|
|
||||||
# drawing
|
# drawing
|
||||||
|
drawing_support.cpp
|
||||||
PatternHandler.cpp
|
PatternHandler.cpp
|
||||||
|
|
||||||
# stack and tile
|
|
||||||
SATDecorator.cpp
|
|
||||||
SATGroup.cpp
|
|
||||||
SATWindow.cpp
|
|
||||||
StackAndTile.cpp
|
|
||||||
Stacking.cpp
|
|
||||||
Tiling.cpp
|
|
||||||
|
|
||||||
# trace.c
|
# trace.c
|
||||||
|
|
||||||
# libraries
|
# libraries
|
||||||
: be libpainter.a libtextencoding.so libfreetype.so libshared.a
|
: be libpainter.a libagg.a libtextencoding.so libfreetype.so libshared.a
|
||||||
;
|
;
|
||||||
|
|
||||||
AddResources test_app_server : app_server.rdef ;
|
AddResources test_app_server : app_server.rdef ;
|
||||||
|
|
||||||
Server test_app_server :
|
Server test_app_server :
|
||||||
# Misc. Sources
|
# Misc. Sources
|
||||||
Decorator.cpp
|
|
||||||
ProfileMessageSupport.cpp
|
ProfileMessageSupport.cpp
|
||||||
EventDispatcher.cpp
|
EventDispatcher.cpp
|
||||||
EventStream.cpp
|
EventStream.cpp
|
||||||
MessageLooper.cpp
|
MessageLooper.cpp
|
||||||
|
|
||||||
|
# Decorator
|
||||||
|
Decorator.cpp
|
||||||
|
DecorManager.cpp
|
||||||
|
DefaultDecorator.cpp
|
||||||
|
DefaultWindowBehaviour.cpp
|
||||||
|
MagneticBorder.cpp
|
||||||
|
WindowBehaviour.cpp
|
||||||
|
|
||||||
# Manager Classes
|
# Manager Classes
|
||||||
BitmapManager.cpp
|
BitmapManager.cpp
|
||||||
DecorManager.cpp
|
|
||||||
InputManager.cpp
|
InputManager.cpp
|
||||||
ScreenManager.cpp
|
ScreenManager.cpp
|
||||||
|
|
||||||
@@ -145,12 +144,11 @@ Server test_app_server :
|
|||||||
BitmapBuffer.cpp
|
BitmapBuffer.cpp
|
||||||
BitmapDrawingEngine.cpp
|
BitmapDrawingEngine.cpp
|
||||||
drawing_support.cpp
|
drawing_support.cpp
|
||||||
DrawingEngine.cpp
|
|
||||||
MallocBuffer.cpp
|
MallocBuffer.cpp
|
||||||
|
|
||||||
|
DesktopSettings.cpp
|
||||||
VirtualScreen.cpp
|
VirtualScreen.cpp
|
||||||
BitmapHWInterface.cpp
|
BitmapHWInterface.cpp
|
||||||
DefaultDecorator.cpp
|
|
||||||
OffscreenServerWindow.cpp
|
OffscreenServerWindow.cpp
|
||||||
OffscreenWindow.cpp
|
OffscreenWindow.cpp
|
||||||
RegionPool.cpp
|
RegionPool.cpp
|
||||||
@@ -163,11 +161,19 @@ Server test_app_server :
|
|||||||
Workspace.cpp
|
Workspace.cpp
|
||||||
WorkspacesView.cpp
|
WorkspacesView.cpp
|
||||||
|
|
||||||
|
# stack and tile
|
||||||
|
SATDecorator.cpp
|
||||||
|
SATGroup.cpp
|
||||||
|
SATWindow.cpp
|
||||||
|
StackAndTile.cpp
|
||||||
|
Stacking.cpp
|
||||||
|
Tiling.cpp
|
||||||
|
|
||||||
# libraries
|
# libraries
|
||||||
:
|
:
|
||||||
z libtestappserver.so libpainter.a be
|
z libtestappserver.so be
|
||||||
libhwinterface.so libhwinterfaceimpl.so
|
libhwinterface.so libhwinterfaceimpl.so liblinprog.a
|
||||||
libagg.a libfreetype.so libtextencoding.so
|
libfreetype.so libtextencoding.so
|
||||||
$(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
|
$(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user