1*77680cefSshattySubDir OBOS_TOP src add-ons accelerants neomagic ; 2*77680cefSshatty 3*77680cefSshattyUsePrivateHeaders graphics ; 4*77680cefSshattyUsePrivateHeaders [ FDirName graphics neomagic ] ; 5*77680cefSshattyUseHeaders [ FDirName $(SUBDIR) engine ] ; 6*77680cefSshatty 7*77680cefSshatty 8*77680cefSshattyAddon nm.accelerant : accelerants : 9*77680cefSshatty Acceleration.c 10*77680cefSshatty Cursor.c 11*77680cefSshatty EngineManagment.c 12*77680cefSshatty GetAccelerantHook.c 13*77680cefSshatty GetDeviceInfo.c 14*77680cefSshatty GetModeInfo.c 15*77680cefSshatty GetTimingConstraints.c 16*77680cefSshatty GlobalData.c 17*77680cefSshatty InitAccelerant.c 18*77680cefSshatty Overlay.c 19*77680cefSshatty ProposeDisplayMode.c 20*77680cefSshatty SetDisplayMode.c 21*77680cefSshatty : false : libneomagic_engine.a 22*77680cefSshatty; 23*77680cefSshatty 24*77680cefSshattyDepends nm.accelerant : nm.driver ; 25*77680cefSshatty 26*77680cefSshattySubInclude OBOS_TOP src add-ons accelerants neomagic engine ; 27