Chris@1: # Makefile.in generated by automake 1.7.9 from Makefile.am. Chris@1: # @configure_input@ Chris@1: Chris@1: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Chris@1: # Free Software Foundation, 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: # example_c_decode_file - Simple FLAC file decoder using libFLAC Chris@1: # Copyright (C) 2007 Josh Coalson Chris@1: # Chris@1: # This program is free software; you can redistribute it and/or Chris@1: # modify it under the terms of the GNU General Public License Chris@1: # as published by the Free Software Foundation; either version 2 Chris@1: # of the License, or (at your option) any later version. Chris@1: # Chris@1: # This program is distributed in the hope that it will be useful, Chris@1: # but WITHOUT ANY WARRANTY; without even the implied warranty of Chris@1: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Chris@1: # GNU General Public License for more details. Chris@1: # Chris@1: # You should have received a copy of the GNU General Public License Chris@1: # along with this program; if not, write to the Free Software Chris@1: # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Chris@1: Chris@1: srcdir = @srcdir@ Chris@1: top_srcdir = @top_srcdir@ Chris@1: VPATH = @srcdir@ Chris@1: pkgdatadir = $(datadir)/@PACKAGE@ Chris@1: pkglibdir = $(libdir)/@PACKAGE@ Chris@1: pkgincludedir = $(includedir)/@PACKAGE@ Chris@1: top_builddir = ../../../.. Chris@1: Chris@1: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd Chris@1: INSTALL = @INSTALL@ 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: host_triplet = @host@ Chris@1: ACLOCAL = @ACLOCAL@ Chris@1: ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ Chris@1: AMDEP_FALSE = @AMDEP_FALSE@ Chris@1: AMDEP_TRUE = @AMDEP_TRUE@ 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: CCAS = @CCAS@ Chris@1: CCASFLAGS = @CCASFLAGS@ Chris@1: CCDEPMODE = @CCDEPMODE@ Chris@1: CFLAGS = @CFLAGS@ Chris@1: CPP = @CPP@ Chris@1: CPPFLAGS = @CPPFLAGS@ Chris@1: CXX = @CXX@ Chris@1: CXXCPP = @CXXCPP@ Chris@1: CXXDEPMODE = @CXXDEPMODE@ Chris@1: CXXFLAGS = @CXXFLAGS@ Chris@1: CYGPATH_W = @CYGPATH_W@ Chris@1: DEBUG_FALSE = @DEBUG_FALSE@ Chris@1: DEBUG_TRUE = @DEBUG_TRUE@ Chris@1: DEFS = @DEFS@ Chris@1: DEPDIR = @DEPDIR@ Chris@1: DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ Chris@1: DOXYGEN = @DOXYGEN@ Chris@1: ECHO = @ECHO@ 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: F77 = @F77@ Chris@1: FFLAGS = @FFLAGS@ Chris@1: FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@ Chris@1: FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@ Chris@1: FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@ Chris@1: FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@ Chris@1: FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@ Chris@1: FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@ Chris@1: FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@ Chris@1: FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@ Chris@1: FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@ Chris@1: FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@ Chris@1: FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@ Chris@1: FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@ Chris@1: FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@ Chris@1: FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@ Chris@1: FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@ Chris@1: FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@ Chris@1: FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@ Chris@1: FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@ Chris@1: FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@ Chris@1: FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@ Chris@1: FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@ Chris@1: FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@ Chris@1: FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@ Chris@1: FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@ Chris@1: FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@ Chris@1: FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@ Chris@1: FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@ Chris@1: FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@ Chris@1: FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@ Chris@1: FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@ Chris@1: FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@ Chris@1: FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@ Chris@1: FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@ Chris@1: FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@ Chris@1: FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@ Chris@1: FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@ Chris@1: FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@ Chris@1: FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@ Chris@1: FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@ Chris@1: FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@ Chris@1: FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@ Chris@1: FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@ Chris@1: GAS = @GAS@ 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: LDFLAGS = @LDFLAGS@ Chris@1: LIBICONV = @LIBICONV@ Chris@1: LIBOBJS = @LIBOBJS@ Chris@1: LIBS = @LIBS@ Chris@1: LIBTOOL = @LIBTOOL@ Chris@1: LN_S = @LN_S@ Chris@1: LTLIBICONV = @LTLIBICONV@ Chris@1: LTLIBOBJS = @LTLIBOBJS@ Chris@1: MAINT = @MAINT@ Chris@1: MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ Chris@1: MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ Chris@1: MAKEINFO = @MAKEINFO@ Chris@1: MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@ Chris@1: NASM = @NASM@ Chris@1: OBJEXT = @OBJEXT@ Chris@1: OBJ_FORMAT = @OBJ_FORMAT@ Chris@1: OGG_CFLAGS = @OGG_CFLAGS@ Chris@1: OGG_LIBS = @OGG_LIBS@ 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_VERSION = @PACKAGE_VERSION@ Chris@1: PATH_SEPARATOR = @PATH_SEPARATOR@ Chris@1: RANLIB = @RANLIB@ Chris@1: SET_MAKE = @SET_MAKE@ Chris@1: SHELL = @SHELL@ Chris@1: STRIP = @STRIP@ Chris@1: VERSION = @VERSION@ Chris@1: XMMS_CFLAGS = @XMMS_CFLAGS@ Chris@1: XMMS_CONFIG = @XMMS_CONFIG@ Chris@1: XMMS_DATA_DIR = @XMMS_DATA_DIR@ Chris@1: XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@ Chris@1: XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@ Chris@1: XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@ Chris@1: XMMS_LIBS = @XMMS_LIBS@ Chris@1: XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@ Chris@1: XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@ Chris@1: XMMS_VERSION = @XMMS_VERSION@ Chris@1: XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@ Chris@1: ac_ct_AR = @ac_ct_AR@ Chris@1: ac_ct_CC = @ac_ct_CC@ Chris@1: ac_ct_CXX = @ac_ct_CXX@ Chris@1: ac_ct_F77 = @ac_ct_F77@ Chris@1: ac_ct_RANLIB = @ac_ct_RANLIB@ Chris@1: ac_ct_STRIP = @ac_ct_STRIP@ Chris@1: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ Chris@1: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ Chris@1: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ Chris@1: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ Chris@1: am__include = @am__include@ Chris@1: am__leading_dot = @am__leading_dot@ Chris@1: am__quote = @am__quote@ 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: datadir = @datadir@ 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: includedir = @includedir@ Chris@1: infodir = @infodir@ Chris@1: install_sh = @install_sh@ Chris@1: libdir = @libdir@ Chris@1: libexecdir = @libexecdir@ Chris@1: localstatedir = @localstatedir@ Chris@1: mandir = @mandir@ Chris@1: oldincludedir = @oldincludedir@ Chris@1: prefix = @prefix@ Chris@1: program_transform_name = @program_transform_name@ Chris@1: sbindir = @sbindir@ Chris@1: sharedstatedir = @sharedstatedir@ Chris@1: sysconfdir = @sysconfdir@ Chris@1: target_alias = @target_alias@ Chris@1: Chris@1: EXTRA_DIST = \ Chris@1: Makefile.lite \ Chris@1: example_c_decode_file.dsp \ Chris@1: example_c_decode_file.vcproj Chris@1: Chris@1: Chris@1: noinst_PROGRAMS = example_c_decode_file Chris@1: example_c_decode_file_LDADD = \ Chris@1: $(top_builddir)/src/libFLAC/libFLAC.la \ Chris@1: @OGG_LIBS@ \ Chris@1: @MINGW_WINSOCK_LIBS@ \ Chris@1: -lm Chris@1: Chris@1: example_c_decode_file_SOURCES = main.c Chris@1: subdir = examples/c/decode/file Chris@1: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 Chris@1: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs Chris@1: CONFIG_HEADER = $(top_builddir)/config.h Chris@1: CONFIG_CLEAN_FILES = Chris@1: noinst_PROGRAMS = example_c_decode_file$(EXEEXT) Chris@1: PROGRAMS = $(noinst_PROGRAMS) Chris@1: Chris@1: am_example_c_decode_file_OBJECTS = main.$(OBJEXT) Chris@1: example_c_decode_file_OBJECTS = $(am_example_c_decode_file_OBJECTS) Chris@1: example_c_decode_file_DEPENDENCIES = \ Chris@1: $(top_builddir)/src/libFLAC/libFLAC.la Chris@1: example_c_decode_file_LDFLAGS = Chris@1: Chris@1: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) Chris@1: depcomp = $(SHELL) $(top_srcdir)/depcomp Chris@1: am__depfiles_maybe = depfiles Chris@1: @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/main.Po Chris@1: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ Chris@1: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Chris@1: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ Chris@1: $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Chris@1: CCLD = $(CC) Chris@1: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ Chris@1: $(AM_LDFLAGS) $(LDFLAGS) -o $@ Chris@1: DIST_SOURCES = $(example_c_decode_file_SOURCES) Chris@1: DIST_COMMON = $(srcdir)/Makefile.in Makefile.am Chris@1: SOURCES = $(example_c_decode_file_SOURCES) Chris@1: 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@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) Chris@1: cd $(top_srcdir) && \ Chris@1: $(AUTOMAKE) --gnu examples/c/decode/file/Makefile Chris@1: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status Chris@1: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) Chris@1: Chris@1: clean-noinstPROGRAMS: Chris@1: @list='$(noinst_PROGRAMS)'; for p in $$list; do \ Chris@1: f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ Chris@1: echo " rm -f $$p $$f"; \ Chris@1: rm -f $$p $$f ; \ Chris@1: done Chris@1: example_c_decode_file$(EXEEXT): $(example_c_decode_file_OBJECTS) $(example_c_decode_file_DEPENDENCIES) Chris@1: @rm -f example_c_decode_file$(EXEEXT) Chris@1: $(LINK) $(example_c_decode_file_LDFLAGS) $(example_c_decode_file_OBJECTS) $(example_c_decode_file_LDADD) $(LIBS) Chris@1: Chris@1: mostlyclean-compile: Chris@1: -rm -f *.$(OBJEXT) core *.core Chris@1: Chris@1: distclean-compile: Chris@1: -rm -f *.tab.c Chris@1: Chris@1: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ Chris@1: Chris@1: .c.o: Chris@1: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ Chris@1: @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ Chris@1: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ Chris@1: @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ Chris@1: @am__fastdepCC_TRUE@ fi Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@1: @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< Chris@1: Chris@1: .c.obj: Chris@1: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ Chris@1: @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ Chris@1: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ Chris@1: @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ Chris@1: @am__fastdepCC_TRUE@ fi Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@1: @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` Chris@1: Chris@1: .c.lo: Chris@1: @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ Chris@1: @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ Chris@1: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ Chris@1: @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ Chris@1: @am__fastdepCC_TRUE@ fi Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ Chris@1: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ Chris@1: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< 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: distclean-libtool: Chris@1: -rm -f libtool Chris@1: uninstall-info-am: Chris@1: Chris@1: ETAGS = etags Chris@1: ETAGSFLAGS = Chris@1: Chris@1: CTAGS = ctags Chris@1: CTAGSFLAGS = Chris@1: Chris@1: tags: TAGS 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; } \ Chris@1: END { for (i in files) print i; }'`; \ Chris@1: mkid -fID $$unique Chris@1: Chris@1: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ Chris@1: $(TAGS_FILES) $(LISP) Chris@1: tags=; \ 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; } \ Chris@1: END { for (i in files) print i; }'`; \ Chris@1: test -z "$(ETAGS_ARGS)$$tags$$unique" \ Chris@1: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ Chris@1: $$tags $$unique Chris@1: Chris@1: ctags: CTAGS Chris@1: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ Chris@1: $(TAGS_FILES) $(LISP) Chris@1: tags=; \ 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; } \ Chris@1: END { for (i in files) print i; }'`; \ Chris@1: test -z "$(CTAGS_ARGS)$$tags$$unique" \ Chris@1: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ Chris@1: $$tags $$unique Chris@1: Chris@1: GTAGS: Chris@1: here=`$(am__cd) $(top_builddir) && pwd` \ Chris@1: && 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: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) Chris@1: Chris@1: top_distdir = ../../../.. Chris@1: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 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)'; for file in $$list; do \ Chris@1: case $$file in \ Chris@1: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ Chris@1: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ Chris@1: esac; \ Chris@1: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ Chris@1: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ Chris@1: if test "$$dir" != "$$file" && test "$$dir" != "."; then \ Chris@1: dir="/$$dir"; \ Chris@1: $(mkinstalldirs) "$(distdir)$$dir"; \ Chris@1: else \ Chris@1: dir=''; \ Chris@1: fi; \ Chris@1: if test -d $$d/$$file; then \ Chris@1: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ Chris@1: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ Chris@1: fi; \ Chris@1: cp -pR $$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: 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: -rm -f $(CONFIG_CLEAN_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-libtool distclean-tags Chris@1: Chris@1: dvi: dvi-am Chris@1: Chris@1: dvi-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-exec-am: Chris@1: Chris@1: install-info: install-info-am Chris@1: Chris@1: install-man: 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: uninstall-info-am 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 info info-am install \ Chris@1: install-am install-data install-data-am install-exec \ Chris@1: install-exec-am install-info install-info-am install-man \ Chris@1: install-strip installcheck installcheck-am installdirs \ Chris@1: maintainer-clean maintainer-clean-generic mostlyclean \ Chris@1: mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \ Chris@1: pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am 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: