~jcowgill/ubuntu/trusty/easytag/bug-1295882

« back to all changes in this revision

Viewing changes to src/id3lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-04-15 15:47:47 UTC
  • mfrom: (1.2.2 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060415154747-vr4eqoxwcrgs2ps1
* New upstream version:
  - New logo and icons,
  - Added ability to display all albums of an artist in the 'Artist / Album'
    view,
  - Added detection of the bugged version of id3lib when writting ID3 tag to 
    Unicode to inform the user (a patch for id3lib is supplied in package
    source),
  - For Ogg files, the field DESCRIPTION is also used for the comment,
  - Fixed stack corruption bugs in Fill Tag scanner,
  - Fixed loading disk number for FLAC tag,
  - Fixed error that displays MP3 files in red when no tag is present,
  - Fixed a crash in the CDDB window when getting tracks of a album,
  - Fixed playlist name bug when creating it in the parent directory,
  - Fixed manual CDDB search when using Squid,
  - Little fix for FLAC tags,
  - Fixed various bugs,
  - Russian translation updated,
  - Greek translation updated,
  - Spanish translation updated,
  - Japanese translation updated,
  - Czech translation updated,
  - Brazilian Portuguese translation updated
  - Danish translation updated,
  - Italian translation updated,
  - Hungarian translation updated,
  - German translation updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
SOURCES = $(libid3bugfix_a_SOURCES)
 
18
 
 
19
srcdir = @srcdir@
 
20
top_srcdir = @top_srcdir@
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
 
25
top_builddir = ../..
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
INSTALL = @INSTALL@
 
28
install_sh_DATA = $(install_sh) -c -m 644
 
29
install_sh_PROGRAM = $(install_sh) -c
 
30
install_sh_SCRIPT = $(install_sh) -c
 
31
INSTALL_HEADER = $(INSTALL_DATA)
 
32
transform = $(program_transform_name)
 
33
NORMAL_INSTALL = :
 
34
PRE_INSTALL = :
 
35
POST_INSTALL = :
 
36
NORMAL_UNINSTALL = :
 
37
PRE_UNINSTALL = :
 
38
POST_UNINSTALL = :
 
39
build_triplet = @build@
 
40
host_triplet = @host@
 
41
subdir = src/id3lib
 
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
44
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
48
CONFIG_HEADER = $(top_builddir)/config.h
 
49
CONFIG_CLEAN_FILES =
 
50
LIBRARIES = $(noinst_LIBRARIES)
 
51
ARFLAGS = cru
 
52
libid3bugfix_a_AR = $(AR) $(ARFLAGS)
 
53
libid3bugfix_a_LIBADD =
 
54
am_libid3bugfix_a_OBJECTS = c_wrapper.$(OBJEXT)
 
55
libid3bugfix_a_OBJECTS = $(am_libid3bugfix_a_OBJECTS)
 
56
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
57
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
58
am__depfiles_maybe = depfiles
 
59
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
60
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
61
LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
 
62
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
63
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
64
CXXLD = $(CXX)
 
65
CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \
 
66
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
67
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
68
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
69
LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
 
70
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
71
        $(AM_CFLAGS) $(CFLAGS)
 
72
CCLD = $(CC)
 
73
LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
74
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
75
SOURCES = $(libid3bugfix_a_SOURCES)
 
76
DIST_SOURCES = $(libid3bugfix_a_SOURCES)
 
77
ETAGS = etags
 
78
CTAGS = ctags
 
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
80
ACLOCAL = @ACLOCAL@
 
81
AMDEP_FALSE = @AMDEP_FALSE@
 
82
AMDEP_TRUE = @AMDEP_TRUE@
 
83
AMTAR = @AMTAR@
 
84
AR = @AR@
 
85
AUTOCONF = @AUTOCONF@
 
86
AUTOHEADER = @AUTOHEADER@
 
87
AUTOMAKE = @AUTOMAKE@
 
88
AWK = @AWK@
 
89
CATALOGS = @CATALOGS@
 
90
CATOBJEXT = @CATOBJEXT@
 
91
CC = @CC@
 
92
CCDEPMODE = @CCDEPMODE@
 
93
CFLAGS = @CFLAGS@ @GTK_CFLAGS@
 
94
CPP = @CPP@
 
95
CPPFLAGS = @CPPFLAGS@
 
96
CXX = @CXX@
 
97
CXXCPP = @CXXCPP@
 
98
CXXDEPMODE = @CXXDEPMODE@
 
99
CXXFLAGS = @CXXFLAGS@
 
100
CYGPATH_W = @CYGPATH_W@
 
101
DATADIRNAME = @DATADIRNAME@
 
102
DEFS = @DEFS@
 
103
DEPDIR = @DEPDIR@
 
104
ECHO = @ECHO@
 
105
ECHO_C = @ECHO_C@
 
106
ECHO_N = @ECHO_N@
 
107
ECHO_T = @ECHO_T@
 
108
EGREP = @EGREP@
 
109
EXEEXT = @EXEEXT@
 
110
F77 = @F77@
 
111
FFLAGS = @FFLAGS@
 
112
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
113
GLIB_CFLAGS = @GLIB_CFLAGS@
 
114
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
115
GLIB_LIBS = @GLIB_LIBS@
 
116
GLIB_MKENUMS = @GLIB_MKENUMS@
 
117
GMOFILES = @GMOFILES@
 
118
GMSGFMT = @GMSGFMT@
 
119
GOBJECT_QUERY = @GOBJECT_QUERY@
 
120
GTK_CFLAGS = @GTK_CFLAGS@
 
121
GTK_LIBS = @GTK_LIBS@
 
122
INSTALL_DATA = @INSTALL_DATA@
 
123
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
124
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
125
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
126
INSTOBJEXT = @INSTOBJEXT@
 
127
INTLLIBS = @INTLLIBS@
 
128
LDFLAGS = @LDFLAGS@
 
129
LIBOBJS = @LIBOBJS@
 
130
LIBS = @LIBS@
 
131
LIBTOOL = @LIBTOOL@
 
132
LN_S = @LN_S@
 
133
LTLIBOBJS = @LTLIBOBJS@
 
134
MAINT = @MAINT@
 
135
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
136
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
137
MAKEINFO = @MAKEINFO@
 
138
MKINSTALLDIRS = @MKINSTALLDIRS@
 
139
MSGFMT = @MSGFMT@
 
140
OBJEXT = @OBJEXT@
 
141
PACKAGE = @PACKAGE@
 
142
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
143
PACKAGE_NAME = @PACKAGE_NAME@
 
144
PACKAGE_STRING = @PACKAGE_STRING@
 
145
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
146
PACKAGE_VERSION = @PACKAGE_VERSION@
 
147
PATH_SEPARATOR = @PATH_SEPARATOR@
 
148
PKG_CONFIG = @PKG_CONFIG@
 
149
POFILES = @POFILES@
 
150
POSUB = @POSUB@
 
151
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
152
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
153
RANLIB = @RANLIB@
 
154
SET_MAKE = @SET_MAKE@
 
155
SHELL = @SHELL@
 
156
STRIP = @STRIP@
 
157
USE_NLS = @USE_NLS@
 
158
VERSION = @VERSION@
 
159
XGETTEXT = @XGETTEXT@
 
160
ac_ct_AR = @ac_ct_AR@
 
161
ac_ct_CC = @ac_ct_CC@
 
162
ac_ct_CXX = @ac_ct_CXX@
 
163
ac_ct_F77 = @ac_ct_F77@
 
164
ac_ct_RANLIB = @ac_ct_RANLIB@
 
165
ac_ct_STRIP = @ac_ct_STRIP@
 
166
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
167
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
168
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
169
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
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
datadir = @datadir@
 
182
exec_prefix = @exec_prefix@
 
183
host = @host@
 
184
host_alias = @host_alias@
 
185
host_cpu = @host_cpu@
 
186
host_os = @host_os@
 
187
host_vendor = @host_vendor@
 
188
includedir = @includedir@
 
189
infodir = @infodir@
 
190
install_sh = @install_sh@
 
191
libdir = @libdir@
 
192
libexecdir = @libexecdir@
 
193
localstatedir = @localstatedir@
 
194
mandir = @mandir@
 
195
mkdir_p = @mkdir_p@
 
196
oldincludedir = @oldincludedir@
 
197
prefix = @prefix@
 
198
program_transform_name = @program_transform_name@
 
199
sbindir = @sbindir@
 
200
sharedstatedir = @sharedstatedir@
 
201
sysconfdir = @sysconfdir@
 
202
target_alias = @target_alias@
 
203
noinst_LIBRARIES = libid3bugfix.a
 
204
INCLUDES = -DLOCALE=\"$(localedir)\"
 
205
libid3bugfix_a_SOURCES = \
 
206
    c_wrapper.cpp \
 
207
    id3_bugfix.h
 
208
 
 
209
all: all-am
 
210
 
 
211
.SUFFIXES:
 
212
.SUFFIXES: .cpp .lo .o .obj
 
213
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
214
        @for dep in $?; do \
 
215
          case '$(am__configure_deps)' in \
 
216
            *$$dep*) \
 
217
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
218
                && exit 0; \
 
219
              exit 1;; \
 
220
          esac; \
 
221
        done; \
 
222
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/id3lib/Makefile'; \
 
223
        cd $(top_srcdir) && \
 
224
          $(AUTOMAKE) --foreign  src/id3lib/Makefile
 
225
.PRECIOUS: Makefile
 
226
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
227
        @case '$?' in \
 
228
          *config.status*) \
 
229
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
230
          *) \
 
231
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
232
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
233
        esac;
 
234
 
 
235
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
236
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
237
 
 
238
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
239
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
240
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
241
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
242
 
 
243
clean-noinstLIBRARIES:
 
244
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
245
libid3bugfix.a: $(libid3bugfix_a_OBJECTS) $(libid3bugfix_a_DEPENDENCIES) 
 
246
        -rm -f libid3bugfix.a
 
247
        $(libid3bugfix_a_AR) libid3bugfix.a $(libid3bugfix_a_OBJECTS) $(libid3bugfix_a_LIBADD)
 
248
        $(RANLIB) libid3bugfix.a
 
249
 
 
250
mostlyclean-compile:
 
251
        -rm -f *.$(OBJEXT)
 
252
 
 
253
distclean-compile:
 
254
        -rm -f *.tab.c
 
255
 
 
256
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_wrapper.Po@am__quote@
 
257
 
 
258
.cpp.o:
 
259
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
260
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
261
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
262
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
263
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
264
 
 
265
.cpp.obj:
 
266
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
267
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
268
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
269
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
270
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
271
 
 
272
.cpp.lo:
 
273
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
274
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
275
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
276
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
277
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
278
 
 
279
mostlyclean-libtool:
 
280
        -rm -f *.lo
 
281
 
 
282
clean-libtool:
 
283
        -rm -rf .libs _libs
 
284
 
 
285
distclean-libtool:
 
286
        -rm -f libtool
 
287
uninstall-info-am:
 
288
 
 
289
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
290
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
291
        unique=`for i in $$list; do \
 
292
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
293
          done | \
 
294
          $(AWK) '    { files[$$0] = 1; } \
 
295
               END { for (i in files) print i; }'`; \
 
296
        mkid -fID $$unique
 
297
tags: TAGS
 
298
 
 
299
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
300
                $(TAGS_FILES) $(LISP)
 
301
        tags=; \
 
302
        here=`pwd`; \
 
303
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
304
        unique=`for i in $$list; do \
 
305
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
306
          done | \
 
307
          $(AWK) '    { files[$$0] = 1; } \
 
308
               END { for (i in files) print i; }'`; \
 
309
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
310
          test -n "$$unique" || unique=$$empty_fix; \
 
311
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
312
            $$tags $$unique; \
 
313
        fi
 
314
ctags: CTAGS
 
315
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
316
                $(TAGS_FILES) $(LISP)
 
317
        tags=; \
 
318
        here=`pwd`; \
 
319
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
320
        unique=`for i in $$list; do \
 
321
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
322
          done | \
 
323
          $(AWK) '    { files[$$0] = 1; } \
 
324
               END { for (i in files) print i; }'`; \
 
325
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
326
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
327
             $$tags $$unique
 
328
 
 
329
GTAGS:
 
330
        here=`$(am__cd) $(top_builddir) && pwd` \
 
331
          && cd $(top_srcdir) \
 
332
          && gtags -i $(GTAGS_ARGS) $$here
 
333
 
 
334
distclean-tags:
 
335
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
336
 
 
337
distdir: $(DISTFILES)
 
338
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
339
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
340
        list='$(DISTFILES)'; for file in $$list; do \
 
341
          case $$file in \
 
342
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
343
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
344
          esac; \
 
345
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
346
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
347
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
348
            dir="/$$dir"; \
 
349
            $(mkdir_p) "$(distdir)$$dir"; \
 
350
          else \
 
351
            dir=''; \
 
352
          fi; \
 
353
          if test -d $$d/$$file; then \
 
354
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
355
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
356
            fi; \
 
357
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
358
          else \
 
359
            test -f $(distdir)/$$file \
 
360
            || cp -p $$d/$$file $(distdir)/$$file \
 
361
            || exit 1; \
 
362
          fi; \
 
363
        done
 
364
check-am: all-am
 
365
check: check-am
 
366
all-am: Makefile $(LIBRARIES)
 
367
installdirs:
 
368
install: install-am
 
369
install-exec: install-exec-am
 
370
install-data: install-data-am
 
371
uninstall: uninstall-am
 
372
 
 
373
install-am: all-am
 
374
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
375
 
 
376
installcheck: installcheck-am
 
377
install-strip:
 
378
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
379
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
380
          `test -z '$(STRIP)' || \
 
381
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
382
mostlyclean-generic:
 
383
 
 
384
clean-generic:
 
385
 
 
386
distclean-generic:
 
387
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
388
 
 
389
maintainer-clean-generic:
 
390
        @echo "This command is intended for maintainers to use"
 
391
        @echo "it deletes files that may require special tools to rebuild."
 
392
clean: clean-am
 
393
 
 
394
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
395
        mostlyclean-am
 
396
 
 
397
distclean: distclean-am
 
398
        -rm -rf ./$(DEPDIR)
 
399
        -rm -f Makefile
 
400
distclean-am: clean-am distclean-compile distclean-generic \
 
401
        distclean-libtool distclean-tags
 
402
 
 
403
dvi: dvi-am
 
404
 
 
405
dvi-am:
 
406
 
 
407
html: html-am
 
408
 
 
409
info: info-am
 
410
 
 
411
info-am:
 
412
 
 
413
install-data-am:
 
414
 
 
415
install-exec-am:
 
416
 
 
417
install-info: install-info-am
 
418
 
 
419
install-man:
 
420
 
 
421
installcheck-am:
 
422
 
 
423
maintainer-clean: maintainer-clean-am
 
424
        -rm -rf ./$(DEPDIR)
 
425
        -rm -f Makefile
 
426
maintainer-clean-am: distclean-am maintainer-clean-generic
 
427
 
 
428
mostlyclean: mostlyclean-am
 
429
 
 
430
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
431
        mostlyclean-libtool
 
432
 
 
433
pdf: pdf-am
 
434
 
 
435
pdf-am:
 
436
 
 
437
ps: ps-am
 
438
 
 
439
ps-am:
 
440
 
 
441
uninstall-am: uninstall-info-am
 
442
 
 
443
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
444
        clean-libtool clean-noinstLIBRARIES ctags distclean \
 
445
        distclean-compile distclean-generic distclean-libtool \
 
446
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
447
        install install-am install-data install-data-am install-exec \
 
448
        install-exec-am install-info install-info-am install-man \
 
449
        install-strip installcheck installcheck-am installdirs \
 
450
        maintainer-clean maintainer-clean-generic mostlyclean \
 
451
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
452
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
453
        uninstall-info-am
 
454
 
 
455
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
456
# Otherwise a system limit (for SysV at least) may be exceeded.
 
457
.NOEXPORT: