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

« back to all changes in this revision

Viewing changes to hw/kdrive/src/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
INCLUDES =                                      \
 
2
        @KDRIVE_INCS@                           \
 
3
        @KDRIVE_CFLAGS@
 
4
 
 
5
noinst_LIBRARIES = libkdrive.a libkdrivestubs.a
 
6
 
 
7
libkdrive_a_SOURCES =   \
 
8
        fourcc.h        \
 
9
        kaa.c           \
 
10
        kaa.h           \
 
11
        kaapict.c       \
 
12
        kasync.c        \
 
13
        kcmap.c         \
 
14
        kcurscol.c      \
 
15
        kdrive.c        \
 
16
        kdrive.h        \
 
17
        kinfo.c         \
 
18
        kinput.c        \
 
19
        kkeymap.h       \
 
20
        kmap.c          \
 
21
        kmode.c         \
 
22
        knoop.c         \
 
23
        koffscreen.c    \
 
24
        kshadow.c       \
 
25
        ktest.c         \
 
26
        kxv.c           \
 
27
        kxv.h           \
 
28
        vga.c           \
 
29
        vga.h           \
 
30
        $(top_srcdir)/mi/miinitext.c
 
31
 
 
32
libkdrivestubs_a_SOURCES = \
 
33
        $(top_srcdir)/Xi/stubs.c \
 
34
        $(top_srcdir)/fb/fbcmap.c