1# Makefile.in generated by automake 1.6.2 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
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# Copyright (C) 1999 Scott Thomas Haug <scott@id3.org>
18# Copyright (C) 2002 Thijmen Klok <thijmen@id3lib.org>
19#
20# This file is free software; as a special exception the author gives
21# unlimited permission to copy and/or distribute it, with or without
22# modifications, as long as this notice is preserved.
23#
24# This program is distributed in the hope that it will be useful, but
25# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
26# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27SHELL = @SHELL@
28
29srcdir = @srcdir@
30top_srcdir = @top_srcdir@
31VPATH = @srcdir@
32prefix = @prefix@
33exec_prefix = @exec_prefix@
34
35bindir = @bindir@
36sbindir = @sbindir@
37libexecdir = @libexecdir@
38datadir = @datadir@
39sysconfdir = @sysconfdir@
40sharedstatedir = @sharedstatedir@
41localstatedir = @localstatedir@
42libdir = @libdir@
43infodir = @infodir@
44mandir = @mandir@
45includedir = @includedir@
46oldincludedir = /usr/include
47pkgdatadir = $(datadir)/@PACKAGE@
48pkglibdir = $(libdir)/@PACKAGE@
49pkgincludedir = $(includedir)/@PACKAGE@
50top_builddir = ..
51
52ACLOCAL = @ACLOCAL@
53AUTOCONF = @AUTOCONF@
54AUTOMAKE = @AUTOMAKE@
55AUTOHEADER = @AUTOHEADER@
56
57am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
58INSTALL = @INSTALL@
59INSTALL_PROGRAM = @INSTALL_PROGRAM@
60INSTALL_DATA = @INSTALL_DATA@
61install_sh_DATA = $(install_sh) -c -m 644
62install_sh_PROGRAM = $(install_sh) -c
63install_sh_SCRIPT = $(install_sh) -c
64INSTALL_SCRIPT = @INSTALL_SCRIPT@
65INSTALL_HEADER = $(INSTALL_DATA)
66transform = @program_transform_name@
67NORMAL_INSTALL = :
68PRE_INSTALL = :
69POST_INSTALL = :
70NORMAL_UNINSTALL = :
71PRE_UNINSTALL = :
72POST_UNINSTALL = :
73host_alias = @host_alias@
74host_triplet = @host@
75
76EXEEXT = @EXEEXT@
77OBJEXT = @OBJEXT@
78PATH_SEPARATOR = @PATH_SEPARATOR@
79AMTAR = @AMTAR@
80AS = @AS@
81AWK = @AWK@
82CC = @CC@
83CXX = @CXX@
84CXXCPP = @CXXCPP@
85DEPDIR = @DEPDIR@
86DLLTOOL = @DLLTOOL@
87DOX_DIR_HTML = @DOX_DIR_HTML@
88DOX_DIR_LATEX = @DOX_DIR_LATEX@
89DOX_DIR_MAN = @DOX_DIR_MAN@
90DOX_DIR_RTF = @DOX_DIR_RTF@
91ECHO = @ECHO@
92ID3LIB_BINARY_AGE = @ID3LIB_BINARY_AGE@
93ID3LIB_DEBUG_FLAGS = @ID3LIB_DEBUG_FLAGS@
94ID3LIB_FULLNAME = @ID3LIB_FULLNAME@
95ID3LIB_INTERFACE_AGE = @ID3LIB_INTERFACE_AGE@
96ID3LIB_MAJOR_VERSION = @ID3LIB_MAJOR_VERSION@
97ID3LIB_MINOR_VERSION = @ID3LIB_MINOR_VERSION@
98ID3LIB_NAME = @ID3LIB_NAME@
99ID3LIB_PATCH_VERSION = @ID3LIB_PATCH_VERSION@
100ID3LIB_VERSION = @ID3LIB_VERSION@
101INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102LIBTOOL = @LIBTOOL@
103LN_S = @LN_S@
104LT_AGE = @LT_AGE@
105LT_CURRENT = @LT_CURRENT@
106LT_RELEASE = @LT_RELEASE@
107LT_REVISION = @LT_REVISION@
108MAINT = @MAINT@
109OBJDUMP = @OBJDUMP@
110PACKAGE = @PACKAGE@
111RANLIB = @RANLIB@
112STRIP = @STRIP@
113VERSION = @VERSION@
114am__include = @am__include@
115am__quote = @am__quote@
116cxxflags_set = @cxxflags_set@
117install_sh = @install_sh@
118
119LT_VERSION = $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
120
121@ID3_NEEDZLIB_TRUE@zlib_include = -I$(top_srcdir)/zlib/include
122@ID3_NEEDZLIB_FALSE@zlib_include =
123
124INCLUDES = \
125  @ID3LIB_DEBUG_FLAGS@ -I$(top_srcdir)/include/id3 -I$(top_srcdir)/include $(zlib_include)
126
127
128noinst_HEADERS = \
129  field_def.h                   \
130  field_impl.h                  \
131  flags.h                       \
132  frame_def.h                   \
133  frame_impl.h                  \
134  header.h                      \
135  header_frame.h                \
136  header_tag.h                  \
137  mp3_header.h                  \
138  tag_impl.h                    \
139  spec.h
140
141
142id3lib_sources = \
143  c_wrapper.cpp                 \
144  field.cpp                     \
145  field_binary.cpp              \
146  field_integer.cpp             \
147  field_string_ascii.cpp        \
148  field_string_unicode.cpp      \
149  frame.cpp                     \
150  frame_impl.cpp                \
151  frame_parse.cpp               \
152  frame_render.cpp              \
153  globals.cpp                   \
154  header.cpp                    \
155  header_frame.cpp              \
156  header_tag.cpp                \
157  helpers.cpp                   \
158  io.cpp                        \
159  io_decorators.cpp             \
160  io_helpers.cpp                \
161  misc_support.cpp              \
162  mp3_parse.cpp                 \
163  readers.cpp                   \
164  spec.cpp                      \
165  tag.cpp                       \
166  tag_file.cpp                  \
167  tag_find.cpp                  \
168  tag_impl.cpp                  \
169  tag_parse.cpp                 \
170  tag_parse_lyrics3.cpp         \
171  tag_parse_musicmatch.cpp      \
172  tag_parse_v1.cpp              \
173  tag_render.cpp                \
174  utils.cpp                     \
175  writers.cpp
176
177
178lib_LTLIBRARIES = libid3.la
179
180libid3_la_SOURCES = $(id3lib_sources)
181
182@ID3_NEEDZLIB_TRUE@LDADD = $(top_builddir)/zlib/src/libz.la
183
184libid3_la_LDFLAGS = \
185  -version-info $(LT_VERSION) \
186  -release $(LT_RELEASE) \
187  -export-dynamic
188
189subdir = src
190mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
191CONFIG_HEADER = $(top_builddir)/config.h
192CONFIG_CLEAN_FILES =
193LTLIBRARIES = $(lib_LTLIBRARIES)
194
195libid3_la_LIBADD =
196am__objects_1 = c_wrapper.lo field.lo field_binary.lo field_integer.lo \
197	field_string_ascii.lo field_string_unicode.lo frame.lo \
198	frame_impl.lo frame_parse.lo frame_render.lo globals.lo \
199	header.lo header_frame.lo header_tag.lo helpers.lo io.lo \
200	io_decorators.lo io_helpers.lo misc_support.lo mp3_parse.lo \
201	readers.lo spec.lo tag.lo tag_file.lo tag_find.lo tag_impl.lo \
202	tag_parse.lo tag_parse_lyrics3.lo tag_parse_musicmatch.lo \
203	tag_parse_v1.lo tag_render.lo utils.lo writers.lo
204am_libid3_la_OBJECTS = $(am__objects_1)
205libid3_la_OBJECTS = $(am_libid3_la_OBJECTS)
206
207DEFS = @DEFS@
208DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
209CPPFLAGS = @CPPFLAGS@
210LDFLAGS = @LDFLAGS@
211LIBS = @LIBS@
212depcomp = $(SHELL) $(top_srcdir)/depcomp
213am__depfiles_maybe = depfiles
214@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/c_wrapper.Plo ./$(DEPDIR)/field.Plo \
215@AMDEP_TRUE@	./$(DEPDIR)/field_binary.Plo \
216@AMDEP_TRUE@	./$(DEPDIR)/field_integer.Plo \
217@AMDEP_TRUE@	./$(DEPDIR)/field_string_ascii.Plo \
218@AMDEP_TRUE@	./$(DEPDIR)/field_string_unicode.Plo \
219@AMDEP_TRUE@	./$(DEPDIR)/frame.Plo ./$(DEPDIR)/frame_impl.Plo \
220@AMDEP_TRUE@	./$(DEPDIR)/frame_parse.Plo \
221@AMDEP_TRUE@	./$(DEPDIR)/frame_render.Plo \
222@AMDEP_TRUE@	./$(DEPDIR)/globals.Plo ./$(DEPDIR)/header.Plo \
223@AMDEP_TRUE@	./$(DEPDIR)/header_frame.Plo \
224@AMDEP_TRUE@	./$(DEPDIR)/header_tag.Plo ./$(DEPDIR)/helpers.Plo \
225@AMDEP_TRUE@	./$(DEPDIR)/io.Plo ./$(DEPDIR)/io_decorators.Plo \
226@AMDEP_TRUE@	./$(DEPDIR)/io_helpers.Plo \
227@AMDEP_TRUE@	./$(DEPDIR)/misc_support.Plo \
228@AMDEP_TRUE@	./$(DEPDIR)/mp3_parse.Plo ./$(DEPDIR)/readers.Plo \
229@AMDEP_TRUE@	./$(DEPDIR)/spec.Plo ./$(DEPDIR)/tag.Plo \
230@AMDEP_TRUE@	./$(DEPDIR)/tag_file.Plo ./$(DEPDIR)/tag_find.Plo \
231@AMDEP_TRUE@	./$(DEPDIR)/tag_impl.Plo ./$(DEPDIR)/tag_parse.Plo \
232@AMDEP_TRUE@	./$(DEPDIR)/tag_parse_lyrics3.Plo \
233@AMDEP_TRUE@	./$(DEPDIR)/tag_parse_musicmatch.Plo \
234@AMDEP_TRUE@	./$(DEPDIR)/tag_parse_v1.Plo \
235@AMDEP_TRUE@	./$(DEPDIR)/tag_render.Plo ./$(DEPDIR)/utils.Plo \
236@AMDEP_TRUE@	./$(DEPDIR)/writers.Plo
237CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
238	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
239LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
240	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
241	$(AM_CXXFLAGS) $(CXXFLAGS)
242CXXLD = $(CXX)
243CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
244	$(AM_LDFLAGS) $(LDFLAGS) -o $@
245CXXFLAGS = @CXXFLAGS@
246DIST_SOURCES = $(libid3_la_SOURCES)
247HEADERS = $(noinst_HEADERS)
248
249DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
250SOURCES = $(libid3_la_SOURCES)
251
252all: all-am
253
254.SUFFIXES:
255.SUFFIXES: .cpp .lo .o .obj
256$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
257	cd $(top_srcdir) && \
258	  $(AUTOMAKE) --gnu  src/Makefile
259Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
260	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
261libLTLIBRARIES_INSTALL = $(INSTALL)
262install-libLTLIBRARIES: $(lib_LTLIBRARIES)
263	@$(NORMAL_INSTALL)
264	$(mkinstalldirs) $(DESTDIR)$(libdir)
265	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
266	  if test -f $$p; then \
267	    f="`echo $$p | sed -e 's|^.*/||'`"; \
268	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
269	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
270	  else :; fi; \
271	done
272
273uninstall-libLTLIBRARIES:
274	@$(NORMAL_UNINSTALL)
275	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
276	    p="`echo $$p | sed -e 's|^.*/||'`"; \
277	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
278	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
279	done
280
281clean-libLTLIBRARIES:
282	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
283	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
284	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
285	  test -z "$dir" && dir=.; \
286	  echo "rm -f \"$${dir}/so_locations\""; \
287	  rm -f "$${dir}/so_locations"; \
288	done
289libid3.la: $(libid3_la_OBJECTS) $(libid3_la_DEPENDENCIES)
290	$(CXXLINK) -rpath $(libdir) $(libid3_la_LDFLAGS) $(libid3_la_OBJECTS) $(libid3_la_LIBADD) $(LIBS) -lstdc++
291
292mostlyclean-compile:
293	-rm -f *.$(OBJEXT) core *.core
294
295distclean-compile:
296	-rm -f *.tab.c
297
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_wrapper.Plo@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field.Plo@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field_binary.Plo@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field_integer.Plo@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field_string_ascii.Plo@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/field_string_unicode.Plo@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame.Plo@am__quote@
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame_impl.Plo@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame_parse.Plo@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame_render.Plo@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globals.Plo@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Plo@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header_frame.Plo@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header_tag.Plo@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helpers.Plo@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Plo@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_decorators.Plo@am__quote@
315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_helpers.Plo@am__quote@
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc_support.Plo@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp3_parse.Plo@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readers.Plo@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spec.Plo@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag.Plo@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag_file.Plo@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag_find.Plo@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag_impl.Plo@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag_parse.Plo@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag_parse_lyrics3.Plo@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag_parse_musicmatch.Plo@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag_parse_v1.Plo@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag_render.Plo@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writers.Plo@am__quote@
331
332distclean-depend:
333	-rm -rf ./$(DEPDIR)
334
335.cpp.o:
336@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
338@AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
340
341.cpp.obj:
342@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
343@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
344@AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
346
347.cpp.lo:
348@AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
349@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
350@AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
352CXXDEPMODE = @CXXDEPMODE@
353
354mostlyclean-libtool:
355	-rm -f *.lo
356
357clean-libtool:
358	-rm -rf .libs _libs
359
360distclean-libtool:
361	-rm -f libtool
362uninstall-info-am:
363
364ETAGS = etags
365ETAGSFLAGS =
366
367tags: TAGS
368
369ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371	unique=`for i in $$list; do \
372	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373	  done | \
374	  $(AWK) '    { files[$$0] = 1; } \
375	       END { for (i in files) print i; }'`; \
376	mkid -fID $$unique
377
378TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379		$(TAGS_FILES) $(LISP)
380	tags=; \
381	here=`pwd`; \
382	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383	unique=`for i in $$list; do \
384	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385	  done | \
386	  $(AWK) '    { files[$$0] = 1; } \
387	       END { for (i in files) print i; }'`; \
388	test -z "$(ETAGS_ARGS)$$tags$$unique" \
389	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390	     $$tags $$unique
391
392GTAGS:
393	here=`$(am__cd) $(top_builddir) && pwd` \
394	  && cd $(top_srcdir) \
395	  && gtags -i $(GTAGS_ARGS) $$here
396
397distclean-tags:
398	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
399DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
400
401top_distdir = ..
402distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
403
404distdir: $(DISTFILES)
405	@list='$(DISTFILES)'; for file in $$list; do \
406	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
408	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
409	    dir="/$$dir"; \
410	    $(mkinstalldirs) "$(distdir)$$dir"; \
411	  else \
412	    dir=''; \
413	  fi; \
414	  if test -d $$d/$$file; then \
415	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
416	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
417	    fi; \
418	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
419	  else \
420	    test -f $(distdir)/$$file \
421	    || cp -p $$d/$$file $(distdir)/$$file \
422	    || exit 1; \
423	  fi; \
424	done
425check-am: all-am
426check: check-am
427all-am: Makefile $(LTLIBRARIES) $(HEADERS)
428
429installdirs:
430	$(mkinstalldirs) $(DESTDIR)$(libdir)
431
432install: install-am
433install-exec: install-exec-am
434install-data: install-data-am
435uninstall: uninstall-am
436
437install-am: all-am
438	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
439
440installcheck: installcheck-am
441install-strip:
442	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
443	  INSTALL_STRIP_FLAG=-s \
444	  `test -z '$(STRIP)' || \
445	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
446mostlyclean-generic:
447
448clean-generic:
449
450distclean-generic:
451	-rm -f Makefile $(CONFIG_CLEAN_FILES)
452
453maintainer-clean-generic:
454	@echo "This command is intended for maintainers to use"
455	@echo "it deletes files that may require special tools to rebuild."
456clean: clean-am
457
458clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
459	mostlyclean-am
460
461distclean: distclean-am
462
463distclean-am: clean-am distclean-compile distclean-depend \
464	distclean-generic distclean-libtool distclean-tags
465
466dvi: dvi-am
467
468dvi-am:
469
470info: info-am
471
472info-am:
473
474install-data-am:
475
476install-exec-am: install-libLTLIBRARIES
477
478install-info: install-info-am
479
480install-man:
481
482installcheck-am:
483
484maintainer-clean: maintainer-clean-am
485
486maintainer-clean-am: distclean-am maintainer-clean-generic
487
488mostlyclean: mostlyclean-am
489
490mostlyclean-am: mostlyclean-compile mostlyclean-generic \
491	mostlyclean-libtool
492
493uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
494
495.PHONY: GTAGS all all-am check check-am clean clean-generic \
496	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
497	distclean-depend distclean-generic distclean-libtool \
498	distclean-tags distdir dvi dvi-am info info-am install \
499	install-am install-data install-data-am install-exec \
500	install-exec-am install-info install-info-am \
501	install-libLTLIBRARIES install-man install-strip installcheck \
502	installcheck-am installdirs maintainer-clean \
503	maintainer-clean-generic mostlyclean mostlyclean-compile \
504	mostlyclean-generic mostlyclean-libtool tags uninstall \
505	uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
506
507# Tell versions [3.59,3.63) of GNU make to not export all variables.
508# Otherwise a system limit (for SysV at least) may be exceeded.
509.NOEXPORT:
510