1# Makefile.in generated by automake 1.10.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  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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35target_triplet = @target@
36noinst_PROGRAMS = decoder_example$(EXEEXT) encoder_example$(EXEEXT) \
37	chaining_example$(EXEEXT) vorbisfile_example$(EXEEXT) \
38	seeking_example$(EXEEXT)
39subdir = examples
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
43	$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49PROGRAMS = $(noinst_PROGRAMS)
50am_chaining_example_OBJECTS = chaining_example.$(OBJEXT)
51chaining_example_OBJECTS = $(am_chaining_example_OBJECTS)
52chaining_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \
53	$(top_builddir)/lib/libvorbis.la
54am_decoder_example_OBJECTS = decoder_example.$(OBJEXT)
55decoder_example_OBJECTS = $(am_decoder_example_OBJECTS)
56decoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbis.la
57am_encoder_example_OBJECTS = encoder_example.$(OBJEXT)
58encoder_example_OBJECTS = $(am_encoder_example_OBJECTS)
59encoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisenc.la \
60	$(top_builddir)/lib/libvorbis.la
61am_seeking_example_OBJECTS = seeking_example.$(OBJEXT)
62seeking_example_OBJECTS = $(am_seeking_example_OBJECTS)
63seeking_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \
64	$(top_builddir)/lib/libvorbis.la
65am_vorbisfile_example_OBJECTS = vorbisfile_example.$(OBJEXT)
66vorbisfile_example_OBJECTS = $(am_vorbisfile_example_OBJECTS)
67vorbisfile_example_DEPENDENCIES =  \
68	$(top_builddir)/lib/libvorbisfile.la \
69	$(top_builddir)/lib/libvorbis.la
70DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
71depcomp = $(SHELL) $(top_srcdir)/depcomp
72am__depfiles_maybe = depfiles
73COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
77	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78CCLD = $(CC)
79LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
81	$(LDFLAGS) -o $@
82SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
83	$(encoder_example_SOURCES) $(seeking_example_SOURCES) \
84	$(vorbisfile_example_SOURCES)
85DIST_SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
86	$(encoder_example_SOURCES) $(seeking_example_SOURCES) \
87	$(vorbisfile_example_SOURCES)
88ETAGS = etags
89CTAGS = ctags
90DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91ACLOCAL = @ACLOCAL@
92ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
93ALLOCA = @ALLOCA@
94AMTAR = @AMTAR@
95AR = @AR@
96AS = @AS@
97AUTOCONF = @AUTOCONF@
98AUTOHEADER = @AUTOHEADER@
99AUTOMAKE = @AUTOMAKE@
100AWK = @AWK@
101CC = @CC@
102CCDEPMODE = @CCDEPMODE@
103CFLAGS = @CFLAGS@
104CPP = @CPP@
105CPPFLAGS = @CPPFLAGS@
106CXX = @CXX@
107CXXCPP = @CXXCPP@
108CXXDEPMODE = @CXXDEPMODE@
109CXXFLAGS = @CXXFLAGS@
110CYGPATH_W = @CYGPATH_W@
111DEBUG = @DEBUG@
112DEFS = @DEFS@
113DEPDIR = @DEPDIR@
114DLLTOOL = @DLLTOOL@
115DSYMUTIL = @DSYMUTIL@
116ECHO = @ECHO@
117ECHO_C = @ECHO_C@
118ECHO_N = @ECHO_N@
119ECHO_T = @ECHO_T@
120EGREP = @EGREP@
121EXEEXT = @EXEEXT@
122F77 = @F77@
123FFLAGS = @FFLAGS@
124GREP = @GREP@
125HTLATEX = @HTLATEX@
126INSTALL = @INSTALL@
127INSTALL_DATA = @INSTALL_DATA@
128INSTALL_PROGRAM = @INSTALL_PROGRAM@
129INSTALL_SCRIPT = @INSTALL_SCRIPT@
130INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131LDFLAGS = @LDFLAGS@
132LIBOBJS = @LIBOBJS@
133LIBS = @LIBS@
134LIBTOOL = @LIBTOOL@
135LIBTOOL_DEPS = @LIBTOOL_DEPS@
136LN_S = @LN_S@
137LTLIBOBJS = @LTLIBOBJS@
138MAKEINFO = @MAKEINFO@
139MKDIR_P = @MKDIR_P@
140NMEDIT = @NMEDIT@
141OBJDUMP = @OBJDUMP@
142OBJEXT = @OBJEXT@
143OGG_CFLAGS = @OGG_CFLAGS@
144OGG_LIBS = @OGG_LIBS@
145PACKAGE = @PACKAGE@
146PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147PACKAGE_NAME = @PACKAGE_NAME@
148PACKAGE_STRING = @PACKAGE_STRING@
149PACKAGE_TARNAME = @PACKAGE_TARNAME@
150PACKAGE_VERSION = @PACKAGE_VERSION@
151PATH_SEPARATOR = @PATH_SEPARATOR@
152PDFLATEX = @PDFLATEX@
153PKG_CONFIG = @PKG_CONFIG@
154PROFILE = @PROFILE@
155RANLIB = @RANLIB@
156SED = @SED@
157SET_MAKE = @SET_MAKE@
158SHELL = @SHELL@
159STRIP = @STRIP@
160VERSION = @VERSION@
161VE_LIB_AGE = @VE_LIB_AGE@
162VE_LIB_CURRENT = @VE_LIB_CURRENT@
163VE_LIB_REVISION = @VE_LIB_REVISION@
164VF_LIB_AGE = @VF_LIB_AGE@
165VF_LIB_CURRENT = @VF_LIB_CURRENT@
166VF_LIB_REVISION = @VF_LIB_REVISION@
167VORBIS_LIBS = @VORBIS_LIBS@
168V_LIB_AGE = @V_LIB_AGE@
169V_LIB_CURRENT = @V_LIB_CURRENT@
170V_LIB_REVISION = @V_LIB_REVISION@
171abs_builddir = @abs_builddir@
172abs_srcdir = @abs_srcdir@
173abs_top_builddir = @abs_top_builddir@
174abs_top_srcdir = @abs_top_srcdir@
175ac_ct_CC = @ac_ct_CC@
176ac_ct_CXX = @ac_ct_CXX@
177ac_ct_F77 = @ac_ct_F77@
178am__include = @am__include@
179am__leading_dot = @am__leading_dot@
180am__quote = @am__quote@
181am__tar = @am__tar@
182am__untar = @am__untar@
183bindir = @bindir@
184build = @build@
185build_alias = @build_alias@
186build_cpu = @build_cpu@
187build_os = @build_os@
188build_vendor = @build_vendor@
189builddir = @builddir@
190datadir = @datadir@
191datarootdir = @datarootdir@
192docdir = @docdir@
193dvidir = @dvidir@
194exec_prefix = @exec_prefix@
195host = @host@
196host_alias = @host_alias@
197host_cpu = @host_cpu@
198host_os = @host_os@
199host_vendor = @host_vendor@
200htmldir = @htmldir@
201includedir = @includedir@
202infodir = @infodir@
203install_sh = @install_sh@
204libdir = @libdir@
205libexecdir = @libexecdir@
206localedir = @localedir@
207localstatedir = @localstatedir@
208mandir = @mandir@
209mkdir_p = @mkdir_p@
210oldincludedir = @oldincludedir@
211pdfdir = @pdfdir@
212prefix = @prefix@
213program_transform_name = @program_transform_name@
214psdir = @psdir@
215pthread_lib = @pthread_lib@
216sbindir = @sbindir@
217sharedstatedir = @sharedstatedir@
218srcdir = @srcdir@
219sysconfdir = @sysconfdir@
220target = @target@
221target_alias = @target_alias@
222target_cpu = @target_cpu@
223target_os = @target_os@
224target_vendor = @target_vendor@
225top_build_prefix = @top_build_prefix@
226top_builddir = @top_builddir@
227top_srcdir = @top_srcdir@
228AUTOMAKE_OPTIONS = foreign
229INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
230EXTRA_DIST = frameview.pl
231
232# uncomment to build static executables from the example code
233#LDFLAGS = -all-static 
234decoder_example_SOURCES = decoder_example.c
235decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la 
236encoder_example_SOURCES = encoder_example.c
237encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la 
238chaining_example_SOURCES = chaining_example.c
239chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la 
240vorbisfile_example_SOURCES = vorbisfile_example.c
241vorbisfile_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la 
242seeking_example_SOURCES = seeking_example.c
243seeking_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la 
244all: all-am
245
246.SUFFIXES:
247.SUFFIXES: .c .lo .o .obj
248$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
249	@for dep in $?; do \
250	  case '$(am__configure_deps)' in \
251	    *$$dep*) \
252	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
253		&& exit 0; \
254	      exit 1;; \
255	  esac; \
256	done; \
257	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  examples/Makefile'; \
258	cd $(top_srcdir) && \
259	  $(AUTOMAKE) --foreign  examples/Makefile
260.PRECIOUS: Makefile
261Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262	@case '$?' in \
263	  *config.status*) \
264	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
265	  *) \
266	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
267	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
268	esac;
269
270$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
271	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
273$(top_srcdir)/configure:  $(am__configure_deps)
274	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
276	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
278clean-noinstPROGRAMS:
279	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
280	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
281	  echo " rm -f $$p $$f"; \
282	  rm -f $$p $$f ; \
283	done
284chaining_example$(EXEEXT): $(chaining_example_OBJECTS) $(chaining_example_DEPENDENCIES) 
285	@rm -f chaining_example$(EXEEXT)
286	$(LINK) $(chaining_example_OBJECTS) $(chaining_example_LDADD) $(LIBS)
287decoder_example$(EXEEXT): $(decoder_example_OBJECTS) $(decoder_example_DEPENDENCIES) 
288	@rm -f decoder_example$(EXEEXT)
289	$(LINK) $(decoder_example_OBJECTS) $(decoder_example_LDADD) $(LIBS)
290encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $(encoder_example_DEPENDENCIES) 
291	@rm -f encoder_example$(EXEEXT)
292	$(LINK) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS)
293seeking_example$(EXEEXT): $(seeking_example_OBJECTS) $(seeking_example_DEPENDENCIES) 
294	@rm -f seeking_example$(EXEEXT)
295	$(LINK) $(seeking_example_OBJECTS) $(seeking_example_LDADD) $(LIBS)
296vorbisfile_example$(EXEEXT): $(vorbisfile_example_OBJECTS) $(vorbisfile_example_DEPENDENCIES) 
297	@rm -f vorbisfile_example$(EXEEXT)
298	$(LINK) $(vorbisfile_example_OBJECTS) $(vorbisfile_example_LDADD) $(LIBS)
299
300mostlyclean-compile:
301	-rm -f *.$(OBJEXT)
302
303distclean-compile:
304	-rm -f *.tab.c
305
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chaining_example.Po@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decoder_example.Po@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoder_example.Po@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seeking_example.Po@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile_example.Po@am__quote@
311
312.c.o:
313@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
314@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
315@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317@am__fastdepCC_FALSE@	$(COMPILE) -c $<
318
319.c.obj:
320@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
321@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
322@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
323@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
325
326.c.lo:
327@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
328@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
329@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
330@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
332
333mostlyclean-libtool:
334	-rm -f *.lo
335
336clean-libtool:
337	-rm -rf .libs _libs
338
339ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
340	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
341	unique=`for i in $$list; do \
342	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343	  done | \
344	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
345	      END { if (nonempty) { for (i in files) print i; }; }'`; \
346	mkid -fID $$unique
347tags: TAGS
348
349TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
350		$(TAGS_FILES) $(LISP)
351	tags=; \
352	here=`pwd`; \
353	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
354	unique=`for i in $$list; do \
355	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356	  done | \
357	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
358	      END { if (nonempty) { for (i in files) print i; }; }'`; \
359	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
360	  test -n "$$unique" || unique=$$empty_fix; \
361	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362	    $$tags $$unique; \
363	fi
364ctags: CTAGS
365CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
366		$(TAGS_FILES) $(LISP)
367	tags=; \
368	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
369	unique=`for i in $$list; do \
370	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371	  done | \
372	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373	      END { if (nonempty) { for (i in files) print i; }; }'`; \
374	test -z "$(CTAGS_ARGS)$$tags$$unique" \
375	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
376	     $$tags $$unique
377
378GTAGS:
379	here=`$(am__cd) $(top_builddir) && pwd` \
380	  && cd $(top_srcdir) \
381	  && gtags -i $(GTAGS_ARGS) $$here
382
383distclean-tags:
384	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
385
386distdir: $(DISTFILES)
387	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389	list='$(DISTFILES)'; \
390	  dist_files=`for file in $$list; do echo $$file; done | \
391	  sed -e "s|^$$srcdirstrip/||;t" \
392	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393	case $$dist_files in \
394	  */*) $(MKDIR_P) `echo "$$dist_files" | \
395			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
396			   sort -u` ;; \
397	esac; \
398	for file in $$dist_files; do \
399	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
400	  if test -d $$d/$$file; then \
401	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
403	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
404	    fi; \
405	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
406	  else \
407	    test -f $(distdir)/$$file \
408	    || cp -p $$d/$$file $(distdir)/$$file \
409	    || exit 1; \
410	  fi; \
411	done
412check-am: all-am
413check: check-am
414all-am: Makefile $(PROGRAMS)
415installdirs:
416install: install-am
417install-exec: install-exec-am
418install-data: install-data-am
419uninstall: uninstall-am
420
421install-am: all-am
422	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
423
424installcheck: installcheck-am
425install-strip:
426	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
427	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
428	  `test -z '$(STRIP)' || \
429	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
430mostlyclean-generic:
431
432clean-generic:
433
434distclean-generic:
435	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
436
437maintainer-clean-generic:
438	@echo "This command is intended for maintainers to use"
439	@echo "it deletes files that may require special tools to rebuild."
440clean: clean-am
441
442clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
443	mostlyclean-am
444
445distclean: distclean-am
446	-rm -rf ./$(DEPDIR)
447	-rm -f Makefile
448distclean-am: clean-am distclean-compile distclean-generic \
449	distclean-tags
450
451dvi: dvi-am
452
453dvi-am:
454
455html: html-am
456
457info: info-am
458
459info-am:
460
461install-data-am:
462
463install-dvi: install-dvi-am
464
465install-exec-am:
466
467install-html: install-html-am
468
469install-info: install-info-am
470
471install-man:
472
473install-pdf: install-pdf-am
474
475install-ps: install-ps-am
476
477installcheck-am:
478
479maintainer-clean: maintainer-clean-am
480	-rm -rf ./$(DEPDIR)
481	-rm -f Makefile
482maintainer-clean-am: distclean-am maintainer-clean-generic
483
484mostlyclean: mostlyclean-am
485
486mostlyclean-am: mostlyclean-compile mostlyclean-generic \
487	mostlyclean-libtool
488
489pdf: pdf-am
490
491pdf-am:
492
493ps: ps-am
494
495ps-am:
496
497uninstall-am:
498
499.MAKE: install-am install-strip
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 html html-am info info-am \
505	install install-am install-data install-data-am install-dvi \
506	install-dvi-am install-exec install-exec-am install-html \
507	install-html-am install-info install-info-am install-man \
508	install-pdf install-pdf-am install-ps install-ps-am \
509	install-strip installcheck installcheck-am installdirs \
510	maintainer-clean maintainer-clean-generic mostlyclean \
511	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
512	pdf pdf-am ps ps-am tags uninstall uninstall-am
513
514
515debug:
516	$(MAKE) all CFLAGS="@DEBUG@"
517
518profile:
519	$(MAKE) all CFLAGS="@PROFILE@"
520# Tell versions [3.59,3.63) of GNU make to not export all variables.
521# Otherwise a system limit (for SysV at least) may be exceeded.
522.NOEXPORT:
523