Commit | Line | Data |
---|---|---|
1 | noinst_LTLIBRARIES = libshadow.la | |
2 | ||
3 | AM_CFLAGS = $(DIX_CFLAGS) | |
4 | ||
5 | if XORG | |
6 | sdk_HEADERS = shadow.h | |
7 | endif | |
8 | ||
9 | libshadow_la_SOURCES = \ | |
10 | c2p_core.h \ | |
11 | shadow.c \ | |
12 | shadow.h \ | |
13 | shafb4.c \ | |
14 | shafb8.c \ | |
15 | shalloc.c \ | |
16 | shiplan2p4.c \ | |
17 | shiplan2p8.c \ | |
18 | shpacked.c \ | |
19 | shplanar8.c \ | |
20 | shplanar.c \ | |
21 | shrot16pack_180.c \ | |
22 | shrot16pack_270.c \ | |
23 | shrot16pack_270YX.c \ | |
24 | shrot16pack_90.c \ | |
25 | shrot16pack_90YX.c \ | |
26 | shrot16pack.c \ | |
27 | shrot32pack_180.c \ | |
28 | shrot32pack_270.c \ | |
29 | shrot32pack_90.c \ | |
30 | shrot32pack.c \ | |
31 | shrot8pack_180.c \ | |
32 | shrot8pack_270.c \ | |
33 | shrot8pack_90.c \ | |
34 | shrot8pack.c \ | |
35 | shrotate.c \ | |
36 | shrotpack.h \ | |
37 | shrotpackYX.h |