~ubuntu-branches/ubuntu/edgy/xorg-server/edgy-updates

« back to all changes in this revision

Viewing changes to miext/shadow/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-25 20:06:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060725200628-gjmmd9gxfxdc4ejs
Tags: 1:1.1.1-0ubuntu1
* New Upstream version
* Changed Build-Depends from mesa-swrast-source to mesa-swx11-source,
  following Debian package nomenclature
* Re-did 12_security_policy_in_etc.diff for 1.1.1
* Dropped 15_security_allocate_local.diff (applied upstream)
* Dropped 16_SECURITY_setuid.diff (applied upstream)
* Dropped 000_ubuntu_fix_read_kernel_mapping.patch (applied upstream)
* Dropped 002_ubuntu_fix_for_certain_intel_chipsets.patch (applied upstream)
* Updated versioned Build-Depends on mesa-swx11-source to version
  6.5.0.cvs.20060725-0ubuntu1
* Added arrayobj.c, arrayobj.h, bitset.h & rbadaptors.h to
  GL/symlink-mesa.sh (linked from mesa-swx11-source)
* Added arrayobj.c to default build target on GL/mesa/main

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support
6
6
 
 
7
if XORG
7
8
sdk_HEADERS = shadow.h
 
9
endif
8
10
 
9
11
libshadow_la_SOURCES =          \
10
12
        shadow.c                \
15
17
        shplanar.c              \
16
18
        shrot16pack_180.c       \
17
19
        shrot16pack_270.c       \
 
20
        shrot16pack_270YX.c     \
18
21
        shrot16pack_90.c        \
 
22
        shrot16pack_90YX.c      \
19
23
        shrot16pack.c           \
20
24
        shrot32pack_180.c       \
21
25
        shrot32pack_270.c       \
26
30
        shrot8pack_90.c         \
27
31
        shrot8pack.c            \
28
32
        shrotate.c              \
29
 
        shrotpack.h
 
33
        shrotpack.h             \
 
34
        shrotpackYX.h