globals patch applied to matrox and globals dependent include removed from all engine Jamfiles
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5706 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9b7a4b5d84
commit
2b5cce9163
@ -13,7 +13,6 @@ Addon mga.accelerant : accelerants :
|
|||||||
GetDeviceInfo.c
|
GetDeviceInfo.c
|
||||||
GetModeInfo.c
|
GetModeInfo.c
|
||||||
GetTimingConstraints.c
|
GetTimingConstraints.c
|
||||||
GlobalData.c
|
|
||||||
InitAccelerant.c
|
InitAccelerant.c
|
||||||
Overlay.c
|
Overlay.c
|
||||||
ProposeDisplayMode.c
|
ProposeDisplayMode.c
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include "DriverInterface.h"
|
#include "DriverInterface.h"
|
||||||
#include "global.h"
|
#include "mga_globals.h"
|
||||||
//apsed #include "mga_extern.h"
|
//apsed #include "mga_extern.h"
|
||||||
#include "mga_proto.h"
|
#include "mga_proto.h"
|
||||||
#include "be_driver_proto.h"
|
#include "be_driver_proto.h"
|
||||||
|
@ -2,7 +2,6 @@ SubDir OBOS_TOP src add-ons accelerants matrox engine ;
|
|||||||
|
|
||||||
UsePrivateHeaders graphics ;
|
UsePrivateHeaders graphics ;
|
||||||
UsePrivateHeaders [ FDirName graphics matrox ] ;
|
UsePrivateHeaders [ FDirName graphics matrox ] ;
|
||||||
UseHeaders [ FDirName $(SUBDIR) .. ] ;
|
|
||||||
|
|
||||||
StaticLibrary matrox_engine :
|
StaticLibrary matrox_engine :
|
||||||
mga_acc.c
|
mga_acc.c
|
||||||
@ -11,6 +10,7 @@ StaticLibrary matrox_engine :
|
|||||||
mga_crtc2.c
|
mga_crtc2.c
|
||||||
mga_dac.c
|
mga_dac.c
|
||||||
mga_general.c
|
mga_general.c
|
||||||
|
mga_globals.c
|
||||||
mga_i2c.c
|
mga_i2c.c
|
||||||
mga_info.c
|
mga_info.c
|
||||||
mga_maven.c
|
mga_maven.c
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <OS.h>
|
#include <OS.h>
|
||||||
#include "DriverInterface.h"
|
#include "DriverInterface.h"
|
||||||
#include "global.h"
|
#include "mga_globals.h"
|
||||||
//apsed #include "mga_extern.h"
|
//apsed #include "mga_extern.h"
|
||||||
#include "mga_proto.h"
|
#include "mga_proto.h"
|
||||||
#include "mga_macros.h"
|
#include "mga_macros.h"
|
||||||
|
@ -20,6 +20,10 @@ Addon nm.accelerant : accelerants :
|
|||||||
: false : libneomagic_engine.a
|
: false : libneomagic_engine.a
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Package openbeos-neomagic-1.0 :
|
||||||
|
nm.accelerant :
|
||||||
|
boot home config add-ons accelerants ;
|
||||||
|
|
||||||
Depends nm.accelerant : nm.driver ;
|
Depends nm.accelerant : nm.driver ;
|
||||||
|
|
||||||
SubInclude OBOS_TOP src add-ons accelerants neomagic engine ;
|
SubInclude OBOS_TOP src add-ons accelerants neomagic engine ;
|
||||||
|
@ -2,7 +2,6 @@ SubDir OBOS_TOP src add-ons accelerants neomagic engine ;
|
|||||||
|
|
||||||
UsePrivateHeaders graphics ;
|
UsePrivateHeaders graphics ;
|
||||||
UsePrivateHeaders [ FDirName graphics neomagic ] ;
|
UsePrivateHeaders [ FDirName graphics neomagic ] ;
|
||||||
UseHeaders [ FDirName $(SUBDIR) .. ] ;
|
|
||||||
|
|
||||||
StaticLibrary neomagic_engine :
|
StaticLibrary neomagic_engine :
|
||||||
nm_acc.c
|
nm_acc.c
|
||||||
|
@ -20,6 +20,10 @@ Addon nv.accelerant : accelerants :
|
|||||||
: false : libnvidia_engine.a
|
: false : libnvidia_engine.a
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Package openbeos-nvidia-1.0 :
|
||||||
|
nv.accelerant :
|
||||||
|
boot home config add-ons accelerants ;
|
||||||
|
|
||||||
Depends nv.accelerant : nv.driver ;
|
Depends nv.accelerant : nv.driver ;
|
||||||
|
|
||||||
SubInclude OBOS_TOP src add-ons accelerants nvidia engine ;
|
SubInclude OBOS_TOP src add-ons accelerants nvidia engine ;
|
||||||
|
@ -2,7 +2,6 @@ SubDir OBOS_TOP src add-ons accelerants nvidia engine ;
|
|||||||
|
|
||||||
UsePrivateHeaders graphics ;
|
UsePrivateHeaders graphics ;
|
||||||
UsePrivateHeaders [ FDirName graphics nvidia ] ;
|
UsePrivateHeaders [ FDirName graphics nvidia ] ;
|
||||||
UseHeaders [ FDirName $(SUBDIR) .. ] ;
|
|
||||||
|
|
||||||
StaticLibrary nvidia_engine :
|
StaticLibrary nvidia_engine :
|
||||||
nv_acc.c
|
nv_acc.c
|
||||||
|
Loading…
Reference in New Issue
Block a user