~ubuntu-branches/ubuntu/precise/flac/precise-updates

« back to all changes in this revision

Viewing changes to src/plugin_common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2007-05-29 22:56:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529225636-ljeff8xxip09qaap
Tags: 1.1.4-1
* New upstream release. closes: #405167, #411311
  - libOggFLAC and libOggFLAC++ have been merged into libFLAC, so
    remove their corresponding packages.
  - Because of the API changes required to effect the above, there has
    been yet another soname bump. libflac7 -> libflac8 and
    libflac++5 -> libflac++6. Emails have been dispatched to the
    maintainers of dependent packages.
* Some notes on patches that were removed:
  - 02_stdin_stdout, 06_manpage_mention_utf8_convert: merged upstream
  - 08_manpage_warnings: Upstream has changed the manpage so it defintely
    can't fit in in 80 cols, so just forget about it. We'll live.
  - 05_eof_warnings_are_errors: Upstream decided to add a -w option to
    flac to treat all warnings as errors. I am going to defer to that
    for now, but if people think it's stupid let me know and I'll port
    the patch forward.
  - 04_stack_smasher: was a backport from 1.1.3, so it's obsolete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
#  plugin_common - Routines common to several plugins
18
 
#  Copyright (C) 2002,2003,2004,2005  Josh Coalson
19
 
#
20
 
#  This program is free software; you can redistribute it and/or
21
 
#  modify it under the terms of the GNU General Public License
22
 
#  as published by the Free Software Foundation; either version 2
23
 
#  of the License, or (at your option) any later version.
24
 
#
25
 
#  This program is distributed in the hope that it will be useful,
 
18
#  Copyright (C) 2002,2003,2004,2005,2006,2007  Josh Coalson
 
19
#
 
20
#  This library is free software; you can redistribute it and/or
 
21
#  modify it under the terms of the GNU Lesser General Public
 
22
#  License as published by the Free Software Foundation; either
 
23
#  version 2.1 of the License, or (at your option) any later version.
 
24
#
 
25
#  This library is distributed in the hope that it will be useful,
26
26
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
27
 
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28
 
#  GNU General Public License for more details.
 
27
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
28
#  Lesser General Public License for more details.
29
29
#
30
 
#  You should have received a copy of the GNU General Public License
31
 
#  along with this program; if not, write to the Free Software
32
 
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
33
 
 
34
 
 
35
 
SOURCES = $(libplugin_common_la_SOURCES)
 
30
#  You should have received a copy of the GNU Lesser General Public
 
31
#  License along with this library; if not, write to the Free Software
 
32
#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
36
33
 
37
34
srcdir = @srcdir@
38
35
top_srcdir = @top_srcdir@
41
38
pkglibdir = $(libdir)/@PACKAGE@
42
39
pkgincludedir = $(includedir)/@PACKAGE@
43
40
top_builddir = ../..
 
41
 
44
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45
43
INSTALL = @INSTALL@
46
44
install_sh_DATA = $(install_sh) -c -m 644
55
53
PRE_UNINSTALL = :
56
54
POST_UNINSTALL = :
57
55
host_triplet = @host@
58
 
subdir = src/plugin_common
59
 
DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
60
 
        $(srcdir)/Makefile.in
61
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
63
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
 
        $(ACLOCAL_M4)
65
 
mkinstalldirs = $(mkdir_p)
66
 
CONFIG_HEADER = $(top_builddir)/config.h
67
 
CONFIG_CLEAN_FILES =
68
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
69
 
libplugin_common_la_LIBADD =
70
 
am_libplugin_common_la_OBJECTS = charset.lo dither.lo tags.lo
71
 
libplugin_common_la_OBJECTS = $(am_libplugin_common_la_OBJECTS)
72
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
73
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
74
 
am__depfiles_maybe = depfiles
75
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/charset.Plo ./$(DEPDIR)/dither.Plo \
76
 
@AMDEP_TRUE@    ./$(DEPDIR)/tags.Plo
77
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
78
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
80
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
81
 
        $(AM_CFLAGS) $(CFLAGS)
82
 
CCLD = $(CC)
83
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
84
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
85
 
SOURCES = $(libplugin_common_la_SOURCES)
86
 
DIST_SOURCES = $(libplugin_common_la_SOURCES)
87
 
HEADERS = $(noinst_HEADERS)
88
 
ETAGS = etags
89
 
CTAGS = ctags
90
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91
56
ACLOCAL = @ACLOCAL@
 
57
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
92
58
AMDEP_FALSE = @AMDEP_FALSE@
93
59
AMDEP_TRUE = @AMDEP_TRUE@
94
60
AMTAR = @AMTAR@
 
61
AR = @AR@
95
62
AS = @AS@
96
63
AUTOCONF = @AUTOCONF@
97
64
AUTOHEADER = @AUTOHEADER@
105
72
CPP = @CPP@
106
73
CPPFLAGS = @CPPFLAGS@
107
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
108
76
CXXDEPMODE = @CXXDEPMODE@
109
77
CXXFLAGS = @CXXFLAGS@
110
78
CYGPATH_W = @CYGPATH_W@
120
88
ECHO_T = @ECHO_T@
121
89
EGREP = @EGREP@
122
90
EXEEXT = @EXEEXT@
 
91
F77 = @F77@
 
92
FFLAGS = @FFLAGS@
 
93
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
 
94
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
123
95
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
124
96
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
125
97
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
126
98
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
127
99
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
128
100
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
129
 
FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
130
 
FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
131
101
FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
132
102
FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
133
103
FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
160
130
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
161
131
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
162
132
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
163
 
FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
164
 
FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
165
133
GAS = @GAS@
166
134
INSTALL_DATA = @INSTALL_DATA@
167
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
207
175
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
208
176
XMMS_VERSION = @XMMS_VERSION@
209
177
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
178
ac_ct_AR = @ac_ct_AR@
210
179
ac_ct_CC = @ac_ct_CC@
211
180
ac_ct_CXX = @ac_ct_CXX@
 
181
ac_ct_F77 = @ac_ct_F77@
212
182
ac_ct_RANLIB = @ac_ct_RANLIB@
213
183
ac_ct_STRIP = @ac_ct_STRIP@
214
184
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
238
208
libexecdir = @libexecdir@
239
209
localstatedir = @localstatedir@
240
210
mandir = @mandir@
241
 
mkdir_p = @mkdir_p@
242
211
oldincludedir = @oldincludedir@
243
212
prefix = @prefix@
244
213
program_transform_name = @program_transform_name@
246
215
sharedstatedir = @sharedstatedir@
247
216
sysconfdir = @sysconfdir@
248
217
target_alias = @target_alias@
 
218
 
249
219
AUTOMAKE_OPTIONS = foreign
 
220
 
250
221
INCLUDES = -I$(top_srcdir)/include
 
222
 
251
223
noinst_LTLIBRARIES = libplugin_common.la
 
224
 
252
225
noinst_HEADERS = \
253
226
        all.h \
254
227
        charset.h \
255
228
        defs.h \
256
229
        dither.h \
257
 
        locale_hack.h \
 
230
        replaygain.h \
258
231
        tags.h
259
232
 
 
233
 
260
234
libplugin_common_la_SOURCES = \
261
235
        charset.c \
262
236
        dither.c \
 
237
        replaygain.c \
263
238
        tags.c
264
239
 
 
240
 
265
241
EXTRA_DIST = \
266
242
        Makefile.lite \
267
243
        README \
268
244
        plugin_common_static.dsp
269
245
 
 
246
subdir = src/plugin_common
 
247
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
248
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
249
CONFIG_HEADER = $(top_builddir)/config.h
 
250
CONFIG_CLEAN_FILES =
 
251
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
252
 
 
253
libplugin_common_la_LDFLAGS =
 
254
libplugin_common_la_LIBADD =
 
255
am_libplugin_common_la_OBJECTS = charset.lo dither.lo replaygain.lo \
 
256
        tags.lo
 
257
libplugin_common_la_OBJECTS = $(am_libplugin_common_la_OBJECTS)
 
258
 
 
259
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
260
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
261
am__depfiles_maybe = depfiles
 
262
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/charset.Plo ./$(DEPDIR)/dither.Plo \
 
263
@AMDEP_TRUE@    ./$(DEPDIR)/replaygain.Plo ./$(DEPDIR)/tags.Plo
 
264
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
265
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
266
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
267
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
268
CCLD = $(CC)
 
269
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
270
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
271
DIST_SOURCES = $(libplugin_common_la_SOURCES)
 
272
HEADERS = $(noinst_HEADERS)
 
273
 
 
274
DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.in \
 
275
        Makefile.am
 
276
SOURCES = $(libplugin_common_la_SOURCES)
 
277
 
270
278
all: all-am
271
279
 
272
280
.SUFFIXES:
273
281
.SUFFIXES: .c .lo .o .obj
274
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
275
 
        @for dep in $?; do \
276
 
          case '$(am__configure_deps)' in \
277
 
            *$$dep*) \
278
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
279
 
                && exit 0; \
280
 
              exit 1;; \
281
 
          esac; \
282
 
        done; \
283
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugin_common/Makefile'; \
 
282
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
284
283
        cd $(top_srcdir) && \
285
284
          $(AUTOMAKE) --foreign  src/plugin_common/Makefile
286
 
.PRECIOUS: Makefile
287
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288
 
        @case '$?' in \
289
 
          *config.status*) \
290
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291
 
          *) \
292
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294
 
        esac;
295
 
 
296
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
 
 
299
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
300
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
302
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
285
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
286
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
303
287
 
304
288
clean-noinstLTLIBRARIES:
305
289
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
306
290
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
307
291
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
308
 
          test "$$dir" != "$$p" || dir=.; \
 
292
          test "$$dir" = "$$p" && dir=.; \
309
293
          echo "rm -f \"$${dir}/so_locations\""; \
310
294
          rm -f "$${dir}/so_locations"; \
311
295
        done
313
297
        $(LINK)  $(libplugin_common_la_LDFLAGS) $(libplugin_common_la_OBJECTS) $(libplugin_common_la_LIBADD) $(LIBS)
314
298
 
315
299
mostlyclean-compile:
316
 
        -rm -f *.$(OBJEXT)
 
300
        -rm -f *.$(OBJEXT) core *.core
317
301
 
318
302
distclean-compile:
319
303
        -rm -f *.tab.c
320
304
 
321
305
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Plo@am__quote@
322
306
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dither.Plo@am__quote@
 
307
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/replaygain.Plo@am__quote@
323
308
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tags.Plo@am__quote@
324
309
 
325
310
.c.o:
326
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
327
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
311
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
312
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
313
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
314
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
315
@am__fastdepCC_TRUE@    fi
328
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329
317
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
330
318
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
319
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
332
320
 
333
321
.c.obj:
334
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
335
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
322
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
323
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
324
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
325
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
326
@am__fastdepCC_TRUE@    fi
336
327
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337
328
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
338
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
330
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
340
331
 
341
332
.c.lo:
342
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
343
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
333
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
334
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
335
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
 
336
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
337
@am__fastdepCC_TRUE@    fi
344
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
345
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
346
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
341
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
348
342
 
349
343
mostlyclean-libtool:
350
344
        -rm -f *.lo
356
350
        -rm -f libtool
357
351
uninstall-info-am:
358
352
 
 
353
ETAGS = etags
 
354
ETAGSFLAGS =
 
355
 
 
356
CTAGS = ctags
 
357
CTAGSFLAGS =
 
358
 
 
359
tags: TAGS
 
360
 
359
361
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
360
362
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
361
363
        unique=`for i in $$list; do \
364
366
          $(AWK) '    { files[$$0] = 1; } \
365
367
               END { for (i in files) print i; }'`; \
366
368
        mkid -fID $$unique
367
 
tags: TAGS
368
369
 
369
370
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370
371
                $(TAGS_FILES) $(LISP)
376
377
          done | \
377
378
          $(AWK) '    { files[$$0] = 1; } \
378
379
               END { for (i in files) print i; }'`; \
379
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
380
 
          test -n "$$unique" || unique=$$empty_fix; \
381
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382
 
            $$tags $$unique; \
383
 
        fi
 
380
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
381
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
382
             $$tags $$unique
 
383
 
384
384
ctags: CTAGS
385
385
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386
386
                $(TAGS_FILES) $(LISP)
403
403
 
404
404
distclean-tags:
405
405
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
406
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
407
 
 
408
top_distdir = ../..
 
409
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
406
410
 
407
411
distdir: $(DISTFILES)
408
412
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
416
420
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
417
421
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
418
422
            dir="/$$dir"; \
419
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
423
            $(mkinstalldirs) "$(distdir)$$dir"; \
420
424
          else \
421
425
            dir=''; \
422
426
          fi; \
434
438
check-am: all-am
435
439
check: check-am
436
440
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
441
 
437
442
installdirs:
438
443
install: install-am
439
444
install-exec: install-exec-am
474
479
 
475
480
dvi-am:
476
481
 
477
 
html: html-am
478
 
 
479
482
info: info-am
480
483
 
481
484
info-am:
513
516
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
514
517
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
515
518
        distclean-compile distclean-generic distclean-libtool \
516
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
517
 
        install install-am install-data install-data-am install-exec \
 
519
        distclean-tags distdir dvi dvi-am info info-am install \
 
520
        install-am install-data install-data-am install-exec \
518
521
        install-exec-am install-info install-info-am install-man \
519
522
        install-strip installcheck installcheck-am installdirs \
520
523
        maintainer-clean maintainer-clean-generic mostlyclean \
521
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
522
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
523
 
        uninstall-info-am
 
524
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
 
525
        pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
524
526
 
525
527
 
526
528
debug: