annotate src/flac-1.2.1/examples/cpp/decode/file/Makefile.in @ 33:879bdc878826

Ah, we've already done this. Merge, taking everything from the branch with the older commits.
author Chris Cannam
date Fri, 04 Jul 2014 10:37:37 +0100
parents 05aa0afa9217
children
rev   line source
Chris@1 1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
Chris@1 2 # @configure_input@
Chris@1 3
Chris@1 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
Chris@1 5 # Free Software Foundation, Inc.
Chris@1 6 # This Makefile.in is free software; the Free Software Foundation
Chris@1 7 # gives unlimited permission to copy and/or distribute it,
Chris@1 8 # with or without modifications, as long as this notice is preserved.
Chris@1 9
Chris@1 10 # This program is distributed in the hope that it will be useful,
Chris@1 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Chris@1 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Chris@1 13 # PARTICULAR PURPOSE.
Chris@1 14
Chris@1 15 @SET_MAKE@
Chris@1 16
Chris@1 17 # example_cpp_decode_file - Simple FLAC file decoder using libFLAC
Chris@1 18 # Copyright (C) 2007 Josh Coalson
Chris@1 19 #
Chris@1 20 # This program is free software; you can redistribute it and/or
Chris@1 21 # modify it under the terms of the GNU General Public License
Chris@1 22 # as published by the Free Software Foundation; either version 2
Chris@1 23 # of the License, or (at your option) any later version.
Chris@1 24 #
Chris@1 25 # This program is distributed in the hope that it will be useful,
Chris@1 26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
Chris@1 27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Chris@1 28 # GNU General Public License for more details.
Chris@1 29 #
Chris@1 30 # You should have received a copy of the GNU General Public License
Chris@1 31 # along with this program; if not, write to the Free Software
Chris@1 32 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Chris@1 33
Chris@1 34 srcdir = @srcdir@
Chris@1 35 top_srcdir = @top_srcdir@
Chris@1 36 VPATH = @srcdir@
Chris@1 37 pkgdatadir = $(datadir)/@PACKAGE@
Chris@1 38 pkglibdir = $(libdir)/@PACKAGE@
Chris@1 39 pkgincludedir = $(includedir)/@PACKAGE@
Chris@1 40 top_builddir = ../../../..
Chris@1 41
Chris@1 42 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Chris@1 43 INSTALL = @INSTALL@
Chris@1 44 install_sh_DATA = $(install_sh) -c -m 644
Chris@1 45 install_sh_PROGRAM = $(install_sh) -c
Chris@1 46 install_sh_SCRIPT = $(install_sh) -c
Chris@1 47 INSTALL_HEADER = $(INSTALL_DATA)
Chris@1 48 transform = $(program_transform_name)
Chris@1 49 NORMAL_INSTALL = :
Chris@1 50 PRE_INSTALL = :
Chris@1 51 POST_INSTALL = :
Chris@1 52 NORMAL_UNINSTALL = :
Chris@1 53 PRE_UNINSTALL = :
Chris@1 54 POST_UNINSTALL = :
Chris@1 55 host_triplet = @host@
Chris@1 56 ACLOCAL = @ACLOCAL@
Chris@1 57 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
Chris@1 58 AMDEP_FALSE = @AMDEP_FALSE@
Chris@1 59 AMDEP_TRUE = @AMDEP_TRUE@
Chris@1 60 AMTAR = @AMTAR@
Chris@1 61 AR = @AR@
Chris@1 62 AS = @AS@
Chris@1 63 AUTOCONF = @AUTOCONF@
Chris@1 64 AUTOHEADER = @AUTOHEADER@
Chris@1 65 AUTOMAKE = @AUTOMAKE@
Chris@1 66 AWK = @AWK@
Chris@1 67 CC = @CC@
Chris@1 68 CCAS = @CCAS@
Chris@1 69 CCASFLAGS = @CCASFLAGS@
Chris@1 70 CCDEPMODE = @CCDEPMODE@
Chris@1 71 CFLAGS = @CFLAGS@
Chris@1 72 CPP = @CPP@
Chris@1 73 CPPFLAGS = @CPPFLAGS@
Chris@1 74 CXX = @CXX@
Chris@1 75 CXXCPP = @CXXCPP@
Chris@1 76 CXXDEPMODE = @CXXDEPMODE@
Chris@1 77 CXXFLAGS = @CXXFLAGS@
Chris@1 78 CYGPATH_W = @CYGPATH_W@
Chris@1 79 DEBUG_FALSE = @DEBUG_FALSE@
Chris@1 80 DEBUG_TRUE = @DEBUG_TRUE@
Chris@1 81 DEFS = @DEFS@
Chris@1 82 DEPDIR = @DEPDIR@
Chris@1 83 DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
Chris@1 84 DOXYGEN = @DOXYGEN@
Chris@1 85 ECHO = @ECHO@
Chris@1 86 ECHO_C = @ECHO_C@
Chris@1 87 ECHO_N = @ECHO_N@
Chris@1 88 ECHO_T = @ECHO_T@
Chris@1 89 EGREP = @EGREP@
Chris@1 90 EXEEXT = @EXEEXT@
Chris@1 91 F77 = @F77@
Chris@1 92 FFLAGS = @FFLAGS@
Chris@1 93 FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
Chris@1 94 FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
Chris@1 95 FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
Chris@1 96 FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
Chris@1 97 FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
Chris@1 98 FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
Chris@1 99 FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
Chris@1 100 FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
Chris@1 101 FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
Chris@1 102 FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
Chris@1 103 FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
Chris@1 104 FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@
Chris@1 105 FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@
Chris@1 106 FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@
Chris@1 107 FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@
Chris@1 108 FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@
Chris@1 109 FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@
Chris@1 110 FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@
Chris@1 111 FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@
Chris@1 112 FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@
Chris@1 113 FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@
Chris@1 114 FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@
Chris@1 115 FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@
Chris@1 116 FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@
Chris@1 117 FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@
Chris@1 118 FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@
Chris@1 119 FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@
Chris@1 120 FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@
Chris@1 121 FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@
Chris@1 122 FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@
Chris@1 123 FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@
Chris@1 124 FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@
Chris@1 125 FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@
Chris@1 126 FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@
Chris@1 127 FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@
Chris@1 128 FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@
Chris@1 129 FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@
Chris@1 130 FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
Chris@1 131 FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
Chris@1 132 FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
Chris@1 133 FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@
Chris@1 134 FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@
Chris@1 135 GAS = @GAS@
Chris@1 136 INSTALL_DATA = @INSTALL_DATA@
Chris@1 137 INSTALL_PROGRAM = @INSTALL_PROGRAM@
Chris@1 138 INSTALL_SCRIPT = @INSTALL_SCRIPT@
Chris@1 139 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Chris@1 140 LDFLAGS = @LDFLAGS@
Chris@1 141 LIBICONV = @LIBICONV@
Chris@1 142 LIBOBJS = @LIBOBJS@
Chris@1 143 LIBS = @LIBS@
Chris@1 144 LIBTOOL = @LIBTOOL@
Chris@1 145 LN_S = @LN_S@
Chris@1 146 LTLIBICONV = @LTLIBICONV@
Chris@1 147 LTLIBOBJS = @LTLIBOBJS@
Chris@1 148 MAINT = @MAINT@
Chris@1 149 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
Chris@1 150 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
Chris@1 151 MAKEINFO = @MAKEINFO@
Chris@1 152 MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
Chris@1 153 NASM = @NASM@
Chris@1 154 OBJEXT = @OBJEXT@
Chris@1 155 OBJ_FORMAT = @OBJ_FORMAT@
Chris@1 156 OGG_CFLAGS = @OGG_CFLAGS@
Chris@1 157 OGG_LIBS = @OGG_LIBS@
Chris@1 158 PACKAGE = @PACKAGE@
Chris@1 159 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Chris@1 160 PACKAGE_NAME = @PACKAGE_NAME@
Chris@1 161 PACKAGE_STRING = @PACKAGE_STRING@
Chris@1 162 PACKAGE_TARNAME = @PACKAGE_TARNAME@
Chris@1 163 PACKAGE_VERSION = @PACKAGE_VERSION@
Chris@1 164 PATH_SEPARATOR = @PATH_SEPARATOR@
Chris@1 165 RANLIB = @RANLIB@
Chris@1 166 SET_MAKE = @SET_MAKE@
Chris@1 167 SHELL = @SHELL@
Chris@1 168 STRIP = @STRIP@
Chris@1 169 VERSION = @VERSION@
Chris@1 170 XMMS_CFLAGS = @XMMS_CFLAGS@
Chris@1 171 XMMS_CONFIG = @XMMS_CONFIG@
Chris@1 172 XMMS_DATA_DIR = @XMMS_DATA_DIR@
Chris@1 173 XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
Chris@1 174 XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
Chris@1 175 XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
Chris@1 176 XMMS_LIBS = @XMMS_LIBS@
Chris@1 177 XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
Chris@1 178 XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
Chris@1 179 XMMS_VERSION = @XMMS_VERSION@
Chris@1 180 XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
Chris@1 181 ac_ct_AR = @ac_ct_AR@
Chris@1 182 ac_ct_CC = @ac_ct_CC@
Chris@1 183 ac_ct_CXX = @ac_ct_CXX@
Chris@1 184 ac_ct_F77 = @ac_ct_F77@
Chris@1 185 ac_ct_RANLIB = @ac_ct_RANLIB@
Chris@1 186 ac_ct_STRIP = @ac_ct_STRIP@
Chris@1 187 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
Chris@1 188 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
Chris@1 189 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
Chris@1 190 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
Chris@1 191 am__include = @am__include@
Chris@1 192 am__leading_dot = @am__leading_dot@
Chris@1 193 am__quote = @am__quote@
Chris@1 194 bindir = @bindir@
Chris@1 195 build = @build@
Chris@1 196 build_alias = @build_alias@
Chris@1 197 build_cpu = @build_cpu@
Chris@1 198 build_os = @build_os@
Chris@1 199 build_vendor = @build_vendor@
Chris@1 200 datadir = @datadir@
Chris@1 201 exec_prefix = @exec_prefix@
Chris@1 202 host = @host@
Chris@1 203 host_alias = @host_alias@
Chris@1 204 host_cpu = @host_cpu@
Chris@1 205 host_os = @host_os@
Chris@1 206 host_vendor = @host_vendor@
Chris@1 207 includedir = @includedir@
Chris@1 208 infodir = @infodir@
Chris@1 209 install_sh = @install_sh@
Chris@1 210 libdir = @libdir@
Chris@1 211 libexecdir = @libexecdir@
Chris@1 212 localstatedir = @localstatedir@
Chris@1 213 mandir = @mandir@
Chris@1 214 oldincludedir = @oldincludedir@
Chris@1 215 prefix = @prefix@
Chris@1 216 program_transform_name = @program_transform_name@
Chris@1 217 sbindir = @sbindir@
Chris@1 218 sharedstatedir = @sharedstatedir@
Chris@1 219 sysconfdir = @sysconfdir@
Chris@1 220 target_alias = @target_alias@
Chris@1 221
Chris@1 222 EXTRA_DIST = \
Chris@1 223 Makefile.lite \
Chris@1 224 example_cpp_decode_file.dsp \
Chris@1 225 example_cpp_decode_file.vcproj
Chris@1 226
Chris@1 227
Chris@1 228 noinst_PROGRAMS = example_cpp_decode_file
Chris@1 229 example_cpp_decode_file_LDADD = \
Chris@1 230 $(top_builddir)/src/libFLAC++/libFLAC++.la \
Chris@1 231 $(top_builddir)/src/libFLAC/libFLAC.la \
Chris@1 232 @OGG_LIBS@ \
Chris@1 233 @MINGW_WINSOCK_LIBS@ \
Chris@1 234 -lm
Chris@1 235
Chris@1 236 example_cpp_decode_file_SOURCES = main.cpp
Chris@1 237 subdir = examples/cpp/decode/file
Chris@1 238 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Chris@1 239 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Chris@1 240 CONFIG_HEADER = $(top_builddir)/config.h
Chris@1 241 CONFIG_CLEAN_FILES =
Chris@1 242 noinst_PROGRAMS = example_cpp_decode_file$(EXEEXT)
Chris@1 243 PROGRAMS = $(noinst_PROGRAMS)
Chris@1 244
Chris@1 245 am_example_cpp_decode_file_OBJECTS = main.$(OBJEXT)
Chris@1 246 example_cpp_decode_file_OBJECTS = $(am_example_cpp_decode_file_OBJECTS)
Chris@1 247 example_cpp_decode_file_DEPENDENCIES = \
Chris@1 248 $(top_builddir)/src/libFLAC++/libFLAC++.la \
Chris@1 249 $(top_builddir)/src/libFLAC/libFLAC.la
Chris@1 250 example_cpp_decode_file_LDFLAGS =
Chris@1 251
Chris@1 252 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
Chris@1 253 depcomp = $(SHELL) $(top_srcdir)/depcomp
Chris@1 254 am__depfiles_maybe = depfiles
Chris@1 255 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/main.Po
Chris@1 256 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
Chris@1 257 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
Chris@1 258 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
Chris@1 259 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Chris@1 260 $(AM_CXXFLAGS) $(CXXFLAGS)
Chris@1 261 CXXLD = $(CXX)
Chris@1 262 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
Chris@1 263 $(AM_LDFLAGS) $(LDFLAGS) -o $@
Chris@1 264 DIST_SOURCES = $(example_cpp_decode_file_SOURCES)
Chris@1 265 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
Chris@1 266 SOURCES = $(example_cpp_decode_file_SOURCES)
Chris@1 267
Chris@1 268 all: all-am
Chris@1 269
Chris@1 270 .SUFFIXES:
Chris@1 271 .SUFFIXES: .cpp .lo .o .obj
Chris@1 272 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
Chris@1 273 cd $(top_srcdir) && \
Chris@1 274 $(AUTOMAKE) --gnu examples/cpp/decode/file/Makefile
Chris@1 275 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
Chris@1 276 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
Chris@1 277
Chris@1 278 clean-noinstPROGRAMS:
Chris@1 279 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
Chris@1 280 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
Chris@1 281 echo " rm -f $$p $$f"; \
Chris@1 282 rm -f $$p $$f ; \
Chris@1 283 done
Chris@1 284 example_cpp_decode_file$(EXEEXT): $(example_cpp_decode_file_OBJECTS) $(example_cpp_decode_file_DEPENDENCIES)
Chris@1 285 @rm -f example_cpp_decode_file$(EXEEXT)
Chris@1 286 $(CXXLINK) $(example_cpp_decode_file_LDFLAGS) $(example_cpp_decode_file_OBJECTS) $(example_cpp_decode_file_LDADD) $(LIBS)
Chris@1 287
Chris@1 288 mostlyclean-compile:
Chris@1 289 -rm -f *.$(OBJEXT) core *.core
Chris@1 290
Chris@1 291 distclean-compile:
Chris@1 292 -rm -f *.tab.c
Chris@1 293
Chris@1 294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
Chris@1 295
Chris@1 296 .cpp.o:
Chris@1 297 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
Chris@1 298 @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
Chris@1 299 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
Chris@1 300 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
Chris@1 301 @am__fastdepCXX_TRUE@ fi
Chris@1 302 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@1 303 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
Chris@1 304 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@1 305 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
Chris@1 306
Chris@1 307 .cpp.obj:
Chris@1 308 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
Chris@1 309 @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
Chris@1 310 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
Chris@1 311 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
Chris@1 312 @am__fastdepCXX_TRUE@ fi
Chris@1 313 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@1 314 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
Chris@1 315 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@1 316 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
Chris@1 317
Chris@1 318 .cpp.lo:
Chris@1 319 @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
Chris@1 320 @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
Chris@1 321 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
Chris@1 322 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
Chris@1 323 @am__fastdepCXX_TRUE@ fi
Chris@1 324 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Chris@1 325 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
Chris@1 326 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@1 327 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
Chris@1 328
Chris@1 329 mostlyclean-libtool:
Chris@1 330 -rm -f *.lo
Chris@1 331
Chris@1 332 clean-libtool:
Chris@1 333 -rm -rf .libs _libs
Chris@1 334
Chris@1 335 distclean-libtool:
Chris@1 336 -rm -f libtool
Chris@1 337 uninstall-info-am:
Chris@1 338
Chris@1 339 ETAGS = etags
Chris@1 340 ETAGSFLAGS =
Chris@1 341
Chris@1 342 CTAGS = ctags
Chris@1 343 CTAGSFLAGS =
Chris@1 344
Chris@1 345 tags: TAGS
Chris@1 346
Chris@1 347 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Chris@1 348 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Chris@1 349 unique=`for i in $$list; do \
Chris@1 350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Chris@1 351 done | \
Chris@1 352 $(AWK) ' { files[$$0] = 1; } \
Chris@1 353 END { for (i in files) print i; }'`; \
Chris@1 354 mkid -fID $$unique
Chris@1 355
Chris@1 356 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Chris@1 357 $(TAGS_FILES) $(LISP)
Chris@1 358 tags=; \
Chris@1 359 here=`pwd`; \
Chris@1 360 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Chris@1 361 unique=`for i in $$list; do \
Chris@1 362 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Chris@1 363 done | \
Chris@1 364 $(AWK) ' { files[$$0] = 1; } \
Chris@1 365 END { for (i in files) print i; }'`; \
Chris@1 366 test -z "$(ETAGS_ARGS)$$tags$$unique" \
Chris@1 367 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Chris@1 368 $$tags $$unique
Chris@1 369
Chris@1 370 ctags: CTAGS
Chris@1 371 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Chris@1 372 $(TAGS_FILES) $(LISP)
Chris@1 373 tags=; \
Chris@1 374 here=`pwd`; \
Chris@1 375 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Chris@1 376 unique=`for i in $$list; do \
Chris@1 377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Chris@1 378 done | \
Chris@1 379 $(AWK) ' { files[$$0] = 1; } \
Chris@1 380 END { for (i in files) print i; }'`; \
Chris@1 381 test -z "$(CTAGS_ARGS)$$tags$$unique" \
Chris@1 382 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Chris@1 383 $$tags $$unique
Chris@1 384
Chris@1 385 GTAGS:
Chris@1 386 here=`$(am__cd) $(top_builddir) && pwd` \
Chris@1 387 && cd $(top_srcdir) \
Chris@1 388 && gtags -i $(GTAGS_ARGS) $$here
Chris@1 389
Chris@1 390 distclean-tags:
Chris@1 391 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Chris@1 392 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Chris@1 393
Chris@1 394 top_distdir = ../../../..
Chris@1 395 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
Chris@1 396
Chris@1 397 distdir: $(DISTFILES)
Chris@1 398 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
Chris@1 399 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
Chris@1 400 list='$(DISTFILES)'; for file in $$list; do \
Chris@1 401 case $$file in \
Chris@1 402 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
Chris@1 403 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
Chris@1 404 esac; \
Chris@1 405 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Chris@1 406 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
Chris@1 407 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Chris@1 408 dir="/$$dir"; \
Chris@1 409 $(mkinstalldirs) "$(distdir)$$dir"; \
Chris@1 410 else \
Chris@1 411 dir=''; \
Chris@1 412 fi; \
Chris@1 413 if test -d $$d/$$file; then \
Chris@1 414 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Chris@1 415 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
Chris@1 416 fi; \
Chris@1 417 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Chris@1 418 else \
Chris@1 419 test -f $(distdir)/$$file \
Chris@1 420 || cp -p $$d/$$file $(distdir)/$$file \
Chris@1 421 || exit 1; \
Chris@1 422 fi; \
Chris@1 423 done
Chris@1 424 check-am: all-am
Chris@1 425 check: check-am
Chris@1 426 all-am: Makefile $(PROGRAMS)
Chris@1 427
Chris@1 428 installdirs:
Chris@1 429 install: install-am
Chris@1 430 install-exec: install-exec-am
Chris@1 431 install-data: install-data-am
Chris@1 432 uninstall: uninstall-am
Chris@1 433
Chris@1 434 install-am: all-am
Chris@1 435 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Chris@1 436
Chris@1 437 installcheck: installcheck-am
Chris@1 438 install-strip:
Chris@1 439 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Chris@1 440 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Chris@1 441 `test -z '$(STRIP)' || \
Chris@1 442 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
Chris@1 443 mostlyclean-generic:
Chris@1 444
Chris@1 445 clean-generic:
Chris@1 446
Chris@1 447 distclean-generic:
Chris@1 448 -rm -f $(CONFIG_CLEAN_FILES)
Chris@1 449
Chris@1 450 maintainer-clean-generic:
Chris@1 451 @echo "This command is intended for maintainers to use"
Chris@1 452 @echo "it deletes files that may require special tools to rebuild."
Chris@1 453 clean: clean-am
Chris@1 454
Chris@1 455 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
Chris@1 456 mostlyclean-am
Chris@1 457
Chris@1 458 distclean: distclean-am
Chris@1 459 -rm -rf ./$(DEPDIR)
Chris@1 460 -rm -f Makefile
Chris@1 461 distclean-am: clean-am distclean-compile distclean-generic \
Chris@1 462 distclean-libtool distclean-tags
Chris@1 463
Chris@1 464 dvi: dvi-am
Chris@1 465
Chris@1 466 dvi-am:
Chris@1 467
Chris@1 468 info: info-am
Chris@1 469
Chris@1 470 info-am:
Chris@1 471
Chris@1 472 install-data-am:
Chris@1 473
Chris@1 474 install-exec-am:
Chris@1 475
Chris@1 476 install-info: install-info-am
Chris@1 477
Chris@1 478 install-man:
Chris@1 479
Chris@1 480 installcheck-am:
Chris@1 481
Chris@1 482 maintainer-clean: maintainer-clean-am
Chris@1 483 -rm -rf ./$(DEPDIR)
Chris@1 484 -rm -f Makefile
Chris@1 485 maintainer-clean-am: distclean-am maintainer-clean-generic
Chris@1 486
Chris@1 487 mostlyclean: mostlyclean-am
Chris@1 488
Chris@1 489 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Chris@1 490 mostlyclean-libtool
Chris@1 491
Chris@1 492 pdf: pdf-am
Chris@1 493
Chris@1 494 pdf-am:
Chris@1 495
Chris@1 496 ps: ps-am
Chris@1 497
Chris@1 498 ps-am:
Chris@1 499
Chris@1 500 uninstall-am: uninstall-info-am
Chris@1 501
Chris@1 502 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
Chris@1 503 clean-libtool clean-noinstPROGRAMS ctags distclean \
Chris@1 504 distclean-compile distclean-generic distclean-libtool \
Chris@1 505 distclean-tags distdir dvi dvi-am info info-am install \
Chris@1 506 install-am install-data install-data-am install-exec \
Chris@1 507 install-exec-am install-info install-info-am install-man \
Chris@1 508 install-strip installcheck installcheck-am installdirs \
Chris@1 509 maintainer-clean maintainer-clean-generic mostlyclean \
Chris@1 510 mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
Chris@1 511 pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
Chris@1 512
Chris@1 513 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Chris@1 514 # Otherwise a system limit (for SysV at least) may be exceeded.
Chris@1 515 .NOEXPORT: