~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to fb/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES = libfb.la libfbmmx.la
 
2
 
 
3
INCLUDES = \
 
4
        -I$(top_srcdir)/hw/xfree86/os-support \
 
5
        -I$(top_srcdir)/hw/xfree86/os-support/bus \
 
6
        -I$(top_srcdir)/hw/xfree86/common
 
7
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@
 
8
 
 
9
if XORG
 
10
sdk_HEADERS = fb.h fbrop.h fbpseudocolor.h fboverlay.h
 
11
endif
 
12
 
 
13
if MMX_CAPABLE
 
14
AM_CFLAGS += -DUSE_MMX
 
15
 
 
16
libfbmmx_la_CFLAGS =                            \
 
17
        $(DIX_CFLAGS)                           \
 
18
        -DUSE_MMX                               \
 
19
        -mmmx                                   \
 
20
        -msse                                   \
 
21
        -Winline                                \
 
22
        --param inline-unit-growth=10000        \
 
23
        --param large-function-growth=10000
 
24
endif
 
25
 
 
26
libfbmmx_la_SOURCES =   \
 
27
        fbmmx.c         \
 
28
        fbmmx.h
 
29
 
 
30
libfb_la_SOURCES =      \
 
31
        fb.h            \
 
32
        fb24_32.c       \
 
33
        fb24_32.h       \
 
34
        fballpriv.c     \
 
35
        fbarc.c         \
 
36
        fbbits.c        \
 
37
        fbbits.h        \
 
38
        fbblt.c         \
 
39
        fbbltone.c      \
 
40
        fbbstore.c      \
 
41
        fbcompose.c     \
 
42
        fbcopy.c        \
 
43
        fbfill.c        \
 
44
        fbfillrect.c    \
 
45
        fbfillsp.c      \
 
46
        fbgc.c          \
 
47
        fbgetsp.c       \
 
48
        fbglyph.c       \
 
49
        fbimage.c       \
 
50
        fbline.c        \
 
51
        fboverlay.c     \
 
52
        fboverlay.h     \
 
53
        fbpict.c        \
 
54
        fbpict.h        \
 
55
        fbpixmap.c      \
 
56
        fbpoint.c       \
 
57
        fbpush.c        \
 
58
        fbrop.h         \
 
59
        fbscreen.c      \
 
60
        fbseg.c         \
 
61
        fbsetsp.c       \
 
62
        fbsolid.c       \
 
63
        fbstipple.c     \
 
64
        fbtile.c        \
 
65
        fbtrap.c        \
 
66
        fbutil.c        \
 
67
        fbwindow.c      \
 
68
        fbpseudocolor.c \
 
69
        fbpseudocolor.h \
 
70
        fbedge.c        \
 
71
        fbedgeimp.h
 
72
 
 
73
libfb_la_LIBADD = libfbmmx.la
 
74
 
 
75
EXTRA_DIST = fbcmap.c