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

« back to all changes in this revision

Viewing changes to hw/xprint/pcl/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:
74
74
ETAGS = etags
75
75
CTAGS = ctags
76
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
 
ACLOCAL = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run aclocal-1.10
 
77
ACLOCAL = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run aclocal-1.10
78
78
ADMIN_MAN_DIR = $(mandir)/man$(ADMIN_MAN_SUFFIX)
79
79
ADMIN_MAN_SUFFIX = 8
80
80
ALLOCA = 
81
 
AMTAR = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run tar
 
81
AMTAR = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run tar
82
82
APPDEFAULTDIR = 
83
83
APPLE_APPLICATIONS_DIR = ${exec_prefix}/bin/Applications
84
84
APP_MAN_DIR = $(mandir)/man$(APP_MAN_SUFFIX)
85
85
APP_MAN_SUFFIX = 1
86
86
AR = ar
87
87
AS = as
88
 
AUTOCONF = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run autoconf
89
 
AUTOHEADER = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run autoheader
90
 
AUTOMAKE = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run automake-1.10
 
88
AUTOCONF = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run autoconf
 
89
AUTOHEADER = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run autoheader
 
90
AUTOMAKE = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run automake-1.10
91
91
AWK = gawk
92
 
BASE_FONT_PATH = /usr/share/fonts/X11
93
 
BUILD_DATE = 20071112
94
 
BUILD_TIME = 1220056
 
92
BASE_FONT_PATH = /usr/local/lib/X11/fonts
 
93
BUILD_DATE = 20080106
 
94
BUILD_TIME = 1171110
95
95
CC = gcc
96
96
CCAS = gcc
97
97
CCASDEPMODE = depmode=gcc3
98
98
CCASFLAGS = -g -O2
99
99
CCDEPMODE = depmode=gcc3
100
100
CFLAGS = -g -O2
101
 
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/
 
101
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/
102
102
CPP = gcc -E
103
103
CPPFLAGS = 
104
104
CXX = g++
110
110
DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  
111
111
DBUS_LIBS = -ldbus-1  
112
112
DEFAULT_LIBRARY_PATH = /usr/local/lib
113
 
DEFAULT_LOGPREFIX = /var/log/Xorg.
 
113
DEFAULT_LOGPREFIX = /usr/local/var/log/Xorg.
114
114
DEFAULT_MODULE_PATH = /usr/local/lib/xorg/modules
115
115
DEFS = -DHAVE_CONFIG_H
116
116
DEPDIR = .deps
145
145
FREETYPE_CFLAGS = 
146
146
FREETYPE_LIBS = 
147
147
FREETYPE_REQUIRES = 
148
 
GLX_ARCH_DEFINES = 
149
148
GLX_DEFINES = 
150
149
GL_CFLAGS =  
151
150
GL_LIBS =  
178
177
LINUXDOC = /usr/bin/linuxdoc
179
178
LN_S = ln -s
180
179
LTLIBOBJS = 
181
 
MAINT = #
182
 
MAKEINFO = ${SHELL} /home/david/debian/xorg/git/xserver/xorg-server/missing --run makeinfo
183
 
MAKE_HTML = SGML_SEARCH_PATH=/usr/local/share/sgml /usr/bin/linuxdoc  -B html --split=0
 
180
MAINT = 
 
181
MAKEINFO = ${SHELL} /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/missing --run makeinfo
 
182
MAKE_HTML = SGML_SEARCH_PATH=NONE/share/sgml /usr/bin/linuxdoc  -B html --split=0
184
183
MAKE_PDF = /usr/bin/ps2pdf
185
 
MAKE_PS = SGML_SEARCH_PATH=/usr/local/share/sgml /usr/bin/linuxdoc -B latex --papersize=letter --output=ps
186
 
MAKE_TEXT = SGML_SEARCH_PATH=/usr/local/share/sgml GROFF_NO_SGR=y /usr/bin/linuxdoc -B txt
187
 
MESA_SOURCE = /home/david/debian/xorg/git/lib/mesa
 
184
MAKE_PS = SGML_SEARCH_PATH=NONE/share/sgml /usr/bin/linuxdoc -B latex --papersize=letter --output=ps
 
185
MAKE_TEXT = SGML_SEARCH_PATH=NONE/share/sgml GROFF_NO_SGR=y /usr/bin/linuxdoc -B txt
 
186
MESA_SOURCE = 
188
187
MISC_MAN_DIR = $(mandir)/man$(MISC_MAN_SUFFIX)
189
188
MISC_MAN_SUFFIX = 7
190
189
MKDIR_P = /bin/mkdir -p
200
199
PACKAGE = xorg-server
201
200
PACKAGE_BUGREPORT = https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
202
201
PACKAGE_NAME = xorg-server
203
 
PACKAGE_STRING = xorg-server 1.4
 
202
PACKAGE_STRING = xorg-server 1.4.0.90
204
203
PACKAGE_TARNAME = xorg-server
205
 
PACKAGE_VERSION = 1.4
 
204
PACKAGE_VERSION = 1.4.0.90
206
205
PATH_SEPARATOR = :
207
206
PERL = /usr/bin/perl
208
207
PIXMAN_CFLAGS = -I/usr/include/pixman-1  
226
225
SYS_LIBS = 
227
226
TSLIB_CFLAGS = 
228
227
TSLIB_LIBS = 
229
 
VENDOR_MAN_VERSION = Version 1.4
 
228
VENDOR_MAN_VERSION = Version 1.4.0.90
230
229
VENDOR_NAME = The X.Org Foundation
231
230
VENDOR_NAME_SHORT = X.Org
232
 
VENDOR_RELEASE = (((1) * 10000000) + ((4) * 100000) + ((0) * 1000) + 0)
233
 
VERSION = 1.4
 
231
VENDOR_RELEASE = (((1) * 10000000) + ((4) * 100000) + ((0) * 1000) + 90)
 
232
VERSION = 1.4.0.90
234
233
X11EXAMPLES_DEP_CFLAGS = 
235
234
X11EXAMPLES_DEP_LIBS = 
236
235
XDMCP_CFLAGS =  
257
256
XGLX_LIBS = 
258
257
XGL_LIBS = 
259
258
XGL_MODULE_PATH = 
260
 
XKB_BASE_DIRECTORY = /usr/share/X11/xkb
 
259
XKB_BASE_DIRECTORY = /usr/local/share/X11/xkb
261
260
XKB_BIN_DIRECTORY = /usr/local/bin
262
 
XKB_COMPILED_DIR = /var/lib/xkb
263
 
XKM_OUTPUT_DIR = /var/lib/xkb/
264
 
XLIB_CFLAGS =  
265
 
XLIB_LIBS = -lX11  
 
261
XKB_COMPILED_DIR = /usr/local/share/X11/xkb/compiled
 
262
XKM_OUTPUT_DIR = /usr/local/share/X11/xkb/compiled/
 
263
XLIB_CFLAGS = 
 
264
XLIB_LIBS = 
266
265
XNESTMODULES_CFLAGS = -I/usr/include/freetype2  
267
266
XNESTMODULES_LIBS = -lXfont -lXext -lX11 -lXau -lXdmcp  
268
 
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
 
267
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
269
268
XORGCFG_DEP_CFLAGS = 
270
269
XORGCFG_DEP_LIBS = 
271
270
XORGCONFIG_DEP_CFLAGS =  
273
272
XORG_CFLAGS =  -DHAVE_XORG_CONFIG_H -DXF86PM  
274
273
XORG_CORE_LIBS = $(top_builddir)/dix/libdix.la $(top_builddir)/config/libconfig.a
275
274
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
276
 
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  
 
275
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  
277
276
XORG_MODULES_CFLAGS =  
278
277
XORG_MODULES_LIBS =  
279
278
XORG_OS = linux
293
292
XSERVER_LIBS = -lXfont -lXau -lfontenc -lpixman-1 -lhal -ldbus-1 -lXdmcp    -lm  -lrt
294
293
XTSTEXAMPLES_DEP_CFLAGS = 
295
294
XTSTEXAMPLES_DEP_LIBS = 
296
 
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
 
295
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
297
296
XWINMODULES_CFLAGS = 
298
297
XWINMODULES_LIBS = 
299
298
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 
302
301
YACC = bison -y
303
302
YFLAGS = 
304
303
__XCONFIGFILE__ = xorg.conf
305
 
abs_builddir = /home/david/debian/xorg/git/xserver/xorg-server/hw/xprint/pcl
306
 
abs_srcdir = /home/david/debian/xorg/git/xserver/xorg-server/hw/xprint/pcl
307
 
abs_top_builddir = /home/david/debian/xorg/git/xserver/xorg-server
308
 
abs_top_srcdir = /home/david/debian/xorg/git/xserver/xorg-server
 
304
abs_builddir = /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/hw/xprint/pcl
 
305
abs_srcdir = /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/hw/xprint/pcl
 
306
abs_top_builddir = /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105
 
307
abs_top_srcdir = /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105
309
308
ac_ct_CC = gcc
310
309
ac_ct_CXX = g++
311
310
ac_ct_F77 = g77
336
335
host_vendor = pc
337
336
htmldir = ${docdir}
338
337
includedir = ${prefix}/include
339
 
infodir = ${prefix}/share/info
340
 
install_sh = $(SHELL) /home/david/debian/xorg/git/xserver/xorg-server/install-sh
 
338
infodir = ${datarootdir}/info
 
339
install_sh = $(SHELL) /tmp/tmpiQUR1i/xorg-server-1.4.1~git20080105/install-sh
341
340
libdir = ${exec_prefix}/lib
342
341
libexecdir = ${exec_prefix}/libexec
343
342
localedir = ${datarootdir}/locale
344
 
localstatedir = /var
345
 
logdir = /var/log
346
 
mandir = ${prefix}/share/man
 
343
localstatedir = ${prefix}/var
 
344
logdir = ${prefix}/var/log
 
345
mandir = ${datarootdir}/man
347
346
mkdir_p = /bin/mkdir -p
348
347
moduledir = ${exec_prefix}/lib/xorg/modules
349
348
oldincludedir = /usr/include
355
354
sdkdir = ${prefix}/include/xorg
356
355
sharedstatedir = ${prefix}/com
357
356
srcdir = .
358
 
sysconfdir = /etc
 
357
sysconfdir = ${prefix}/etc
359
358
target_alias = 
360
359
top_builddir = ../../..
361
360
top_srcdir = ../../..
393
392
 
394
393
.SUFFIXES:
395
394
.SUFFIXES: .c .lo .o .obj
396
 
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(srcdir)/../pcl/Makefile.am.inc $(am__configure_deps)
 
395
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../pcl/Makefile.am.inc $(am__configure_deps)
397
396
        @for dep in $?; do \
398
397
          case '$(am__configure_deps)' in \
399
398
            *$$dep*) \
418
417
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
419
418
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420
419
 
421
 
$(top_srcdir)/configure: # $(am__configure_deps)
 
420
$(top_srcdir)/configure:  $(am__configure_deps)
422
421
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
423
 
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 
422
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
424
423
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425
424
 
426
425
clean-noinstLTLIBRARIES: