~ubuntu-branches/ubuntu/vivid/transcode/vivid

« back to all changes in this revision

Viewing changes to libioaux/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-01-08 22:33:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090108223352-xzwpx7r22tzm7grp
Tags: 2:1.0.7-0ubuntu1
* New upstream release. (LP: #311202)
* debian/watch: Update 
* debian/patches/01_configure.dpatch, 03_imagemagick.dpatch,
  05_filter.c.dpatch, 06_libavcodec.dpatch: Dropped, applied upstream 
* debian/control: libmagickwand-dev, build-depend on new Imagemagick dev
  package.
* debian/patches/01_configure_magickcore.dpatch, 98_autoreconf.dpatch:
  Link against -lMagickCore instead of -lMagick, upstream changed name.
* debian/control: Bump s-v to 3.8.0, add homepage field 
* debian/control: Recommend mawk to run provided scripts 
* debian/control: linux -> Linux spelling fix (Lintian) 
* debian/control, debian/rules: Strip rpath from
  /usr/lib/transcode/export_fame.so 
* debian/transcode-doc.doc-base, debian/copyright, debian/changelog: Fix
  encoding.
* debian/transcode-doc.doc-base: Use valid section.

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.1 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, 2007, 2008  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.
16
16
 
17
17
# # Process this file with automake to produce Makefile.in.
18
18
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
22
20
pkgdatadir = $(datadir)/@PACKAGE@
23
21
pkglibdir = $(libdir)/@PACKAGE@
24
22
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ..
26
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
24
install_sh_DATA = $(install_sh) -c -m 644
29
25
install_sh_PROGRAM = $(install_sh) -c
30
26
install_sh_SCRIPT = $(install_sh) -c
53
49
libtcioaux_la_LIBADD =
54
50
am_libtcioaux_la_OBJECTS = configs.lo framecode.lo
55
51
libtcioaux_la_OBJECTS = $(am_libtcioaux_la_OBJECTS)
56
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
52
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
57
53
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
58
54
am__depfiles_maybe = depfiles
59
55
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
60
56
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
62
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
63
 
        $(AM_CFLAGS) $(CFLAGS)
 
57
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
58
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
59
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64
60
CCLD = $(CC)
65
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
66
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
61
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
62
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
63
        $(LDFLAGS) -o $@
67
64
SOURCES = $(libtcioaux_la_SOURCES)
68
65
DIST_SOURCES = $(libtcioaux_la_SOURCES)
69
66
ETAGS = etags
78
75
ACLOCAL = @ACLOCAL@
79
76
ALLOCA = @ALLOCA@
80
77
ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
81
 
AMDEP_FALSE = @AMDEP_FALSE@
82
 
AMDEP_TRUE = @AMDEP_TRUE@
83
78
AMTAR = @AMTAR@
84
79
AR = @AR@
85
 
ARCH_PPC_FALSE = @ARCH_PPC_FALSE@
86
 
ARCH_PPC_TRUE = @ARCH_PPC_TRUE@
87
 
ARCH_X86_64_FALSE = @ARCH_X86_64_FALSE@
88
 
ARCH_X86_64_TRUE = @ARCH_X86_64_TRUE@
89
 
ARCH_X86_FALSE = @ARCH_X86_FALSE@
90
 
ARCH_X86_TRUE = @ARCH_X86_TRUE@
91
80
ASFLAGS = @ASFLAGS@
92
81
AUTOCONF = @AUTOCONF@
93
82
AUTOHEADER = @AUTOHEADER@
99
88
AWK = @AWK@
100
89
BSDAV_CFLAGS = @BSDAV_CFLAGS@
101
90
BSDAV_LIBS = @BSDAV_LIBS@
102
 
CAN_COMPILE_C_ALTIVEC_FALSE = @CAN_COMPILE_C_ALTIVEC_FALSE@
103
 
CAN_COMPILE_C_ALTIVEC_TRUE = @CAN_COMPILE_C_ALTIVEC_TRUE@
104
91
CC = @CC@
105
92
CCAS = @CCAS@
 
93
CCASDEPMODE = @CCASDEPMODE@
106
94
CCASFLAGS = @CCASFLAGS@
107
95
CCDEPMODE = @CCDEPMODE@
108
96
CFLAGS = @CFLAGS@
118
106
DLDARWININCL = @DLDARWININCL@
119
107
DLDARWINLIB = @DLDARWINLIB@
120
108
DLDARWINOBJECTS = @DLDARWINOBJECTS@
 
109
DSYMUTIL = @DSYMUTIL@
121
110
ECHO = @ECHO@
122
111
ECHO_C = @ECHO_C@
123
112
ECHO_N = @ECHO_N@
129
118
FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
130
119
FREETYPE2_LIBS = @FREETYPE2_LIBS@
131
120
GREP = @GREP@
132
 
GTK_CFLAGS = @GTK_CFLAGS@
133
 
GTK_LIBS = @GTK_LIBS@
134
 
HAVE_3DNOW_FALSE = @HAVE_3DNOW_FALSE@
135
 
HAVE_3DNOW_TRUE = @HAVE_3DNOW_TRUE@
136
 
HAVE_A52_FALSE = @HAVE_A52_FALSE@
137
 
HAVE_A52_TRUE = @HAVE_A52_TRUE@
138
 
HAVE_AVIFILE_FALSE = @HAVE_AVIFILE_FALSE@
139
 
HAVE_AVIFILE_TRUE = @HAVE_AVIFILE_TRUE@
140
 
HAVE_BKTR_FALSE = @HAVE_BKTR_FALSE@
141
 
HAVE_BKTR_TRUE = @HAVE_BKTR_TRUE@
142
 
HAVE_BSDAV_FALSE = @HAVE_BSDAV_FALSE@
143
 
HAVE_BSDAV_TRUE = @HAVE_BSDAV_TRUE@
144
 
HAVE_DIVX_DECORE_FALSE = @HAVE_DIVX_DECORE_FALSE@
145
 
HAVE_DIVX_DECORE_TRUE = @HAVE_DIVX_DECORE_TRUE@
146
 
HAVE_DIVX_ENCORE2_FALSE = @HAVE_DIVX_ENCORE2_FALSE@
147
 
HAVE_DIVX_ENCORE2_TRUE = @HAVE_DIVX_ENCORE2_TRUE@
148
 
HAVE_FOMIT_FP_FALSE = @HAVE_FOMIT_FP_FALSE@
149
 
HAVE_FOMIT_FP_TRUE = @HAVE_FOMIT_FP_TRUE@
150
 
HAVE_FREETYPE2_FALSE = @HAVE_FREETYPE2_FALSE@
151
 
HAVE_FREETYPE2_TRUE = @HAVE_FREETYPE2_TRUE@
152
 
HAVE_GCC2_FALSE = @HAVE_GCC2_FALSE@
153
 
HAVE_GCC2_TRUE = @HAVE_GCC2_TRUE@
154
 
HAVE_GCC4_FALSE = @HAVE_GCC4_FALSE@
155
 
HAVE_GCC4_TRUE = @HAVE_GCC4_TRUE@
156
 
HAVE_GCC_FALSE = @HAVE_GCC_FALSE@
157
 
HAVE_GCC_TRUE = @HAVE_GCC_TRUE@
158
 
HAVE_GTK_FALSE = @HAVE_GTK_FALSE@
159
 
HAVE_GTK_TRUE = @HAVE_GTK_TRUE@
160
 
HAVE_IBP_FALSE = @HAVE_IBP_FALSE@
161
 
HAVE_IBP_TRUE = @HAVE_IBP_TRUE@
162
 
HAVE_ICONV_FALSE = @HAVE_ICONV_FALSE@
163
 
HAVE_ICONV_TRUE = @HAVE_ICONV_TRUE@
164
 
HAVE_IMAGEMAGICK_FALSE = @HAVE_IMAGEMAGICK_FALSE@
165
 
HAVE_IMAGEMAGICK_TRUE = @HAVE_IMAGEMAGICK_TRUE@
166
 
HAVE_LAME_FALSE = @HAVE_LAME_FALSE@
167
 
HAVE_LAME_TRUE = @HAVE_LAME_TRUE@
168
 
HAVE_LIBDVDREAD_FALSE = @HAVE_LIBDVDREAD_FALSE@
169
 
HAVE_LIBDVDREAD_TRUE = @HAVE_LIBDVDREAD_TRUE@
170
 
HAVE_LIBDV_FALSE = @HAVE_LIBDV_FALSE@
171
 
HAVE_LIBDV_TRUE = @HAVE_LIBDV_TRUE@
172
 
HAVE_LIBFAME_FALSE = @HAVE_LIBFAME_FALSE@
173
 
HAVE_LIBFAME_TRUE = @HAVE_LIBFAME_TRUE@
174
 
HAVE_LIBJPEG_FALSE = @HAVE_LIBJPEG_FALSE@
175
 
HAVE_LIBJPEG_TRUE = @HAVE_LIBJPEG_TRUE@
176
 
HAVE_LIBMPEG2_FALSE = @HAVE_LIBMPEG2_FALSE@
177
 
HAVE_LIBMPEG2_TRUE = @HAVE_LIBMPEG2_TRUE@
178
 
HAVE_LIBMPEG3_FALSE = @HAVE_LIBMPEG3_FALSE@
179
 
HAVE_LIBMPEG3_TRUE = @HAVE_LIBMPEG3_TRUE@
180
 
HAVE_LIBPOSTPROC_FALSE = @HAVE_LIBPOSTPROC_FALSE@
181
 
HAVE_LIBPOSTPROC_TRUE = @HAVE_LIBPOSTPROC_TRUE@
182
 
HAVE_LIBQUICKTIME_FALSE = @HAVE_LIBQUICKTIME_FALSE@
183
 
HAVE_LIBQUICKTIME_TRUE = @HAVE_LIBQUICKTIME_TRUE@
184
 
HAVE_LIBXML2_FALSE = @HAVE_LIBXML2_FALSE@
185
 
HAVE_LIBXML2_TRUE = @HAVE_LIBXML2_TRUE@
186
 
HAVE_LIBXPM_FALSE = @HAVE_LIBXPM_FALSE@
187
 
HAVE_LIBXPM_TRUE = @HAVE_LIBXPM_TRUE@
188
 
HAVE_LIBXV_FALSE = @HAVE_LIBXV_FALSE@
189
 
HAVE_LIBXV_TRUE = @HAVE_LIBXV_TRUE@
190
 
HAVE_LZO_FALSE = @HAVE_LZO_FALSE@
191
 
HAVE_LZO_TRUE = @HAVE_LZO_TRUE@
192
 
HAVE_MJPEGTOOLS_FALSE = @HAVE_MJPEGTOOLS_FALSE@
193
 
HAVE_MJPEGTOOLS_TRUE = @HAVE_MJPEGTOOLS_TRUE@
194
 
HAVE_MMX_FALSE = @HAVE_MMX_FALSE@
195
 
HAVE_MMX_TRUE = @HAVE_MMX_TRUE@
196
 
HAVE_OGG_FALSE = @HAVE_OGG_FALSE@
197
 
HAVE_OGG_TRUE = @HAVE_OGG_TRUE@
198
 
HAVE_OSS_FALSE = @HAVE_OSS_FALSE@
199
 
HAVE_OSS_TRUE = @HAVE_OSS_TRUE@
200
 
HAVE_PVM3_FALSE = @HAVE_PVM3_FALSE@
201
 
HAVE_PVM3_TRUE = @HAVE_PVM3_TRUE@
202
 
HAVE_SDL_FALSE = @HAVE_SDL_FALSE@
203
 
HAVE_SDL_TRUE = @HAVE_SDL_TRUE@
204
 
HAVE_SSE2_FALSE = @HAVE_SSE2_FALSE@
205
 
HAVE_SSE2_TRUE = @HAVE_SSE2_TRUE@
206
 
HAVE_SSE_FALSE = @HAVE_SSE_FALSE@
207
 
HAVE_SSE_TRUE = @HAVE_SSE_TRUE@
208
 
HAVE_SUNAU_FALSE = @HAVE_SUNAU_FALSE@
209
 
HAVE_SUNAU_TRUE = @HAVE_SUNAU_TRUE@
210
 
HAVE_THEORA_FALSE = @HAVE_THEORA_FALSE@
211
 
HAVE_THEORA_TRUE = @HAVE_THEORA_TRUE@
212
 
HAVE_V4L_FALSE = @HAVE_V4L_FALSE@
213
 
HAVE_V4L_TRUE = @HAVE_V4L_TRUE@
214
 
HAVE_VORBIS_FALSE = @HAVE_VORBIS_FALSE@
215
 
HAVE_VORBIS_TRUE = @HAVE_VORBIS_TRUE@
216
 
HAVE_X11_FALSE = @HAVE_X11_FALSE@
217
 
HAVE_X11_TRUE = @HAVE_X11_TRUE@
218
 
HAVE_XAW_SIMPLE_FALSE = @HAVE_XAW_SIMPLE_FALSE@
219
 
HAVE_XAW_SIMPLE_TRUE = @HAVE_XAW_SIMPLE_TRUE@
220
121
IBP_LIBS = @IBP_LIBS@
221
122
ICONV_CFLAGS = @ICONV_CFLAGS@
222
123
ICONV_LIBS = @ICONV_LIBS@
223
124
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
224
125
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
 
126
INSTALL = @INSTALL@
225
127
INSTALL_DATA = @INSTALL_DATA@
226
128
INSTALL_PROGRAM = @INSTALL_PROGRAM@
227
129
INSTALL_SCRIPT = @INSTALL_SCRIPT@
263
165
LZO_CFLAGS = @LZO_CFLAGS@
264
166
LZO_LIBS = @LZO_LIBS@
265
167
MAINT = @MAINT@
266
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
267
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
268
168
MAKEINFO = @MAKEINFO@
269
169
MJPEGTOOLS_CFLAGS = @MJPEGTOOLS_CFLAGS@
270
170
MJPEGTOOLS_LIBS = @MJPEGTOOLS_LIBS@
 
171
MKDIR_P = @MKDIR_P@
271
172
MOD_PATH = @MOD_PATH@
272
 
NET_STREAM_FALSE = @NET_STREAM_FALSE@
273
 
NET_STREAM_TRUE = @NET_STREAM_TRUE@
 
173
NMEDIT = @NMEDIT@
274
174
OBJEXT = @OBJEXT@
275
175
OGG_CFLAGS = @OGG_CFLAGS@
276
176
OGG_LIBS = @OGG_LIBS@
291
191
RANLIB = @RANLIB@
292
192
SDL_CFLAGS = @SDL_CFLAGS@
293
193
SDL_LIBS = @SDL_LIBS@
 
194
SED = @SED@
294
195
SET_MAKE = @SET_MAKE@
295
196
SHELL = @SHELL@
296
197
STRIP = @STRIP@
297
198
SUPPORT_INCLUDES = @SUPPORT_INCLUDES@
298
199
SUPPORT_LIBS = @SUPPORT_LIBS@
299
200
SUPPORT_OBJECTS = @SUPPORT_OBJECTS@
300
 
SYSTEM_DARWIN_FALSE = @SYSTEM_DARWIN_FALSE@
301
 
SYSTEM_DARWIN_TRUE = @SYSTEM_DARWIN_TRUE@
302
201
TCIOAUX_CFLAGS = @TCIOAUX_CFLAGS@
303
202
TCIOAUX_LIBS = @TCIOAUX_LIBS@
304
203
THEORA_CFLAGS = @THEORA_CFLAGS@
306
205
VERSION = @VERSION@
307
206
VORBIS_CFLAGS = @VORBIS_CFLAGS@
308
207
VORBIS_LIBS = @VORBIS_LIBS@
309
 
WORDS_BIGENDIAN_FALSE = @WORDS_BIGENDIAN_FALSE@
310
 
WORDS_BIGENDIAN_TRUE = @WORDS_BIGENDIAN_TRUE@
311
208
XIO_CFLAGS = @XIO_CFLAGS@
312
209
XIO_LIBS = @XIO_LIBS@
313
210
XMKMF = @XMKMF@
317
214
X_LIBS = @X_LIBS@
318
215
X_PRE_LIBS = @X_PRE_LIBS@
319
216
a52_config = @a52_config@
 
217
abs_builddir = @abs_builddir@
 
218
abs_srcdir = @abs_srcdir@
 
219
abs_top_builddir = @abs_top_builddir@
 
220
abs_top_srcdir = @abs_top_srcdir@
320
221
ac_ct_CC = @ac_ct_CC@
321
222
ac_ct_CXX = @ac_ct_CXX@
322
223
ac_ct_F77 = @ac_ct_F77@
323
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
324
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
325
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
326
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
327
224
am__include = @am__include@
328
225
am__leading_dot = @am__leading_dot@
329
226
am__quote = @am__quote@
337
234
build_cpu = @build_cpu@
338
235
build_os = @build_os@
339
236
build_vendor = @build_vendor@
 
237
builddir = @builddir@
340
238
datadir = @datadir@
341
239
datarootdir = @datarootdir@
342
240
docdir = @docdir@
343
241
dvidir = @dvidir@
344
242
exec_prefix = @exec_prefix@
345
243
freetype2_config = @freetype2_config@
346
 
gtk_config = @gtk_config@
347
244
host = @host@
348
245
host_alias = @host_alias@
349
246
host_cpu = @host_cpu@
385
282
sbindir = @sbindir@
386
283
sdl_config = @sdl_config@
387
284
sharedstatedir = @sharedstatedir@
 
285
srcdir = @srcdir@
388
286
sysconfdir = @sysconfdir@
389
287
target = @target@
390
288
target_alias = @target_alias@
392
290
target_os = @target_os@
393
291
target_vendor = @target_vendor@
394
292
theora_config = @theora_config@
 
293
top_builddir = @top_builddir@
 
294
top_srcdir = @top_srcdir@
395
295
vorbis_config = @vorbis_config@
396
296
x_includes = @x_includes@
397
297
x_libraries = @x_libraries@
450
350
          rm -f "$${dir}/so_locations"; \
451
351
        done
452
352
libtcioaux.la: $(libtcioaux_la_OBJECTS) $(libtcioaux_la_DEPENDENCIES) 
453
 
        $(LINK)  $(libtcioaux_la_LDFLAGS) $(libtcioaux_la_OBJECTS) $(libtcioaux_la_LIBADD) $(LIBS)
 
353
        $(LINK)  $(libtcioaux_la_OBJECTS) $(libtcioaux_la_LIBADD) $(LIBS)
454
354
 
455
355
mostlyclean-compile:
456
356
        -rm -f *.$(OBJEXT)
462
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/framecode.Plo@am__quote@
463
363
 
464
364
.c.o:
465
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
466
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
365
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
366
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
467
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
468
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469
369
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
470
370
 
471
371
.c.obj:
472
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
473
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
372
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
373
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
474
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
475
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476
376
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
477
377
 
478
378
.c.lo:
479
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
480
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
379
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
380
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
481
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
482
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483
383
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
488
388
clean-libtool:
489
389
        -rm -rf .libs _libs
490
390
 
491
 
distclean-libtool:
492
 
        -rm -f libtool
493
 
uninstall-info-am:
494
 
 
495
391
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
496
392
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
497
393
        unique=`for i in $$list; do \
498
394
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499
395
          done | \
500
 
          $(AWK) '    { files[$$0] = 1; } \
501
 
               END { for (i in files) print i; }'`; \
 
396
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
397
              END { if (nonempty) { for (i in files) print i; }; }'`; \
502
398
        mkid -fID $$unique
503
399
tags: TAGS
504
400
 
510
406
        unique=`for i in $$list; do \
511
407
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
512
408
          done | \
513
 
          $(AWK) '    { files[$$0] = 1; } \
514
 
               END { for (i in files) print i; }'`; \
 
409
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
410
              END { if (nonempty) { for (i in files) print i; }; }'`; \
515
411
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
516
412
          test -n "$$unique" || unique=$$empty_fix; \
517
413
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521
417
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
522
418
                $(TAGS_FILES) $(LISP)
523
419
        tags=; \
524
 
        here=`pwd`; \
525
420
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
526
421
        unique=`for i in $$list; do \
527
422
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
528
423
          done | \
529
 
          $(AWK) '    { files[$$0] = 1; } \
530
 
               END { for (i in files) print i; }'`; \
 
424
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
425
              END { if (nonempty) { for (i in files) print i; }; }'`; \
531
426
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
532
427
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
533
428
             $$tags $$unique
541
436
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
542
437
 
543
438
distdir: $(DISTFILES)
544
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
545
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
546
 
        list='$(DISTFILES)'; for file in $$list; do \
547
 
          case $$file in \
548
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
549
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
550
 
          esac; \
 
439
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
440
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
441
        list='$(DISTFILES)'; \
 
442
          dist_files=`for file in $$list; do echo $$file; done | \
 
443
          sed -e "s|^$$srcdirstrip/||;t" \
 
444
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
445
        case $$dist_files in \
 
446
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
447
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
448
                           sort -u` ;; \
 
449
        esac; \
 
450
        for file in $$dist_files; do \
551
451
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
552
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
553
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
554
 
            dir="/$$dir"; \
555
 
            $(mkdir_p) "$(distdir)$$dir"; \
556
 
          else \
557
 
            dir=''; \
558
 
          fi; \
559
452
          if test -d $$d/$$file; then \
 
453
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
560
454
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
561
455
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
562
456
            fi; \
604
498
        -rm -rf ./$(DEPDIR)
605
499
        -rm -f Makefile
606
500
distclean-am: clean-am distclean-compile distclean-generic \
607
 
        distclean-libtool distclean-tags
 
501
        distclean-tags
608
502
 
609
503
dvi: dvi-am
610
504
 
618
512
 
619
513
install-data-am:
620
514
 
 
515
install-dvi: install-dvi-am
 
516
 
621
517
install-exec-am:
622
518
 
 
519
install-html: install-html-am
 
520
 
623
521
install-info: install-info-am
624
522
 
625
523
install-man:
626
524
 
 
525
install-pdf: install-pdf-am
 
526
 
 
527
install-ps: install-ps-am
 
528
 
627
529
installcheck-am:
628
530
 
629
531
maintainer-clean: maintainer-clean-am
644
546
 
645
547
ps-am:
646
548
 
647
 
uninstall-am: uninstall-info-am
 
549
uninstall-am:
 
550
 
 
551
.MAKE: install-am install-strip
648
552
 
649
553
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
650
554
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
651
555
        distclean-compile distclean-generic distclean-libtool \
652
556
        distclean-tags distdir dvi dvi-am html html-am info info-am \
653
 
        install install-am install-data install-data-am install-exec \
654
 
        install-exec-am install-info install-info-am install-man \
 
557
        install install-am install-data install-data-am install-dvi \
 
558
        install-dvi-am install-exec install-exec-am install-html \
 
559
        install-html-am install-info install-info-am install-man \
 
560
        install-pdf install-pdf-am install-ps install-ps-am \
655
561
        install-strip installcheck installcheck-am installdirs \
656
562
        maintainer-clean maintainer-clean-generic mostlyclean \
657
563
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
658
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
659
 
        uninstall-info-am
 
564
        pdf pdf-am ps ps-am tags uninstall uninstall-am
660
565
 
661
566
# Tell versions [3.59,3.63) of GNU make to not export all variables.
662
567
# Otherwise a system limit (for SysV at least) may be exceeded.