xref: /haiku/src/add-ons/accelerants/ati/Jamfile (revision 80829ec813241c9a702a45e39929286f13c55093)
1*80829ec8SRene GollentSubDir HAIKU_TOP src add-ons accelerants ati ;
2*80829ec8SRene Gollent
3*80829ec8SRene GollentUsePrivateHeaders graphics ;
4*80829ec8SRene GollentUsePrivateHeaders [ FDirName graphics ati ] ;
5*80829ec8SRene GollentUsePrivateHeaders [ FDirName graphics common ] ;
6*80829ec8SRene Gollent
7*80829ec8SRene GollentAddon ati.accelerant :
8*80829ec8SRene Gollent	accelerant.cpp
9*80829ec8SRene Gollent	cursor.cpp
10*80829ec8SRene Gollent	engine.cpp
11*80829ec8SRene Gollent	hooks.cpp
12*80829ec8SRene Gollent	mode.cpp
13*80829ec8SRene Gollent
14*80829ec8SRene Gollent	mach64_cursor.cpp
15*80829ec8SRene Gollent	mach64_dpms.cpp
16*80829ec8SRene Gollent	mach64_draw.cpp
17*80829ec8SRene Gollent	mach64_init.cpp
18*80829ec8SRene Gollent	mach64_mode.cpp
19*80829ec8SRene Gollent	mach64_util.cpp
20*80829ec8SRene Gollent
21*80829ec8SRene Gollent	rage128_cursor.cpp
22*80829ec8SRene Gollent	rage128_dpms.cpp
23*80829ec8SRene Gollent	rage128_draw.cpp
24*80829ec8SRene Gollent	rage128_init.cpp
25*80829ec8SRene Gollent	rage128_mode.cpp
26*80829ec8SRene Gollent
27*80829ec8SRene Gollent	: be libaccelerantscommon.a
28*80829ec8SRene Gollent;
29