Chris@1: # Makefile.in generated by automake 1.11.1 from Makefile.am. Chris@1: # @configure_input@ Chris@1: Chris@1: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Chris@1: # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Chris@1: # Inc. Chris@1: # This Makefile.in is free software; the Free Software Foundation Chris@1: # gives unlimited permission to copy and/or distribute it, Chris@1: # with or without modifications, as long as this notice is preserved. Chris@1: Chris@1: # This program is distributed in the hope that it will be useful, Chris@1: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without Chris@1: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A Chris@1: # PARTICULAR PURPOSE. Chris@1: Chris@1: @SET_MAKE@ Chris@1: Chris@1: VPATH = @srcdir@ Chris@1: pkgdatadir = $(datadir)/@PACKAGE@ Chris@1: pkgincludedir = $(includedir)/@PACKAGE@ Chris@1: pkglibdir = $(libdir)/@PACKAGE@ Chris@1: pkglibexecdir = $(libexecdir)/@PACKAGE@ Chris@1: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd Chris@1: install_sh_DATA = $(install_sh) -c -m 644 Chris@1: install_sh_PROGRAM = $(install_sh) -c Chris@1: install_sh_SCRIPT = $(install_sh) -c Chris@1: INSTALL_HEADER = $(INSTALL_DATA) Chris@1: transform = $(program_transform_name) Chris@1: NORMAL_INSTALL = : Chris@1: PRE_INSTALL = : Chris@1: POST_INSTALL = : Chris@1: NORMAL_UNINSTALL = : Chris@1: PRE_UNINSTALL = : Chris@1: POST_UNINSTALL = : Chris@1: build_triplet = @build@ Chris@1: host_triplet = @host@ Chris@1: target_triplet = @target@ Chris@1: noinst_PROGRAMS = decoder_example$(EXEEXT) encoder_example$(EXEEXT) \ Chris@1: chaining_example$(EXEEXT) vorbisfile_example$(EXEEXT) \ Chris@1: seeking_example$(EXEEXT) Chris@1: subdir = examples Chris@1: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in Chris@1: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 Chris@1: am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \ Chris@1: $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \ Chris@1: $(top_srcdir)/configure.ac Chris@1: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ Chris@1: $(ACLOCAL_M4) Chris@1: mkinstalldirs = $(install_sh) -d Chris@1: CONFIG_HEADER = $(top_builddir)/config.h Chris@1: CONFIG_CLEAN_FILES = Chris@1: CONFIG_CLEAN_VPATH_FILES = Chris@1: PROGRAMS = $(noinst_PROGRAMS) Chris@1: am_chaining_example_OBJECTS = chaining_example.$(OBJEXT) Chris@1: chaining_example_OBJECTS = $(am_chaining_example_OBJECTS) Chris@1: chaining_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \ Chris@1: $(top_builddir)/lib/libvorbis.la Chris@1: am_decoder_example_OBJECTS = decoder_example.$(OBJEXT) Chris@1: decoder_example_OBJECTS = $(am_decoder_example_OBJECTS) Chris@1: decoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbis.la Chris@1: am_encoder_example_OBJECTS = encoder_example.$(OBJEXT) Chris@1: encoder_example_OBJECTS = $(am_encoder_example_OBJECTS) Chris@1: encoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisenc.la \ Chris@1: $(top_builddir)/lib/libvorbis.la Chris@1: am_seeking_example_OBJECTS = seeking_example.$(OBJEXT) Chris@1: seeking_example_OBJECTS = $(am_seeking_example_OBJECTS) Chris@1: seeking_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \ Chris@1: $(top_builddir)/lib/libvorbis.la Chris@1: am_vorbisfile_example_OBJECTS = vorbisfile_example.$(OBJEXT) Chris@1: vorbisfile_example_OBJECTS = $(am_vorbisfile_example_OBJECTS) Chris@1: vorbisfile_example_DEPENDENCIES = \ Chris@1: $(top_builddir)/lib/libvorbisfile.la \ Chris@1: $(top_builddir)/lib/libvorbis.la Chris@1: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) Chris@1: depcomp = $(SHELL) $(top_srcdir)/depcomp Chris@1: am__depfiles_maybe = depfiles Chris@1: am__mv = mv -f Chris@1: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ Chris@1: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Chris@1: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ Chris@1: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ Chris@1: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Chris@1: CCLD = $(CC) Chris@1: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ Chris@1: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ Chris@1: $(LDFLAGS) -o $@ Chris@1: SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \ Chris@1: $(encoder_example_SOURCES) $(seeking_example_SOURCES) \ Chris@1: $(vorbisfile_example_SOURCES) Chris@1: DIST_SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \ Chris@1: $(encoder_example_SOURCES) $(seeking_example_SOURCES) \ Chris@1: $(vorbisfile_example_SOURCES) Chris@1: ETAGS = etags Chris@1: CTAGS = ctags Chris@1: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) Chris@1: ACLOCAL = @ACLOCAL@ Chris@1: ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ Chris@1: ALLOCA = @ALLOCA@ Chris@1: AMTAR = @AMTAR@ Chris@1: AR = @AR@ Chris@1: AS = @AS@ Chris@1: AUTOCONF = @AUTOCONF@ Chris@1: AUTOHEADER = @AUTOHEADER@ Chris@1: AUTOMAKE = @AUTOMAKE@ Chris@1: AWK = @AWK@ Chris@1: CC = @CC@ Chris@1: CCDEPMODE = @CCDEPMODE@ Chris@1: CFLAGS = @CFLAGS@ Chris@1: CPP = @CPP@ Chris@1: CPPFLAGS = @CPPFLAGS@ Chris@1: CYGPATH_W = @CYGPATH_W@ Chris@1: DEBUG = @DEBUG@ Chris@1: DEFS = @DEFS@ Chris@1: DEPDIR = @DEPDIR@ Chris@1: DLLTOOL = @DLLTOOL@ Chris@1: DSYMUTIL = @DSYMUTIL@ Chris@1: DUMPBIN = @DUMPBIN@ Chris@1: ECHO_C = @ECHO_C@ Chris@1: ECHO_N = @ECHO_N@ Chris@1: ECHO_T = @ECHO_T@ Chris@1: EGREP = @EGREP@ Chris@1: EXEEXT = @EXEEXT@ Chris@1: FGREP = @FGREP@ Chris@1: GREP = @GREP@ Chris@1: HAVE_DOXYGEN = @HAVE_DOXYGEN@ Chris@1: HTLATEX = @HTLATEX@ Chris@1: INSTALL = @INSTALL@ Chris@1: INSTALL_DATA = @INSTALL_DATA@ Chris@1: INSTALL_PROGRAM = @INSTALL_PROGRAM@ Chris@1: INSTALL_SCRIPT = @INSTALL_SCRIPT@ Chris@1: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ Chris@1: LD = @LD@ Chris@1: LDFLAGS = @LDFLAGS@ Chris@1: LIBOBJS = @LIBOBJS@ Chris@1: LIBS = @LIBS@ Chris@1: LIBTOOL = @LIBTOOL@ Chris@1: LIBTOOL_DEPS = @LIBTOOL_DEPS@ Chris@1: LIPO = @LIPO@ Chris@1: LN_S = @LN_S@ Chris@1: LTLIBOBJS = @LTLIBOBJS@ Chris@1: MAINT = @MAINT@ Chris@1: MAKEINFO = @MAKEINFO@ Chris@1: MANIFEST_TOOL = @MANIFEST_TOOL@ Chris@1: MKDIR_P = @MKDIR_P@ Chris@1: NM = @NM@ Chris@1: NMEDIT = @NMEDIT@ Chris@1: OBJDUMP = @OBJDUMP@ Chris@1: OBJEXT = @OBJEXT@ Chris@1: OGG_CFLAGS = @OGG_CFLAGS@ Chris@1: OGG_LIBS = @OGG_LIBS@ Chris@1: OTOOL = @OTOOL@ Chris@1: OTOOL64 = @OTOOL64@ Chris@1: PACKAGE = @PACKAGE@ Chris@1: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ Chris@1: PACKAGE_NAME = @PACKAGE_NAME@ Chris@1: PACKAGE_STRING = @PACKAGE_STRING@ Chris@1: PACKAGE_TARNAME = @PACKAGE_TARNAME@ Chris@1: PACKAGE_URL = @PACKAGE_URL@ Chris@1: PACKAGE_VERSION = @PACKAGE_VERSION@ Chris@1: PATH_SEPARATOR = @PATH_SEPARATOR@ Chris@1: PDFLATEX = @PDFLATEX@ Chris@1: PKG_CONFIG = @PKG_CONFIG@ Chris@1: PROFILE = @PROFILE@ Chris@1: RANLIB = @RANLIB@ Chris@1: SED = @SED@ Chris@1: SET_MAKE = @SET_MAKE@ Chris@1: SHELL = @SHELL@ Chris@1: STRIP = @STRIP@ Chris@1: VERSION = @VERSION@ Chris@1: VE_LIB_AGE = @VE_LIB_AGE@ Chris@1: VE_LIB_CURRENT = @VE_LIB_CURRENT@ Chris@1: VE_LIB_REVISION = @VE_LIB_REVISION@ Chris@1: VF_LIB_AGE = @VF_LIB_AGE@ Chris@1: VF_LIB_CURRENT = @VF_LIB_CURRENT@ Chris@1: VF_LIB_REVISION = @VF_LIB_REVISION@ Chris@1: VORBIS_LIBS = @VORBIS_LIBS@ Chris@1: V_LIB_AGE = @V_LIB_AGE@ Chris@1: V_LIB_CURRENT = @V_LIB_CURRENT@ Chris@1: V_LIB_REVISION = @V_LIB_REVISION@ Chris@1: abs_builddir = @abs_builddir@ Chris@1: abs_srcdir = @abs_srcdir@ Chris@1: abs_top_builddir = @abs_top_builddir@ Chris@1: abs_top_srcdir = @abs_top_srcdir@ Chris@1: ac_ct_AR = @ac_ct_AR@ Chris@1: ac_ct_CC = @ac_ct_CC@ Chris@1: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ Chris@1: am__include = @am__include@ Chris@1: am__leading_dot = @am__leading_dot@ Chris@1: am__quote = @am__quote@ Chris@1: am__tar = @am__tar@ Chris@1: am__untar = @am__untar@ Chris@1: bindir = @bindir@ Chris@1: build = @build@ Chris@1: build_alias = @build_alias@ Chris@1: build_cpu = @build_cpu@ Chris@1: build_os = @build_os@ Chris@1: build_vendor = @build_vendor@ Chris@1: builddir = @builddir@ Chris@1: datadir = @datadir@ Chris@1: datarootdir = @datarootdir@ Chris@1: docdir = @docdir@ Chris@1: dvidir = @dvidir@ Chris@1: exec_prefix = @exec_prefix@ Chris@1: host = @host@ Chris@1: host_alias = @host_alias@ Chris@1: host_cpu = @host_cpu@ Chris@1: host_os = @host_os@ Chris@1: host_vendor = @host_vendor@ Chris@1: htmldir = @htmldir@ Chris@1: includedir = @includedir@ Chris@1: infodir = @infodir@ Chris@1: install_sh = @install_sh@ Chris@1: libdir = @libdir@ Chris@1: libexecdir = @libexecdir@ Chris@1: localedir = @localedir@ Chris@1: localstatedir = @localstatedir@ Chris@1: mandir = @mandir@ Chris@1: mkdir_p = @mkdir_p@ Chris@1: oldincludedir = @oldincludedir@ Chris@1: pdfdir = @pdfdir@ Chris@1: prefix = @prefix@ Chris@1: program_transform_name = @program_transform_name@ Chris@1: psdir = @psdir@ Chris@1: pthread_lib = @pthread_lib@ Chris@1: sbindir = @sbindir@ Chris@1: sharedstatedir = @sharedstatedir@ Chris@1: srcdir = @srcdir@ Chris@1: sysconfdir = @sysconfdir@ Chris@1: target = @target@ Chris@1: target_alias = @target_alias@ Chris@1: target_cpu = @target_cpu@ Chris@1: target_os = @target_os@ Chris@1: target_vendor = @target_vendor@ Chris@1: top_build_prefix = @top_build_prefix@ Chris@1: top_builddir = @top_builddir@ Chris@1: top_srcdir = @top_srcdir@ Chris@1: AUTOMAKE_OPTIONS = foreign Chris@1: INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@ Chris@1: EXTRA_DIST = frameview.pl Chris@1: Chris@1: # uncomment to build static executables from the example code Chris@1: #LDFLAGS = -all-static Chris@1: decoder_example_SOURCES = decoder_example.c Chris@1: decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la Chris@1: encoder_example_SOURCES = encoder_example.c Chris@1: encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la Chris@1: chaining_example_SOURCES = chaining_example.c Chris@1: chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la Chris@1: vorbisfile_example_SOURCES = vorbisfile_example.c Chris@1: vorbisfile_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la Chris@1: seeking_example_SOURCES = seeking_example.c Chris@1: seeking_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la Chris@1: all: all-am Chris@1: Chris@1: .SUFFIXES: Chris@1: .SUFFIXES: .c .lo .o .obj Chris@1: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) Chris@1: @for dep in $?; do \ Chris@1: case '$(am__configure_deps)' in \ Chris@1: *$$dep*) \ Chris@1: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ Chris@1: && { if test -f $@; then exit 0; else break; fi; }; \ Chris@1: exit 1;; \ Chris@1: esac; \ Chris@1: done; \ Chris@1: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \ Chris@1: $(am__cd) $(top_srcdir) && \ Chris@1: $(AUTOMAKE) --foreign examples/Makefile Chris@1: .PRECIOUS: Makefile Chris@1: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status Chris@1: @case '$?' in \ Chris@1: *config.status*) \ Chris@1: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ Chris@1: *) \ Chris@1: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ Chris@1: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ Chris@1: esac; Chris@1: Chris@1: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) Chris@1: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@1: Chris@1: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) Chris@1: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@1: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) Chris@1: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Chris@1: $(am__aclocal_m4_deps): Chris@1: Chris@1: clean-noinstPROGRAMS: Chris@1: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ Chris@1: echo " rm -f" $$list; \ Chris@1: rm -f $$list || exit $$?; \ Chris@1: test -n "$(EXEEXT)" || exit 0; \ Chris@1: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ Chris@1: echo " rm -f" $$list; \ Chris@1: rm -f $$list Chris@1: chaining_example$(EXEEXT): $(chaining_example_OBJECTS) $(chaining_example_DEPENDENCIES) Chris@1: @rm -f chaining_example$(EXEEXT) Chris@1: $(LINK) $(chaining_example_OBJECTS) $(chaining_example_LDADD) $(LIBS) Chris@1: decoder_example$(EXEEXT): $(decoder_example_OBJECTS) $(decoder_example_DEPENDENCIES) Chris@1: @rm -f decoder_example$(EXEEXT) Chris@1: $(LINK) $(decoder_example_OBJECTS) $(decoder_example_LDADD) $(LIBS) Chris@1: encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $(encoder_example_DEPENDENCIES) Chris@1: @rm -f encoder_example$(EXEEXT) Chris@1: $(LINK) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS) Chris@1: seeking_example$(EXEEXT): $(seeking_example_OBJECTS) $(seeking_example_DEPENDENCIES) Chris@1: @rm -f seeking_example$(EXEEXT) Chris@1: $(LINK) $(seeking_example_OBJECTS) $(seeking_example_LDADD) $(LIBS) Chris@1: vorbisfile_example$(EXEEXT): $(vorbisfile_example_OBJECTS) $(vorbisfile_example_DEPENDENCIES) Chris@1: @rm -f vorbisfile_example$(EXEEXT) Chris@1: $(LINK) $(vorbisfile_example_OBJECTS) $(vorbisfile_example_LDADD) $(LIBS) Chris@1: Chris@1: mostlyclean-compile: Chris@1: -rm -f *.$(OBJEXT) Chris@1: Chris@1: distclean-compile: Chris@1: -rm -f *.tab.c Chris@1: Chris@1: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chaining_example.Po@am__quote@ Chris@1: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decoder_example.Po@am__quote@ Chris@1: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoder_example.Po@am__quote@ Chris@1: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seeking_example.Po@am__quote@ Chris@1: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile_example.Po@am__quote@ Chris@1: Chris@1: .c.o: Chris@1: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< Chris@1: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@1: @am__fastdepCC_FALSE@ $(COMPILE) -c $< Chris@1: Chris@1: .c.obj: Chris@1: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` Chris@1: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@1: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` Chris@1: Chris@1: .c.lo: Chris@1: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< Chris@1: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@1: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< Chris@1: Chris@1: mostlyclean-libtool: Chris@1: -rm -f *.lo Chris@1: Chris@1: clean-libtool: Chris@1: -rm -rf .libs _libs Chris@1: Chris@1: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) Chris@1: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ Chris@1: unique=`for i in $$list; do \ Chris@1: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ Chris@1: done | \ Chris@1: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ Chris@1: END { if (nonempty) { for (i in files) print i; }; }'`; \ Chris@1: mkid -fID $$unique Chris@1: tags: TAGS Chris@1: Chris@1: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ Chris@1: $(TAGS_FILES) $(LISP) Chris@1: set x; \ Chris@1: here=`pwd`; \ Chris@1: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ Chris@1: unique=`for i in $$list; do \ Chris@1: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ Chris@1: done | \ Chris@1: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ Chris@1: END { if (nonempty) { for (i in files) print i; }; }'`; \ Chris@1: shift; \ Chris@1: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ Chris@1: test -n "$$unique" || unique=$$empty_fix; \ Chris@1: if test $$# -gt 0; then \ Chris@1: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ Chris@1: "$$@" $$unique; \ Chris@1: else \ Chris@1: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ Chris@1: $$unique; \ Chris@1: fi; \ Chris@1: fi Chris@1: ctags: CTAGS Chris@1: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ Chris@1: $(TAGS_FILES) $(LISP) Chris@1: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ Chris@1: unique=`for i in $$list; do \ Chris@1: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ Chris@1: done | \ Chris@1: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ Chris@1: END { if (nonempty) { for (i in files) print i; }; }'`; \ Chris@1: test -z "$(CTAGS_ARGS)$$unique" \ Chris@1: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ Chris@1: $$unique Chris@1: Chris@1: GTAGS: Chris@1: here=`$(am__cd) $(top_builddir) && pwd` \ Chris@1: && $(am__cd) $(top_srcdir) \ Chris@1: && gtags -i $(GTAGS_ARGS) "$$here" Chris@1: Chris@1: distclean-tags: Chris@1: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags Chris@1: Chris@1: distdir: $(DISTFILES) Chris@1: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ Chris@1: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ Chris@1: list='$(DISTFILES)'; \ Chris@1: dist_files=`for file in $$list; do echo $$file; done | \ Chris@1: sed -e "s|^$$srcdirstrip/||;t" \ Chris@1: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ Chris@1: case $$dist_files in \ Chris@1: */*) $(MKDIR_P) `echo "$$dist_files" | \ Chris@1: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ Chris@1: sort -u` ;; \ Chris@1: esac; \ Chris@1: for file in $$dist_files; do \ Chris@1: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ Chris@1: if test -d $$d/$$file; then \ Chris@1: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ Chris@1: if test -d "$(distdir)/$$file"; then \ Chris@1: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ Chris@1: fi; \ Chris@1: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ Chris@1: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ Chris@1: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ Chris@1: fi; \ Chris@1: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ Chris@1: else \ Chris@1: test -f "$(distdir)/$$file" \ Chris@1: || cp -p $$d/$$file "$(distdir)/$$file" \ Chris@1: || exit 1; \ Chris@1: fi; \ Chris@1: done Chris@1: check-am: all-am Chris@1: check: check-am Chris@1: all-am: Makefile $(PROGRAMS) Chris@1: installdirs: Chris@1: install: install-am Chris@1: install-exec: install-exec-am Chris@1: install-data: install-data-am Chris@1: uninstall: uninstall-am Chris@1: Chris@1: install-am: all-am Chris@1: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am Chris@1: Chris@1: installcheck: installcheck-am Chris@1: install-strip: Chris@1: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ Chris@1: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ Chris@1: `test -z '$(STRIP)' || \ Chris@1: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install Chris@1: mostlyclean-generic: Chris@1: Chris@1: clean-generic: Chris@1: Chris@1: distclean-generic: Chris@1: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) Chris@1: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) Chris@1: Chris@1: maintainer-clean-generic: Chris@1: @echo "This command is intended for maintainers to use" Chris@1: @echo "it deletes files that may require special tools to rebuild." Chris@1: clean: clean-am Chris@1: Chris@1: clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ Chris@1: mostlyclean-am Chris@1: Chris@1: distclean: distclean-am Chris@1: -rm -rf ./$(DEPDIR) Chris@1: -rm -f Makefile Chris@1: distclean-am: clean-am distclean-compile distclean-generic \ Chris@1: distclean-tags Chris@1: Chris@1: dvi: dvi-am Chris@1: Chris@1: dvi-am: Chris@1: Chris@1: html: html-am Chris@1: Chris@1: html-am: Chris@1: Chris@1: info: info-am Chris@1: Chris@1: info-am: Chris@1: Chris@1: install-data-am: Chris@1: Chris@1: install-dvi: install-dvi-am Chris@1: Chris@1: install-dvi-am: Chris@1: Chris@1: install-exec-am: Chris@1: Chris@1: install-html: install-html-am Chris@1: Chris@1: install-html-am: Chris@1: Chris@1: install-info: install-info-am Chris@1: Chris@1: install-info-am: Chris@1: Chris@1: install-man: Chris@1: Chris@1: install-pdf: install-pdf-am Chris@1: Chris@1: install-pdf-am: Chris@1: Chris@1: install-ps: install-ps-am Chris@1: Chris@1: install-ps-am: Chris@1: Chris@1: installcheck-am: Chris@1: Chris@1: maintainer-clean: maintainer-clean-am Chris@1: -rm -rf ./$(DEPDIR) Chris@1: -rm -f Makefile Chris@1: maintainer-clean-am: distclean-am maintainer-clean-generic Chris@1: Chris@1: mostlyclean: mostlyclean-am Chris@1: Chris@1: mostlyclean-am: mostlyclean-compile mostlyclean-generic \ Chris@1: mostlyclean-libtool Chris@1: Chris@1: pdf: pdf-am Chris@1: Chris@1: pdf-am: Chris@1: Chris@1: ps: ps-am Chris@1: Chris@1: ps-am: Chris@1: Chris@1: uninstall-am: Chris@1: Chris@1: .MAKE: install-am install-strip Chris@1: Chris@1: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ Chris@1: clean-libtool clean-noinstPROGRAMS ctags distclean \ Chris@1: distclean-compile distclean-generic distclean-libtool \ Chris@1: distclean-tags distdir dvi dvi-am html html-am info info-am \ Chris@1: install install-am install-data install-data-am install-dvi \ Chris@1: install-dvi-am install-exec install-exec-am install-html \ Chris@1: install-html-am install-info install-info-am install-man \ Chris@1: install-pdf install-pdf-am install-ps install-ps-am \ Chris@1: install-strip installcheck installcheck-am installdirs \ Chris@1: maintainer-clean maintainer-clean-generic mostlyclean \ Chris@1: mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ Chris@1: pdf pdf-am ps ps-am tags uninstall uninstall-am Chris@1: Chris@1: Chris@1: debug: Chris@1: $(MAKE) all CFLAGS="@DEBUG@" Chris@1: Chris@1: profile: Chris@1: $(MAKE) all CFLAGS="@PROFILE@" Chris@1: Chris@1: # Tell versions [3.59,3.63) of GNU make to not export all variables. Chris@1: # Otherwise a system limit (for SysV at least) may be exceeded. Chris@1: .NOEXPORT: