~ubuntu-branches/ubuntu/jaunty/ffmpeg2theora/jaunty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2009-01-04 01:20:11 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090104012011-zw1fgdu64igeugyn
Tags: 0.23-0ubuntu1
* New upstream release.
* Rebuild for libavcodec51 -> libavcodec52 transition.
* Disable the fix-includes patch.
* Add scons to Build-Depends.

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
 
bin_PROGRAMS = ffmpeg2theora$(EXEEXT)
36
 
subdir = .
37
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
39
 
        ChangeLog INSTALL NEWS TODO compile config.guess config.sub \
40
 
        depcomp install-sh ltmain.sh missing
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
 
        $(ACLOCAL_M4)
45
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46
 
 configure.lineno config.status.lineno
47
 
mkinstalldirs = $(install_sh) -d
48
 
CONFIG_CLEAN_FILES =
49
 
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
50
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
51
 
PROGRAMS = $(bin_PROGRAMS)
52
 
am_ffmpeg2theora_OBJECTS = ffmpeg2theora-ffmpeg2theora.$(OBJEXT) \
53
 
        ffmpeg2theora-theorautils.$(OBJEXT)
54
 
ffmpeg2theora_OBJECTS = $(am_ffmpeg2theora_OBJECTS)
55
 
ffmpeg2theora_LDADD = $(LDADD)
56
 
ffmpeg2theora_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
57
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(ffmpeg2theora_CFLAGS) \
58
 
        $(CFLAGS) $(ffmpeg2theora_LDFLAGS) $(LDFLAGS) -o $@
59
 
DEFAULT_INCLUDES = -I.@am__isrc@
60
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
61
 
am__depfiles_maybe = depfiles
62
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67
 
CCLD = $(CC)
68
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
70
 
        $(LDFLAGS) -o $@
71
 
SOURCES = $(ffmpeg2theora_SOURCES)
72
 
DIST_SOURCES = $(ffmpeg2theora_SOURCES)
73
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74
 
        html-recursive info-recursive install-data-recursive \
75
 
        install-dvi-recursive install-exec-recursive \
76
 
        install-html-recursive install-info-recursive \
77
 
        install-pdf-recursive install-ps-recursive install-recursive \
78
 
        installcheck-recursive installdirs-recursive pdf-recursive \
79
 
        ps-recursive uninstall-recursive
80
 
man1dir = $(mandir)/man1
81
 
NROFF = nroff
82
 
MANS = $(man_MANS)
83
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84
 
  distclean-recursive maintainer-clean-recursive
85
 
ETAGS = etags
86
 
CTAGS = ctags
87
 
DIST_SUBDIRS = $(SUBDIRS)
88
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89
 
distdir = $(PACKAGE)-$(VERSION)
90
 
top_distdir = $(distdir)
91
 
am__remove_distdir = \
92
 
  { test ! -d $(distdir) \
93
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
94
 
         && rm -fr $(distdir); }; }
95
 
GZIP_ENV = --best
96
 
DIST_ARCHIVES = $(distdir).tar.bz2
97
 
distuninstallcheck_listfiles = find . -type f -print
98
 
distcleancheck_listfiles = find . -type f -print
99
 
ACLOCAL = @ACLOCAL@
100
 
AMTAR = @AMTAR@
101
 
AR = @AR@
102
 
AUTOCONF = @AUTOCONF@
103
 
AUTOHEADER = @AUTOHEADER@
104
 
AUTOMAKE = @AUTOMAKE@
105
 
AWK = @AWK@
106
 
CC = @CC@
107
 
CCDEPMODE = @CCDEPMODE@
108
 
CFLAGS = @CFLAGS@
109
 
CPP = @CPP@
110
 
CPPFLAGS = @CPPFLAGS@
111
 
CXX = @CXX@
112
 
CXXCPP = @CXXCPP@
113
 
CXXDEPMODE = @CXXDEPMODE@
114
 
CXXFLAGS = @CXXFLAGS@
115
 
CYGPATH_W = @CYGPATH_W@
116
 
DEFS = @DEFS@
117
 
DEPDIR = @DEPDIR@
118
 
DSYMUTIL = @DSYMUTIL@
119
 
ECHO = @ECHO@
120
 
ECHO_C = @ECHO_C@
121
 
ECHO_N = @ECHO_N@
122
 
ECHO_T = @ECHO_T@
123
 
EGREP = @EGREP@
124
 
EXEEXT = @EXEEXT@
125
 
F77 = @F77@
126
 
FFLAGS = @FFLAGS@
127
 
FFMPEG_CFLAGS = @FFMPEG_CFLAGS@
128
 
FFMPEG_LIBS = @FFMPEG_LIBS@
129
 
GREP = @GREP@
130
 
INSTALL = @INSTALL@
131
 
INSTALL_DATA = @INSTALL_DATA@
132
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
133
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
134
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135
 
KATE_CFLAGS = @KATE_CFLAGS@
136
 
KATE_LIBS = @KATE_LIBS@
137
 
LDFLAGS = @LDFLAGS@
138
 
LIBOBJS = @LIBOBJS@
139
 
LIBS = @LIBS@
140
 
LIBTOOL = @LIBTOOL@
141
 
LN_S = @LN_S@
142
 
LTLIBOBJS = @LTLIBOBJS@
143
 
MAKEINFO = @MAKEINFO@
144
 
MKDIR_P = @MKDIR_P@
145
 
NMEDIT = @NMEDIT@
146
 
OBJEXT = @OBJEXT@
147
 
PACKAGE = @PACKAGE@
148
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149
 
PACKAGE_NAME = @PACKAGE_NAME@
150
 
PACKAGE_STRING = @PACKAGE_STRING@
151
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
152
 
PACKAGE_VERSION = @PACKAGE_VERSION@
153
 
PATH_SEPARATOR = @PATH_SEPARATOR@
154
 
PKG_CONFIG = @PKG_CONFIG@
155
 
RANLIB = @RANLIB@
156
 
SED = @SED@
157
 
SET_MAKE = @SET_MAKE@
158
 
SHELL = @SHELL@
159
 
STRIP = @STRIP@
160
 
VERSION = @VERSION@
161
 
XIPH_CFLAGS = @XIPH_CFLAGS@
162
 
XIPH_LIBS = @XIPH_LIBS@
163
 
abs_builddir = @abs_builddir@
164
 
abs_srcdir = @abs_srcdir@
165
 
abs_top_builddir = @abs_top_builddir@
166
 
abs_top_srcdir = @abs_top_srcdir@
167
 
ac_ct_CC = @ac_ct_CC@
168
 
ac_ct_CXX = @ac_ct_CXX@
169
 
ac_ct_F77 = @ac_ct_F77@
170
 
am__include = @am__include@
171
 
am__leading_dot = @am__leading_dot@
172
 
am__quote = @am__quote@
173
 
am__tar = @am__tar@
174
 
am__untar = @am__untar@
175
 
bindir = @bindir@
176
 
build = @build@
177
 
build_alias = @build_alias@
178
 
build_cpu = @build_cpu@
179
 
build_os = @build_os@
180
 
build_vendor = @build_vendor@
181
 
builddir = @builddir@
182
 
datadir = @datadir@
183
 
datarootdir = @datarootdir@
184
 
docdir = @docdir@
185
 
dvidir = @dvidir@
186
 
exec_prefix = @exec_prefix@
187
 
host = @host@
188
 
host_alias = @host_alias@
189
 
host_cpu = @host_cpu@
190
 
host_os = @host_os@
191
 
host_vendor = @host_vendor@
192
 
htmldir = @htmldir@
193
 
includedir = @includedir@
194
 
infodir = @infodir@
195
 
