~ubuntu-branches/ubuntu/raring/libdrm/raring

« back to all changes in this revision

Viewing changes to intel/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Hooker
  • Date: 2012-01-06 17:00:29 UTC
  • mfrom: (2.3.15 sid)
  • Revision ID: package-import@ubuntu.com-20120106170029-74zl4lt5h0yclxdd
Tags: 2.4.30-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/rules
  - debian/control:
    + Build libdrm-intel1 everywhere rather than just {i386,amd64}
      for Plymouth

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
libdrm_intel_la_LTLIBRARIES = libdrm_intel.la
34
34
libdrm_intel_ladir = $(libdir)
35
35
libdrm_intel_la_LDFLAGS = -version-number 1:0:0 -no-undefined
36
 
libdrm_intel_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ @PCIACCESS_LIBS@ @CLOCK_LIB@
 
36
libdrm_intel_la_LIBADD = ../libdrm.la \
 
37
        @PTHREADSTUBS_LIBS@ \
 
38
        @PCIACCESS_LIBS@ \
 
39
        @CLOCK_LIB@
37
40
 
38
41
libdrm_intel_la_SOURCES = \
39
42
        intel_bufmgr.c \
40
43
        intel_bufmgr_priv.h \
41
44
        intel_bufmgr_fake.c \
42
45
        intel_bufmgr_gem.c \
 
46
        intel_decode.c \
43
47
        intel_chipset.h \
44
48
        mm.c \
45
49
        mm.h
46
50
 
 
51
intel_bufmgr_gem_o_CFLAGS = $(AM_CFLAGS) -c99
 
52
 
47
53
libdrm_intelincludedir = ${includedir}/libdrm
48
54
libdrm_intelinclude_HEADERS = intel_bufmgr.h \
49
55
                              intel_debug.h
50
56
 
 
57
# This may be interesting even outside of "make check", due to the -dump option.
 
58
noinst_PROGRAMS = test_decode
 
59
 
 
60
BATCHES = \
 
61
        tests/gen4-3d.batch \
 
62
        tests/gm45-3d.batch \
 
63
        tests/gen5-3d.batch \
 
64
        tests/gen6-3d.batch \
 
65
        tests/gen7-3d.batch
 
66
 
 
67
TESTS = \
 
68
        $(BATCHES:.batch=.batch.sh)
 
69
 
 
70
EXTRA_DIST = \
 
71
        $(BATCHES) \
 
72
        $(BATCHES:.batch=.batch.sh) \
 
73
        $(BATCHES:.batch=.batch-ref.txt) \
 
74
        $(BATCHES:.batch=.batch-ref.txt) \
 
75
        tests/test-batch.sh
 
76
 
 
77
test_decode_LDADD = libdrm_intel.la
 
78
 
51
79
pkgconfig_DATA = libdrm_intel.pc