~ubuntu-branches/ubuntu/trusty/xvidcap/trusty

« back to all changes in this revision

Viewing changes to .pc/01_configure.diff/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia, Brian Thomason, Alessio Treglia
  • Date: 2010-02-27 11:54:32 UTC
  • Revision ID: james.westby@ubuntu.com-20100227115432-937ezeyo6exkkm38
Tags: 1.1.7-0.2ubuntu8
[ Brian Thomason ]
* Added patch for header file rename in x11proto-xext-dev (LP: #528643)
  + debian/patches/05_shmchange.diff

[ Alessio Treglia ]
* Bump compat file.
* Update debian/copyright.
* Bump Standards.
* Switch to debian 3.0 (quilt) format, remove debian/README.source

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = .
 
36
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
38
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
39
        config.guess config.sub depcomp install-sh missing \
 
40
        mkinstalldirs
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
43
        $(top_srcdir)/configure.in
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
47
 configure.lineno config.status.lineno
 
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
49
CONFIG_HEADER = config.h
 
50
CONFIG_CLEAN_FILES =
 
51
SOURCES =
 
52
DIST_SOURCES =
 
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
54
        html-recursive info-recursive install-data-recursive \
 
55
        install-dvi-recursive install-exec-recursive \
 
56
        install-html-recursive install-info-recursive \
 
57
        install-pdf-recursive install-ps-recursive install-recursive \
 
58
        installcheck-recursive installdirs-recursive pdf-recursive \
 
59
        ps-recursive uninstall-recursive
 
60
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
61
am__vpath_adj = case $$p in \
 
62
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
63
    *) f=$$p;; \
 
64
  esac;
 
65
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
66
am__installdirs = "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(servicedir)" \
 
67
        "$(DESTDIR)$(xvidcapdocdir)"
 
68
pkgdataDATA_INSTALL = $(INSTALL_DATA)
 
69
serviceDATA_INSTALL = $(INSTALL_DATA)
 
70
xvidcapdocDATA_INSTALL = $(INSTALL_DATA)
 
71
DATA = $(pkgdata_DATA) $(service_DATA) $(xvidcapdoc_DATA)
 
72
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
73
  distclean-recursive maintainer-clean-recursive
 
74
ETAGS = etags
 
75
CTAGS = ctags
 
76
DIST_SUBDIRS = $(SUBDIRS)
 
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
78
distdir = $(PACKAGE)-$(VERSION)
 
79
top_distdir = $(distdir)
 
80
am__remove_distdir = \
 
81
  { test ! -d $(distdir) \
 
82
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
83
         && rm -fr $(distdir); }; }
 
84
DIST_ARCHIVES = $(distdir).tar.gz
 
85
GZIP_ENV = --best
 
86
distuninstallcheck_listfiles = find . -type f -print
 
87
distcleancheck_listfiles = find . -type f -print
 
88
ACLOCAL = @ACLOCAL@
 
89
ALL_LINGUAS = @ALL_LINGUAS@
 
90
AMTAR = @AMTAR@
 
91
AUTOCONF = @AUTOCONF@
 
92
AUTOHEADER = @AUTOHEADER@
 
93
AUTOMAKE = @AUTOMAKE@
 
94
AWK = @AWK@
 
95
BC = @BC@
 
96
CATALOGS = @CATALOGS@
 
97
CATOBJEXT = @CATOBJEXT@
 
98
CC = @CC@
 
99
CCDEPMODE = @CCDEPMODE@
 
100
CFLAGS = @CFLAGS@
 
101
CPP = @CPP@
 
102
CPPFLAGS = @CPPFLAGS@
 
103
CYGPATH_W = @CYGPATH_W@
 
104
DATADIRNAME = @DATADIRNAME@
 
105
DEFS = @DEFS@
 
106
DEPDIR = @DEPDIR@
 
107
DOCBOOK2X_MAN = @DOCBOOK2X_MAN@
 
108
ECHO_C = @ECHO_C@
 
109
ECHO_N = @ECHO_N@
 
110
ECHO_T = @ECHO_T@
 
111
EGREP = @EGREP@
 
112
EXEEXT = @EXEEXT@
 
113
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
114
GMOFILES = @GMOFILES@
 
115
GMSGFMT = @GMSGFMT@
 
116
GREP = @GREP@
 
117
INSTALL = @INSTALL@
 
118
INSTALL_DATA = @INSTALL_DATA@
 
119
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
120
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
121
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
122
INSTOBJEXT = @INSTOBJEXT@
 
123
INTLLIBS = @INTLLIBS@
 
124
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
125
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
126
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
127
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
128
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
129
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
130
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
131
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
132
INTLTOOL_PERL = @INTLTOOL_PERL@
 
133
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
134
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
135
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
136
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
137
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
138
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
139
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
140
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
141
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
142
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
143
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
144
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
145
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
146
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
147
LDFLAGS = @LDFLAGS@
 
148
LIBOBJS = @LIBOBJS@
 
149
LIBS = @LIBS@
 
150
LTLIBOBJS = @LTLIBOBJS@
 
151
MAINT = @MAINT@
 
152
MAKEINFO = @MAKEINFO@
 
153
MK = @MK@
 
154
MKDIR_P = @MKDIR_P@
 
155
MKINSTALLDIRS = @MKINSTALLDIRS@
 
156
MSGFMT = @MSGFMT@
 
157
MSGFMT_OPTS = @MSGFMT_OPTS@
 
158
MSGMERGE = @MSGMERGE@
 
159
OBJEXT = @OBJEXT@
 
160
PACKAGE = @PACKAGE@
 
161
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
162
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
 
163
PACKAGE_LIBS = @PACKAGE_LIBS@
 
164
PACKAGE_NAME = @PACKAGE_NAME@
 
165
PACKAGE_STRING = @PACKAGE_STRING@
 
166
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
167
PACKAGE_VERSION = @PACKAGE_VERSION@
 
168
PATH_SEPARATOR = @PATH_SEPARATOR@
 
169
PKG_CONFIG = @PKG_CONFIG@
 
170
POFILES = @POFILES@
 
171
POSUB = @POSUB@
 
172
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
173
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
174
PTHREAD_CC = @PTHREAD_CC@
 
175
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
176
PTHREAD_LIBS = @PTHREAD_LIBS@
 
177
RANLIB = @RANLIB@
 
178
SCROLLKEEPER_BUILD_REQUIRED = @SCROLLKEEPER_BUILD_REQUIRED@
 
179
SED = @SED@
 
180
SET_MAKE = @SET_MAKE@
 
181
SHELL = @SHELL@
 
182
SK_CONFIG = @SK_CONFIG@
 
183
STRIP = @STRIP@
 
184
USE_NLS = @USE_NLS@
 
185
VERSION = @VERSION@
 
186
XGETTEXT = @XGETTEXT@
 
187
XMKMF = @XMKMF@
 
188
XML2PO = @XML2PO@
 
189
X_CFLAGS = @X_CFLAGS@
 
190
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
191
X_LIBS = @X_LIBS@
 
192
X_PRE_LIBS = @X_PRE_LIBS@
 
193
abs_builddir = @abs_builddir@
 
194
abs_srcdir = @abs_srcdir@
 
195
abs_top_builddir = @abs_top_builddir@
 
196
abs_top_srcdir = @abs_top_srcdir@
 
197
ac_ct_CC = @ac_ct_CC@
 
198
acx_pthread_config = @acx_pthread_config@
 
199
am__include = @am__include@
 
200
am__leading_dot = @am__leading_dot@
 
201
am__quote = @am__quote@
 
202
am__tar = @am__tar@
 
203
am__untar = @am__untar@
 
204
bindir = @bindir@
 
205
build = @build@
 
206
build_alias = @build_alias@
 
207
build_cpu = @build_cpu@
 
208
build_os = @build_os@
 
209
build_vendor = @build_vendor@
 
210
builddir = @builddir@
 
211
datadir = @datadir@
 
212
datarootdir = @datarootdir@
 
213
docdir = @docdir@
 
214
dvidir = @dvidir@
 
215
exec_prefix = @exec_prefix@
 
216
host = @host@
 
217
host_alias = @host_alias@
 
218
host_cpu = @host_cpu@
 
219
host_os = @host_os@
 
220
host_vendor = @host_vendor@
 
221
htmldir = @htmldir@
 
222
includedir = @includedir@
 
223
infodir = @infodir@
 
224
install_sh = @install_sh@
 
225
libdir = @libdir@
 
226
libexecdir = @libexecdir@
 
227
localedir = @localedir@
 
228
localstatedir = @localstatedir@
 
229
mandir = @mandir@
 
230
mkdir_p = @mkdir_p@
 
231
oldincludedir = @oldincludedir@
 
232
pdfdir = @pdfdir@
 
233
prefix = @prefix@
 
234
program_transform_name = @program_transform_name@
 
235
psdir = @psdir@
 
236
sbindir = @sbindir@
 
237
sharedstatedir = @sharedstatedir@
 
238
srcdir = @srcdir@
 
239
sysconfdir = @sysconfdir@
 
240
target_alias = @target_alias@
 
241
top_builddir = @top_builddir@
 
242
top_srcdir = @top_srcdir@
 
243
 
 
244
# Dbus service file
 
245
servicedir = ${datadir}/dbus-1/services
 
246
service_in_files = net.jarre_de_the.Xvidcap.service.in
 
247
service_DATA = $(service_in_files:.service.in=.service)
 
248
doc_SUBDIRS = doc
 
249
SUBDIRS = $(doc_SUBDIRS) \
 
250
    src \
 
251
    po \
 
252
    debian
 
253
 
 
254
pkgdata_DATA = xvidcap.desktop \
 
255
        xvidcap.png \
 
256
    ppm2mpeg.sh
 
257
 
 
258
xvidcapdocdir = ${datadir}/doc/xvidcap
 
259
xvidcapdoc_DATA = \
 
260
        README\
 
261
        COPYING\
 
262
        AUTHORS\
 
263
        ChangeLog
 
264
 
 
265
EXTRA_DIST = $(xvidcapdoc_DATA) \
 
266
    autogen.sh \
 
267
    intltool-extract.in \
 
268
    intltool-merge.in \
 
269
    intltool-update.in \
 
270
    xvidcap.png \
 
271
    xvidcap.desktop \
 
272
    ppm2mpeg.sh \
 
273
    TODO.tasks \
 
274
    INSTALL \
 
275
    net.jarre_de_the.Xvidcap.service.in
 
276
 
 
277
all: config.h
 
278
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
279
 
 
280
.SUFFIXES:
 
281
am--refresh:
 
282
        @:
 
283
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
284
        @for dep in $?; do \
 
285
          case '$(am__configure_deps)' in \
 
286
            *$$dep*) \
 
287
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
288
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
289
                && exit 0; \
 
290
              exit 1;; \
 
291
          esac; \
 
292
        done; \
 
293
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
294
        cd $(top_srcdir) && \
 
295
          $(AUTOMAKE) --gnu  Makefile
 
296
.PRECIOUS: Makefile
 
297
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
298
        @case '$?' in \
 
299
          *config.status*) \
 
300
            echo ' $(SHELL) ./config.status'; \
 
301
            $(SHELL) ./config.status;; \
 
302
          *) \
 
303
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
304
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
305
        esac;
 
306
 
 
307
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
308
        $(SHELL) ./config.status --recheck
 
309
 
 
310
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
311
        cd $(srcdir) && $(AUTOCONF)
 
312
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
313
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
314
 
 
315
config.h: stamp-h1
 
316
        @if test ! -f $@; then \
 
317
          rm -f stamp-h1; \
 
318
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
319
        else :; fi
 
320
 
 
321
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
322
        @rm -f stamp-h1
 
323
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
324
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
325
        cd $(top_srcdir) && $(AUTOHEADER)
 
326
        rm -f stamp-h1
 
327
        touch $@
 
328
 
 
329
distclean-hdr:
 
330
        -rm -f config.h stamp-h1
 
331
install-pkgdataDATA: $(pkgdata_DATA)
 
332
        @$(NORMAL_INSTALL)
 
333
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
 
334
        @list='$(pkgdata_DATA)'; for p in $$list; do \
 
335
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
336
          f=$(am__strip_dir) \
 
337
          echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
 
338
          $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
339
        done
 
340
 
 
341
uninstall-pkgdataDATA:
 
342
        @$(NORMAL_UNINSTALL)
 
343
        @list='$(pkgdata_DATA)'; for p in $$list; do \
 
344
          f=$(am__strip_dir) \
 
345
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
 
346
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
347
        done
 
348
install-serviceDATA: $(service_DATA)
 
349
        @$(NORMAL_INSTALL)
 
350
        test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)"
 
351
        @list='$(service_DATA)'; for p in $$list; do \
 
352
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
353
          f=$(am__strip_dir) \
 
354
          echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
 
355
          $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
 
356
        done
 
357
 
 
358
uninstall-serviceDATA:
 
359
        @$(NORMAL_UNINSTALL)
 
360
        @list='$(service_DATA)'; for p in $$list; do \
 
361
          f=$(am__strip_dir) \
 
362
          echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
 
363
          rm -f "$(DESTDIR)$(servicedir)/$$f"; \
 
364
        done
 
365
install-xvidcapdocDATA: $(xvidcapdoc_DATA)
 
366
        @$(NORMAL_INSTALL)
 
367
        test -z "$(xvidcapdocdir)" || $(MKDIR_P) "$(DESTDIR)$(xvidcapdocdir)"
 
368
        @list='$(xvidcapdoc_DATA)'; for p in $$list; do \
 
369
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
370
          f=$(am__strip_dir) \
 
371
          echo " $(xvidcapdocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xvidcapdocdir)/$$f'"; \
 
372
          $(xvidcapdocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xvidcapdocdir)/$$f"; \
 
373
        done
 
374
 
 
375
uninstall-xvidcapdocDATA:
 
376
        @$(NORMAL_UNINSTALL)
 
377
        @list='$(xvidcapdoc_DATA)'; for p in $$list; do \
 
378
          f=$(am__strip_dir) \
 
379
          echo " rm -f '$(DESTDIR)$(xvidcapdocdir)/$$f'"; \
 
380
          rm -f "$(DESTDIR)$(xvidcapdocdir)/$$f"; \
 
381
        done
 
382
 
 
383
# This directory's subdirectories are mostly independent; you can cd
 
384
# into them and run `make' without going through this Makefile.
 
385
# To change the values of `make' variables: instead of editing Makefiles,
 
386
# (1) if the variable is set in `config.status', edit `config.status'
 
387
#     (which will cause the Makefiles to be regenerated when you run `make');
 
388
# (2) otherwise, pass the desired values on the `make' command line.
 
389
$(RECURSIVE_TARGETS):
 
390
        @failcom='exit 1'; \
 
391
        for f in x $$MAKEFLAGS; do \
 
392
          case $$f in \
 
393
            *=* | --[!k]*);; \
 
394
            *k*) failcom='fail=yes';; \
 
395
          esac; \
 
396
        done; \
 
397
        dot_seen=no; \
 
398
        target=`echo $@ | sed s/-recursive//`; \
 
399
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
400
          echo "Making $$target in $$subdir"; \
 
401
          if test "$$subdir" = "."; then \
 
402
            dot_seen=yes; \
 
403
            local_target="$$target-am"; \
 
404
          else \
 
405
            local_target="$$target"; \
 
406
          fi; \
 
407
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
408
          || eval $$failcom; \
 
409
        done; \
 
410
        if test "$$dot_seen" = "no"; then \
 
411
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
412
        fi; test -z "$$fail"
 
413
 
 
414
$(RECURSIVE_CLEAN_TARGETS):
 
415
        @failcom='exit 1'; \
 
416
        for f in x $$MAKEFLAGS; do \
 
417
          case $$f in \
 
418
            *=* | --[!k]*);; \
 
419
            *k*) failcom='fail=yes';; \
 
420
          esac; \
 
421
        done; \
 
422
        dot_seen=no; \
 
423
        case "$@" in \
 
424
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
425
          *) list='$(SUBDIRS)' ;; \
 
426
        esac; \
 
427
        rev=''; for subdir in $$list; do \
 
428
          if test "$$subdir" = "."; then :; else \
 
429
            rev="$$subdir $$rev"; \
 
430
          fi; \
 
431
        done; \
 
432
        rev="$$rev ."; \
 
433
        target=`echo $@ | sed s/-recursive//`; \
 
434
        for subdir in $$rev; do \
 
435
          echo "Making $$target in $$subdir"; \
 
436
          if test "$$subdir" = "."; then \
 
437
            local_target="$$target-am"; \
 
438
          else \
 
439
            local_target="$$target"; \
 
440
          fi; \
 
441
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
442
          || eval $$failcom; \
 
443
        done && test -z "$$fail"
 
444
tags-recursive:
 
445
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
446
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
447
        done
 
448
ctags-recursive:
 
449
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
450
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
451
        done
 
452
 
 
453
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
454
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
455
        unique=`for i in $$list; do \
 
456
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
457
          done | \
 
458
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
459
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
460
        mkid -fID $$unique
 
461
tags: TAGS
 
462
 
 
463
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
464
                $(TAGS_FILES) $(LISP)
 
465
        tags=; \
 
466
        here=`pwd`; \
 
467
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
468
          include_option=--etags-include; \
 
469
          empty_fix=.; \
 
470
        else \
 
471
          include_option=--include; \
 
472
          empty_fix=; \
 
473
        fi; \
 
474
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
475
          if test "$$subdir" = .; then :; else \
 
476
            test ! -f $$subdir/TAGS || \
 
477
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
478
          fi; \
 
479
        done; \
 
480
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
481
        unique=`for i in $$list; do \
 
482
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
483
          done | \
 
484
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
485
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
486
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
487
          test -n "$$unique" || unique=$$empty_fix; \
 
488
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
489
            $$tags $$unique; \
 
490
        fi
 
491
ctags: CTAGS
 
492
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
493
                $(TAGS_FILES) $(LISP)
 
494
        tags=; \
 
495
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
496
        unique=`for i in $$list; do \
 
497
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
498
          done | \
 
499
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
500
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
501
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
502
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
503
             $$tags $$unique
 
504
 
 
505
GTAGS:
 
506
        here=`$(am__cd) $(top_builddir) && pwd` \
 
507
          && cd $(top_srcdir) \
 
508
          && gtags -i $(GTAGS_ARGS) $$here
 
509
 
 
510
distclean-tags:
 
511
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
512
 
 
513
distdir: $(DISTFILES)
 
514
        $(am__remove_distdir)
 
515
        test -d $(distdir) || mkdir $(distdir)
 
516
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
517
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
518
        list='$(DISTFILES)'; \
 
519
          dist_files=`for file in $$list; do echo $$file; done | \
 
520
          sed -e "s|^$$srcdirstrip/||;t" \
 
521
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
522
        case $$dist_files in \
 
523
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
524
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
525
                           sort -u` ;; \
 
526
        esac; \
 
527
        for file in $$dist_files; do \
 
528
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
529
          if test -d $$d/$$file; then \
 
530
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
531
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
532
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
533
            fi; \
 
534
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
535
          else \
 
536
            test -f $(distdir)/$$file \
 
537
            || cp -p $$d/$$file $(distdir)/$$file \
 
538
            || exit 1; \
 
539
          fi; \
 
540
        done
 
541
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
542
          if test "$$subdir" = .; then :; else \
 
543
            test -d "$(distdir)/$$subdir" \
 
544
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
545
            || exit 1; \
 
546
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
547
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
548
            (cd $$subdir && \
 
549
              $(MAKE) $(AM_MAKEFLAGS) \
 
550
                top_distdir="$$top_distdir" \
 
551
                distdir="$$distdir/$$subdir" \
 
552
                am__remove_distdir=: \
 
553
                am__skip_length_check=: \
 
554
                distdir) \
 
555
              || exit 1; \
 
556
          fi; \
 
557
        done
 
558
        $(MAKE) $(AM_MAKEFLAGS) \
 
559
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
560
          dist-hook
 
561
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
562
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
563
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
564
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
565
        || chmod -R a+r $(distdir)
 
566
dist-gzip: distdir
 
567
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
568
        $(am__remove_distdir)
 
569
 
 
570
dist-bzip2: distdir
 
571
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
572
        $(am__remove_distdir)
 
573
 
 
574
dist-lzma: distdir
 
575
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
576
        $(am__remove_distdir)
 
577
 
 
578
dist-tarZ: distdir
 
579
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
580
        $(am__remove_distdir)
 
581
 
 
582
dist-shar: distdir
 
583
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
584
        $(am__remove_distdir)
 
585
 
 
586
dist-zip: distdir
 
587
        -rm -f $(distdir).zip
 
588
        zip -rq $(distdir).zip $(distdir)
 
589
        $(am__remove_distdir)
 
590
 
 
591
dist dist-all: distdir
 
592
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
593
        $(am__remove_distdir)
 
594
 
 
595
# This target untars the dist file and tries a VPATH configuration.  Then
 
596
# it guarantees that the distribution is self-contained by making another
 
597
# tarfile.
 
598
distcheck: dist
 
599
        case '$(DIST_ARCHIVES)' in \
 
600
        *.tar.gz*) \
 
601
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
602
        *.tar.bz2*) \
 
603
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
604
        *.tar.lzma*) \
 
605
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
606
        *.tar.Z*) \
 
607
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
608
        *.shar.gz*) \
 
609
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
610
        *.zip*) \
 
611
          unzip $(distdir).zip ;;\
 
612
        esac
 
613
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
614
        mkdir $(distdir)/_build
 
615
        mkdir $(distdir)/_inst
 
616
        chmod a-w $(distdir)
 
617
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
618
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
619
          && cd $(distdir)/_build \
 
620
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
621
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
622
          && $(MAKE) $(AM_MAKEFLAGS) \
 
623
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
624
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
625
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
626
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
627
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
628
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
629
                distuninstallcheck \
 
630
          && chmod -R a-w "$$dc_install_base" \
 
631
          && ({ \
 
632
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
633
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
634
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
635
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
636
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
637
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
638
          && rm -rf "$$dc_destdir" \
 
639
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
640
          && rm -rf $(DIST_ARCHIVES) \
 
641
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
642
        $(am__remove_distdir)
 
643
        @(echo "$(distdir) archives ready for distribution: "; \
 
644
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
645
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
646
distuninstallcheck:
 
647
        @cd $(distuninstallcheck_dir) \
 
648
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
649
           || { echo "ERROR: files left after uninstall:" ; \
 
650
                if test -n "$(DESTDIR)"; then \
 
651
                  echo "  (check DESTDIR support)"; \
 
652
                fi ; \
 
653
                $(distuninstallcheck_listfiles) ; \
 
654
                exit 1; } >&2
 
655
distcleancheck: distclean
 
656
        @if test '$(srcdir)' = . ; then \
 
657
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
658
          exit 1 ; \
 
659
        fi
 
660
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
661
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
662
               $(distcleancheck_listfiles) ; \
 
663
               exit 1; } >&2
 
664
check-am: all-am
 
665
check: check-recursive
 
666
all-am: Makefile $(DATA) config.h
 
667
installdirs: installdirs-recursive
 
668
installdirs-am:
 
669
        for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(xvidcapdocdir)"; do \
 
670
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
671
        done
 
672
install: install-recursive
 
673
install-exec: install-exec-recursive
 
674
install-data: install-data-recursive
 
675
uninstall: uninstall-recursive
 
676
 
 
677
install-am: all-am
 
678
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
679
 
 
680
installcheck: installcheck-recursive
 
681
install-strip:
 
682
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
683
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
684
          `test -z '$(STRIP)' || \
 
685
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
686
mostlyclean-generic:
 
687
 
 
688
clean-generic:
 
689
 
 
690
distclean-generic:
 
691
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
692
 
 
693
maintainer-clean-generic:
 
694
        @echo "This command is intended for maintainers to use"
 
695
        @echo "it deletes files that may require special tools to rebuild."
 
696
clean: clean-recursive
 
697
 
 
698
clean-am: clean-generic mostlyclean-am
 
699
 
 
700
distclean: distclean-recursive
 
701
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
702
        -rm -f Makefile
 
703
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
704
 
 
705
dvi: dvi-recursive
 
706
 
 
707
dvi-am:
 
708
 
 
709
html: html-recursive
 
710
 
 
711
info: info-recursive
 
712
 
 
713
info-am:
 
714
 
 
715
install-data-am: install-pkgdataDATA install-serviceDATA \
 
716
        install-xvidcapdocDATA
 
717
        @$(NORMAL_INSTALL)
 
718
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
719
 
 
720
install-dvi: install-dvi-recursive
 
721
 
 
722
install-exec-am:
 
723
        @$(NORMAL_INSTALL)
 
724
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
725
 
 
726
install-html: install-html-recursive
 
727
 
 
728
install-info: install-info-recursive
 
729
 
 
730
install-man:
 
731
 
 
732
install-pdf: install-pdf-recursive
 
733
 
 
734
install-ps: install-ps-recursive
 
735
 
 
736
installcheck-am:
 
737
 
 
738
maintainer-clean: maintainer-clean-recursive
 
739
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
740
        -rm -rf $(top_srcdir)/autom4te.cache
 
741
        -rm -f Makefile
 
742
maintainer-clean-am: distclean-am maintainer-clean-generic
 
743
 
 
744
mostlyclean: mostlyclean-recursive
 
745
 
 
746
mostlyclean-am: mostlyclean-generic
 
747
 
 
748
pdf: pdf-recursive
 
749
 
 
750
pdf-am:
 
751
 
 
752
ps: ps-recursive
 
753
 
 
754
ps-am:
 
755
 
 
756
uninstall-am: uninstall-pkgdataDATA uninstall-serviceDATA \
 
757
        uninstall-xvidcapdocDATA
 
758
        @$(NORMAL_INSTALL)
 
759
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
 
760
 
 
761
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
762
        install-data-am install-exec-am install-strip uninstall-am
 
763
 
 
764
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
765
        all all-am am--refresh check check-am clean clean-generic \
 
766
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
767
        dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
768
        distclean distclean-generic distclean-hdr distclean-tags \
 
769
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
770
        html-am info info-am install install-am install-data \
 
771
        install-data-am install-data-hook install-dvi install-dvi-am \
 
772
        install-exec install-exec-am install-exec-hook install-html \
 
773
        install-html-am install-info install-info-am install-man \
 
774
        install-pdf install-pdf-am install-pkgdataDATA install-ps \
 
775
        install-ps-am install-serviceDATA install-strip \
 
776
        install-xvidcapdocDATA installcheck installcheck-am \
 
777
        installdirs installdirs-am maintainer-clean \
 
778
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
779
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
780
        uninstall-hook uninstall-pkgdataDATA uninstall-serviceDATA \
 
781
        uninstall-xvidcapdocDATA
 
782
 
 
783
 
 
784
# Rule to make the service file with bindir expanded
 
785
$(service_DATA): $(service_in_files) Makefile
 
786
        @SED@ -e "s|\@bindir\@|$(bindir)|" $<> $@
 
787
 
 
788
# Copy all the spec files. Of cource, only one is actually used.
 
789
dist-hook:
 
790
        for specfile in *.spec; do \
 
791
                if test -f $$specfile; then \
 
792
                        cp -p $$specfile $(distdir); \
 
793
                fi \
 
794
        done; \
 
795
    mkdir $(distdir)/ffmpeg ; \
 
796
    ( cd $(top_srcdir)/ffmpeg/ && tar cf - . | ( cd ../$(distdir)/ffmpeg && tar xf - ) ) ; \
 
797
    rm -rf `find $(distdir) -name CVS` ; \
 
798
    rm -rf `find $(distdir) -name .svn` ; \
 
799
    ( cd $(distdir)/ffmpeg/ && $(MAKE) distclean ) || ( echo "FAILED TO DISTCLEAN FFMPEG" && exit ) ; \
 
800
    ( test -f $(distdir)/ffmpeg/config.log && rm $(distdir)/ffmpeg/config.log ) || echo "no ffmpeg config.log"
 
801
 
 
802
install-exec-hook:
 
803
        mkdir $(DESTDIR)$(datadir)/pixmaps ; \
 
804
        cp $(top_srcdir)/xvidcap.png $(DESTDIR)$(datadir)/pixmaps/ ; \
 
805
        mkdir $(DESTDIR)$(datadir)/applications ; \
 
806
        cp $(top_srcdir)/xvidcap.desktop $(DESTDIR)$(datadir)/applications/
 
807
 
 
808
install-data-hook:
 
809
        chmod 755 $(DESTDIR)$(datadir)/xvidcap/ppm2mpeg.sh
 
810
 
 
811
uninstall-hook:
 
812
        rm $(DESTDIR)$(datadir)/pixmaps/xvidcap.png ; \
 
813
        rm $(DESTDIR)$(datadir)/applications/xvidcap.desktop ; \
 
814
        rm -r $(DESTDIR)$(datadir)/doc/xvidcap ; \
 
815
        rm -r $(DESTDIR)$(datadir)/xvidcap
 
816
 
 
817
install-doc: 
 
818
        cd doc && $(MAKE) $(AM_MAKEFLAGS) install-doc
 
819
 
 
820
uninstall-doc: 
 
821
        cd doc && $(MAKE) $(AM_MAKEFLAGS) uninstall-doc
 
822
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
823
# Otherwise a system limit (for SysV at least) may be exceeded.
 
824
.NOEXPORT: