~ubuntu-branches/ubuntu/vivid/libxrender/vivid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-09-17 09:57:00 UTC
  • mfrom: (1.1.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070917095700-ao8x2h5g3ktumt33
Tags: 1:0.9.4-1
* New upstream release.
  + Fix for renderproto 0.9.3, include Xlib.h before render.h in Xrender.h
    (closes: #442824).
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkgdatadir = $(datadir)/@PACKAGE@
22
20
pkglibdir = $(libdir)/@PACKAGE@
23
21
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ..
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
62
58
        FillRect.lo FillRects.lo Filter.lo Glyph.lo Picture.lo Poly.lo \
63
59
        Trap.lo Tri.lo Xrender.lo
64
60
libXrender_la_OBJECTS = $(am_libXrender_la_OBJECTS)
65
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
61
libXrender_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
62
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
63
        $(libXrender_la_LDFLAGS) $(LDFLAGS) -o $@
 
64
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
66
65
depcomp = $(SHELL) $(top_srcdir)/depcomp
67
66
am__depfiles_maybe = depfiles
68
67
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69
68
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
71
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
72
 
        $(AM_CFLAGS) $(CFLAGS)
 
69
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
70
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
71
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
72
CCLD = $(CC)
74
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
75
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
73
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
75
        $(LDFLAGS) -o $@
76
76
SOURCES = $(libXrender_la_SOURCES)
77
77
DIST_SOURCES = $(libXrender_la_SOURCES)
78
78
libXrenderincludeHEADERS_INSTALL = $(INSTALL_HEADER)
81
81
CTAGS = ctags
82
82
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83
83
ACLOCAL = @ACLOCAL@
84
 
AMDEP_FALSE = @AMDEP_FALSE@
85
 
AMDEP_TRUE = @AMDEP_TRUE@
86
84
AMTAR = @AMTAR@
87
85
AR = @AR@
88
86
AUTOCONF = @AUTOCONF@
110
108
F77 = @F77@
111
109
FFLAGS = @FFLAGS@
112
110
GREP = @GREP@
 
111
INSTALL = @INSTALL@
113
112
INSTALL_DATA = @INSTALL_DATA@
114
113
INSTALL_PROGRAM = @INSTALL_PROGRAM@
115
114
INSTALL_SCRIPT = @INSTALL_SCRIPT@
121
120
LN_S = @LN_S@
122
121
LTLIBOBJS = @LTLIBOBJS@
123
122
MAINT = @MAINT@
124
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
125
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
126
123
MAKEINFO = @MAKEINFO@
127
124
MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
 
125
MKDIR_P = @MKDIR_P@
128
126
OBJEXT = @OBJEXT@
129
127
PACKAGE = @PACKAGE@
130
128
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138
136
RENDER_CFLAGS = @RENDER_CFLAGS@
139
137
RENDER_LIBS = @RENDER_LIBS@
140
138
RENDER_VERSION = @RENDER_VERSION@
 
139
SED = @SED@
141
140
SET_MAKE = @SET_MAKE@
142
141
SHELL = @SHELL@
143
142
STRIP = @STRIP@
149
148
X_NON_PKG_CFLAGS = @X_NON_PKG_CFLAGS@
150
149
X_NON_PKG_LIBS = @X_NON_PKG_LIBS@
151
150
X_REQUIRES = @X_REQUIRES@
 
151
abs_builddir = @abs_builddir@
 
152
abs_srcdir = @abs_srcdir@
 
153
abs_top_builddir = @abs_top_builddir@
 
154
abs_top_srcdir = @abs_top_srcdir@
152
155
ac_ct_CC = @ac_ct_CC@
153
156
ac_ct_CXX = @ac_ct_CXX@
154
157
ac_ct_F77 = @ac_ct_F77@
155
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
156
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
157
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
158
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
159
158
am__include = @am__include@
160
159
am__leading_dot = @am__leading_dot@
161
160
am__quote = @am__quote@
167
166
build_cpu = @build_cpu@
168
167
build_os = @build_os@
169
168
build_vendor = @build_vendor@
 
169
builddir = @builddir@
170
170
datadir = @datadir@
171
171
datarootdir = @datarootdir@
172
172
docdir = @docdir@
194
194
psdir = @psdir@
195
195
sbindir = @sbindir@
196
196
sharedstatedir = @sharedstatedir@
 
197
srcdir = @srcdir@
197
198
sysconfdir = @sysconfdir@
198
199
target_alias = @target_alias@
 
200
top_builddir = @top_builddir@
 
201
top_srcdir = @top_srcdir@
199
202
AM_CFLAGS = $(RENDER_CFLAGS) $(X_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include/X11/extensions $(MALLOC_ZERO_CFLAGS)
200
203
lib_LTLIBRARIES = libXrender.la
201
204
libXrender_la_SOURCES = AddTrap.c \
254
257
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
258
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
256
259
        @$(NORMAL_INSTALL)
257
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
260
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
258
261
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
259
262
          if test -f $$p; then \
260
263
            f=$(am__strip_dir) \
265
268
 
266
269
uninstall-libLTLIBRARIES:
267
270
        @$(NORMAL_UNINSTALL)
268
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
271
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
269
272
          p=$(am__strip_dir) \
270
273
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
271
274
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
280
283
          rm -f "$${dir}/so_locations"; \
281
284
        done
282
285
libXrender.la: $(libXrender_la_OBJECTS) $(libXrender_la_DEPENDENCIES) 
283
 
        $(LINK) -rpath $(libdir) $(libXrender_la_LDFLAGS) $(libXrender_la_OBJECTS) $(libXrender_la_LIBADD) $(LIBS)
 
286
        $(libXrender_la_LINK) -rpath $(libdir) $(libXrender_la_OBJECTS) $(libXrender_la_LIBADD) $(LIBS)
284
287
 
285
288
mostlyclean-compile:
286
289
        -rm -f *.$(OBJEXT)
303
306
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Xrender.Plo@am__quote@
304
307
 
305
308
.c.o:
306
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
307
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
309
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
310
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
308
311
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
309
312
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310
313
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
311
314
 
312
315
.c.obj:
313
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
314
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
316
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
317
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
315
318
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316
319
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
320
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
318
321
 
319
322
.c.lo:
320
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
321
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
323
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
324
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
322
325
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
323
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324
327
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
328
331
 
329
332
clean-libtool:
330
333
        -rm -rf .libs _libs
331
 
 
332
 
distclean-libtool:
333
 
        -rm -f libtool
334
 
uninstall-info-am:
335
334
install-libXrenderincludeHEADERS: $(libXrenderinclude_HEADERS)
336
335
        @$(NORMAL_INSTALL)
337
 
        test -z "$(libXrenderincludedir)" || $(mkdir_p) "$(DESTDIR)$(libXrenderincludedir)"
 
336
        test -z "$(libXrenderincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libXrenderincludedir)"
338
337
        @list='$(libXrenderinclude_HEADERS)'; for p in $$list; do \
339
338
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
340
339
          f=$(am__strip_dir) \
399
398
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
400
399
 
401
400
distdir: $(DISTFILES)
402
 
        $(mkdir_p) $(distdir)/../include/X11/extensions
403
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
404
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
405
 
        list='$(DISTFILES)'; for file in $$list; do \
406
 
          case $$file in \
407
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
408
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
409
 
          esac; \
 
401
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
402
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
403
        list='$(DISTFILES)'; \
 
404
          dist_files=`for file in $$list; do echo $$file; done | \
 
405
          sed -e "s|^$$srcdirstrip/||;t" \
 
406
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
407
        case $$dist_files in \
 
408
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
409
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
410
                           sort -u` ;; \
 
411
        esac; \
 
412
        for file in $$dist_files; do \
410
413
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
411
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
412
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
413
 
            dir="/$$dir"; \
414
 
            $(mkdir_p) "$(distdir)$$dir"; \
415
 
          else \
416
 
            dir=''; \
417
 
          fi; \
418
414
          if test -d $$d/$$file; then \
 
415
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
419
416
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
420
417
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
421
418
            fi; \
431
428
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
432
429
installdirs:
433
430
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libXrenderincludedir)"; do \
434
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
431
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
435
432
        done
436
433
install: install-am
437
434
install-exec: install-exec-am
466
463
        -rm -rf ./$(DEPDIR)
467
464
        -rm -f Makefile
468
465
distclean-am: clean-am distclean-compile distclean-generic \
469
 
        distclean-libtool distclean-tags
 
466
        distclean-tags
470
467
 
471
468
dvi: dvi-am
472
469
 
480
477
 
481
478
install-data-am: install-libXrenderincludeHEADERS
482
479
 
 
480
install-dvi: install-dvi-am
 
481
 
483
482
install-exec-am: install-libLTLIBRARIES
484
483
 
 
484
install-html: install-html-am
 
485
 
485
486
install-info: install-info-am
486
487
 
487
488
install-man:
488
489
 
 
490
install-pdf: install-pdf-am
 
491
 
 
492
install-ps: install-ps-am
 
493
 
489
494
installcheck-am:
490
495
 
491
496
maintainer-clean: maintainer-clean-am
506
511
 
507
512
ps-am:
508
513
 
509
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
 
514
uninstall-am: uninstall-libLTLIBRARIES \
510
515
        uninstall-libXrenderincludeHEADERS
511
516
 
 
517
.MAKE: install-am install-strip
 
518
 
512
519
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
513
520
        clean-libLTLIBRARIES clean-libtool ctags distclean \
514
521
        distclean-compile distclean-generic distclean-libtool \
515
522
        distclean-tags distdir dvi dvi-am html html-am info info-am \
516
 
        install install-am install-data install-data-am install-exec \
517
 
        install-exec-am install-info install-info-am \
 
523
        install install-am install-data install-data-am install-dvi \
 
524
        install-dvi-am install-exec install-exec-am install-html \
 
525
        install-html-am install-info install-info-am \
518
526
        install-libLTLIBRARIES install-libXrenderincludeHEADERS \
519
 
        install-man install-strip installcheck installcheck-am \
 
527
        install-man install-pdf install-pdf-am install-ps \
 
528
        install-ps-am install-strip installcheck installcheck-am \
520
529
        installdirs maintainer-clean maintainer-clean-generic \
521
530
        mostlyclean mostlyclean-compile mostlyclean-generic \
522
531
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
523
 
        uninstall-am uninstall-info-am uninstall-libLTLIBRARIES \
 
532
        uninstall-am uninstall-libLTLIBRARIES \
524
533
        uninstall-libXrenderincludeHEADERS
525
534
 
526
535
# Tell versions [3.59,3.63) of GNU make to not export all variables.