annotate src/flac-1.2.1/examples/c/decode/file/Makefile.in @ 1:05aa0afa9217

Bring in flac, ogg, vorbis
author Chris Cannam
date Tue, 19 Mar 2013 17:37:49 +0000
parents
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_c_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_c_decode_file.dsp \
Chris@1 225 example_c_decode_file.vcproj
Chris@1 226
Chris@1 227
Chris@1 228 noinst_PROGRAMS = example_c_decode_file
Chris@1 229 example_c_decode_file_LDADD = \
Chris@1 230 $(top_builddir)/src/libFLAC/libFLAC.la \
Chris@1 231 @OGG_LIBS@ \
Chris@1 232 @MINGW_WINSOCK_LIBS@ \
Chris@1 233 -lm
Chris@1 234
Chris@1 235 example_c_decode_file_SOURCES = main.c
Chris@1 236 subdir = examples/c/decode/file
Chris@1 237 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Chris@1 238 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Chris@1 239 CONFIG_HEADER = $(top_builddir)/config.h
Chris@1 240 CONFIG_CLEAN_FILES =
Chris@1 241 noinst_PROGRAMS = example_c_decode_file$(EXEEXT)
Chris@1 242 PROGRAMS = $(noinst_PROGRAMS)
Chris@1 243
Chris@1 244 am_example_c_decode_file_OBJECTS = main.$(OBJEXT)
Chris@1 245 example_c_decode_file_OBJECTS = $(am_example_c_decode_file_OBJECTS)
Chris@1 246 example_c_decode_file_DEPENDENCIES = \
Chris@1 247 $(top_builddir)/src/libFLAC/libFLAC.la
Chris@1 248 example_c_decode_file_LDFLAGS =
Chris@1 249
Chris@1 250 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
Chris@1 251 depcomp = $(SHELL) $(top_srcdir)/depcomp
Chris@1 252 am__depfiles_maybe = depfiles
Chris@1 253 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/main.Po
Chris@1 254 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Chris@1 255 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Chris@1 256 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
Chris@1 257 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Chris@1 258 CCLD = $(CC)
Chris@1 259 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Chris@1 260 $(AM_LDFLAGS) $(LDFLAGS) -o $@
Chris@1 261 DIST_SOURCES = $(example_c_decode_file_SOURCES)
Chris@1 262 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
Chris@1 263 SOURCES = $(example_c_decode_file_SOURCES)
Chris@1 264
Chris@1 265 all: all-am
Chris@1 266
Chris@1 267 .SUFFIXES:
Chris@1 268 .SUFFIXES: .c .lo .o .obj
Chris@1 269 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
Chris@1 270 cd $(top_srcdir) && \
Chris@1 271 $(AUTOMAKE) --gnu examples/c/decode/file/Makefile
Chris@1 272 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
Chris@1 273 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
Chris@1 274
Chris@1 275 clean-noinstPROGRAMS:
Chris@1 276 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
Chris@1 277 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
Chris@1 278 echo " rm -f $$p $$f"; \
Chris@1 279 rm -f $$p $$f ; \
Chris@1 280 done
Chris@1 281 example_c_decode_file$(EXEEXT): $(example_c_decode_file_OBJECTS) $(example_c_decode_file_DEPENDENCIES)
Chris@1 282 @rm -f example_c_decode_file$(EXEEXT)
Chris@1 283 $(LINK) $(example_c_decode_file_LDFLAGS) $(example_c_decode_file_OBJECTS) $(example_c_decode_file_LDADD) $(LIBS)
Chris@1 284
Chris@1 285 mostlyclean-compile:
Chris@1 286 -rm -f *.$(OBJEXT) core *.core
Chris@1 287
Chris@1 288 distclean-compile:
Chris@1 289 -rm -f *.tab.c
Chris@1 290
Chris@1 291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
Chris@1 292
Chris@1 293 .c.o:
Chris@1 294 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
Chris@1 295 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
Chris@1 296 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
Chris@1 297 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
Chris@1 298 @am__fastdepCC_TRUE@ fi
Chris@1 299 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@1 300 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
Chris@1 301 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@1 302 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
Chris@1 303
Chris@1 304 .c.obj:
Chris@1 305 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
Chris@1 306 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
Chris@1 307 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
Chris@1 308 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
Chris@1 309 @am__fastdepCC_TRUE@ fi
Chris@1 310 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@1 311 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
Chris@1 312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@1 313 @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
Chris@1 314
Chris@1 315 .c.lo:
Chris@1 316 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
Chris@1 317 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
Chris@1 318 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
Chris@1 319 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
Chris@1 320 @am__fastdepCC_TRUE@ fi
Chris@1 321 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Chris@1 322 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
Chris@1 323 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@1 324 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
Chris@1 325
Chris@1 326 mostlyclean-libtool:
Chris@1 327 -rm -f *.lo
Chris@1 328
Chris@1 329 clean-libtool:
Chris@1 330 -rm -rf .libs _libs
Chris@1 331
Chris@1 332 distclean-libtool:
Chris@1 333 -rm -f libtool
Chris@1 334 uninstall-info-am:
Chris@1 335
Chris@1 336 ETAGS = etags
Chris@1 337 ETAGSFLAGS =
Chris@1 338
Chris@1 339 CTAGS = ctags
Chris@1 340 CTAGSFLAGS =
Chris@1 341
Chris@1 342 tags: TAGS
Chris@1 343
Chris@1 344 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Chris@1 345 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Chris@1 346 unique=`for i in $$list; do \
Chris@1 347 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Chris@1 348 done | \
Chris@1 349 $(AWK) ' { files[$$0] = 1; } \
Chris@1 350 END { for (i in files) print i; }'`; \
Chris@1 351 mkid -fID $$unique
Chris@1 352
Chris@1 353 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Chris@1 354 $(TAGS_FILES) $(LISP)
Chris@1 355 tags=; \
Chris@1 356 here=`pwd`; \
Chris@1 357 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Chris@1 358 unique=`for i in $$list; do \
Chris@1 359 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Chris@1 360 done | \
Chris@1 361 $(AWK) ' { files[$$0] = 1; } \
Chris@1 362 END { for (i in files) print i; }'`; \
Chris@1 363 test -z "$(ETAGS_ARGS)$$tags$$unique" \
Chris@1 364 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Chris@1 365 $$tags $$unique
Chris@1 366
Chris@1 367 ctags: CTAGS
Chris@1 368 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Chris@1 369 $(TAGS_FILES) $(LISP)
Chris@1 370 tags=; \
Chris@1 371 here=`pwd`; \
Chris@1 372 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Chris@1 373 unique=`for i in $$list; do \
Chris@1 374 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Chris@1 375 done | \
Chris@1 376 $(AWK) ' { files[$$0] = 1; } \
Chris@1 377 END { for (i in files) print i; }'`; \
Chris@1 378 test -z "$(CTAGS_ARGS)$$tags$$unique" \
Chris@1 379 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Chris@1 380 $$tags $$unique
Chris@1 381
Chris@1 382 GTAGS:
Chris@1 383 here=`$(am__cd) $(top_builddir) && pwd` \
Chris@1 384 && cd $(top_srcdir) \
Chris@1 385 && gtags -i $(GTAGS_ARGS) $$here
Chris@1 386
Chris@1 387 distclean-tags:
Chris@1 388 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Chris@1 389 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Chris@1 390
Chris@1 391 top_distdir = ../../../..
Chris@1 392 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
Chris@1 393
Chris@1 394 distdir: $(DISTFILES)
Chris@1 395 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
Chris@1 396 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
Chris@1 397 list='$(DISTFILES)'; for file in $$list; do \
Chris@1 398 case $$file in \
Chris@1 399 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
Chris@1 400 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
Chris@1 401 esac; \
Chris@1 402 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Chris@1 403 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
Chris@1 404 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Chris@1 405 dir="/$$dir"; \
Chris@1 406 $(mkinstalldirs) "$(distdir)$$dir"; \
Chris@1 407 else \
Chris@1 408 dir=''; \
Chris@1 409 fi; \
Chris@1 410 if test -d $$d/$$file; then \
Chris@1 411 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Chris@1 412 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
Chris@1 413 fi; \
Chris@1 414 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Chris@1 415 else \
Chris@1 416 test -f $(distdir)/$$file \
Chris@1 417 || cp -p $$d/$$file $(distdir)/$$file \
Chris@1 418 || exit 1; \
Chris@1 419 fi; \
Chris@1 420 done
Chris@1 421 check-am: all-am
Chris@1 422 check: check-am
Chris@1 423 all-am: Makefile $(PROGRAMS)
Chris@1 424
Chris@1 425 installdirs:
Chris@1 426 install: install-am
Chris@1 427 install-exec: install-exec-am
Chris@1 428 install-data: install-data-am
Chris@1 429 uninstall: uninstall-am
Chris@1 430
Chris@1 431 install-am: all-am
Chris@1 432 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Chris@1 433
Chris@1 434 installcheck: installcheck-am
Chris@1 435 install-strip:
Chris@1 436 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Chris@1 437 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Chris@1 438 `test -z '$(STRIP)' || \
Chris@1 439 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
Chris@1 440 mostlyclean-generic:
Chris@1 441
Chris@1 442 clean-generic:
Chris@1 443
Chris@1 444 distclean-generic:
Chris@1 445 -rm -f $(CONFIG_CLEAN_FILES)
Chris@1 446
Chris@1 447 maintainer-clean-generic:
Chris@1 448 @echo "This command is intended for maintainers to use"
Chris@1 449 @echo "it deletes files that may require special tools to rebuild."
Chris@1 450 clean: clean-am
Chris@1 451
Chris@1 452 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
Chris@1 453 mostlyclean-am
Chris@1 454
Chris@1 455 distclean: distclean-am
Chris@1 456 -rm -rf ./$(DEPDIR)
Chris@1 457 -rm -f Makefile
Chris@1 458 distclean-am: clean-am distclean-compile distclean-generic \
Chris@1 459 distclean-libtool distclean-tags
Chris@1 460
Chris@1 461 dvi: dvi-am
Chris@1 462
Chris@1 463 dvi-am:
Chris@1 464
Chris@1 465 info: info-am
Chris@1 466
Chris@1 467 info-am:
Chris@1 468
Chris@1 469 install-data-am:
Chris@1 470
Chris@1 471 install-exec-am:
Chris@1 472
Chris@1 473 install-info: install-info-am
Chris@1 474
Chris@1 475 install-man:
Chris@1 476
Chris@1 477 installcheck-am:
Chris@1 478
Chris@1 479 maintainer-clean: maintainer-clean-am
Chris@1 480 -rm -rf ./$(DEPDIR)
Chris@1 481 -rm -f Makefile
Chris@1 482 maintainer-clean-am: distclean-am maintainer-clean-generic
Chris@1 483
Chris@1 484 mostlyclean: mostlyclean-am
Chris@1 485
Chris@1 486 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Chris@1 487 mostlyclean-libtool
Chris@1 488
Chris@1 489 pdf: pdf-am
Chris@1 490
Chris@1 491 pdf-am:
Chris@1 492
Chris@1 493 ps: ps-am
Chris@1 494
Chris@1 495 ps-am:
Chris@1 496
Chris@1 497 uninstall-am: uninstall-info-am
Chris@1 498
Chris@1 499 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
Chris@1 500 clean-libtool clean-noinstPROGRAMS ctags distclean \
Chris@1 501 distclean-compile distclean-generic distclean-libtool \
Chris@1 502 distclean-tags distdir dvi dvi-am info info-am install \
Chris@1 503 install-am install-data install-data-am install-exec \
Chris@1 504 install-exec-am install-info install-info-am install-man \
Chris@1 505 install-strip installcheck installcheck-am installdirs \
Chris@1 506 maintainer-clean maintainer-clean-generic mostlyclean \
Chris@1 507 mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
Chris@1 508 pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
Chris@1 509
Chris@1 510 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Chris@1 511 # Otherwise a system limit (for SysV at least) may be exceeded.
Chris@1 512 .NOEXPORT: