~ubuntu-branches/ubuntu/natty/flac/natty

« back to all changes in this revision

Viewing changes to src/test_grabbag/cuesheet/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
#  test_cuesheet - Simple tester for cuesheet routines in grabbag
18
 
#  Copyright (C) 2002,2003,2004,2005  Josh Coalson
 
18
#  Copyright (C) 2002,2003,2004,2005,2006,2007  Josh Coalson
19
19
#
20
20
#  This program is free software; you can redistribute it and/or
21
21
#  modify it under the terms of the GNU General Public License
31
31
#  along with this program; if not, write to the Free Software
32
32
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
33
33
 
34
 
SOURCES = $(test_cuesheet_SOURCES)
35
 
 
36
34
srcdir = @srcdir@
37
35
top_srcdir = @top_srcdir@
38
36
VPATH = @srcdir@
40
38
pkglibdir = $(libdir)/@PACKAGE@
41
39
pkgincludedir = $(includedir)/@PACKAGE@
42
40
top_builddir = ../../..
 
41
 
43
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
43
INSTALL = @INSTALL@
45
44
install_sh_DATA = $(install_sh) -c -m 644
54
53
PRE_UNINSTALL = :
55
54
POST_UNINSTALL = :
56
55
host_triplet = @host@
57
 
noinst_PROGRAMS = test_cuesheet$(EXEEXT)
58
 
subdir = src/test_grabbag/cuesheet
59
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
62
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
 
        $(ACLOCAL_M4)
64
 
mkinstalldirs = $(mkdir_p)
65
 
CONFIG_HEADER = $(top_builddir)/config.h
66
 
CONFIG_CLEAN_FILES =
67
 
PROGRAMS = $(noinst_PROGRAMS)
68
 
am_test_cuesheet_OBJECTS = main.$(OBJEXT)
69
 
test_cuesheet_OBJECTS = $(am_test_cuesheet_OBJECTS)
70
 
test_cuesheet_DEPENDENCIES =  \
71
 
        $(top_builddir)/src/share/grabbag/libgrabbag.la \
72
 
        $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
73
 
        $(top_builddir)/src/libFLAC/libFLAC.la
74
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
75
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
76
 
am__depfiles_maybe = depfiles
77
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/main.Po
78
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
81
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
82
 
        $(AM_CFLAGS) $(CFLAGS)
83
 
CCLD = $(CC)
84
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
86
 
SOURCES = $(test_cuesheet_SOURCES)
87
 
DIST_SOURCES = $(test_cuesheet_SOURCES)
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
EXTRA_DIST = \
250
220
        Makefile.lite \
251
221
        test_cuesheet.dsp
252
222
 
 
223
 
 
224
noinst_PROGRAMS = test_cuesheet
253
225
test_cuesheet_SOURCES = \
254
226
        main.c
255
227
 
257
229
        $(top_builddir)/src/share/grabbag/libgrabbag.la \
258
230
        $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
259
231
        $(top_builddir)/src/libFLAC/libFLAC.la \
 
232
        @OGG_LIBS@ \
260
233
        -lm
261
234
 
 
235
 
262
236
CLEANFILES = $(wildcard *.raw)
 
237
subdir = src/test_grabbag/cuesheet
 
238
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
239
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
240
CONFIG_HEADER = $(top_builddir)/config.h
 
241
CONFIG_CLEAN_FILES =
 
242
noinst_PROGRAMS = test_cuesheet$(EXEEXT)
 
243
PROGRAMS = $(noinst_PROGRAMS)
 
244
 
 
245
am_test_cuesheet_OBJECTS = main.$(OBJEXT)
 
246
test_cuesheet_OBJECTS = $(am_test_cuesheet_OBJECTS)
 
247
test_cuesheet_DEPENDENCIES = \
 
248
        $(top_builddir)/src/share/grabbag/libgrabbag.la \
 
249
        $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
 
250
        $(top_builddir)/src/libFLAC/libFLAC.la
 
251
test_cuesheet_LDFLAGS =
 
252
 
 
253
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
254
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
255
am__depfiles_maybe = depfiles
 
256
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/main.Po
 
257
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
258
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
259
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
260
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
261
CCLD = $(CC)
 
262
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
263
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
264
DIST_SOURCES = $(test_cuesheet_SOURCES)
 
265
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
266
SOURCES = $(test_cuesheet_SOURCES)
 
267
 
263
268
all: all-am
264
269
 
265
270
.SUFFIXES:
266
271
.SUFFIXES: .c .lo .o .obj
267
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
268
 
        @for dep in $?; do \
269
 
          case '$(am__configure_deps)' in \
270
 
            *$$dep*) \
271
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
272
 
                && exit 0; \
273
 
              exit 1;; \
274
 
          esac; \
275
 
        done; \
276
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/test_grabbag/cuesheet/Makefile'; \
 
272
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
277
273
        cd $(top_srcdir) && \
278
 
          $(AUTOMAKE) --foreign  src/test_grabbag/cuesheet/Makefile
279
 
.PRECIOUS: Makefile
280
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281
 
        @case '$?' in \
282
 
          *config.status*) \
283
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
284
 
          *) \
285
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
286
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
287
 
        esac;
288
 
 
289
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
290
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
 
 
292
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
293
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
295
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
274
          $(AUTOMAKE) --gnu  src/test_grabbag/cuesheet/Makefile
 
275
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
276
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
296
277
 
297
278
clean-noinstPROGRAMS:
298
279
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
305
286
        $(LINK) $(test_cuesheet_LDFLAGS) $(test_cuesheet_OBJECTS) $(test_cuesheet_LDADD) $(LIBS)
306
287
 
307
288
mostlyclean-compile:
308
 
        -rm -f *.$(OBJEXT)
 
289
        -rm -f *.$(OBJEXT) core *.core
309
290
 
310
291
distclean-compile:
311
292
        -rm -f *.tab.c
313
294
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
314
295
 
315
296
.c.o:
316
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
317
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
297
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
298
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
299
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
300
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
301
@am__fastdepCC_TRUE@    fi
318
302
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
319
303
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
320
304
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
305
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
322
306
 
323
307
.c.obj:
324
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
325
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
308
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
309
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
310
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
311
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
312
@am__fastdepCC_TRUE@    fi
326
313
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
327
314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
328
315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
316
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
330
317
 
331
318
.c.lo:
332
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
333
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
319
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
320
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
321
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
 
322
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
323
@am__fastdepCC_TRUE@    fi
334
324
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
335
325
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
336
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
327
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
338
328
 
339
329
mostlyclean-libtool:
340
330
        -rm -f *.lo
346
336
        -rm -f libtool
347
337
uninstall-info-am:
348
338
 
 
339
ETAGS = etags
 
340
ETAGSFLAGS =
 
341
 
 
342
CTAGS = ctags
 
343
CTAGSFLAGS =
 
344
 
 
345
tags: TAGS
 
346
 
349
347
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
350
348
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351
349
        unique=`for i in $$list; do \
354
352
          $(AWK) '    { files[$$0] = 1; } \
355
353
               END { for (i in files) print i; }'`; \
356
354
        mkid -fID $$unique
357
 
tags: TAGS
358
355
 
359
356
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360
357
                $(TAGS_FILES) $(LISP)
366
363
          done | \
367
364
          $(AWK) '    { files[$$0] = 1; } \
368
365
               END { for (i in files) print i; }'`; \
369
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
370
 
          test -n "$$unique" || unique=$$empty_fix; \
371
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372
 
            $$tags $$unique; \
373
 
        fi
 
366
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
367
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
368
             $$tags $$unique
 
369
 
374
370
ctags: CTAGS
375
371
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376
372
                $(TAGS_FILES) $(LISP)
393
389
 
394
390
distclean-tags:
395
391
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
392
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
393
 
 
394
top_distdir = ../../..
 
395
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
396
396
 
397
397
distdir: $(DISTFILES)
398
398
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
406
406
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
407
407
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
408
408
            dir="/$$dir"; \
409
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
409
            $(mkinstalldirs) "$(distdir)$$dir"; \
410
410
          else \
411
411
            dir=''; \
412
412
          fi; \
424
424
check-am: all-am
425
425
check: check-am
426
426
all-am: Makefile $(PROGRAMS)
 
427
 
427
428
installdirs:
428
429
install: install-am
429
430
install-exec: install-exec-am
465
466
 
466
467
dvi-am:
467
468
 
468
 
html: html-am
469
 
 
470
469
info: info-am
471
470
 
472
471
info-am:
504
503
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
505
504
        clean-libtool clean-noinstPROGRAMS ctags distclean \
506
505
        distclean-compile distclean-generic distclean-libtool \
507
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
508
 
        install install-am install-data install-data-am install-exec \
 
506
        distclean-tags distdir dvi dvi-am info info-am install \
 
507
        install-am install-data install-data-am install-exec \
509
508
        install-exec-am install-info install-info-am install-man \
510
509
        install-strip installcheck installcheck-am installdirs \
511
510
        maintainer-clean maintainer-clean-generic mostlyclean \
512
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
513
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
514
 
        uninstall-info-am
 
511
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
 
512
        pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
515
513
 
516
514
# Tell versions [3.59,3.63) of GNU make to not export all variables.
517
515
# Otherwise a system limit (for SysV at least) may be exceeded.