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:
shatty 2003-12-18 16:51:26 +00:00
parent 9b7a4b5d84
commit 2b5cce9163
8 changed files with 11 additions and 6 deletions

View File

@ -13,7 +13,6 @@ Addon mga.accelerant : accelerants :
GetDeviceInfo.c
GetModeInfo.c
GetTimingConstraints.c
GlobalData.c
InitAccelerant.c
Overlay.c
ProposeDisplayMode.c

View File

@ -9,7 +9,7 @@
#include <stdio.h>
#include <sys/ioctl.h>
#include "DriverInterface.h"
#include "global.h"
#include "mga_globals.h"
//apsed #include "mga_extern.h"
#include "mga_proto.h"
#include "be_driver_proto.h"

View File

@ -2,7 +2,6 @@ SubDir OBOS_TOP src add-ons accelerants matrox engine ;
UsePrivateHeaders graphics ;
UsePrivateHeaders [ FDirName graphics matrox ] ;
UseHeaders [ FDirName $(SUBDIR) .. ] ;
StaticLibrary matrox_engine :
mga_acc.c
@ -11,6 +10,7 @@ StaticLibrary matrox_engine :
mga_crtc2.c
mga_dac.c
mga_general.c
mga_globals.c
mga_i2c.c
mga_info.c
mga_maven.c

View File

@ -3,7 +3,7 @@
#include <math.h>
#include <OS.h>
#include "DriverInterface.h"
#include "global.h"
#include "mga_globals.h"
//apsed #include "mga_extern.h"
#include "mga_proto.h"
#include "mga_macros.h"

View File

@ -20,6 +20,10 @@ Addon nm.accelerant : accelerants :
: false : libneomagic_engine.a
;
Package openbeos-neomagic-1.0 :
nm.accelerant :
boot home config add-ons accelerants ;
Depends nm.accelerant : nm.driver ;
SubInclude OBOS_TOP src add-ons accelerants neomagic engine ;

View File

@ -2,7 +2,6 @@ SubDir OBOS_TOP src add-ons accelerants neomagic engine ;
UsePrivateHeaders graphics ;
UsePrivateHeaders [ FDirName graphics neomagic ] ;
UseHeaders [ FDirName $(SUBDIR) .. ] ;
StaticLibrary neomagic_engine :
nm_acc.c

View File

@ -20,6 +20,10 @@ Addon nv.accelerant : accelerants :
: false : libnvidia_engine.a
;
Package openbeos-nvidia-1.0 :
nv.accelerant :
boot home config add-ons accelerants ;
Depends nv.accelerant : nv.driver ;
SubInclude OBOS_TOP src add-ons accelerants nvidia engine ;

View File

@ -2,7 +2,6 @@ SubDir OBOS_TOP src add-ons accelerants nvidia engine ;
UsePrivateHeaders graphics ;
UsePrivateHeaders [ FDirName graphics nvidia ] ;
UseHeaders [ FDirName $(SUBDIR) .. ] ;
StaticLibrary nvidia_engine :
nv_acc.c