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

« back to all changes in this revision

Viewing changes to src/test_grabbag/picture/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.7.9 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# 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
#  test_picture - Simple tester for cuesheet routines in grabbag
 
18
#  Copyright (C) 2006,2007  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,
 
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.
 
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
srcdir = @srcdir@
 
35
top_srcdir = @top_srcdir@
 
36
VPATH = @srcdir@
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
top_builddir = ../../..
 
41
 
 
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
43
INSTALL = @INSTALL@
 
44
install_sh_DATA = $(install_sh) -c -m 644
 
45
install_sh_PROGRAM = $(install_sh) -c
 
46
install_sh_SCRIPT = $(install_sh) -c
 
47
INSTALL_HEADER = $(INSTALL_DATA)
 
48
transform = $(program_transform_name)
 
49
NORMAL_INSTALL = :
 
50
PRE_INSTALL = :
 
51
POST_INSTALL = :
 
52
NORMAL_UNINSTALL = :
 
53
PRE_UNINSTALL = :
 
54
POST_UNINSTALL = :
 
55
host_triplet = @host@
 
56
ACLOCAL = @ACLOCAL@
 
57
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
58
AMDEP_FALSE = @AMDEP_FALSE@
 
59
AMDEP_TRUE = @AMDEP_TRUE@
 
60
AMTAR = @AMTAR@
 
61
AR = @AR@
 
62
AS = @AS@
 
63
AUTOCONF = @AUTOCONF@
 
64
AUTOHEADER = @AUTOHEADER@
 
65
AUTOMAKE = @AUTOMAKE@
 
66
AWK = @AWK@
 
67
CC = @CC@
 
68
CCAS = @CCAS@
 
69
CCASFLAGS = @CCASFLAGS@
 
70
CCDEPMODE = @CCDEPMODE@
 
71
CFLAGS = @CFLAGS@
 
72
CPP = @CPP@
 
73
CPPFLAGS = @CPPFLAGS@
 
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
 
76
CXXDEPMODE = @CXXDEPMODE@
 
77
CXXFLAGS = @CXXFLAGS@
 
78
CYGPATH_W = @CYGPATH_W@
 
79
DEBUG_FALSE = @DEBUG_FALSE@
 
80
DEBUG_TRUE = @DEBUG_TRUE@
 
81
DEFS = @DEFS@
 
82
DEPDIR = @DEPDIR@
 
83
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
 
84
DOXYGEN = @DOXYGEN@
 
85
ECHO = @ECHO@
 
86
ECHO_C = @ECHO_C@
 
87
ECHO_N = @ECHO_N@
 
88
ECHO_T = @ECHO_T@
 
89
EGREP = @EGREP@
 
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@
 
95
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
 
96
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
 
97
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
 
98
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
 
99
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
 
100
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
 
101
FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
 
102
FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
 
103
FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
 
104
FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@
 
105
FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@
 
106
FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@
 
107
FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@
 
108
FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@
 
109
FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@
 
110
FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@
 
111
FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@
 
112
FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@
 
113
FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@
 
114
FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@
 
115
FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@
 
116
FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@
 
117
FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@
 
118
FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@
 
119
FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@
 
120
FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@
 
121
FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@
 
122
FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@
 
123
FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@
 
124
FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@
 
125
FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@
 
126
FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@
 
127
FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@
 
128
FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@
 
129
FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@
 
130
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
 
131
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
 
132
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
 
133
GAS = @GAS@
 
134
INSTALL_DATA = @INSTALL_DATA@
 
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
136
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
137
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
138
LDFLAGS = @LDFLAGS@
 
139
LIBICONV = @LIBICONV@
 
140
LIBOBJS = @LIBOBJS@
 
141
LIBS = @LIBS@
 
142
LIBTOOL = @LIBTOOL@
 
143
LN_S = @LN_S@
 
144
LTLIBICONV = @LTLIBICONV@
 
145
LTLIBOBJS = @LTLIBOBJS@
 
146
MAINT = @MAINT@
 
147
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
148
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
149
MAKEINFO = @MAKEINFO@
 
150
NASM = @NASM@
 
151
OBJEXT = @OBJEXT@
 
152
OBJ_FORMAT = @OBJ_FORMAT@
 
153
OGG_CFLAGS = @OGG_CFLAGS@
 
154
OGG_LIBS = @OGG_LIBS@
 
155
PACKAGE = @PACKAGE@
 
156
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
157
PACKAGE_NAME = @PACKAGE_NAME@
 
158
PACKAGE_STRING = @PACKAGE_STRING@
 
159
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
160
PACKAGE_VERSION = @PACKAGE_VERSION@
 
161
PATH_SEPARATOR = @PATH_SEPARATOR@
 
162
RANLIB = @RANLIB@
 
163
SET_MAKE = @SET_MAKE@
 
164
SHELL = @SHELL@
 
165
STRIP = @STRIP@
 
166
VERSION = @VERSION@
 
167
XMMS_CFLAGS = @XMMS_CFLAGS@
 
168
XMMS_CONFIG = @XMMS_CONFIG@
 
169
XMMS_DATA_DIR = @XMMS_DATA_DIR@
 
170
XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
 
171
XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
 
172
XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
 
173
XMMS_LIBS = @XMMS_LIBS@
 
174
XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
 
175
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
 
176
XMMS_VERSION = @XMMS_VERSION@
 
177
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
178
ac_ct_AR = @ac_ct_AR@
 
179
ac_ct_CC = @ac_ct_CC@
 
180
ac_ct_CXX = @ac_ct_CXX@
 
181
ac_ct_F77 = @ac_ct_F77@
 
182
ac_ct_RANLIB = @ac_ct_RANLIB@
 
183
ac_ct_STRIP = @ac_ct_STRIP@
 
184
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
185
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
186
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
187
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
188
am__include = @am__include@
 
189
am__leading_dot = @am__leading_dot@
 
190
am__quote = @am__quote@
 
191
bindir = @bindir@
 
192
build = @build@
 
193
build_alias = @build_alias@
 
194
build_cpu = @build_cpu@
 
195
build_os = @build_os@
 
196
build_vendor = @build_vendor@
 
197
datadir = @datadir@
 
198
exec_prefix = @exec_prefix@
 
199
host = @host@
 
200
host_alias = @host_alias@
 
201
host_cpu = @host_cpu@
 
202
host_os = @host_os@
 
203
host_vendor = @host_vendor@
 
204
includedir = @includedir@
 
205
infodir = @infodir@
 
206
install_sh = @install_sh@
 
207
libdir = @libdir@
 
208
libexecdir = @libexecdir@
 
209
localstatedir = @localstatedir@
 
210
mandir = @mandir@
 
211
oldincludedir = @oldincludedir@
 
212
prefix = @prefix@
 
213
program_transform_name = @program_transform_name@
 
214
sbindir = @sbindir@
 
215
sharedstatedir = @sharedstatedir@
 
216
sysconfdir = @sysconfdir@
 
217
target_alias = @target_alias@
 
218
 
 
219
EXTRA_DIST = \
 
220
        Makefile.lite \
 
221
        test_picture.dsp
 
222
 
 
223
 
 
224
noinst_PROGRAMS = test_picture
 
225
test_picture_SOURCES = \
 
226
        main.c
 
227
 
 
228
test_picture_LDADD = \
 
229
        $(top_builddir)/src/share/grabbag/libgrabbag.la \
 
230
        $(top_builddir)/src/libFLAC/libFLAC.la \
 
231
        @OGG_LIBS@ \
 
232
        -lm
 
233
 
 
234
 
 
235
CLEANFILES = $(wildcard *.raw)
 
236
subdir = src/test_grabbag/picture
 
237
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
238
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
239
CONFIG_HEADER = $(top_builddir)/config.h
 
240
CONFIG_CLEAN_FILES =
 
241
noinst_PROGRAMS = test_picture$(EXEEXT)
 
242
PROGRAMS = $(noinst_PROGRAMS)
 
243
 
 
244
am_test_picture_OBJECTS = main.$(OBJEXT)
 
245
test_picture_OBJECTS = $(am_test_picture_OBJECTS)
 
246
test_picture_DEPENDENCIES = \
 
247
        $(top_builddir)/src/share/grabbag/libgrabbag.la \
 
248
        $(top_builddir)/src/libFLAC/libFLAC.la
 
249
test_picture_LDFLAGS =
 
250
 
 
251
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
252
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
253
am__depfiles_maybe = depfiles
 
254
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/main.Po
 
255
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
256
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
257
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
258
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
259
CCLD = $(CC)
 
260
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
261
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
262
DIST_SOURCES = $(test_picture_SOURCES)
 
263
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
264
SOURCES = $(test_picture_SOURCES)
 
265
 
 
266
all: all-am
 
267
 
 
268
.SUFFIXES:
 
269
.SUFFIXES: .c .lo .o .obj
 
270
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
271
        cd $(top_srcdir) && \
 
272
          $(AUTOMAKE) --gnu  src/test_grabbag/picture/Makefile
 
273
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
274
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
275
 
 
276
clean-noinstPROGRAMS:
 
277
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
278
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
279
          echo " rm -f $$p $$f"; \
 
280
          rm -f $$p $$f ; \
 
281
        done
 
282
test_picture$(EXEEXT): $(test_picture_OBJECTS) $(test_picture_DEPENDENCIES) 
 
283
        @rm -f test_picture$(EXEEXT)
 
284
        $(LINK) $(test_picture_LDFLAGS) $(test_picture_OBJECTS) $(test_picture_LDADD) $(LIBS)
 
285
 
 
286
mostlyclean-compile:
 
287
        -rm -f *.$(OBJEXT) core *.core
 
288
 
 
289
distclean-compile:
 
290
        -rm -f *.tab.c
 
291
 
 
292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 
293
 
 
294
.c.o:
 
295
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
296
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
297
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
298
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
299
@am__fastdepCC_TRUE@    fi
 
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
301
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
302
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
303
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
304
 
 
305
.c.obj:
 
306
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
307
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
308
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
309
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
310
@am__fastdepCC_TRUE@    fi
 
311
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
312
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
313
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
314
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
315
 
 
316
.c.lo:
 
317
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
318
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
319
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
 
320
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
321
@am__fastdepCC_TRUE@    fi
 
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
324
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
325
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
326
 
 
327
mostlyclean-libtool:
 
328
        -rm -f *.lo
 
329
 
 
330
clean-libtool:
 
331
        -rm -rf .libs _libs
 
332
 
 
333
distclean-libtool:
 
334
        -rm -f libtool
 
335
uninstall-info-am:
 
336
 
 
337
ETAGS = etags
 
338
ETAGSFLAGS =
 
339
 
 
340
CTAGS = ctags
 
341
CTAGSFLAGS =
 
342
 
 
343
tags: TAGS
 
344
 
 
345
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
346
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
347
        unique=`for i in $$list; do \
 
348
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
349
          done | \
 
350
          $(AWK) '    { files[$$0] = 1; } \
 
351
               END { for (i in files) print i; }'`; \
 
352
        mkid -fID $$unique
 
353
 
 
354
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
355
                $(TAGS_FILES) $(LISP)
 
356
        tags=; \
 
357
        here=`pwd`; \
 
358
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
359
        unique=`for i in $$list; do \
 
360
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
361
          done | \
 
362
          $(AWK) '    { files[$$0] = 1; } \
 
363
               END { for (i in files) print i; }'`; \
 
364
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
365
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
366
             $$tags $$unique
 
367
 
 
368
ctags: CTAGS
 
369
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
370
                $(TAGS_FILES) $(LISP)
 
371
        tags=; \
 
372
        here=`pwd`; \
 
373
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
374
        unique=`for i in $$list; do \
 
375
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
376
          done | \
 
377
          $(AWK) '    { files[$$0] = 1; } \
 
378
               END { for (i in files) print i; }'`; \
 
379
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
380
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
381
             $$tags $$unique
 
382
 
 
383
GTAGS:
 
384
        here=`$(am__cd) $(top_builddir) && pwd` \
 
385
          && cd $(top_srcdir) \
 
386
          && gtags -i $(GTAGS_ARGS) $$here
 
387
 
 
388
distclean-tags:
 
389
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
390
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
391
 
 
392
top_distdir = ../../..
 
393
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
394
 
 
395
distdir: $(DISTFILES)
 
396
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
397
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
398
        list='$(DISTFILES)'; for file in $$list; do \
 
399
          case $$file in \
 
400
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
401
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
402
          esac; \
 
403
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
404
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
405
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
406
            dir="/$$dir"; \
 
407
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
408
          else \
 
409
            dir=''; \
 
410
          fi; \
 
411
          if test -d $$d/$$file; then \
 
412
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
413
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
414
            fi; \
 
415
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
416
          else \
 
417
            test -f $(distdir)/$$file \
 
418
            || cp -p $$d/$$file $(distdir)/$$file \
 
419
            || exit 1; \
 
420
          fi; \
 
421
        done
 
422
check-am: all-am
 
423
check: check-am
 
424
all-am: Makefile $(PROGRAMS)
 
425
 
 
426
installdirs:
 
427
install: install-am
 
428
install-exec: install-exec-am
 
429
install-data: install-data-am
 
430
uninstall: uninstall-am
 
431
 
 
432
install-am: all-am
 
433
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
434
 
 
435
installcheck: installcheck-am
 
436
install-strip:
 
437
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
438
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
439
          `test -z '$(STRIP)' || \
 
440
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
441
mostlyclean-generic:
 
442
 
 
443
clean-generic:
 
444
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
445
 
 
446
distclean-generic:
 
447
        -rm -f $(CONFIG_CLEAN_FILES)
 
448
 
 
449
maintainer-clean-generic:
 
450
        @echo "This command is intended for maintainers to use"
 
451
        @echo "it deletes files that may require special tools to rebuild."
 
452
clean: clean-am
 
453
 
 
454
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
455
        mostlyclean-am
 
456
 
 
457
distclean: distclean-am
 
458
        -rm -rf ./$(DEPDIR)
 
459
        -rm -f Makefile
 
460
distclean-am: clean-am distclean-compile distclean-generic \
 
461
        distclean-libtool distclean-tags
 
462
 
 
463
dvi: dvi-am
 
464
 
 
465
dvi-am:
 
466
 
 
467
info: info-am
 
468
 
 
469
info-am:
 
470
 
 
471
install-data-am:
 
472
 
 
473
install-exec-am:
 
474
 
 
475
install-info: install-info-am
 
476
 
 
477
install-man:
 
478
 
 
479
installcheck-am:
 
480
 
 
481
maintainer-clean: maintainer-clean-am
 
482
        -rm -rf ./$(DEPDIR)
 
483
        -rm -f Makefile
 
484
maintainer-clean-am: distclean-am maintainer-clean-generic
 
485
 
 
486
mostlyclean: mostlyclean-am
 
487
 
 
488
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
489
        mostlyclean-libtool
 
490
 
 
491
pdf: pdf-am
 
492
 
 
493
pdf-am:
 
494
 
 
495
ps: ps-am
 
496
 
 
497
ps-am:
 
498
 
 
499
uninstall-am: uninstall-info-am
 
500
 
 
501
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
502
        clean-libtool clean-noinstPROGRAMS ctags distclean \
 
503
        distclean-compile distclean-generic distclean-libtool \
 
504
        distclean-tags distdir dvi dvi-am info info-am install \
 
505
        install-am install-data install-data-am install-exec \
 
506
        install-exec-am install-info install-info-am install-man \
 
507
        install-strip installcheck installcheck-am installdirs \
 
508
        maintainer-clean maintainer-clean-generic mostlyclean \
 
509
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
 
510
        pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
 
511
 
 
512
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
513
# Otherwise a system limit (for SysV at least) may be exceeded.
 
514
.NOEXPORT: