Chris@34: # Makefile.in generated by automake 1.7.9 from Makefile.am. Chris@34: # @configure_input@ Chris@34: Chris@34: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Chris@34: # Free Software Foundation, Inc. Chris@34: # This Makefile.in is free software; the Free Software Foundation Chris@34: # gives unlimited permission to copy and/or distribute it, Chris@34: # with or without modifications, as long as this notice is preserved. Chris@34: Chris@34: # This program is distributed in the hope that it will be useful, Chris@34: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without Chris@34: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A Chris@34: # PARTICULAR PURPOSE. Chris@34: Chris@34: @SET_MAKE@ Chris@34: Chris@34: # libFLAC++ - Free Lossless Audio Codec library Chris@34: # Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson Chris@34: # Chris@34: # Redistribution and use in source and binary forms, with or without Chris@34: # modification, are permitted provided that the following conditions Chris@34: # are met: Chris@34: # Chris@34: # - Redistributions of source code must retain the above copyright Chris@34: # notice, this list of conditions and the following disclaimer. Chris@34: # Chris@34: # - Redistributions in binary form must reproduce the above copyright Chris@34: # notice, this list of conditions and the following disclaimer in the Chris@34: # documentation and/or other materials provided with the distribution. Chris@34: # Chris@34: # - Neither the name of the Xiph.org Foundation nor the names of its Chris@34: # contributors may be used to endorse or promote products derived from Chris@34: # this software without specific prior written permission. Chris@34: # Chris@34: # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS Chris@34: # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT Chris@34: # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR Chris@34: # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR Chris@34: # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, Chris@34: # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, Chris@34: # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR Chris@34: # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF Chris@34: # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING Chris@34: # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS Chris@34: # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Chris@34: Chris@34: srcdir = @srcdir@ Chris@34: top_srcdir = @top_srcdir@ Chris@34: VPATH = @srcdir@ Chris@34: pkgdatadir = $(datadir)/@PACKAGE@ Chris@34: pkglibdir = $(libdir)/@PACKAGE@ Chris@34: pkgincludedir = $(includedir)/@PACKAGE@ Chris@34: top_builddir = ../.. Chris@34: Chris@34: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd Chris@34: INSTALL = @INSTALL@ Chris@34: install_sh_DATA = $(install_sh) -c -m 644 Chris@34: install_sh_PROGRAM = $(install_sh) -c Chris@34: install_sh_SCRIPT = $(install_sh) -c Chris@34: INSTALL_HEADER = $(INSTALL_DATA) Chris@34: transform = $(program_transform_name) Chris@34: NORMAL_INSTALL = : Chris@34: PRE_INSTALL = : Chris@34: POST_INSTALL = : Chris@34: NORMAL_UNINSTALL = : Chris@34: PRE_UNINSTALL = : Chris@34: POST_UNINSTALL = : Chris@34: host_triplet = @host@ Chris@34: ACLOCAL = @ACLOCAL@ Chris@34: ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ Chris@34: AMDEP_FALSE = @AMDEP_FALSE@ Chris@34: AMDEP_TRUE = @AMDEP_TRUE@ Chris@34: AMTAR = @AMTAR@ Chris@34: AR = @AR@ Chris@34: AS = @AS@ Chris@34: AUTOCONF = @AUTOCONF@ Chris@34: AUTOHEADER = @AUTOHEADER@ Chris@34: AUTOMAKE = @AUTOMAKE@ Chris@34: AWK = @AWK@ Chris@34: CC = @CC@ Chris@34: CCAS = @CCAS@ Chris@34: CCASFLAGS = @CCASFLAGS@ Chris@34: CCDEPMODE = @CCDEPMODE@ Chris@34: CFLAGS = @CFLAGS@ Chris@34: CPP = @CPP@ Chris@34: CPPFLAGS = @CPPFLAGS@ Chris@34: CXX = @CXX@ Chris@34: CXXCPP = @CXXCPP@ Chris@34: CXXDEPMODE = @CXXDEPMODE@ Chris@34: CXXFLAGS = @CXXFLAGS@ Chris@34: CYGPATH_W = @CYGPATH_W@ Chris@34: DEBUG_FALSE = @DEBUG_FALSE@ Chris@34: DEBUG_TRUE = @DEBUG_TRUE@ Chris@34: DEFS = @DEFS@ Chris@34: DEPDIR = @DEPDIR@ Chris@34: DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ Chris@34: DOXYGEN = @DOXYGEN@ Chris@34: ECHO = @ECHO@ Chris@34: ECHO_C = @ECHO_C@ Chris@34: ECHO_N = @ECHO_N@ Chris@34: ECHO_T = @ECHO_T@ Chris@34: EGREP = @EGREP@ Chris@34: EXEEXT = @EXEEXT@ Chris@34: F77 = @F77@ Chris@34: FFLAGS = @FFLAGS@ Chris@34: FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@ Chris@34: FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@ Chris@34: FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@ Chris@34: FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@ Chris@34: FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@ Chris@34: FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@ Chris@34: FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@ Chris@34: FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@ Chris@34: FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@ Chris@34: FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@ Chris@34: FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@ Chris@34: FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@ Chris@34: FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@ Chris@34: FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@ Chris@34: FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@ Chris@34: FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@ Chris@34: FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@ Chris@34: FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@ Chris@34: FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@ Chris@34: FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@ Chris@34: FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@ Chris@34: FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@ Chris@34: FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@ Chris@34: FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@ Chris@34: FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@ Chris@34: FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@ Chris@34: FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@ Chris@34: FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@ Chris@34: FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@ Chris@34: FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@ Chris@34: FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@ Chris@34: FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@ Chris@34: FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@ Chris@34: FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@ Chris@34: FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@ Chris@34: FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@ Chris@34: FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@ Chris@34: FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@ Chris@34: FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@ Chris@34: FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@ Chris@34: FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@ Chris@34: FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@ Chris@34: GAS = @GAS@ Chris@34: INSTALL_DATA = @INSTALL_DATA@ Chris@34: INSTALL_PROGRAM = @INSTALL_PROGRAM@ Chris@34: INSTALL_SCRIPT = @INSTALL_SCRIPT@ Chris@34: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ Chris@34: LDFLAGS = @LDFLAGS@ Chris@34: LIBICONV = @LIBICONV@ Chris@34: LIBOBJS = @LIBOBJS@ Chris@34: LIBS = @LIBS@ Chris@34: LIBTOOL = @LIBTOOL@ Chris@34: LN_S = @LN_S@ Chris@34: LTLIBICONV = @LTLIBICONV@ Chris@34: LTLIBOBJS = @LTLIBOBJS@ Chris@34: MAINT = @MAINT@ Chris@34: MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ Chris@34: MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ Chris@34: MAKEINFO = @MAKEINFO@ Chris@34: MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@ Chris@34: NASM = @NASM@ Chris@34: OBJEXT = @OBJEXT@ Chris@34: OBJ_FORMAT = @OBJ_FORMAT@ Chris@34: OGG_CFLAGS = @OGG_CFLAGS@ Chris@34: OGG_LIBS = @OGG_LIBS@ Chris@34: PACKAGE = @PACKAGE@ Chris@34: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ Chris@34: PACKAGE_NAME = @PACKAGE_NAME@ Chris@34: PACKAGE_STRING = @PACKAGE_STRING@ Chris@34: PACKAGE_TARNAME = @PACKAGE_TARNAME@ Chris@34: PACKAGE_VERSION = @PACKAGE_VERSION@ Chris@34: PATH_SEPARATOR = @PATH_SEPARATOR@ Chris@34: RANLIB = @RANLIB@ Chris@34: SET_MAKE = @SET_MAKE@ Chris@34: SHELL = @SHELL@ Chris@34: STRIP = @STRIP@ Chris@34: VERSION = @VERSION@ Chris@34: XMMS_CFLAGS = @XMMS_CFLAGS@ Chris@34: XMMS_CONFIG = @XMMS_CONFIG@ Chris@34: XMMS_DATA_DIR = @XMMS_DATA_DIR@ Chris@34: XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@ Chris@34: XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@ Chris@34: XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@ Chris@34: XMMS_LIBS = @XMMS_LIBS@ Chris@34: XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@ Chris@34: XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@ Chris@34: XMMS_VERSION = @XMMS_VERSION@ Chris@34: XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@ Chris@34: ac_ct_AR = @ac_ct_AR@ Chris@34: ac_ct_CC = @ac_ct_CC@ Chris@34: ac_ct_CXX = @ac_ct_CXX@ Chris@34: ac_ct_F77 = @ac_ct_F77@ Chris@34: ac_ct_RANLIB = @ac_ct_RANLIB@ Chris@34: ac_ct_STRIP = @ac_ct_STRIP@ Chris@34: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ Chris@34: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ Chris@34: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ Chris@34: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ Chris@34: am__include = @am__include@ Chris@34: am__leading_dot = @am__leading_dot@ Chris@34: am__quote = @am__quote@ Chris@34: bindir = @bindir@ Chris@34: build = @build@ Chris@34: build_alias = @build_alias@ Chris@34: build_cpu = @build_cpu@ Chris@34: build_os = @build_os@ Chris@34: build_vendor = @build_vendor@ Chris@34: datadir = @datadir@ Chris@34: exec_prefix = @exec_prefix@ Chris@34: host = @host@ Chris@34: host_alias = @host_alias@ Chris@34: host_cpu = @host_cpu@ Chris@34: host_os = @host_os@ Chris@34: host_vendor = @host_vendor@ Chris@34: includedir = @includedir@ Chris@34: infodir = @infodir@ Chris@34: install_sh = @install_sh@ Chris@34: libdir = @libdir@ Chris@34: libexecdir = @libexecdir@ Chris@34: localstatedir = @localstatedir@ Chris@34: mandir = @mandir@ Chris@34: oldincludedir = @oldincludedir@ Chris@34: prefix = @prefix@ Chris@34: program_transform_name = @program_transform_name@ Chris@34: sbindir = @sbindir@ Chris@34: sharedstatedir = @sharedstatedir@ Chris@34: sysconfdir = @sysconfdir@ Chris@34: target_alias = @target_alias@ Chris@34: Chris@34: flaccppincludedir = $(includedir)/FLAC++ Chris@34: Chris@34: flaccppinclude_HEADERS = \ Chris@34: all.h \ Chris@34: decoder.h \ Chris@34: encoder.h \ Chris@34: export.h \ Chris@34: metadata.h Chris@34: Chris@34: subdir = include/FLAC++ Chris@34: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 Chris@34: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs Chris@34: CONFIG_HEADER = $(top_builddir)/config.h Chris@34: CONFIG_CLEAN_FILES = Chris@34: DIST_SOURCES = Chris@34: HEADERS = $(flaccppinclude_HEADERS) Chris@34: Chris@34: DIST_COMMON = $(flaccppinclude_HEADERS) $(srcdir)/Makefile.in \ Chris@34: Makefile.am Chris@34: all: all-am Chris@34: Chris@34: .SUFFIXES: Chris@34: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) Chris@34: cd $(top_srcdir) && \ Chris@34: $(AUTOMAKE) --gnu include/FLAC++/Makefile Chris@34: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status Chris@34: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) Chris@34: Chris@34: mostlyclean-libtool: Chris@34: -rm -f *.lo Chris@34: Chris@34: clean-libtool: Chris@34: -rm -rf .libs _libs Chris@34: Chris@34: distclean-libtool: Chris@34: -rm -f libtool Chris@34: uninstall-info-am: Chris@34: flaccppincludeHEADERS_INSTALL = $(INSTALL_HEADER) Chris@34: install-flaccppincludeHEADERS: $(flaccppinclude_HEADERS) Chris@34: @$(NORMAL_INSTALL) Chris@34: $(mkinstalldirs) $(DESTDIR)$(flaccppincludedir) Chris@34: @list='$(flaccppinclude_HEADERS)'; for p in $$list; do \ Chris@34: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ Chris@34: f="`echo $$p | sed -e 's|^.*/||'`"; \ Chris@34: echo " $(flaccppincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccppincludedir)/$$f"; \ Chris@34: $(flaccppincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccppincludedir)/$$f; \ Chris@34: done Chris@34: Chris@34: uninstall-flaccppincludeHEADERS: Chris@34: @$(NORMAL_UNINSTALL) Chris@34: @list='$(flaccppinclude_HEADERS)'; for p in $$list; do \ Chris@34: f="`echo $$p | sed -e 's|^.*/||'`"; \ Chris@34: echo " rm -f $(DESTDIR)$(flaccppincludedir)/$$f"; \ Chris@34: rm -f $(DESTDIR)$(flaccppincludedir)/$$f; \ Chris@34: done Chris@34: Chris@34: ETAGS = etags Chris@34: ETAGSFLAGS = Chris@34: Chris@34: CTAGS = ctags Chris@34: CTAGSFLAGS = Chris@34: Chris@34: tags: TAGS Chris@34: Chris@34: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) Chris@34: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ Chris@34: unique=`for i in $$list; do \ Chris@34: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ Chris@34: done | \ Chris@34: $(AWK) ' { files[$$0] = 1; } \ Chris@34: END { for (i in files) print i; }'`; \ Chris@34: mkid -fID $$unique Chris@34: Chris@34: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ Chris@34: $(TAGS_FILES) $(LISP) Chris@34: tags=; \ Chris@34: here=`pwd`; \ Chris@34: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ Chris@34: unique=`for i in $$list; do \ Chris@34: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ Chris@34: done | \ Chris@34: $(AWK) ' { files[$$0] = 1; } \ Chris@34: END { for (i in files) print i; }'`; \ Chris@34: test -z "$(ETAGS_ARGS)$$tags$$unique" \ Chris@34: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ Chris@34: $$tags $$unique Chris@34: Chris@34: ctags: CTAGS Chris@34: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ Chris@34: $(TAGS_FILES) $(LISP) Chris@34: tags=; \ Chris@34: here=`pwd`; \ Chris@34: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ Chris@34: unique=`for i in $$list; do \ Chris@34: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ Chris@34: done | \ Chris@34: $(AWK) ' { files[$$0] = 1; } \ Chris@34: END { for (i in files) print i; }'`; \ Chris@34: test -z "$(CTAGS_ARGS)$$tags$$unique" \ Chris@34: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ Chris@34: $$tags $$unique Chris@34: Chris@34: GTAGS: Chris@34: here=`$(am__cd) $(top_builddir) && pwd` \ Chris@34: && cd $(top_srcdir) \ Chris@34: && gtags -i $(GTAGS_ARGS) $$here Chris@34: Chris@34: distclean-tags: Chris@34: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags Chris@34: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) Chris@34: Chris@34: top_distdir = ../.. Chris@34: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) Chris@34: Chris@34: distdir: $(DISTFILES) Chris@34: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ Chris@34: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ Chris@34: list='$(DISTFILES)'; for file in $$list; do \ Chris@34: case $$file in \ Chris@34: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ Chris@34: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ Chris@34: esac; \ Chris@34: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ Chris@34: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ Chris@34: if test "$$dir" != "$$file" && test "$$dir" != "."; then \ Chris@34: dir="/$$dir"; \ Chris@34: $(mkinstalldirs) "$(distdir)$$dir"; \ Chris@34: else \ Chris@34: dir=''; \ Chris@34: fi; \ Chris@34: if test -d $$d/$$file; then \ Chris@34: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ Chris@34: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ Chris@34: fi; \ Chris@34: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ Chris@34: else \ Chris@34: test -f $(distdir)/$$file \ Chris@34: || cp -p $$d/$$file $(distdir)/$$file \ Chris@34: || exit 1; \ Chris@34: fi; \ Chris@34: done Chris@34: check-am: all-am Chris@34: check: check-am Chris@34: all-am: Makefile $(HEADERS) Chris@34: Chris@34: installdirs: Chris@34: $(mkinstalldirs) $(DESTDIR)$(flaccppincludedir) Chris@34: install: install-am Chris@34: install-exec: install-exec-am Chris@34: install-data: install-data-am Chris@34: uninstall: uninstall-am Chris@34: Chris@34: install-am: all-am Chris@34: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am Chris@34: Chris@34: installcheck: installcheck-am Chris@34: install-strip: Chris@34: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ Chris@34: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ Chris@34: `test -z '$(STRIP)' || \ Chris@34: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install Chris@34: mostlyclean-generic: Chris@34: Chris@34: clean-generic: Chris@34: Chris@34: distclean-generic: Chris@34: -rm -f $(CONFIG_CLEAN_FILES) Chris@34: Chris@34: maintainer-clean-generic: Chris@34: @echo "This command is intended for maintainers to use" Chris@34: @echo "it deletes files that may require special tools to rebuild." Chris@34: clean: clean-am Chris@34: Chris@34: clean-am: clean-generic clean-libtool mostlyclean-am Chris@34: Chris@34: distclean: distclean-am Chris@34: -rm -f Makefile Chris@34: distclean-am: clean-am distclean-generic distclean-libtool \ Chris@34: distclean-tags Chris@34: Chris@34: dvi: dvi-am Chris@34: Chris@34: dvi-am: Chris@34: Chris@34: info: info-am Chris@34: Chris@34: info-am: Chris@34: Chris@34: install-data-am: install-flaccppincludeHEADERS Chris@34: Chris@34: install-exec-am: Chris@34: Chris@34: install-info: install-info-am Chris@34: Chris@34: install-man: Chris@34: Chris@34: installcheck-am: Chris@34: Chris@34: maintainer-clean: maintainer-clean-am Chris@34: -rm -f Makefile Chris@34: maintainer-clean-am: distclean-am maintainer-clean-generic Chris@34: Chris@34: mostlyclean: mostlyclean-am Chris@34: Chris@34: mostlyclean-am: mostlyclean-generic mostlyclean-libtool Chris@34: Chris@34: pdf: pdf-am Chris@34: Chris@34: pdf-am: Chris@34: Chris@34: ps: ps-am Chris@34: Chris@34: ps-am: Chris@34: Chris@34: uninstall-am: uninstall-flaccppincludeHEADERS uninstall-info-am Chris@34: Chris@34: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ Chris@34: clean-libtool ctags distclean distclean-generic \ Chris@34: distclean-libtool distclean-tags distdir dvi dvi-am info \ Chris@34: info-am install install-am install-data install-data-am \ Chris@34: install-exec install-exec-am install-flaccppincludeHEADERS \ Chris@34: install-info install-info-am install-man install-strip \ Chris@34: installcheck installcheck-am installdirs maintainer-clean \ Chris@34: maintainer-clean-generic mostlyclean mostlyclean-generic \ Chris@34: mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ Chris@34: uninstall-am uninstall-flaccppincludeHEADERS uninstall-info-am Chris@34: Chris@34: # Tell versions [3.59,3.63) of GNU make to not export all variables. Chris@34: # Otherwise a system limit (for SysV at least) may be exceeded. Chris@34: .NOEXPORT: