~ubuntu-branches/ubuntu/saucy/libxvmc/saucy

« back to all changes in this revision

Viewing changes to include/X11/extensions/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-21 17:16:24 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060721171624-hsabl12rrkuv4fil
Tags: 2:1.0.2-0ubuntu1
New Upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  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.
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
22
pkgincludedir = $(includedir)/@PACKAGE@
23
23
top_builddir = ../../..
24
 
 
25
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
25
INSTALL = @INSTALL@
27
26
install_sh_DATA = $(install_sh) -c -m 644
35
34
NORMAL_UNINSTALL = :
36
35
PRE_UNINSTALL = :
37
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
38
38
host_triplet = @host@
 
39
subdir = include/X11/extensions
 
40
DIST_COMMON = $(ext_HEADERS) $(srcdir)/Makefile.am \
 
41
        $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_HEADER = $(top_builddir)/config.h
 
48
CONFIG_CLEAN_FILES =
 
49
SOURCES =
 
50
DIST_SOURCES =
 
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
52
am__vpath_adj = case $$p in \
 
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
54
    *) f=$$p;; \
 
55
  esac;
 
56
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__installdirs = "$(DESTDIR)$(extdir)"
 
58
extHEADERS_INSTALL = $(INSTALL_HEADER)
 
59
HEADERS = $(ext_HEADERS)
 
60
ETAGS = etags
 
61
CTAGS = ctags
 
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39
63
ACLOCAL = @ACLOCAL@
40
64
AMDEP_FALSE = @AMDEP_FALSE@
41
65
AMDEP_TRUE = @AMDEP_TRUE@
112
136
am__include = @am__include@
113
137
am__leading_dot = @am__leading_dot@
114
138
am__quote = @am__quote@
 
139
am__tar = @am__tar@
 
140
am__untar = @am__untar@
115
141
bindir = @bindir@
116
142
build = @build@
117
143
build_alias = @build_alias@
132
158
libexecdir = @libexecdir@
133
159
localstatedir = @localstatedir@
134
160
mandir = @mandir@
 
161
mkdir_p = @mkdir_p@
135
162
oldincludedir = @oldincludedir@
136
163
prefix = @prefix@
137
164
program_transform_name = @program_transform_name@
141
168
target_alias = @target_alias@
142
169
extdir = $(includedir)/X11/extensions
143
170
ext_HEADERS = XvMClib.h
144
 
subdir = include/X11/extensions
145
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
146
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
147
 
CONFIG_HEADER = $(top_builddir)/config.h
148
 
CONFIG_CLEAN_FILES =
149
 
DIST_SOURCES =
150
 
HEADERS = $(ext_HEADERS)
151
 
 
152
 
DIST_COMMON = $(ext_HEADERS) $(srcdir)/Makefile.in Makefile.am
153
171
all: all-am
154
172
 
155
173
.SUFFIXES:
156
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
174
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
175
        @for dep in $?; do \
 
176
          case '$(am__configure_deps)' in \
 
177
            *$$dep*) \
 
178
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
179
                && exit 0; \
 
180
              exit 1;; \
 
181
          esac; \
 
182
        done; \
 
183
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/X11/extensions/Makefile'; \
157
184
        cd $(top_srcdir) && \
158
185
          $(AUTOMAKE) --gnu  include/X11/extensions/Makefile
159
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
160
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
186
.PRECIOUS: Makefile
 
187
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
188
        @case '$?' in \
 
189
          *config.status*) \
 
190
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
191
          *) \
 
192
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
193
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
194
        esac;
 
195
 
 
196
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
197
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
198
 
 
199
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
200
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
201
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
202
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
161
203
 
162
204
mostlyclean-libtool:
163
205
        -rm -f *.lo
168
210
distclean-libtool:
169
211
        -rm -f libtool
170
212
uninstall-info-am:
171
 
extHEADERS_INSTALL = $(INSTALL_HEADER)
172
213
install-extHEADERS: $(ext_HEADERS)
173
214
        @$(NORMAL_INSTALL)
174
 
        $(mkinstalldirs) $(DESTDIR)$(extdir)
 
215
        test -z "$(extdir)" || $(mkdir_p) "$(DESTDIR)$(extdir)"
175
216
        @list='$(ext_HEADERS)'; for p in $$list; do \
176
217
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
177
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
178
 
          echo " $(extHEADERS_INSTALL) $$d$$p $(DESTDIR)$(extdir)/$$f"; \
179
 
          $(extHEADERS_INSTALL) $$d$$p $(DESTDIR)$(extdir)/$$f; \
 
218
          f=$(am__strip_dir) \
 
219
          echo " $(extHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(extdir)/$$f'"; \
 
220
          $(extHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(extdir)/$$f"; \
180
221
        done
181
222
 
182
223
uninstall-extHEADERS:
183
224
        @$(NORMAL_UNINSTALL)
184
225
        @list='$(ext_HEADERS)'; for p in $$list; do \
185
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
186
 
          echo " rm -f $(DESTDIR)$(extdir)/$$f"; \
187
 
          rm -f $(DESTDIR)$(extdir)/$$f; \
 
226
          f=$(am__strip_dir) \
 
227
          echo " rm -f '$(DESTDIR)$(extdir)/$$f'"; \
 
228
          rm -f "$(DESTDIR)$(extdir)/$$f"; \
188
229
        done
189
230
 
190
 
ETAGS = etags
191
 
ETAGSFLAGS =
192
 
 
193
 
CTAGS = ctags
194
 
CTAGSFLAGS =
195
 
 
196
 
tags: TAGS
197
 
 
198
231
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
199
232
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
200
233
        unique=`for i in $$list; do \
203
236
          $(AWK) '    { files[$$0] = 1; } \
204
237
               END { for (i in files) print i; }'`; \
205
238
        mkid -fID $$unique
 
239
tags: TAGS
206
240
 
207
241
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
208
242
                $(TAGS_FILES) $(LISP)
214
248
          done | \
215
249
          $(AWK) '    { files[$$0] = 1; } \
216
250
               END { for (i in files) print i; }'`; \
217
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
218
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
219
 
             $$tags $$unique
220
 
 
 
251
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
252
          test -n "$$unique" || unique=$$empty_fix; \
 
253
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
254
            $$tags $$unique; \
 
255
        fi
221
256
ctags: CTAGS
222
257
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
223
258
                $(TAGS_FILES) $(LISP)
240
275
 
241
276
distclean-tags:
242
277
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
243
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
244
 
 
245
 
top_distdir = ../../..
246
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
247
278
 
248
279
distdir: $(DISTFILES)
249
280
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
257
288
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
258
289
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
259
290
            dir="/$$dir"; \
260
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
291
            $(mkdir_p) "$(distdir)$$dir"; \
261
292
          else \
262
293
            dir=''; \
263
294
          fi; \
275
306
check-am: all-am
276
307
check: check-am
277
308
all-am: Makefile $(HEADERS)
278
 
 
279
309
installdirs:
280
 
        $(mkinstalldirs) $(DESTDIR)$(extdir)
 
310
        for dir in "$(DESTDIR)$(extdir)"; do \
 
311
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
312
        done
281
313
install: install-am
282
314
install-exec: install-exec-am
283
315
install-data: install-data-am
297
329
clean-generic:
298
330
 
299
331
distclean-generic:
300
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
332
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
301
333
 
302
334
maintainer-clean-generic:
303
335
        @echo "This command is intended for maintainers to use"
315
347
 
316
348
dvi-am:
317
349
 
 
350
html: html-am
 
351
 
318
352
info: info-am
319
353
 
320
354
info-am:
349
383
 
350
384
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
351
385
        clean-libtool ctags distclean distclean-generic \
352
 
        distclean-libtool distclean-tags distdir dvi dvi-am info \
353
 
        info-am install install-am install-data install-data-am \
354
 
        install-exec install-exec-am install-extHEADERS install-info \
355
 
        install-info-am install-man install-strip installcheck \
356
 
        installcheck-am installdirs maintainer-clean \
357
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
358
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
359
 
        uninstall-am uninstall-extHEADERS uninstall-info-am
 
386
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
387
        html-am info info-am install install-am install-data \
 
388
        install-data-am install-exec install-exec-am \
 
389
        install-extHEADERS install-info install-info-am install-man \
 
390
        install-strip installcheck installcheck-am installdirs \
 
391
        maintainer-clean maintainer-clean-generic mostlyclean \
 
392
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
393
        tags uninstall uninstall-am uninstall-extHEADERS \
 
394
        uninstall-info-am
360
395
 
361
396
# Tell versions [3.59,3.63) of GNU make to not export all variables.
362
397
# Otherwise a system limit (for SysV at least) may be exceeded.