~ubuntu-branches/ubuntu/trusty/normalize-audio/trusty

« back to all changes in this revision

Viewing changes to nid3lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eduardo Marcel Macan
  • Date: 2004-06-28 23:01:43 UTC
  • Revision ID: james.westby@ubuntu.com-20040628230143-eof1x49dgpeupu9v
Tags: 0.7.6-4
* xmms-normalize was buggy, unsupported and depended on old gtk. It's not being generated anymore. Use xmms-volnorm instead.
* README.Debian now contains information (closes:#254767)
* Package renamed to normalize-audio (closes: #250390)
* GNU config automated update: config.sub (20010907 to 20040312),
  config.guess (20010904 to 20040312)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.3 from Makefile.am.
2
 
# @configure_input@
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3
2
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
6
4
# This Makefile.in is free software; the Free Software Foundation
7
5
# gives unlimited permission to copy and/or distribute it,
8
6
# with or without modifications, as long as this notice is preserved.
12
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
11
# PARTICULAR PURPOSE.
14
12
 
15
 
@SET_MAKE@
 
13
 
16
14
SHELL = @SHELL@
17
15
 
18
16
srcdir = @srcdir@
33
31
mandir = @mandir@
34
32
includedir = @includedir@
35
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
36
37
pkgdatadir = $(datadir)/@PACKAGE@
37
38
pkglibdir = $(libdir)/@PACKAGE@
38
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
39
41
top_builddir = ..
40
42
 
41
43
ACLOCAL = @ACLOCAL@
43
45
AUTOMAKE = @AUTOMAKE@
44
46
AUTOHEADER = @AUTOHEADER@
45
47
 
46
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
48
INSTALL = @INSTALL@
48
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
49
50
INSTALL_DATA = @INSTALL_DATA@
50
 
install_sh_DATA = $(install_sh) -c -m 644
51
 
install_sh_PROGRAM = $(install_sh) -c
52
 
install_sh_SCRIPT = $(install_sh) -c
53
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
 
INSTALL_HEADER = $(INSTALL_DATA)
55
52
transform = @program_transform_name@
 
53
 
56
54
NORMAL_INSTALL = :
57
55
PRE_INSTALL = :
58
56
POST_INSTALL = :
61
59
POST_UNINSTALL = :
62
60
host_alias = @host_alias@
63
61
host_triplet = @host@
64
 
 
65
 
EXEEXT = @EXEEXT@
66
 
OBJEXT = @OBJEXT@
67
 
PATH_SEPARATOR = @PATH_SEPARATOR@
68
62
AMTAR = @AMTAR@
69
63
AS = @AS@
70
64
AUDIOFILE_CFLAGS = @AUDIOFILE_CFLAGS@
78
72
DEPDIR = @DEPDIR@
79
73
DLLTOOL = @DLLTOOL@
80
74
ECHO = @ECHO@
 
75
EXEEXT = @EXEEXT@
81
76
FLACDECODE = @FLACDECODE@
82
77
FLACENCODE = @FLACENCODE@
83
78
GENCAT = @GENCAT@
105
100
LTLIBICONV = @LTLIBICONV@
106
101
LTLIBINTL = @LTLIBINTL@
107
102
MADLIBS = @MADLIBS@
 
103
MAKEINFO = @MAKEINFO@
108
104
METAFLAC = @METAFLAC@
109
105
MKINSTALLDIRS = @MKINSTALLDIRS@
110
106
MP3DECODE = @MP3DECODE@
111
107
MP3ENCODE = @MP3ENCODE@
112
108
OBJDUMP = @OBJDUMP@
 
109
OBJEXT = @OBJEXT@
113
110
OGGDECODE = @OGGDECODE@
114
111
OGGENCODE = @OGGENCODE@
115
112
PACKAGE = @PACKAGE@
139
136
 
140
137
noinst_LIBRARIES = libnid3.a
141
138
 
142
 
libnid3_a_SOURCES = comment.c frame_desc.c genre.c image.c nid3.c \
143
 
        nid3.h nid3P.h rva.c simple.c text.c versions.c write.c
 
139
libnid3_a_SOURCES = comment.c frame_desc.c genre.c image.c nid3.c       nid3.h nid3P.h rva.c simple.c text.c versions.c write.c
144
140
 
145
 
subdir = nid3lib
146
141
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
147
 
CONFIG_HEADER = $(top_builddir)/config.h
148
 
CONFIG_CLEAN_FILES =
149
 
LIBRARIES = $(noinst_LIBRARIES)
150
 
 
151
 
libnid3_a_AR = $(AR) cru
152
 
libnid3_a_LIBADD =
153
 
am_libnid3_a_OBJECTS = comment.$(OBJEXT) frame_desc.$(OBJEXT) \
154
 
        genre.$(OBJEXT) image.$(OBJEXT) nid3.$(OBJEXT) rva.$(OBJEXT) \
155
 
        simple.$(OBJEXT) text.$(OBJEXT) versions.$(OBJEXT) \
156
 
        write.$(OBJEXT)
157
 
libnid3_a_OBJECTS = $(am_libnid3_a_OBJECTS)
158
 
 
159
 
DEFS = @DEFS@
160
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
142
CONFIG_HEADER = ../config.h
 
143
CONFIG_CLEAN_FILES = 
 
144
LIBRARIES =  $(noinst_LIBRARIES)
 
145
 
 
146
 
 
147
DEFS = @DEFS@ -I. -I$(srcdir) -I..
161
148
CPPFLAGS = @CPPFLAGS@
162
149
LDFLAGS = @LDFLAGS@
163
150
LIBS = @LIBS@
164
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
165
 
am__depfiles_maybe = depfiles
166
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/comment.Po ./$(DEPDIR)/frame_desc.Po \
167
 
@AMDEP_TRUE@    ./$(DEPDIR)/genre.Po ./$(DEPDIR)/image.Po \
168
 
@AMDEP_TRUE@    ./$(DEPDIR)/nid3.Po ./$(DEPDIR)/rva.Po \
169
 
@AMDEP_TRUE@    ./$(DEPDIR)/simple.Po ./$(DEPDIR)/text.Po \
170
 
@AMDEP_TRUE@    ./$(DEPDIR)/versions.Po ./$(DEPDIR)/write.Po
171
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
172
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
174
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
151
libnid3_a_LIBADD = 
 
152
libnid3_a_OBJECTS =  comment.$(OBJEXT) frame_desc.$(OBJEXT) \
 
153
genre.$(OBJEXT) image.$(OBJEXT) nid3.$(OBJEXT) rva.$(OBJEXT) \
 
154
simple.$(OBJEXT) text.$(OBJEXT) versions.$(OBJEXT) write.$(OBJEXT)
 
155
AR = ar
 
156
CFLAGS = @CFLAGS@
 
157
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
158
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
175
159
CCLD = $(CC)
176
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
177
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
178
 
CFLAGS = @CFLAGS@
179
 
DIST_SOURCES = $(libnid3_a_SOURCES)
180
 
DIST_COMMON = Makefile.am Makefile.in
 
160
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
161
DIST_COMMON =  Makefile.am Makefile.in
 
162
 
 
163
 
 
164
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
165
 
 
166
TAR = tar
 
167
GZIP_ENV = --best
 
168
DEP_FILES =  .deps/comment.P .deps/frame_desc.P .deps/genre.P \
 
169
.deps/image.P .deps/nid3.P .deps/rva.P .deps/simple.P .deps/text.P \
 
170
.deps/versions.P .deps/write.P
181
171
SOURCES = $(libnid3_a_SOURCES)
182
 
 
183
 
all: all-am
184
 
 
 
172
OBJECTS = $(libnid3_a_OBJECTS)
 
173
 
 
174
all: all-redirect
185
175
.SUFFIXES:
186
 
.SUFFIXES: .c .lo .o .obj
187
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
188
 
        cd $(top_srcdir) && \
189
 
          $(AUTOMAKE) --foreign  nid3lib/Makefile
190
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
191
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
192
 
 
193
 
AR = ar
 
176
.SUFFIXES: .S .c .lo .o .obj .s
 
177
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
178
        cd $(top_srcdir) && $(AUTOMAKE) --gnu nid3lib/Makefile
 
179
 
 
180
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
 
181
        cd $(top_builddir) \
 
182
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
183
 
 
184
 
 
185
mostlyclean-noinstLIBRARIES:
194
186
 
195
187
clean-noinstLIBRARIES:
196
188
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
197
 
libnid3.a: $(libnid3_a_OBJECTS) $(libnid3_a_DEPENDENCIES) 
198
 
        -rm -f libnid3.a
199
 
        $(libnid3_a_AR) libnid3.a $(libnid3_a_OBJECTS) $(libnid3_a_LIBADD)
200
 
        $(RANLIB) libnid3.a
 
189
 
 
190
distclean-noinstLIBRARIES:
 
191
 
 
192
maintainer-clean-noinstLIBRARIES:
 
193
 
 
194
# FIXME: We should only use cygpath when building on Windows,
 
195
# and only if it is available.
 
196
.c.obj:
 
197
        $(COMPILE) -c `cygpath -w $<`
 
198
 
 
199
.s.o:
 
200
        $(COMPILE) -c $<
 
201
 
 
202
.S.o:
 
203
        $(COMPILE) -c $<
201
204
 
202
205
mostlyclean-compile:
203
 
        -rm -f *.$(OBJEXT) core *.core
 
206
        -rm -f *.o core *.core
 
207
        -rm -f *.$(OBJEXT)
 
208
 
 
209
clean-compile:
204
210
 
205
211
distclean-compile:
206
212
        -rm -f *.tab.c
207
213
 
208
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comment.Po@am__quote@
209
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame_desc.Po@am__quote@
210
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genre.Po@am__quote@
211
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@
212
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nid3.Po@am__quote@
213
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rva.Po@am__quote@
214
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Po@am__quote@
215
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text.Po@am__quote@
216
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/versions.Po@am__quote@
217
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write.Po@am__quote@
218
 
 
219
 
distclean-depend:
220
 
        -rm -rf ./$(DEPDIR)
221
 
 
222
 
.c.o:
223
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
224
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
225
 
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
226
 
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
227
 
 
228
 
.c.obj:
229
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
230
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
231
 
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
232
 
        $(COMPILE) -c `cygpath -w $<`
233
 
 
234
 
.c.lo:
235
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
236
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
237
 
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
238
 
        $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
239
 
CCDEPMODE = @CCDEPMODE@
 
214
maintainer-clean-compile:
 
215
 
 
216
.s.lo:
 
217
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
218
 
 
219
.S.lo:
 
220
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
240
221
 
241
222
mostlyclean-libtool:
242
223
        -rm -f *.lo
245
226
        -rm -rf .libs _libs
246
227
 
247
228
distclean-libtool:
248
 
        -rm -f libtool
249
 
uninstall-info-am:
250
 
 
251
 
ETAGS = etags
252
 
ETAGSFLAGS =
 
229
 
 
230
maintainer-clean-libtool:
 
231
 
 
232
libnid3.a: $(libnid3_a_OBJECTS) $(libnid3_a_DEPENDENCIES)
 
233
        -rm -f libnid3.a
 
234
        $(AR) cru libnid3.a $(libnid3_a_OBJECTS) $(libnid3_a_LIBADD)
 
235
        $(RANLIB) libnid3.a
253
236
 
254
237
tags: TAGS
255
238
 
256
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
257
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
258
 
        unique=`for i in $$list; do \
259
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
260
 
          done | \
261
 
          $(AWK) '    { files[$$0] = 1; } \
 
239
ID: $(HEADERS) $(SOURCES) $(LISP)
 
240
        list='$(SOURCES) $(HEADERS)'; \
 
241
        unique=`for i in $$list; do echo $$i; done | \
 
242
          awk '    { files[$$0] = 1; } \
262
243
               END { for (i in files) print i; }'`; \
263
 
        mkid -fID $$unique
 
244
        here=`pwd` && cd $(srcdir) \
 
245
          && mkid -f$$here/ID $$unique $(LISP)
264
246
 
265
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
266
 
                $(TAGS_FILES) $(LISP)
 
247
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
267
248
        tags=; \
268
249
        here=`pwd`; \
269
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
270
 
        unique=`for i in $$list; do \
271
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272
 
          done | \
273
 
          $(AWK) '    { files[$$0] = 1; } \
 
250
        list='$(SOURCES) $(HEADERS)'; \
 
251
        unique=`for i in $$list; do echo $$i; done | \
 
252
          awk '    { files[$$0] = 1; } \
274
253
               END { for (i in files) print i; }'`; \
275
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
276
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
277
 
             $$tags $$unique
278
 
 
279
 
GTAGS:
280
 
        here=`$(am__cd) $(top_builddir) && pwd` \
281
 
          && cd $(top_srcdir) \
282
 
          && gtags -i $(GTAGS_ARGS) $$here
 
254
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
255
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
 
256
 
 
257
mostlyclean-tags:
 
258
 
 
259
clean-tags:
283
260
 
284
261
distclean-tags:
285
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
286
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
287
 
 
288
 
top_distdir = ..
289
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
262
        -rm -f TAGS ID
 
263
 
 
264
maintainer-clean-tags:
 
265
 
 
266
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
267
 
 
268
subdir = nid3lib
290
269
 
291
270
distdir: $(DISTFILES)
292
 
        @list='$(DISTFILES)'; for file in $$list; do \
293
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
294
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
295
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
296
 
            dir="/$$dir"; \
297
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
298
 
          else \
299
 
            dir=''; \
300
 
          fi; \
 
271
        here=`cd $(top_builddir) && pwd`; \
 
272
        top_distdir=`cd $(top_distdir) && pwd`; \
 
273
        distdir=`cd $(distdir) && pwd`; \
 
274
        cd $(top_srcdir) \
 
275
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nid3lib/Makefile
 
276
        @for file in $(DISTFILES); do \
 
277
          d=$(srcdir); \
301
278
          if test -d $$d/$$file; then \
302
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
303
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
304
 
            fi; \
305
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
279
            cp -pr $$d/$$file $(distdir)/$$file; \
306
280
          else \
307
281
            test -f $(distdir)/$$file \
308
 
            || cp -p $$d/$$file $(distdir)/$$file \
309
 
            || exit 1; \
 
282
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
283
            || cp -p $$d/$$file $(distdir)/$$file || :; \
310
284
          fi; \
311
285
        done
 
286
 
 
287
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
288
 
 
289
-include $(DEP_FILES)
 
290
 
 
291
mostlyclean-depend:
 
292
 
 
293
clean-depend:
 
294
 
 
295
distclean-depend:
 
296
        -rm -rf .deps
 
297
 
 
298
maintainer-clean-depend:
 
299
 
 
300
%.o: %.c
 
301
        @echo '$(COMPILE) -c $<'; \
 
302
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
303
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
 
304
        tr ' ' '\012' < .deps/$(*F).pp \
 
305
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
306
            >> .deps/$(*F).P; \
 
307
        rm .deps/$(*F).pp
 
308
 
 
309
%.lo: %.c
 
310
        @echo '$(LTCOMPILE) -c $<'; \
 
311
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
312
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
 
313
          < .deps/$(*F).pp > .deps/$(*F).P; \
 
314
        tr ' ' '\012' < .deps/$(*F).pp \
 
315
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
316
            >> .deps/$(*F).P; \
 
317
        rm -f .deps/$(*F).pp
 
318
info-am:
 
319
info: info-am
 
320
dvi-am:
 
321
dvi: dvi-am
312
322
check-am: all-am
313
323
check: check-am
314
 
all-am: Makefile $(LIBRARIES)
315
 
 
316
 
installdirs:
317
 
 
318
 
install: install-am
 
324
installcheck-am:
 
325
installcheck: installcheck-am
 
326
install-exec-am:
319
327
install-exec: install-exec-am
 
328
 
 
329
install-data-am:
320
330
install-data: install-data-am
321
 
uninstall: uninstall-am
322
331
 
323
332
install-am: all-am
324
333
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
325
 
 
326
 
installcheck: installcheck-am
 
334
install: install-am
 
335
uninstall-am:
 
336
uninstall: uninstall-am
 
337
all-am: Makefile $(LIBRARIES)
 
338
all-redirect: all-am
327
339
install-strip:
328
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
329
 
          INSTALL_STRIP_FLAG=-s \
330
 
          `test -z '$(STRIP)' || \
331
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
340
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
341
installdirs:
 
342
 
 
343
 
332
344
mostlyclean-generic:
333
345
 
334
346
clean-generic:
335
347
 
336
348
distclean-generic:
337
349
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
350
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
338
351
 
339
352
maintainer-clean-generic:
340
 
        @echo "This command is intended for maintainers to use"
341
 
        @echo "it deletes files that may require special tools to rebuild."
 
353
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
 
354
                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
 
355
                mostlyclean-generic
 
356
 
 
357
mostlyclean: mostlyclean-am
 
358
 
 
359
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
 
360
                clean-depend clean-generic mostlyclean-am
 
361
 
342
362
clean: clean-am
343
363
 
344
 
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
345
 
        mostlyclean-am
 
364
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
 
365
                distclean-libtool distclean-tags distclean-depend \
 
366
                distclean-generic clean-am
 
367
        -rm -f libtool
346
368
 
347
369
distclean: distclean-am
348
370
 
349
 
distclean-am: clean-am distclean-compile distclean-depend \
350
 
        distclean-generic distclean-libtool distclean-tags
351
 
 
352
 
dvi: dvi-am
353
 
 
354
 
dvi-am:
355
 
 
356
 
info: info-am
357
 
 
358
 
info-am:
359
 
 
360
 
install-data-am:
361
 
 
362
 
install-exec-am:
363
 
 
364
 
install-info: install-info-am
365
 
 
366
 
install-man:
367
 
 
368
 
installcheck-am:
 
371
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
 
372
                maintainer-clean-compile maintainer-clean-libtool \
 
373
                maintainer-clean-tags maintainer-clean-depend \
 
374
                maintainer-clean-generic distclean-am
 
375
        @echo "This command is intended for maintainers to use;"
 
376
        @echo "it deletes files that may require special tools to rebuild."
369
377
 
370
378
maintainer-clean: maintainer-clean-am
371
379
 
372
 
maintainer-clean-am: distclean-am maintainer-clean-generic
373
 
 
374
 
mostlyclean: mostlyclean-am
375
 
 
376
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
377
 
        mostlyclean-libtool
378
 
 
379
 
uninstall-am: uninstall-info-am
380
 
 
381
 
.PHONY: GTAGS all all-am check check-am clean clean-generic \
382
 
        clean-libtool clean-noinstLIBRARIES distclean distclean-compile \
383
 
        distclean-depend distclean-generic distclean-libtool \
384
 
        distclean-tags distdir dvi dvi-am info info-am install \
385
 
        install-am install-data install-data-am install-exec \
386
 
        install-exec-am install-info install-info-am install-man \
387
 
        install-strip installcheck installcheck-am installdirs \
388
 
        maintainer-clean maintainer-clean-generic mostlyclean \
389
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
390
 
        tags uninstall uninstall-am uninstall-info-am
 
380
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
 
381
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 
382
mostlyclean-compile distclean-compile clean-compile \
 
383
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
 
384
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
 
385
distclean-tags clean-tags maintainer-clean-tags distdir \
 
386
mostlyclean-depend distclean-depend clean-depend \
 
387
maintainer-clean-depend info-am info dvi-am dvi check check-am \
 
388
installcheck-am installcheck install-exec-am install-exec \
 
389
install-data-am install-data install-am install uninstall-am uninstall \
 
390
all-redirect all-am all installdirs mostlyclean-generic \
 
391
distclean-generic clean-generic maintainer-clean-generic clean \
 
392
mostlyclean distclean maintainer-clean
 
393
 
391
394
 
392
395
# Tell versions [3.59,3.63) of GNU make to not export all variables.
393
396
# Otherwise a system limit (for SysV at least) may be exceeded.