~ubuntu-branches/ubuntu/maverick/xorg-server/maverick

« back to all changes in this revision

Viewing changes to hw/kdrive/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington, Timo Aaltonen, Bryce Harrington
  • Date: 2010-03-24 12:04:20 UTC
  • mfrom: (1.1.32 upstream) (0.11.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100324120420-qbk5la526uy4k8xe
Tags: 2:1.7.6-1ubuntu1
[Timo Aaltonen]
* Merge from Debian unstable.
* Drop patch 107, included in Debian.
* Drop patch 108, included upstream.
* control: Drop the udeb, we don't need it for lucid.
* control: Relax/drop some build-deps caused by the udeb.

[Bryce Harrington]
* Add 110_findglyphbyhash-fix.patch from upstream to fix a sporadic
  crash in FindGlyphByHash.
  (LP: #401045)
* Renumber patch 201_armel-drv-fallbacks.patch to 111

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        $(top_builddir)/include/version-config.h
55
55
CONFIG_CLEAN_FILES =
56
56
CONFIG_CLEAN_VPATH_FILES =
57
 
AM_V_GEN = $(am__v_GEN_$(V))
58
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
59
 
am__v_GEN_0 = @echo "  GEN   " $@;
60
 
AM_V_at = $(am__v_at_$(V))
61
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
62
 
am__v_at_0 = @
63
57
SOURCES =
64
58
DIST_SOURCES =
65
59
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
107
101
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
108
102
ALLOCA = @ALLOCA@
109
103
AMTAR = @AMTAR@
110
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
111
104
AM_MAKEFLAGS = @AM_MAKEFLAGS@
112
105
APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@
113
106
APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@
261
254
RAWCPP = @RAWCPP@
262
255
RAWCPPFLAGS = @RAWCPPFLAGS@
263
256
SED = @SED@
 
257
SELINUX_CFLAGS = @SELINUX_CFLAGS@
 
258
SELINUX_LIBS = @SELINUX_LIBS@
264
259
SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@
265
260
SET_MAKE = @SET_MAKE@
266
261
SHELL = @SHELL@