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

« back to all changes in this revision

Viewing changes to hw/kdrive/mach64/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
        -I$(top_srcdir)/hw/kdrive/vesa          \
 
4
        @KDRIVE_CFLAGS@
 
5
 
 
6
bin_PROGRAMS = Xmach64
 
7
 
 
8
if TSLIB
 
9
TSLIB_FLAG = -lts
 
10
endif
 
11
 
 
12
 
 
13
noinst_LIBRARIES = libmach64.a
 
14
 
 
15
libmach64_a_SOURCES =   \
 
16
        mach64.c        \
 
17
        mach64draw.c    \
 
18
        mach64video.c   \
 
19
        mach64.h        \
 
20
        mach64draw.h
 
21
 
 
22
Xmach64_SOURCES = \
 
23
        mach64stub.c
 
24
 
 
25
MACH64_LIBS =                                           \
 
26
        libmach64.a                                     \
 
27
        $(top_builddir)/hw/kdrive/vesa/libvesa.a        
 
28
 
 
29
 
 
30
Xmach64_LDADD =                                         \
 
31
        $(MACH64_LIBS)                                  \
 
32
        @KDRIVE_LIBS@                                   \
 
33
        @KDRIVE_LIBS@                                  \
 
34
        $(TSLIB_FLAG)
 
35
 
 
36
 
 
37
Xmach64_DEPENDENCIES = $(MACH64_LIBS) @KDRIVE_LIBS@