xref: /haiku/src/add-ons/accelerants/neomagic/Jamfile (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
1338b8dc3SIngo WeinholdSubDir HAIKU_TOP src add-ons accelerants neomagic ;
2338b8dc3SIngo Weinhold
377680cefSshattyUsePrivateHeaders graphics ;
477680cefSshattyUsePrivateHeaders [ FDirName graphics neomagic ] ;
577680cefSshattyUseHeaders [ FDirName $(SUBDIR) engine ] ;
677680cefSshatty
7*a5667a5bSAxel DörflerAddon neomagic.accelerant :
877680cefSshatty	Acceleration.c
977680cefSshatty	Cursor.c
1077680cefSshatty	EngineManagment.c
1177680cefSshatty	GetAccelerantHook.c
1277680cefSshatty	GetDeviceInfo.c
1377680cefSshatty	GetModeInfo.c
1477680cefSshatty	GetTimingConstraints.c
1577680cefSshatty	InitAccelerant.c
1677680cefSshatty	Overlay.c
1777680cefSshatty	ProposeDisplayMode.c
1877680cefSshatty	SetDisplayMode.c
191acbe440SIngo Weinhold	: libneomagic_engine.a
2077680cefSshatty;
2177680cefSshatty
22*a5667a5bSAxel DörflerDepends neomagic.accelerant : neomagic ;
2377680cefSshatty
24338b8dc3SIngo WeinholdSubInclude HAIKU_TOP src add-ons accelerants neomagic engine ;
25