~ubuntu-branches/ubuntu/karmic/xserver-xorg-video-intel/karmic-proposed

« back to all changes in this revision

Viewing changes to src/render_program/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2009-09-23 01:03:49 UTC
  • mfrom: (1.3.4 upstream) (1.2.9 sid)
  • mto: (1.5.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: james.westby@ubuntu.com-20090923010349-dyyejg48nm80lh8u
Tags: 2:2.8.99.902-1
* New upstream release candidate.
  + Fix crash on server regen, closes: #543326.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
41
43
        $(top_srcdir)/configure.ac
42
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
45
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
46
mkinstalldirs = $(install_sh) -d
45
47
CONFIG_HEADER = $(top_builddir)/config.h
46
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
SOURCES =
48
51
DIST_SOURCES =
49
52
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88
91
FGREP = @FGREP@
89
92
FILE_MAN_DIR = @FILE_MAN_DIR@
90
93
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 
94
GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@
 
95
GEN4ASM_LIBS = @GEN4ASM_LIBS@
91
96
GREP = @GREP@
92
97
INSTALL = @INSTALL@
93
98
INSTALL_DATA = @INSTALL_DATA@
128
133
PACKAGE_NAME = @PACKAGE_NAME@
129
134
PACKAGE_STRING = @PACKAGE_STRING@
130
135
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
136
PACKAGE_URL = @PACKAGE_URL@
131
137
PACKAGE_VERSION = @PACKAGE_VERSION@
132
138
PATH_SEPARATOR = @PATH_SEPARATOR@
133
139
PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
143
149
V = @V@
144
150
VERSION = @VERSION@
145
151
WARN_CFLAGS = @WARN_CFLAGS@
 
152
XEXT_CFLAGS = @XEXT_CFLAGS@
 
153
XEXT_LIBS = @XEXT_LIBS@
146
154
XORG_CFLAGS = @XORG_CFLAGS@
147
155
XORG_LIBS = @XORG_LIBS@
148
156
XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@
170
178
docdir = @docdir@
171
179
dvidir = @dvidir@
172
180
exec_prefix = @exec_prefix@
173
 
gen4asm = @gen4asm@
174
181
host = @host@
175
182
host_alias = @host_alias@
176
183
host_cpu = @host_cpu@
286
293
              exit 1;; \
287
294
          esac; \
288
295
        done; \
289
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/render_program/Makefile'; \
290
 
        cd $(top_srcdir) && \
291
 
          $(AUTOMAKE) --foreign  src/render_program/Makefile
 
296
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/render_program/Makefile'; \
 
297
        $(am__cd) $(top_srcdir) && \
 
298
          $(AUTOMAKE) --foreign src/render_program/Makefile
292
299
.PRECIOUS: Makefile
293
300
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294
301
        @case '$?' in \
306
313
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
314
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
308
315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
316
$(am__aclocal_m4_deps):
309
317
 
310
318
mostlyclean-libtool:
311
319
        -rm -f *.lo
335
343
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
336
344
          if test -d $$d/$$file; then \
337
345
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
346
            if test -d "$(distdir)/$$file"; then \
 
347
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
348
            fi; \
338
349
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
339
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
350
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
351
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
340
352
            fi; \
341
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
353
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
342
354
          else \
343
 
            test -f $(distdir)/$$file \
344
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
355
            test -f "$(distdir)/$$file" \
 
356
            || cp -p $$d/$$file "$(distdir)/$$file" \
345
357
            || exit 1; \
346
358
          fi; \
347
359
        done
371
383
 
372
384
distclean-generic:
373
385
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
386
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
374
387
 
375
388
maintainer-clean-generic:
376
389
        @echo "This command is intended for maintainers to use"
391
404
 
392
405
html: html-am
393
406
 
 
407
html-am:
 
408
 
394
409
info: info-am
395
410
 
396
411
info-am:
399
414
 
400
415
install-dvi: install-dvi-am
401
416
 
 
417
install-dvi-am:
 
418
 
402
419
install-exec-am:
403
420
 
404
421
install-html: install-html-am
405
422
 
 
423
install-html-am:
 
424
 
406
425
install-info: install-info-am
407
426
 
 
427
install-info-am:
 
428
 
408
429
install-man:
409
430
 
410
431
install-pdf: install-pdf-am
411
432
 
 
433
install-pdf-am:
 
434
 
412
435
install-ps: install-ps-am
413
436
 
 
437
install-ps-am:
 
438
 
414
439
installcheck-am:
415
440
 
416
441
maintainer-clean: maintainer-clean-am
431
456
 
432
457
uninstall-am:
433
458
 
434
 
.MAKE: install-am install-strip
 
459
.MAKE: all check install install-am install-strip
435
460
 
436
461
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
437
462
        clean-local distclean distclean-generic distclean-libtool \
452
477
 
453
478
@HAVE_GEN4ASM_TRUE@clean-local:
454
479
@HAVE_GEN4ASM_TRUE@     -rm -f $(INTEL_G4B) $(INTEL_G4B_GEN5)
 
480
 
455
481
# Tell versions [3.59,3.63) of GNU make to not export all variables.
456
482
# Otherwise a system limit (for SysV at least) may be exceeded.
457
483
.NOEXPORT: