~ubuntu-branches/ubuntu/hardy/xorg-server/hardy

« back to all changes in this revision

Viewing changes to hw/xfree86/os-support/lynxos/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2008-01-08 18:05:21 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080108180521-1kfbqij56jkaiqn1
Tags: 2:1.4.1~git20080105-1ubuntu1
* Merge with Debian unstable, remaining changes:
* debian/control:
  - Change maintainer address.
  - set Conflicts: xkb-data (<< 0.9), since xkb-path is
    different compared to Dapper.
  - xvfb Depends on xauth, xfonts-base.
* debian/patches:
  - 100_avoid_acpi_insanity.diff
    Don't send a configuration change event just because somebody's pressed
    a brightness key.
  - 101_fedora-apm-typedefs.patch:
    Temporary hack from Fedora for broken kernels that don't publish the
    /dev/apm_bios types.
  - 102_ubuntu_sharevts_load_cpu.patch:
    Close console fd only when using --sharevts.
  - 104_fedora_init_origins_fix.patch
    Multihead initialization.
  - 106_ubuntu_fpic_libxf86config.patch
    Add -fPIC to makefiles for xfree86/parser.
  - 107_fedora_dont_backfill_bg_none.patch
    Disable backfilling of windows created with bg=none, which
    otherwise would force a framebuffer readback.
  - 110_fedora_no_move_damage.patch
    Disable damage notifications on move for manually redirected windows.
  - 120_fedora_xserver-xaa-evict-pixmaps.patch:
    New version of the hack to copy textures from video memory. Shouldn't
    break EXA anymore.
  - 121_only_switch_vt_when_active.diff
    Add a check to prevent the X server from changing the VT when
    killing GDM from the console.
  - 123_no_composite_for_xvfb_run.patch
    Use "-extension Composite" to fix xvfb-run crashing.
  - 133_psb_auto.patch
    Add automatic detection of Poulsbo hardware when running
    without a Device definition.
  - 138_fedora_xserver-1.3.0-default-dpi.patch
    Changes default dpi to 96.
  - 139_fedora_xserver-1.3.0-document-fontpath-correctly.patch
    Fixes document fontpaths shown in the man page.
  - 142_fedora_xserver-1.3.0-no-pseudocolor-composite.patch
    Composite on 8bpp pseudocolor root windows appears to fail, so just
    disable it on anything pseudocolor for safety.
  - 144_fedora_xserver-1.3.0-xnest-exposures.patch:
    Only collect xnest exposures for xexposes with non-zero height and width.
* debian/patches/103_fedora_openchrome.patch:
  - Patch from Fedora to use openchrome instead of via.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
SOURCES =
52
52
DIST_SOURCES =
53
53
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
54
 
ACLOCAL = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run aclocal-1.10
 
54
ACLOCAL = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run aclocal-1.10
55
55
ADMIN_MAN_DIR = $(mandir)/man$(ADMIN_MAN_SUFFIX)
56
56
ADMIN_MAN_SUFFIX = 8
57
57
ALLOCA = 
58
 
AMTAR = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run tar
 
58
AMTAR = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run tar
59
59
APPDEFAULTDIR = 
60
60
APPLE_APPLICATIONS_DIR = ${exec_prefix}/bin/Applications
61
61
APP_MAN_DIR = $(mandir)/man$(APP_MAN_SUFFIX)
62
62
APP_MAN_SUFFIX = 1
63
63
AR = ar
64
64
AS = as
65
 
AUTOCONF = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run autoconf
66
 
AUTOHEADER = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run autoheader
67
 
AUTOMAKE = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run automake-1.10
 
65
AUTOCONF = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run autoconf
 
66
AUTOHEADER = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run autoheader
 
67
AUTOMAKE = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run automake-1.10
68
68
AWK = gawk
69
 
BASE_FONT_PATH = /usr/share/fonts/X11
70
 
BUILD_DATE = 20071112
71
 
BUILD_TIME = 1220056
 
69
BASE_FONT_PATH = /usr/local/lib/X11/fonts
 
70
BUILD_DATE = 20080106
 
71
BUILD_TIME = 1171110
72
72
CC = gcc
73
73
CCAS = gcc
74
74
CCASDEPMODE = depmode=gcc3
75
75
CCASFLAGS = -g -O2
76
76
CCDEPMODE = depmode=gcc3
77
77
CFLAGS = -g -O2
78
 
COMPILEDDEFAULTFONTPATH = /usr/share/fonts/X11/misc/,/usr/share/fonts/X11/TTF/,/usr/share/fonts/X11/OTF,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/
 
78
COMPILEDDEFAULTFONTPATH = /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/
79
79
CPP = gcc -E
80
80
CPPFLAGS = 
81
81
CXX = g++
87
87
DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  
88
88
DBUS_LIBS = -ldbus-1  
89
89
DEFAULT_LIBRARY_PATH = /usr/local/lib
90
 
DEFAULT_LOGPREFIX = /var/log/Xorg.
 
90
DEFAULT_LOGPREFIX = /usr/local/var/log/Xorg.
91
91
DEFAULT_MODULE_PATH = /usr/local/lib/xorg/modules
92
92
DEFS = -DHAVE_CONFIG_H
93
93
DEPDIR = .deps
122
122
FREETYPE_CFLAGS = 
123
123
FREETYPE_LIBS = 
124
124
FREETYPE_REQUIRES = 
125
 
GLX_ARCH_DEFINES = 
126
125
GLX_DEFINES = 
127
126
GL_CFLAGS =  
128
127
GL_LIBS =  
155
154
LINUXDOC = /usr/bin/linuxdoc
156
155
LN_S = ln -s
157
156
LTLIBOBJS = 
158
 
MAINT = #
159
 
MAKEINFO = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run makeinfo
160
 
MAKE_HTML = SGML_SEARCH_PATH=/usr/local/share/sgml /usr/bin/linuxdoc  -B html --split=0
 
157
MAINT = 
 
158
MAKEINFO = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run makeinfo
 
159
MAKE_HTML = SGML_SEARCH_PATH=NONE/share/sgml /usr/bin/linuxdoc  -B html --split=0
161
160
MAKE_PDF = /usr/bin/ps2pdf
162
 
MAKE_PS = SGML_SEARCH_PATH=/usr/local/share/sgml /usr/bin/linuxdoc -B latex --papersize=letter --output=ps
163
 
MAKE_TEXT = SGML_SEARCH_PATH=/usr/local/share/sgml GROFF_NO_SGR=y /usr/bin/linuxdoc -B txt
164
 
MESA_SOURCE = /home/david/debian/xorg/git/lib/mesa
 
161
MAKE_PS = SGML_SEARCH_PATH=NONE/share/sgml /usr/bin/linuxdoc -B latex --papersize=letter --output=ps
 
162
MAKE_TEXT = SGML_SEARCH_PATH=NONE/share/sgml GROFF_NO_SGR=y /usr/bin/linuxdoc -B txt
 
163
MESA_SOURCE = 
165
164
MISC_MAN_DIR = $(mandir)/man$(MISC_MAN_SUFFIX)
166
165
MISC_MAN_SUFFIX = 7
167
166
MKDIR_P = /bin/mkdir -p
177
176
PACKAGE = xorg-server
178
177
PACKAGE_BUGREPORT = https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
179
178
PACKAGE_NAME = xorg-server
180
 
PACKAGE_STRING = xorg-server 1.4
 
179
PACKAGE_STRING = xorg-server 1.4.0.90
181
180
PACKAGE_TARNAME = xorg-server
182
 
PACKAGE_VERSION = 1.4
 
181
PACKAGE_VERSION = 1.4.0.90
183
182
PATH_SEPARATOR = :
184
183
PERL = /usr/bin/perl
185
184
PIXMAN_CFLAGS = -I/usr/include/pixman-1  
203
202
SYS_LIBS = 
204
203
TSLIB_CFLAGS = 
205
204
TSLIB_LIBS = 
206
 
VENDOR_MAN_VERSION = Version 1.4
 
205
VENDOR_MAN_VERSION = Version 1.4.0.90
207
206
VENDOR_NAME = The X.Org Foundation
208
207
VENDOR_NAME_SHORT = X.Org
209
 
VENDOR_RELEASE = (((1) * 10000000) + ((4) * 100000) + ((0) * 1000) + 0)
210
 
VERSION = 1.4
 
208
VENDOR_RELEASE = (((1) * 10000000) + ((4) * 100000) + ((0) * 1000) + 90)
 
209
VERSION = 1.4.0.90
211
210
X11EXAMPLES_DEP_CFLAGS = 
212
211
X11EXAMPLES_DEP_LIBS = 
213
212
XDMCP_CFLAGS =  
234
233
XGLX_LIBS = 
235
234
XGL_LIBS = 
236
235
XGL_MODULE_PATH = 
237
 
XKB_BASE_DIRECTORY = /usr/share/X11/xkb
 
236
XKB_BASE_DIRECTORY = /usr/local/share/X11/xkb
238
237
XKB_BIN_DIRECTORY = /usr/local/bin
239
 
XKB_COMPILED_DIR = /var/lib/xkb
240
 
XKM_OUTPUT_DIR = /var/lib/xkb/
241
 
XLIB_CFLAGS =  
242
 
XLIB_LIBS = -lX11  
 
238
XKB_COMPILED_DIR = /usr/local/share/X11/xkb/compiled
 
239
XKM_OUTPUT_DIR = /usr/local/share/X11/xkb/compiled/
 
240
XLIB_CFLAGS = 
 
241
XLIB_LIBS = 
243
242
XNESTMODULES_CFLAGS = -I/usr/include/freetype2  
244
243
XNESTMODULES_LIBS = -lXfont -lXext -lX11 -lXau -lXdmcp  
245
 
XNEST_LIBS = $(top_builddir)/mi/libmi.la $(top_builddir)/config/libconfig.a -lXfont -lXau -lfontenc -lpixman-1 -lhal -ldbus-1 -lXdmcp    -lm  -lrt $(top_builddir)/fb/libfb.la $(top_builddir)/xfixes/libxfixes.la $(top_builddir)/Xext/libXext.la $(top_builddir)/dbe/libdbe.la $(top_builddir)/XTrap/libxtrap.la $(top_builddir)/record/librecord.la $(top_builddir)/GL/glx/libglx.la $(top_builddir)/GL/mesa/libGLcore.la $(top_builddir)/render/librender.la $(top_builddir)/randr/librandr.la $(top_builddir)/damageext/libdamageext.la $(top_builddir)/miext/damage/libdamage.la $(top_builddir)/miext/shadow/libshadow.la $(top_builddir)/Xi/libXi.la $(top_builddir)/xkb/libxkb.la $(top_builddir)/xkb/libxkbstubs.la $(top_builddir)/composite/libcomposite.la $(top_builddir)/dix/libxpstubs.la $(top_builddir)/os/libcwrapper.la $(top_builddir)/os/libos.la -lm  -lrt
 
244
XNEST_LIBS = $(top_builddir)/mi/libmi.la $(top_builddir)/config/libconfig.a -lXfont -lXau -lfontenc -lpixman-1 -lhal -ldbus-1 -lXdmcp    -lm  -lrt $(top_builddir)/fb/libfb.la $(top_builddir)/xfixes/libxfixes.la $(top_builddir)/Xext/libXext.la $(top_builddir)/dbe/libdbe.la $(top_builddir)/XTrap/libxtrap.la $(top_builddir)/record/librecord.la  $(top_builddir)/render/librender.la $(top_builddir)/randr/librandr.la $(top_builddir)/damageext/libdamageext.la $(top_builddir)/miext/damage/libdamage.la $(top_builddir)/miext/shadow/libshadow.la $(top_builddir)/Xi/libXi.la $(top_builddir)/xkb/libxkb.la $(top_builddir)/xkb/libxkbstubs.la $(top_builddir)/composite/libcomposite.la $(top_builddir)/dix/libxpstubs.la $(top_builddir)/os/libcwrapper.la $(top_builddir)/os/libos.la -lm  -lrt
246
245
XORGCFG_DEP_CFLAGS = 
247
246
XORGCFG_DEP_LIBS = 
248
247
XORGCONFIG_DEP_CFLAGS =  
250
249
XORG_CFLAGS =  -DHAVE_XORG_CONFIG_H -DXF86PM  
251
250
XORG_CORE_LIBS = $(top_builddir)/dix/libdix.la $(top_builddir)/config/libconfig.a
252
251
XORG_INCS = -I$(top_srcdir)/hw/xfree86 -I$(top_srcdir)/hw/xfree86/include -I$(top_srcdir)/hw/xfree86/common -I$(top_srcdir)/hw/xfree86/os-support -I$(top_srcdir)/hw/xfree86/os-support/bus -I$(top_srcdir)/os
253
 
XORG_LIBS = $(top_builddir)/composite/libcomposite.la $(top_builddir)/mi/libmi.la $(top_builddir)/xfixes/libxfixes.la $(top_builddir)/Xext/libXextbuiltin.la $(top_builddir)/GL/glx/libglx.la $(top_builddir)/GL/mesa/libGLcore.la $(top_builddir)/render/librender.la $(top_builddir)/randr/librandr.la $(top_builddir)/damageext/libdamageext.la $(top_builddir)/miext/damage/libdamage.la $(top_builddir)/miext/shadow/libshadow.la $(top_builddir)/Xi/libXi.la $(top_builddir)/xkb/libxkb.la $(top_builddir)/dix/libxpstubs.la $(top_builddir)/os/libos.la -ldl  
 
252
XORG_LIBS = $(top_builddir)/composite/libcomposite.la $(top_builddir)/mi/libmi.la $(top_builddir)/xfixes/libxfixes.la $(top_builddir)/Xext/libXextbuiltin.la  $(top_builddir)/render/librender.la $(top_builddir)/randr/librandr.la $(top_builddir)/damageext/libdamageext.la $(top_builddir)/miext/damage/libdamage.la $(top_builddir)/miext/shadow/libshadow.la $(top_builddir)/Xi/libXi.la $(top_builddir)/xkb/libxkb.la $(top_builddir)/dix/libxpstubs.la $(top_builddir)/os/libos.la -ldl  
254
253
XORG_MODULES_CFLAGS =  
255
254
XORG_MODULES_LIBS =  
256
255
XORG_OS = linux
270
269
XSERVER_LIBS = -lXfont -lXau -lfontenc -lpixman-1 -lhal -ldbus-1 -lXdmcp    -lm  -lrt
271
270
XTSTEXAMPLES_DEP_CFLAGS = 
272
271
XTSTEXAMPLES_DEP_LIBS = 
273
 
XVFB_LIBS = $(top_builddir)/fb/libfb.la $(top_builddir)/mi/libmi.la $(top_builddir)/xfixes/libxfixes.la $(top_builddir)/Xext/libXext.la $(top_builddir)/config/libconfig.a $(top_builddir)/dbe/libdbe.la $(top_builddir)/XTrap/libxtrap.la $(top_builddir)/record/librecord.la $(top_builddir)/GL/glx/libglx.la $(top_builddir)/GL/mesa/libGLcore.la $(top_builddir)/render/librender.la $(top_builddir)/randr/librandr.la $(top_builddir)/damageext/libdamageext.la $(top_builddir)/miext/damage/libdamage.la $(top_builddir)/miext/shadow/libshadow.la $(top_builddir)/Xi/libXi.la $(top_builddir)/xkb/libxkb.la $(top_builddir)/xkb/libxkbstubs.la $(top_builddir)/composite/libcomposite.la $(top_builddir)/dix/libxpstubs.la $(top_builddir)/os/libcwrapper.la $(top_builddir)/os/libos.la -lm  -lrt
 
272
XVFB_LIBS = $(top_builddir)/fb/libfb.la $(top_builddir)/mi/libmi.la $(top_builddir)/xfixes/libxfixes.la $(top_builddir)/Xext/libXext.la $(top_builddir)/config/libconfig.a $(top_builddir)/dbe/libdbe.la $(top_builddir)/XTrap/libxtrap.la $(top_builddir)/record/librecord.la  $(top_builddir)/render/librender.la $(top_builddir)/randr/librandr.la $(top_builddir)/damageext/libdamageext.la $(top_builddir)/miext/damage/libdamage.la $(top_builddir)/miext/shadow/libshadow.la $(top_builddir)/Xi/libXi.la $(top_builddir)/xkb/libxkb.la $(top_builddir)/xkb/libxkbstubs.la $(top_builddir)/composite/libcomposite.la $(top_builddir)/dix/libxpstubs.la $(top_builddir)/os/libcwrapper.la $(top_builddir)/os/libos.la -lm  -lrt
274
273
XWINMODULES_CFLAGS = 
275
274
XWINMODULES_LIBS = 
276
275
XWIN_LIBS = $(top_builddir)/fb/libfb.la $(top_builddir)/mi/libmi.la $(top_builddir)/Xext/libXext.la $(top_builddir)/config/libconfig.a $(top_builddir)/Xi/libXi.la $(top_builddir)/xkb/libxkb.la $(top_builddir)/xkb/libxkbstubs.la $(top_builddir)/composite/libcomposite.la $(top_builddir)/damageext/libdamageext.la  $(top_builddir)/dix/libxpstubs.la $(top_builddir)/os/libos.la 
279
278
YACC = bison -y
280
279
YFLAGS = 
281
280
__XCONFIGFILE__ = xorg.conf
282
 
abs_builddir = /home/david/debian/xorg/git/xserver/xorg-server/hw/xfree86/os-support/lynxos
283
 
abs_srcdir = /home/david/debian/xorg/git/xserver/xorg-server/hw/xfree86/os-support/lynxos
284
 
abs_top_builddir = /home/david/debian/xorg/git/xserver/xorg-server
285
 
abs_top_srcdir = /home/david/debian/xorg/git/xserver/xorg-server
 
281
abs_builddir = /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/hw/xfree86/os-support/lynxos
 
282
abs_srcdir = /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/hw/xfree86/os-support/lynxos
 
283
abs_top_builddir = /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105
 
284
abs_top_srcdir = /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105
286
285
ac_ct_CC = gcc
287
286
ac_ct_CXX = g++
288
287
ac_ct_F77 = g77
313
312
host_vendor = pc
314
313
htmldir = ${docdir}
315
314
includedir = ${prefix}/include
316
 
infodir = ${prefix}/share/info
317
 
install_sh = $(SHELL) /home/david/debian/xorg/git/xserver/xorg-server/install-sh
 
315
infodir = ${datarootdir}/info
 
316
install_sh = $(SHELL) /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/install-sh
318
317
libdir = ${exec_prefix}/lib
319
318
libexecdir = ${exec_prefix}/libexec
320
319
localedir = ${datarootdir}/locale
321
 
localstatedir = /var
322
 
logdir = /var/log
323
 
mandir = ${prefix}/share/man
 
320
localstatedir = ${prefix}/var
 
321
logdir = ${prefix}/var/log
 
322
mandir = ${datarootdir}/man
324
323
mkdir_p = /bin/mkdir -p
325
324
moduledir = ${exec_prefix}/lib/xorg/modules
326
325
oldincludedir = /usr/include
332
331
sdkdir = ${prefix}/include/xorg
333
332
sharedstatedir = ${prefix}/com
334
333
srcdir = .
335
 
sysconfdir = /etc
 
334
sysconfdir = ${prefix}/etc
336
335
target_alias = 
337
336
top_builddir = ../../../..
338
337
top_srcdir = ../../../..
350
349
all: all-am
351
350
 
352
351
.SUFFIXES:
353
 
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
 
352
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
354
353
        @for dep in $?; do \
355
354
          case '$(am__configure_deps)' in \
356
355
            *$$dep*) \
375
374
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
376
375
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377
376
 
378
 
$(top_srcdir)/configure: # $(am__configure_deps)
 
377
$(top_srcdir)/configure:  $(am__configure_deps)
379
378
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380
 
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 
379
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
381
380
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382
381
 
383
382
mostlyclean-libtool: