~ubuntu-branches/ubuntu/wily/easytag/wily

« back to all changes in this revision

Viewing changes to src/libapetag/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-10-11 17:07:47 UTC
  • mto: (8.1.4 sid)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20131011170747-uqvgtx7uyd046j7z
Tags: upstream-2.1.8
ImportĀ upstreamĀ versionĀ 2.1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
subdir = src/libapetag
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
 
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
 
CONFIG_HEADER = $(top_builddir)/config.h
45
 
CONFIG_CLEAN_FILES =
46
 
CONFIG_CLEAN_VPATH_FILES =
47
 
LIBRARIES = $(noinst_LIBRARIES)
48
 
ARFLAGS = cru
49
 
libapetag_a_AR = $(AR) $(ARFLAGS)
50
 
libapetag_a_LIBADD =
51
 
am_libapetag_a_OBJECTS = apetaglib.$(OBJEXT) is_tag.$(OBJEXT) \
52
 
        info_mac.$(OBJEXT) info_mpc.$(OBJEXT)
53
 
libapetag_a_OBJECTS = $(am_libapetag_a_OBJECTS)
54
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
55
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
56
 
am__depfiles_maybe = depfiles
57
 
am__mv = mv -f
58
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
60
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
61
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
62
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
 
CCLD = $(CC)
64
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
66
 
        $(LDFLAGS) -o $@
67
 
SOURCES = $(libapetag_a_SOURCES)
68
 
DIST_SOURCES = $(libapetag_a_SOURCES)
69
 
ETAGS = etags
70
 
CTAGS = ctags
71
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72
 
ACLOCAL = @ACLOCAL@
73
 
AMTAR = @AMTAR@
74
 
AR = @AR@
75
 
AUTOCONF = @AUTOCONF@
76
 
AUTOHEADER = @AUTOHEADER@
77
 
AUTOMAKE = @AUTOMAKE@
78
 
AWK = @AWK@
79
 
CATALOGS = @CATALOGS@
80
 
CATOBJEXT = @CATOBJEXT@
81
 
CC = @CC@
82
 
CCDEPMODE = @CCDEPMODE@
83
 
CFLAGS = @CFLAGS@ @GTK_CFLAGS@
84
 
CPP = @CPP@
85
 
CPPFLAGS = @CPPFLAGS@
86
 
CXX = @CXX@
87
 
CXXCPP = @CXXCPP@
88
 
CXXDEPMODE = @CXXDEPMODE@
89
 
CXXFLAGS = @CXXFLAGS@
90
 
CYGPATH_W = @CYGPATH_W@
91
 
DATADIRNAME = @DATADIRNAME@
92
 
DEFS = @DEFS@
93
 
DEPDIR = @DEPDIR@
94
 
DSYMUTIL = @DSYMUTIL@
95
 
DUMPBIN = @DUMPBIN@
96
 
ECHO_C = @ECHO_C@
97
 
ECHO_N = @ECHO_N@
98
 
ECHO_T = @ECHO_T@
99
 
EGREP = @EGREP@
100
 
EXEEXT = @EXEEXT@
101
 
FGREP = @FGREP@
102
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
103
 
GLIB_CFLAGS = @GLIB_CFLAGS@
104
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
105
 
GLIB_LIBS = @GLIB_LIBS@
106
 
GLIB_MKENUMS = @GLIB_MKENUMS@
107
 
GMOFILES = @GMOFILES@
108
 
GMSGFMT = @GMSGFMT@
109
 
GOBJECT_QUERY = @GOBJECT_QUERY@
110
 
GREP = @GREP@
111
 
GTK_CFLAGS = @GTK_CFLAGS@
112
 
GTK_LIBS = @GTK_LIBS@
113
 
INSTALL = @INSTALL@
114
 
INSTALL_DATA = @INSTALL_DATA@
115
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
116
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
117
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118
 
INSTOBJEXT = @INSTOBJEXT@
119
 
INTLLIBS = @INTLLIBS@
120
 
LD = @LD@
121
 
LDFLAGS = @LDFLAGS@
122
 
LIBOBJS = @LIBOBJS@
123
 
LIBS = @LIBS@
124
 
LIBTOOL = @LIBTOOL@
125
 
LIPO = @LIPO@
126
 
LN_S = @LN_S@
127
 
LTLIBOBJS = @LTLIBOBJS@
128
 
MAINT = @MAINT@
129
 
MAKEINFO = @MAKEINFO@
130
 
MKDIR_P = @MKDIR_P@
131
 
MKINSTALLDIRS = @MKINSTALLDIRS@
132
 
MSGFMT = @MSGFMT@
133
 
MSGFMT_OPTS = @MSGFMT_OPTS@
134
 
NM = @NM@
135
 
NMEDIT = @NMEDIT@
136
 
OBJDUMP = @OBJDUMP@
137
 
OBJEXT = @OBJEXT@
138
 
OGG_CFLAGS = @OGG_CFLAGS@
139
 
OGG_LIBS = @OGG_LIBS@
140
 
OTOOL = @OTOOL@
141
 
OTOOL64 = @OTOOL64@
142
 
PACKAGE = @PACKAGE@
143
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144
 
PACKAGE_NAME = @PACKAGE_NAME@
145
 
PACKAGE_STRING = @PACKAGE_STRING@
146
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
147
 
PACKAGE_URL = @PACKAGE_URL@
148
 
PACKAGE_VERSION = @PACKAGE_VERSION@
149
 
PATH_SEPARATOR = @PATH_SEPARATOR@
150
 
PKG_CONFIG = @PKG_CONFIG@
151
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
152
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
153
 
POFILES = @POFILES@
154
 
POSUB = @POSUB@
155
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
156
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
157
 
RANLIB = @RANLIB@
158
 
SED = @SED@
159
 
SET_MAKE = @SET_MAKE@
160
 
SHELL = @SHELL@
161
 
STRIP = @STRIP@
162
 
USE_NLS = @USE_NLS@
163
 
VERSION = @VERSION@
164
 
VORBIS_CFLAGS = @VORBIS_CFLAGS@
165
 
VORBIS_LIBS = @VORBIS_LIBS@
166
 
WAVPACK_CFLAGS = @WAVPACK_CFLAGS@
167
 
WAVPACK_LIBS = @WAVPACK_LIBS@
168
 
XGETTEXT = @XGETTEXT@
169
 
abs_builddir = @abs_builddir@
170
 
abs_srcdir = @abs_srcdir@
171
 
abs_top_builddir = @abs_top_builddir@
172
 
abs_top_srcdir = @abs_top_srcdir@
173
 
ac_ct_CC = @ac_ct_CC@
174
 
ac_ct_CXX = @ac_ct_CXX@
175
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
176
 
am__include = @am__include@
177
 
am__leading_dot = @am__leading_dot@
178
 
am__quote = @am__quote@
179
 
am__tar = @am__tar@
180
 
am__untar = @am__untar@
181
 
bindir = @bindir@
182
 
build = @build@
183
 
build_alias = @build_alias@
184
 
build_cpu = @build_cpu@
185
 
build_os = @build_os@
186
 
build_vendor = @build_vendor@
187
 
builddir = @builddir@
188
 
datadir = @datadir@
189
 
datarootdir = @datarootdir@
190
 
docdir = @docdir@
191
 
dvidir = @dvidir@
192
 
exec_prefix = @exec_prefix@
193
 
host = @host@
194
 
host_alias = @host_alias@
195
 
host_cpu = @host_cpu@
196
 
host_os = @host_os@
197
 
host_vendor = @host_vendor@
198
 
htmldir = @htmldir@
199
 
includedir = @includedir@
200
 
infodir = @infodir@
201
 
install_sh = @install_sh@
202
 
libdir = @libdir@
203
 
libexecdir = @libexecdir@
204
 
localedir = @localedir@
205
 
localstatedir = @localstatedir@
206
 
lt_ECHO = @lt_ECHO@
207
 
mandir = @mandir@
208
 
mkdir_p = @mkdir_p@
209
 
oldincludedir = @oldincludedir@
210
 
pdfdir = @pdfdir@
211
 
prefix = @prefix@
212
 
program_transform_name = @program_transform_name@
213
 
psdir = @psdir@
214
 
sbindir = @sbindir@
215
 
sharedstatedir = @sharedstatedir@
216
 
srcdir = @srcdir@
217
 
sysconfdir = @sysconfdir@
218
 
target_alias = @target_alias@
219
 
top_build_prefix = @top_build_prefix@
220
 
top_builddir = @top_builddir@
221
 
top_srcdir = @top_srcdir@
222
 
noinst_LIBRARIES = libapetag.a
223
 
INCLUDES = -DLOCALE=\"$(localedir)\"
224
 
libapetag_a_SOURCES = \
225
 
    apetaglib.c \
226
 
    apetaglib.h \
227
 
    is_tag.c \
228
 
    is_tag.h \
229
 
    info_mac.c \
230
 
    info_mac.h \
231
 
    info_mpc.c \
232
 
    info_mpc.h
233
 
 
234
 
EXTRA_DIST = \
235
 
    COPYING.LGPL \
236
 
    README.apetag \
237
 
    id3v2_read.c \
238
 
    id3v2_read.h
239
 
 
240
 
all: all-am
241
 
 
242
 
.SUFFIXES:
243
 
.SUFFIXES: .c .lo .o .obj
244
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
245
 
        @for dep in $?; do \
246
 
          case '$(am__configure_deps)' in \
247
 
            *$$dep*) \
248
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
249
 
                && { if test -f $@; then exit 0; else break; fi; }; \
250
 
              exit 1;; \
251
 
          esac; \
252
 
        done; \
253
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libapetag/Makefile'; \
254
 
        $(am__cd) $(top_srcdir) && \
255
 
          $(AUTOMAKE) --foreign src/libapetag/Makefile
256
 
.PRECIOUS: Makefile
257
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258
 
        @case '$?' in \
259
 
          *config.status*) \
260
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261
 
          *) \
262
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264
 
        esac;
265
 
 
266
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
 
 
269
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
270
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
272
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
 
$(am__aclocal_m4_deps):
274
 
 
275
 
clean-noinstLIBRARIES:
276
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
277
 
libapetag.a: $(libapetag_a_OBJECTS) $(libapetag_a_DEPENDENCIES) 
278
 
        -rm -f libapetag.a
279
 
        $(libapetag_a_AR) libapetag.a $(libapetag_a_OBJECTS) $(libapetag_a_LIBADD)
280
 
        $(RANLIB) libapetag.a
281
 
 
282
 
mostlyclean-compile:
283
 
        -rm -f *.$(OBJEXT)
284
 
 
285
 
distclean-compile:
286
 
        -rm -f *.tab.c
287
 
 
288
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apetaglib.Po@am__quote@
289
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info_mac.Po@am__quote@
290
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info_mpc.Po@am__quote@
291
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_tag.Po@am__quote@
292
 
 
293
 
.c.o:
294
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
295
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
296
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
297
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
299
 
 
300
 
.c.obj:
301
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
302
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
303
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
304
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
306
 
 
307
 
.c.lo:
308
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
309
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
310
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
311
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
313
 
 
314
 
mostlyclean-libtool:
315
 
        -rm -f *.lo
316
 
 
317
 
clean-libtool:
318
 
        -rm -rf .libs _libs
319
 
 
320
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
321
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322
 
        unique=`for i in $$list; do \
323
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324
 
          done | \
325
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
327
 
        mkid -fID $$unique
328
 
tags: TAGS
329
 
 
330
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331
 
                $(TAGS_FILES) $(LISP)
332
 
        set x; \
333
 
        here=`pwd`; \
334
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
335
 
        unique=`for i in $$list; do \
336
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337
 
          done | \
338
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
339
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
340
 
        shift; \
341
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
342
 
          test -n "$$unique" || unique=$$empty_fix; \
343
 
          if test $$# -gt 0; then \
344
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
345
 
              "$$@" $$unique; \
346
 
          else \
347
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
348
 
              $$unique; \
349
 
          fi; \
350
 
        fi
351
 
ctags: CTAGS
352
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
353
 
                $(TAGS_FILES) $(LISP)
354
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
355
 
        unique=`for i in $$list; do \
356
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357
 
          done | \
358
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
360
 
        test -z "$(CTAGS_ARGS)$$unique" \
361
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
362
 
             $$unique
363
 
 
364
 
GTAGS:
365
 
        here=`$(am__cd) $(top_builddir) && pwd` \
366
 
          && $(am__cd) $(top_srcdir) \
367
 
          && gtags -i $(GTAGS_ARGS) "$$here"
368
 
 
369
 
distclean-tags:
370
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
371
 
 
372
 
distdir: $(DISTFILES)
373
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
374
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
375
 
        list='$(DISTFILES)'; \
376
 
          dist_files=`for file in $$list; do echo $$file; done | \
377
 
          sed -e "s|^$$srcdirstrip/||;t" \
378
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
379
 
        case $$dist_files in \
380
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
381
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
382
 
                           sort -u` ;; \
383
 
        esac; \
384
 
        for file in $$dist_files; do \
385
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
386
 
          if test -d $$d/$$file; then \
387
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
388
 
            if test -d "$(distdir)/$$file"; then \
389
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
390
 
            fi; \
391
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
392
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
393
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
394
 
            fi; \
395
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
396
 
          else \
397
 
            test -f "$(distdir)/$$file" \
398
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
399
 
            || exit 1; \
400
 
          fi; \
401
 
        done
402
 
check-am: all-am
403
 
check: check-am
404
 
all-am: Makefile $(LIBRARIES)
405
 
installdirs:
406
 
install: install-am
407
 
install-exec: install-exec-am
408
 
install-data: install-data-am
409
 
uninstall: uninstall-am
410
 
 
411
 
install-am: all-am
412
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
413
 
 
414
 
installcheck: installcheck-am
415
 
install-strip:
416
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
417
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
418
 
          `test -z '$(STRIP)' || \
419
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
420
 
mostlyclean-generic:
421
 
 
422
 
clean-generic:
423
 
 
424
 
distclean-generic:
425
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
426
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
427
 
 
428
 
maintainer-clean-generic:
429
 
        @echo "This command is intended for maintainers to use"
430
 
        @echo "it deletes files that may require special tools to rebuild."
431
 
clean: clean-am
432
 
 
433
 
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
434
 
        mostlyclean-am
435
 
 
436
 
distclean: distclean-am
437
 
        -rm -rf ./$(DEPDIR)
438
 
        -rm -f Makefile
439
 
distclean-am: clean-am distclean-compile distclean-generic \
440
 
        distclean-tags
441
 
 
442
 
dvi: dvi-am
443
 
 
444
 
dvi-am:
445
 
 
446
 
html: html-am
447
 
 
448
 
html-am:
449
 
 
450
 
info: info-am
451
 
 
452
 
info-am:
453
 
 
454
 
install-data-am:
455
 
 
456
 
install-dvi: install-dvi-am
457
 
 
458
 
install-dvi-am:
459
 
 
460
 
install-exec-am:
461
 
 
462
 
install-html: install-html-am
463
 
 
464
 
install-html-am:
465
 
 
466
 
install-info: install-info-am
467
 
 
468
 
install-info-am:
469
 
 
470
 
install-man:
471
 
 
472
 
install-pdf: install-pdf-am
473
 
 
474
 
install-pdf-am:
475
 
 
476
 
install-ps: install-ps-am
477
 
 
478
 
install-ps-am:
479
 
 
480
 
installcheck-am:
481
 
 
482
 
maintainer-clean: maintainer-clean-am
483
 
        -rm -rf ./$(DEPDIR)
484
 
        -rm -f Makefile
485
 
maintainer-clean-am: distclean-am maintainer-clean-generic
486
 
 
487
 
mostlyclean: mostlyclean-am
488
 
 
489
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
490
 
        mostlyclean-libtool
491
 
 
492
 
pdf: pdf-am
493
 
 
494
 
pdf-am:
495
 
 
496
 
ps: ps-am
497
 
 
498
 
ps-am:
499
 
 
500
 
uninstall-am:
501
 
 
502
 
.MAKE: install-am install-strip
503
 
 
504
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
505
 
        clean-libtool clean-noinstLIBRARIES ctags distclean \
506
 
        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-dvi \
509
 
        install-dvi-am install-exec install-exec-am install-html \
510
 
        install-html-am install-info install-info-am install-man \
511
 
        install-pdf install-pdf-am install-ps install-ps-am \
512
 
        install-strip installcheck installcheck-am installdirs \
513
 
        maintainer-clean maintainer-clean-generic mostlyclean \
514
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
515
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
516
 
 
517
 
 
518
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
519
 
# Otherwise a system limit (for SysV at least) may be exceeded.
520
 
.NOEXPORT: