~ubuntu-branches/ubuntu/jaunty/xserver-xorg-video-vesa/jaunty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2007-11-07 20:32:58 UTC
  • mfrom: (0.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20071107203258-ce9sel2extj6wuv7
Tags: 1:1.3.0-4ubuntu1
* Merge from debian unstable, remaining changes:
  + debian/patches:
    100-fedora-vesa-1.3.0-mode-heuristics.patch
    - Fix mode selection.
    101-fedora-vesa-1.2.1-randr-crash.patch
    - Fix a crash when changing the resolution
  + Change the maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
59
59
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
60
60
        $(top_srcdir)/configure COPYING ChangeLog config.guess \
61
 
        config.sub depcomp install-sh ltmain.sh missing
 
61
        config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
62
62
subdir = .
63
63
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
64
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
66
66
        $(ACLOCAL_M4)
67
67
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68
68
 configure.lineno configure.status.lineno
69
 
mkinstalldirs = $(install_sh) -d
 
69
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70
70
CONFIG_HEADER = config.h
71
71
CONFIG_CLEAN_FILES =
72
72
SOURCES =
129
129
FFLAGS = @FFLAGS@
130
130
FILE_MAN_DIR = @FILE_MAN_DIR@
131
131
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 
132
GREP = @GREP@
132
133
INCLUDES = @INCLUDES@
133
134
INSTALL_DATA = @INSTALL_DATA@
134
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
156
157
PACKAGE_TARNAME = @PACKAGE_TARNAME@
157
158
PACKAGE_VERSION = @PACKAGE_VERSION@
158
159
PATH_SEPARATOR = @PATH_SEPARATOR@
 
160
PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
 
161
PCIACCESS_FALSE = @PCIACCESS_FALSE@
 
162
PCIACCESS_LIBS = @PCIACCESS_LIBS@
 
163
PCIACCESS_TRUE = @PCIACCESS_TRUE@
159
164
PKG_CONFIG = @PKG_CONFIG@
160
165
RANLIB = @RANLIB@
161
 
SED = @SED@
162
166
SET_MAKE = @SET_MAKE@
163
167
SHELL = @SHELL@
164
168
STRIP = @STRIP@
165
169
VERSION = @VERSION@
166
170
XORG_CFLAGS = @XORG_CFLAGS@
167
171
XORG_LIBS = @XORG_LIBS@
168
 
ac_ct_AR = @ac_ct_AR@
169
172
ac_ct_CC = @ac_ct_CC@
170
173
ac_ct_CXX = @ac_ct_CXX@
171
174
ac_ct_F77 = @ac_ct_F77@
172
 
ac_ct_RANLIB = @ac_ct_RANLIB@
173
 
ac_ct_STRIP = @ac_ct_STRIP@
174
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
175
175
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
176
176
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
177
177
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
188
188
build_os = @build_os@
189
189
build_vendor = @build_vendor@
190
190
datadir = @datadir@
 
191
datarootdir = @datarootdir@
 
192
docdir = @docdir@
 
193
dvidir = @dvidir@
191
194
exec_prefix = @exec_prefix@
192
195
host = @host@
193
196
host_alias = @host_alias@
194
197
host_cpu = @host_cpu@
195
198
host_os = @host_os@
196
199
host_vendor = @host_vendor@
 
200
htmldir = @htmldir@
197
201
includedir = @includedir@
198
202
infodir = @infodir@
199
203
install_sh = @install_sh@
200
204
libdir = @libdir@
201
205
libexecdir = @libexecdir@
 
206
localedir = @localedir@
202
207
localstatedir = @localstatedir@
203
208
mandir = @mandir@
204
209
mkdir_p = @mkdir_p@
205
210
moduledir = @moduledir@
206
211
oldincludedir = @oldincludedir@
 
212
pdfdir = @pdfdir@
207
213
prefix = @prefix@
208
214
program_transform_name = @program_transform_name@
 
215
psdir = @psdir@
209
216
sbindir = @sbindir@
210
217
sharedstatedir = @sharedstatedir@
211
218
sysconfdir = @sysconfdir@