install_sh = @install_sh@
196
 
libdir = @libdir@
197
 
libexecdir = @libexecdir@
198
 
localedir = @localedir@
199
 
localstatedir = @localstatedir@
200
 
mandir = @mandir@
201
 
mkdir_p = @mkdir_p@
202
 
oldincludedir = @oldincludedir@
203
 
pdfdir = @pdfdir@
204
 
prefix = @prefix@
205
 
program_transform_name = @program_transform_name@
206
 
psdir = @psdir@
207
 
sbindir = @sbindir@
208
 
sharedstatedir = @sharedstatedir@
209
 
srcdir = @srcdir@
210
 
sysconfdir = @sysconfdir@
211
 
target_alias = @target_alias@
212
 
top_builddir = @top_builddir@
213
 
top_srcdir = @top_srcdir@
214
 
AUTOMAKE_OPTIONS = 1.8 dist-bzip2 no-dist-gzip
215
 
SUBDIRS = kino_export
216
 
EXTRA_DIST = Makefile.mingw32 theorautils.h get_ffmpeg_svn.sh ffmpeg2theora.1 \
217
 
             get_libkate.sh subtitles.txt 
218
 
 
219
 
ffmpeg2theora_SOURCES = ffmpeg2theora.c  theorautils.c
220
 
ffmpeg2theora_LDFLAGS = -L$(prefix)/lib @XIPH_LIBS@ @KATE_LIBS@ @FFMPEG_LIBS@
221
 
ffmpeg2theora_CFLAGS = @XIPH_CFLAGS@ @KATE_CFLAGS@ @FFMPEG_CFLAGS@
222
 
man_MANS = ffmpeg2theora.1
223
 
all: all-recursive
224
 
 
225
 
.SUFFIXES:
226
 
.SUFFIXES: .c .lo .o .obj
227
 
am--refresh:
228
 
        @:
229
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
230
 
        @for dep in $?; do \
231
 
          case '$(am__configure_deps)' in \
232
 
            *$$dep*) \
233
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
234
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
235
 
                && exit 0; \
236
 
              exit 1;; \
237
 
          esac; \
238
 
        done; \
239
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
240
 
        cd $(top_srcdir) && \
241
 
          $(AUTOMAKE) --gnu  Makefile
242
 
.PRECIOUS: Makefile
243
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244
 
        @case '$?' in \
245
 
          *config.status*) \
246
 
            echo ' $(SHELL) ./config.status'; \
247
 
            $(SHELL) ./config.status;; \
248
 
          *) \
249
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
250
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
251
 
        esac;
252
 
 
253
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
254
 
        $(SHELL) ./config.status --recheck
255
 
 
256
 
$(top_srcdir)/configure:  $(am__configure_deps)
257
 
        cd $(srcdir) && $(AUTOCONF)
258
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
259
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
260
 
install-binPROGRAMS: $(bin_PROGRAMS)
261
 
        @$(NORMAL_INSTALL)
262
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
263
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
264
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
265
 
          if test -f $$p \
266
 
             || test -f $$p1 \
267
 
          ; then \
268
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
269
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
270
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
271
 
          else :; fi; \
272
 
        done
273
 
 
274
 
uninstall-binPROGRAMS:
275
 
        @$(NORMAL_UNINSTALL)
276
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
277
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
278
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
279
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
280
 
        done
281
 
 
282
 
clean-binPROGRAMS:
283
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
284
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
285
 
          echo " rm -f $$p $$f"; \
286
 
          rm -f $$p $$f ; \
287
 
        done
288
 
ffmpeg2theora$(EXEEXT): $(ffmpeg2theora_OBJECTS) $(ffmpeg2theora_DEPENDENCIES) 
289
 
        @rm -f ffmpeg2theora$(EXEEXT)
290
 
        $(ffmpeg2theora_LINK) $(ffmpeg2theora_OBJECTS) $(ffmpeg2theora_LDADD) $(LIBS)
291
 
 
292
 
mostlyclean-compile:
293
 
        -rm -f *.$(OBJEXT)
294
 
 
295
 
distclean-compile:
296
 
        -rm -f *.tab.c
297
 
 
298
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffmpeg2theora-ffmpeg2theora.Po@am__quote@
299
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffmpeg2theora-theorautils.Po@am__quote@
300
 
 
301
 
.c.o:
302
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
303
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
304
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
305
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
307
 
 
308
 
.c.obj:
309
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
310
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
311
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
312
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
314
 
 
315
 
.c.lo:
316
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
317
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
318
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
319
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
321
 
 
322
 
ffmpeg2theora-ffmpeg2theora.o: ffmpeg2theora.c
323
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffmpeg2theora_CFLAGS) $(CFLAGS) -MT ffmpeg2theora-ffmpeg2theora.o -MD -MP -MF $(DEPDIR)/ffmpeg2theora-ffmpeg2theora.Tpo -c -o ffmpeg2theora-ffmpeg2theora.o `test -f 'ffmpeg2theora.c' || echo '$(srcdir)/'`ffmpeg2theora.c
324
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ffmpeg2theora-ffmpeg2theora.Tpo $(DEPDIR)/ffmpeg2theora-ffmpeg2theora.Po
325
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ffmpeg2theora.c' object='ffmpeg2theora-ffmpeg2theora.o' libtool=no @AMDEPBACKSLASH@
326
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffmpeg2theora_CFLAGS) $(CFLAGS) -c -o ffmpeg2theora-ffmpeg2theora.o `test -f 'ffmpeg2theora.c' || echo '$(srcdir)/'`ffmpeg2theora.c
328
 
 
329
 
ffmpeg2theora-ffmpeg2theora.obj: ffmpeg2theora.c
330
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffmpeg2theora_CFLAGS) $(CFLAGS) -MT ffmpeg2theora-ffmpeg2theora.obj -MD -MP -MF $(DEPDIR)/ffmpeg2theora-ffmpeg2theora.Tpo -c -o ffmpeg2theora-ffmpeg2theora.obj `if test -f 'ffmpeg2theora.c'; then $(CYGPATH_W) 'ffmpeg2theora.c'; else $(CYGPATH_W) '$(srcdir)/ffmpeg2theora.c'; fi`
331
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ffmpeg2theora-ffmpeg2theora.Tpo $(DEPDIR)/ffmpeg2theora-ffmpeg2theora.Po
332
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ffmpeg2theora.c' object='ffmpeg2theora-ffmpeg2theora.obj' libtool=no @AMDEPBACKSLASH@
333
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffmpeg2theora_CFLAGS) $(CFLAGS) -c -o ffmpeg2theora-ffmpeg2theora.obj `if test -f 'ffmpeg2theora.c'; then $(CYGPATH_W) 'ffmpeg2theora.c'; else $(CYGPATH_W) '$(srcdir)/ffmpeg2theora.c'; fi`
335
 
 
336
 
ffmpeg2theora-theorautils.o: theorautils.c
337
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffmpeg2theora_CFLAGS) $(CFLAGS) -MT ffmpeg2theora-theorautils.o -MD -MP -MF $(DEPDIR)/ffmpeg2theora-theorautils.Tpo -c -o ffmpeg2theora-theorautils.o `test -f 'theorautils.c' || echo '$(srcdir)/'`theorautils.c
338
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ffmpeg2theora-theorautils.Tpo $(DEPDIR)/ffmpeg2theora-theorautils.Po
339
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='theorautils.c' object='ffmpeg2theora-theorautils.o' libtool=no @AMDEPBACKSLASH@
340
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffmpeg2theora_CFLAGS) $(CFLAGS) -c -o ffmpeg2theora-theorautils.o `test -f 'theorautils.c' || echo '$(srcdir)/'`theorautils.c
342
 
 
343
 
ffmpeg2theora-theorautils.obj: theorautils.c
344
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffmpeg2theora_CFLAGS) $(CFLAGS) -MT ffmpeg2theora-theorautils.obj -MD -MP -MF $(DEPDIR)/ffmpeg2theora-theorautils.Tpo -c -o ffmpeg2theora-theorautils.obj `if test -f 'theorautils.c'; then $(CYGPATH_W) 'theorautils.c'; else $(CYGPATH_W) '$(srcdir)/theorautils.c'; fi`
345
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ffmpeg2theora-theorautils.Tpo $(DEPDIR)/ffmpeg2theora-theorautils.Po
346
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='theorautils.c' object='ffmpeg2theora-theorautils.obj' libtool=no @AMDEPBACKSLASH@
347
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffmpeg2theora_CFLAGS) $(CFLAGS) -c -o ffmpeg2theora-theorautils.obj `if test -f 'theorautils.c'; then $(CYGPATH_W) 'theorautils.c'; else $(CYGPATH_W) '$(srcdir)/theorautils.c'; fi`
349
 
 
350
 
mostlyclean-libtool:
351
 
        -rm -f *.lo
352
 
 
353
 
clean-libtool:
354
 
        -rm -rf .libs _libs
355
 
 
356
 
distclean-libtool:
357
 
        -rm -f libtool
358
 
install-man1: $(man1_MANS) $(man_MANS)
359
 
        @$(NORMAL_INSTALL)
360
 
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
361
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
362
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
363
 
        for i in $$l2; do \
364
 
          case "$$i" in \
365
 
            *.1*) list="$$list $$i" ;; \
366
 
          esac; \
367
 
        done; \
368
 
        for i in $$list; do \
369
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
370
 
          else file=$$i; fi; \
371
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
372
 
          case "$$ext" in \
373
 
            1*) ;; \
374
 
            *) ext='1' ;; \
375
 
          esac; \
376
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
377
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
378
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
379
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
380
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
381
 
        done
382
 
uninstall-man1:
383
 
        @$(NORMAL_UNINSTALL)
384
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
385
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
386
 
        for i in $$l2; do \
387
 
          case "$$i" in \
388
 
            *.1*) list="$$list $$i" ;; \
389
 
          esac; \
390
 
        done; \
391
 
        for i in $$list; do \
392
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
393
 
          case "$$ext" in \
394
 
            1*) ;; \
395
 
            *) ext='1' ;; \
396
 
          esac; \
397
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
398
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
399
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
400
 
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
401
 
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
402
 
        done
403
 
 
404
 
# This directory's subdirectories are mostly independent; you can cd
405
 
# into them and run `make' without going through this Makefile.
406
 
# To change the values of `make' variables: instead of editing Makefiles,
407
 
# (1) if the variable is set in `config.status', edit `config.status'
408
 
#     (which will cause the Makefiles to be regenerated when you run `make');
409
 
# (2) otherwise, pass the desired values on the `make' command line.
410
 
$(RECURSIVE_TARGETS):
411
 
        @failcom='exit 1'; \
412
 
        for f in x $$MAKEFLAGS; do \
413
 
          case $$f in \
414
 
            *=* | --[!k]*);; \
415
 
            *k*) failcom='fail=yes';; \
416
 
          esac; \
417
 
        done; \
418
 
        dot_seen=no; \
419
 
        target=`echo $@ | sed s/-recursive//`; \
420
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
421
 
          echo "Making $$target in $$subdir"; \
422
 
          if test "$$subdir" = "."; then \
423
 
            dot_seen=yes; \
424
 
            local_target="$$target-am"; \
425
 
          else \
426
 
            local_target="$$target"; \
427
 
          fi; \
428
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
429
 
          || eval $$failcom; \
430
 
        done; \
431
 
        if test "$$dot_seen" = "no"; then \
432
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
433
 
        fi; test -z "$$fail"
434
 
 
435
 
$(RECURSIVE_CLEAN_TARGETS):
436
 
        @failcom='exit 1'; \
437
 
        for f in x $$MAKEFLAGS; do \
438
 
          case $$f in \
439
 
            *=* | --[!k]*);; \
440
 
            *k*) failcom='fail=yes';; \
441
 
          esac; \
442
 
        done; \
443
 
        dot_seen=no; \
444
 
        case "$@" in \
445
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
446
 
          *) list='$(SUBDIRS)' ;; \
447
 
        esac; \
448
 
        rev=''; for subdir in $$list; do \
449
 
          if test "$$subdir" = "."; then :; else \
450
 
            rev="$$subdir $$rev"; \
451
 
          fi; \
452
 
        done; \
453
 
        rev="$$rev ."; \
454
 
        target=`echo $@ | sed s/-recursive//`; \
455
 
        for subdir in $$rev; do \
456
 
          echo "Making $$target in $$subdir"; \
457
 
          if test "$$subdir" = "."; then \
458
 
            local_target="$$target-am"; \
459
 
          else \
460
 
            local_target="$$target"; \
461
 
          fi; \
462
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
463
 
          || eval $$failcom; \
464
 
        done && test -z "$$fail"
465
 
tags-recursive:
466
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
467
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
468
 
        done
469
 
ctags-recursive:
470
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
471
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
472
 
        done
473
 
 
474
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
475
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
476
 
        unique=`for i in $$list; do \
477
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478
 
          done | \
479
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
480
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
481
 
        mkid -fID $$unique
482
 
tags: TAGS
483
 
 
484
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
485
 
                $(TAGS_FILES) $(LISP)
486
 
        tags=; \
487
 
        here=`pwd`; \
488
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
489
 
          include_option=--etags-include; \
490
 
          empty_fix=.; \
491
 
        else \
492
 
          include_option=--include; \
493
 
          empty_fix=; \
494
 
        fi; \
495
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
496
 
          if test "$$subdir" = .; then :; else \
497
 
            test ! -f $$subdir/TAGS || \
498
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
499
 
          fi; \
500
 
        done; \
501
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
502
 
        unique=`for i in $$list; do \
503
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
504
 
          done | \
505
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
506
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
507
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
508
 
          test -n "$$unique" || unique=$$empty_fix; \
509
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
510
 
            $$tags $$unique; \
511
 
        fi
512
 
ctags: CTAGS
513
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
514
 
                $(TAGS_FILES) $(LISP)
515
 
        tags=; \
516
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
517
 
        unique=`for i in $$list; do \
518
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
519
 
          done | \
520
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
521
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
522
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
523
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
524
 
             $$tags $$unique
525
 
 
526
 
GTAGS:
527
 
        here=`$(am__cd) $(top_builddir) && pwd` \
528
 
          && cd $(top_srcdir) \
529
 
          && gtags -i $(GTAGS_ARGS) $$here
530
 
 
531
 
distclean-tags:
532
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
533
 
 
534
 
distdir: $(DISTFILES)
535
 
        $(am__remove_distdir)
536
 
        test -d $(distdir) || mkdir $(distdir)
537
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
538
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
539
 
        list='$(DISTFILES)'; \
540
 
          dist_files=`for file in $$list; do echo $$file; done | \
541
 
          sed -e "s|^$$srcdirstrip/||;t" \
542
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
543
 
        case $$dist_files in \
544
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
545
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
546
 
                           sort -u` ;; \
547
 
        esac; \
548
 
        for file in $$dist_files; do \
549
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
550
 
          if test -d $$d/$$file; then \
551
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
552
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
553
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
554
 
            fi; \
555
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
556
 
          else \
557
 
            test -f $(distdir)/$$file \
558
 
            || cp -p $$d/$$file $(distdir)/$$file \
559
 
            || exit 1; \
560
 
          fi; \
561
 
        done
562
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
563
 
          if test "$$subdir" = .; then :; else \
564
 
            test -d "$(distdir)/$$subdir" \
565
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
566
 
            || exit 1; \
567
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
568
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
569
 
            (cd $$subdir && \
570
 
              $(MAKE) $(AM_MAKEFLAGS) \
571
 
                top_distdir="$$top_distdir" \
572
 
                distdir="$$distdir/$$subdir" \
573
 
                am__remove_distdir=: \
574
 
                am__skip_length_check=: \
575
 
                distdir) \
576
 
              || exit 1; \
577
 
          fi; \
578
 
        done
579
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
580
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
581
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
582
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
583
 
        || chmod -R a+r $(distdir)
584
 
dist-gzip: distdir
585
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
586
 
        $(am__remove_distdir)
587
 
dist-bzip2: distdir
588
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
589
 
        $(am__remove_distdir)
590
 
 
591
 
dist-lzma: distdir
592
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
593
 
        $(am__remove_distdir)
594
 
 
595
 
dist-tarZ: distdir
596
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
597
 
        $(am__remove_distdir)
598
 
 
599
 
dist-shar: distdir
600
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
601
 
        $(am__remove_distdir)
602
 
 
603
 
dist-zip: distdir
604
 
        -rm -f $(distdir).zip
605
 
        zip -rq $(distdir).zip $(distdir)
606
 
        $(am__remove_distdir)
607
 
 
608
 
dist dist-all: distdir
609
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
610
 
        $(am__remove_distdir)
611
 
 
612
 
# This target untars the dist file and tries a VPATH configuration.  Then
613
 
# it guarantees that the distribution is self-contained by making another
614
 
# tarfile.
615
 
distcheck: dist
616
 
        case '$(DIST_ARCHIVES)' in \
617
 
        *.tar.gz*) \
618
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
619
 
        *.tar.bz2*) \
620
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
621
 
        *.tar.lzma*) \
622
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
623
 
        *.tar.Z*) \
624
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
625
 
        *.shar.gz*) \
626
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
627
 
        *.zip*) \
628
 
          unzip $(distdir).zip ;;\
629
 
        esac
630
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
631
 
        mkdir $(distdir)/_build
632
 
        mkdir $(distdir)/_inst
633
 
        chmod a-w $(distdir)
634
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
635
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
636
 
          && cd $(distdir)/_build \
637
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
638
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
639
 
          && $(MAKE) $(AM_MAKEFLAGS) \
640
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
641
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
642
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
643
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
644
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
645
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
646
 
                distuninstallcheck \
647
 
          && chmod -R a-w "$$dc_install_base" \
648
 
          && ({ \
649
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
650
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
651
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
652
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
653
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
654
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
655
 
          && rm -rf "$$dc_destdir" \
656
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
657
 
          && rm -rf $(DIST_ARCHIVES) \
658
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
659
 
        $(am__remove_distdir)
660
 
        @(echo "$(distdir) archives ready for distribution: "; \
661
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
662
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
663
 
distuninstallcheck:
664
 
        @cd $(distuninstallcheck_dir) \
665
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
666
 
           || { echo "ERROR: files left after uninstall:" ; \
667
 
                if test -n "$(DESTDIR)"; then \
668
 
                  echo "  (check DESTDIR support)"; \
669
 
                fi ; \
670
 
                $(distuninstallcheck_listfiles) ; \
671
 
                exit 1; } >&2
672
 
distcleancheck: distclean
673
 
        @if test '$(srcdir)' = . ; then \
674
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
675
 
          exit 1 ; \
676
 
        fi
677
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
678
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
679
 
               $(distcleancheck_listfiles) ; \
680
 
               exit 1; } >&2
681
 
check-am: all-am
682
 
check: check-recursive
683
 
all-am: Makefile $(PROGRAMS) $(MANS)
684
 
installdirs: installdirs-recursive
685
 
installdirs-am:
686
 
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
687
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
688
 
        done
689
 
install: install-recursive
690
 
install-exec: install-exec-recursive
691
 
install-data: install-data-recursive
692
 
uninstall: uninstall-recursive
693
 
 
694
 
install-am: all-am
695
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
696
 
 
697
 
installcheck: installcheck-recursive
698
 
install-strip:
699
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
700
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
701
 
          `test -z '$(STRIP)' || \
702
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
703
 
mostlyclean-generic:
704
 
 
705
 
clean-generic:
706
 
 
707
 
distclean-generic:
708
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
709
 
 
710
 
maintainer-clean-generic:
711
 
        @echo "This command is intended for maintainers to use"
712
 
        @echo "it deletes files that may require special tools to rebuild."
713
 
clean: clean-recursive
714
 
 
715
 
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
716
 
 
717
 
distclean: distclean-recursive
718
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
719
 
        -rm -rf ./$(DEPDIR)
720
 
        -rm -f Makefile
721
 
distclean-am: clean-am distclean-compile distclean-generic \
722
 
        distclean-libtool distclean-tags
723
 
 
724
 
dvi: dvi-recursive
725
 
 
726
 
dvi-am:
727
 
 
728
 
html: html-recursive
729
 
 
730
 
info: info-recursive
731
 
 
732
 
info-am:
733
 
 
734
 
install-data-am: install-man
735
 
 
736
 
install-dvi: install-dvi-recursive
737
 
 
738
 
install-exec-am: install-binPROGRAMS
739
 
 
740
 
install-html: install-html-recursive
741
 
 
742
 
install-info: install-info-recursive
743
 
 
744
 
install-man: install-man1
745
 
 
746
 
install-pdf: install-pdf-recursive
747
 
 
748
 
install-ps: install-ps-recursive
749
 
 
750
 
installcheck-am:
751
 
 
752
 
maintainer-clean: maintainer-clean-recursive
753
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
754
 
        -rm -rf $(top_srcdir)/autom4te.cache
755
 
        -rm -rf ./$(DEPDIR)
756
 
        -rm -f Makefile
757
 
maintainer-clean-am: distclean-am maintainer-clean-generic
758
 
 
759
 
mostlyclean: mostlyclean-recursive
760
 
 
761
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
762
 
        mostlyclean-libtool
763
 
 
764
 
pdf: pdf-recursive
765
 
 
766
 
pdf-am:
767
 
 
768
 
ps: ps-recursive
769
 
 
770
 
ps-am:
771
 
 
772
 
uninstall-am: uninstall-binPROGRAMS uninstall-man
773
 
 
774
 
uninstall-man: uninstall-man1
775
 
 
776
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
777
 
        install-strip
778
 
 
779
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
780
 
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
781
 
        clean-generic clean-libtool ctags ctags-recursive dist \
782
 
        dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
783
 
        dist-zip distcheck distclean distclean-compile \
784
 
        distclean-generic distclean-libtool distclean-tags \
785
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
786
 
        html-am info info-am install install-am install-binPROGRAMS \
787
 
        install-data install-data-am install-dvi install-dvi-am \
788
 
        install-exec install-exec-am install-html install-html-am \
789
 
        install-info install-info-am install-man install-man1 \
790
 
        install-pdf install-pdf-am install-ps install-ps-am \
791
 
        install-strip installcheck installcheck-am installdirs \
792
 
        installdirs-am maintainer-clean maintainer-clean-generic \
793
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
794
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
795
 
        uninstall uninstall-am uninstall-binPROGRAMS uninstall-man \
796
 
        uninstall-man1
797
 
 
798
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
799
 
# Otherwise a system limit (for SysV at least) may be exceeded.
800
 
.NOEXPORT: