annotate src/libvorbis-1.3.3/examples/Makefile.in @ 56:af97cad61ff0

Add updated build of PortAudio for OSX
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 03 Jan 2017 15:10:52 +0000
parents 05aa0afa9217
children
rev   line source
Chris@1 1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
Chris@1 2 # @configure_input@
Chris@1 3
Chris@1 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Chris@1 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
Chris@1 6 # Inc.
Chris@1 7 # This Makefile.in is free software; the Free Software Foundation
Chris@1 8 # gives unlimited permission to copy and/or distribute it,
Chris@1 9 # with or without modifications, as long as this notice is preserved.
Chris@1 10
Chris@1 11 # This program is distributed in the hope that it will be useful,
Chris@1 12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Chris@1 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Chris@1 14 # PARTICULAR PURPOSE.
Chris@1 15
Chris@1 16 @SET_MAKE@
Chris@1 17
Chris@1 18 VPATH = @srcdir@
Chris@1 19 pkgdatadir = $(datadir)/@PACKAGE@
Chris@1 20 pkgincludedir = $(includedir)/@PACKAGE@
Chris@1 21 pkglibdir = $(libdir)/@PACKAGE@
Chris@1 22 pkglibexecdir = $(libexecdir)/@PACKAGE@
Chris@1 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Chris@1 24 install_sh_DATA = $(install_sh) -c -m 644
Chris@1 25 install_sh_PROGRAM = $(install_sh) -c
Chris@1 26 install_sh_SCRIPT = $(install_sh) -c
Chris@1 27 INSTALL_HEADER = $(INSTALL_DATA)
Chris@1 28 transform = $(program_transform_name)
Chris@1 29 NORMAL_INSTALL = :
Chris@1 30 PRE_INSTALL = :
Chris@1 31 POST_INSTALL = :
Chris@1 32 NORMAL_UNINSTALL = :
Chris@1 33 PRE_UNINSTALL = :
Chris@1 34 POST_UNINSTALL = :
Chris@1 35 build_triplet = @build@
Chris@1 36 host_triplet = @host@
Chris@1 37 target_triplet = @target@
Chris@1 38 noinst_PROGRAMS = decoder_example$(EXEEXT) encoder_example$(EXEEXT) \
Chris@1 39 chaining_example$(EXEEXT) vorbisfile_example$(EXEEXT) \
Chris@1 40 seeking_example$(EXEEXT)
Chris@1 41 subdir = examples
Chris@1 42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
Chris@1 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Chris@1 44 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
Chris@1 45 $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
Chris@1 46 $(top_srcdir)/configure.ac
Chris@1 47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Chris@1 48 $(ACLOCAL_M4)
Chris@1 49 mkinstalldirs = $(install_sh) -d
Chris@1 50 CONFIG_HEADER = $(top_builddir)/config.h
Chris@1 51 CONFIG_CLEAN_FILES =
Chris@1 52 CONFIG_CLEAN_VPATH_FILES =
Chris@1 53 PROGRAMS = $(noinst_PROGRAMS)
Chris@1 54 am_chaining_example_OBJECTS = chaining_example.$(OBJEXT)
Chris@1 55 chaining_example_OBJECTS = $(am_chaining_example_OBJECTS)
Chris@1 56 chaining_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \
Chris@1 57 $(top_builddir)/lib/libvorbis.la
Chris@1 58 am_decoder_example_OBJECTS = decoder_example.$(OBJEXT)
Chris@1 59 decoder_example_OBJECTS = $(am_decoder_example_OBJECTS)
Chris@1 60 decoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbis.la
Chris@1 61 am_encoder_example_OBJECTS = encoder_example.$(OBJEXT)
Chris@1 62 encoder_example_OBJECTS = $(am_encoder_example_OBJECTS)
Chris@1 63 encoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisenc.la \
Chris@1 64 $(top_builddir)/lib/libvorbis.la
Chris@1 65 am_seeking_example_OBJECTS = seeking_example.$(OBJEXT)
Chris@1 66 seeking_example_OBJECTS = $(am_seeking_example_OBJECTS)
Chris@1 67 seeking_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \
Chris@1 68 $(top_builddir)/lib/libvorbis.la
Chris@1 69 am_vorbisfile_example_OBJECTS = vorbisfile_example.$(OBJEXT)
Chris@1 70 vorbisfile_example_OBJECTS = $(am_vorbisfile_example_OBJECTS)
Chris@1 71 vorbisfile_example_DEPENDENCIES = \
Chris@1 72 $(top_builddir)/lib/libvorbisfile.la \
Chris@1 73 $(top_builddir)/lib/libvorbis.la
Chris@1 74 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
Chris@1 75 depcomp = $(SHELL) $(top_srcdir)/depcomp
Chris@1 76 am__depfiles_maybe = depfiles
Chris@1 77 am__mv = mv -f
Chris@1 78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Chris@1 79 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Chris@1 80 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
Chris@1 81 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
Chris@1 82 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Chris@1 83 CCLD = $(CC)
Chris@1 84 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
Chris@1 85 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
Chris@1 86 $(LDFLAGS) -o $@
Chris@1 87 SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
Chris@1 88 $(encoder_example_SOURCES) $(seeking_example_SOURCES) \
Chris@1 89 $(vorbisfile_example_SOURCES)
Chris@1 90 DIST_SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
Chris@1 91 $(encoder_example_SOURCES) $(seeking_example_SOURCES) \
Chris@1 92 $(vorbisfile_example_SOURCES)
Chris@1 93 ETAGS = etags
Chris@1 94 CTAGS = ctags
Chris@1 95 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Chris@1 96 ACLOCAL = @ACLOCAL@
Chris@1 97 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
Chris@1 98 ALLOCA = @ALLOCA@
Chris@1 99 AMTAR = @AMTAR@
Chris@1 100 AR = @AR@
Chris@1 101 AS = @AS@
Chris@1 102 AUTOCONF = @AUTOCONF@
Chris@1 103 AUTOHEADER = @AUTOHEADER@
Chris@1 104 AUTOMAKE = @AUTOMAKE@
Chris@1 105 AWK = @AWK@
Chris@1 106 CC = @CC@
Chris@1 107 CCDEPMODE = @CCDEPMODE@
Chris@1 108 CFLAGS = @CFLAGS@
Chris@1 109 CPP = @CPP@
Chris@1 110 CPPFLAGS = @CPPFLAGS@
Chris@1 111 CYGPATH_W = @CYGPATH_W@
Chris@1 112 DEBUG = @DEBUG@
Chris@1 113 DEFS = @DEFS@
Chris@1 114 DEPDIR = @DEPDIR@
Chris@1 115 DLLTOOL = @DLLTOOL@
Chris@1 116 DSYMUTIL = @DSYMUTIL@
Chris@1 117 DUMPBIN = @DUMPBIN@
Chris@1 118 ECHO_C = @ECHO_C@
Chris@1 119 ECHO_N = @ECHO_N@
Chris@1 120 ECHO_T = @ECHO_T@
Chris@1 121 EGREP = @EGREP@
Chris@1 122 EXEEXT = @EXEEXT@
Chris@1 123 FGREP = @FGREP@
Chris@1 124 GREP = @GREP@
Chris@1 125 HAVE_DOXYGEN = @HAVE_DOXYGEN@
Chris@1 126 HTLATEX = @HTLATEX@
Chris@1 127 INSTALL = @INSTALL@
Chris@1 128 INSTALL_DATA = @INSTALL_DATA@
Chris@1 129 INSTALL_PROGRAM = @INSTALL_PROGRAM@
Chris@1 130 INSTALL_SCRIPT = @INSTALL_SCRIPT@
Chris@1 131 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Chris@1 132 LD = @LD@
Chris@1 133 LDFLAGS = @LDFLAGS@
Chris@1 134 LIBOBJS = @LIBOBJS@
Chris@1 135 LIBS = @LIBS@
Chris@1 136 LIBTOOL = @LIBTOOL@
Chris@1 137 LIBTOOL_DEPS = @LIBTOOL_DEPS@
Chris@1 138 LIPO = @LIPO@
Chris@1 139 LN_S = @LN_S@
Chris@1 140 LTLIBOBJS = @LTLIBOBJS@
Chris@1 141 MAINT = @MAINT@
Chris@1 142 MAKEINFO = @MAKEINFO@
Chris@1 143 MANIFEST_TOOL = @MANIFEST_TOOL@
Chris@1 144 MKDIR_P = @MKDIR_P@
Chris@1 145 NM = @NM@
Chris@1 146 NMEDIT = @NMEDIT@
Chris@1 147 OBJDUMP = @OBJDUMP@
Chris@1 148 OBJEXT = @OBJEXT@
Chris@1 149 OGG_CFLAGS = @OGG_CFLAGS@
Chris@1 150 OGG_LIBS = @OGG_LIBS@
Chris@1 151 OTOOL = @OTOOL@
Chris@1 152 OTOOL64 = @OTOOL64@
Chris@1 153 PACKAGE = @PACKAGE@
Chris@1 154 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Chris@1 155 PACKAGE_NAME = @PACKAGE_NAME@
Chris@1 156 PACKAGE_STRING = @PACKAGE_STRING@
Chris@1 157 PACKAGE_TARNAME = @PACKAGE_TARNAME@
Chris@1 158 PACKAGE_URL = @PACKAGE_URL@
Chris@1 159 PACKAGE_VERSION = @PACKAGE_VERSION@
Chris@1 160 PATH_SEPARATOR = @PATH_SEPARATOR@
Chris@1 161 PDFLATEX = @PDFLATEX@
Chris@1 162 PKG_CONFIG = @PKG_CONFIG@
Chris@1 163 PROFILE = @PROFILE@
Chris@1 164 RANLIB = @RANLIB@
Chris@1 165 SED = @SED@
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 VE_LIB_AGE = @VE_LIB_AGE@
Chris@1 171 VE_LIB_CURRENT = @VE_LIB_CURRENT@
Chris@1 172 VE_LIB_REVISION = @VE_LIB_REVISION@
Chris@1 173 VF_LIB_AGE = @VF_LIB_AGE@
Chris@1 174 VF_LIB_CURRENT = @VF_LIB_CURRENT@
Chris@1 175 VF_LIB_REVISION = @VF_LIB_REVISION@
Chris@1 176 VORBIS_LIBS = @VORBIS_LIBS@
Chris@1 177 V_LIB_AGE = @V_LIB_AGE@
Chris@1 178 V_LIB_CURRENT = @V_LIB_CURRENT@
Chris@1 179 V_LIB_REVISION = @V_LIB_REVISION@
Chris@1 180 abs_builddir = @abs_builddir@
Chris@1 181 abs_srcdir = @abs_srcdir@
Chris@1 182 abs_top_builddir = @abs_top_builddir@
Chris@1 183 abs_top_srcdir = @abs_top_srcdir@
Chris@1 184 ac_ct_AR = @ac_ct_AR@
Chris@1 185 ac_ct_CC = @ac_ct_CC@
Chris@1 186 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Chris@1 187 am__include = @am__include@
Chris@1 188 am__leading_dot = @am__leading_dot@
Chris@1 189 am__quote = @am__quote@
Chris@1 190 am__tar = @am__tar@
Chris@1 191 am__untar = @am__untar@
Chris@1 192 bindir = @bindir@
Chris@1 193 build = @build@
Chris@1 194 build_alias = @build_alias@
Chris@1 195 build_cpu = @build_cpu@
Chris@1 196 build_os = @build_os@
Chris@1 197 build_vendor = @build_vendor@
Chris@1 198 builddir = @builddir@
Chris@1 199 datadir = @datadir@
Chris@1 200 datarootdir = @datarootdir@
Chris@1 201 docdir = @docdir@
Chris@1 202 dvidir = @dvidir@
Chris@1 203 exec_prefix = @exec_prefix@
Chris@1 204 host = @host@
Chris@1 205 host_alias = @host_alias@
Chris@1 206 host_cpu = @host_cpu@
Chris@1 207 host_os = @host_os@
Chris@1 208 host_vendor = @host_vendor@
Chris@1 209 htmldir = @htmldir@
Chris@1 210 includedir = @includedir@
Chris@1 211 infodir = @infodir@
Chris@1 212 install_sh = @install_sh@
Chris@1 213 libdir = @libdir@
Chris@1 214 libexecdir = @libexecdir@
Chris@1 215 localedir = @localedir@
Chris@1 216 localstatedir = @localstatedir@
Chris@1 217 mandir = @mandir@
Chris@1 218 mkdir_p = @mkdir_p@
Chris@1 219 oldincludedir = @oldincludedir@
Chris@1 220 pdfdir = @pdfdir@
Chris@1 221 prefix = @prefix@
Chris@1 222 program_transform_name = @program_transform_name@
Chris@1 223 psdir = @psdir@
Chris@1 224 pthread_lib = @pthread_lib@
Chris@1 225 sbindir = @sbindir@
Chris@1 226 sharedstatedir = @sharedstatedir@
Chris@1 227 srcdir = @srcdir@
Chris@1 228 sysconfdir = @sysconfdir@
Chris@1 229 target = @target@
Chris@1 230 target_alias = @target_alias@
Chris@1 231 target_cpu = @target_cpu@
Chris@1 232 target_os = @target_os@
Chris@1 233 target_vendor = @target_vendor@
Chris@1 234 top_build_prefix = @top_build_prefix@
Chris@1 235 top_builddir = @top_builddir@
Chris@1 236 top_srcdir = @top_srcdir@
Chris@1 237 AUTOMAKE_OPTIONS = foreign
Chris@1 238 INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
Chris@1 239 EXTRA_DIST = frameview.pl
Chris@1 240
Chris@1 241 # uncomment to build static executables from the example code
Chris@1 242 #LDFLAGS = -all-static
Chris@1 243 decoder_example_SOURCES = decoder_example.c
Chris@1 244 decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la
Chris@1 245 encoder_example_SOURCES = encoder_example.c
Chris@1 246 encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la
Chris@1 247 chaining_example_SOURCES = chaining_example.c
Chris@1 248 chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
Chris@1 249 vorbisfile_example_SOURCES = vorbisfile_example.c
Chris@1 250 vorbisfile_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
Chris@1 251 seeking_example_SOURCES = seeking_example.c
Chris@1 252 seeking_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
Chris@1 253 all: all-am
Chris@1 254
Chris@1 255 .SUFFIXES:
Chris@1 256 .SUFFIXES: .c .lo .o .obj
Chris@1 257 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
Chris@1 258 @for dep in $?; do \
Chris@1 259 case '$(am__configure_deps)' in \
Chris@1 260 *$$dep*) \
Chris@1 261 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Chris@1 262 && { if test -f $@; then exit 0; else break; fi; }; \
Chris@1 263 exit 1;; \
Chris@1 264 esac; \
Chris@1 265 done; \
Chris@1 266 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
Chris@1 267 $(am__cd) $(top_srcdir) && \
Chris@1 268 $(AUTOMAKE) --foreign examples/Makefile
Chris@1 269 .PRECIOUS: Makefile
Chris@1 270 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Chris@1 271 @case '$?' in \
Chris@1 272 *config.status*) \
Chris@1 273 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Chris@1 274 *) \
Chris@1 275 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Chris@1 276 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Chris@1 277 esac;
Chris@1 278
Chris@1 279 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Chris@1 280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@1 281
Chris@1 282 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Chris@1 283 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@1 284 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Chris@1 285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Chris@1 286 $(am__aclocal_m4_deps):
Chris@1 287
Chris@1 288 clean-noinstPROGRAMS:
Chris@1 289 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
Chris@1 290 echo " rm -f" $$list; \
Chris@1 291 rm -f $$list || exit $$?; \
Chris@1 292 test -n "$(EXEEXT)" || exit 0; \
Chris@1 293 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Chris@1 294 echo " rm -f" $$list; \
Chris@1 295 rm -f $$list
Chris@1 296 chaining_example$(EXEEXT): $(chaining_example_OBJECTS) $(chaining_example_DEPENDENCIES)
Chris@1 297 @rm -f chaining_example$(EXEEXT)
Chris@1 298 $(LINK) $(chaining_example_OBJECTS) $(chaining_example_LDADD) $(LIBS)
Chris@1 299 decoder_example$(EXEEXT): $(decoder_example_OBJECTS) $(decoder_example_DEPENDENCIES)
Chris@1 300 @rm -f decoder_example$(EXEEXT)
Chris@1 301 $(LINK) $(decoder_example_OBJECTS) $(decoder_example_LDADD) $(LIBS)
Chris@1 302 encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $(encoder_example_DEPENDENCIES)
Chris@1 303 @rm -f encoder_example$(EXEEXT)
Chris@1 304 $(LINK) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS)
Chris@1 305 seeking_example$(EXEEXT): $(seeking_example_OBJECTS) $(seeking_example_DEPENDENCIES)
Chris@1 306 @rm -f seeking_example$(EXEEXT)
Chris@1 307 $(LINK) $(seeking_example_OBJECTS) $(seeking_example_LDADD) $(LIBS)
Chris@1 308 vorbisfile_example$(EXEEXT): $(vorbisfile_example_OBJECTS) $(vorbisfile_example_DEPENDENCIES)
Chris@1 309 @rm -f vorbisfile_example$(EXEEXT)
Chris@1 310 $(LINK) $(vorbisfile_example_OBJECTS) $(vorbisfile_example_LDADD) $(LIBS)
Chris@1 311
Chris@1 312 mostlyclean-compile:
Chris@1 313 -rm -f *.$(OBJEXT)
Chris@1 314
Chris@1 315 distclean-compile:
Chris@1 316 -rm -f *.tab.c
Chris@1 317
Chris@1 318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chaining_example.Po@am__quote@
Chris@1 319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decoder_example.Po@am__quote@
Chris@1 320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoder_example.Po@am__quote@
Chris@1 321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seeking_example.Po@am__quote@
Chris@1 322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile_example.Po@am__quote@
Chris@1 323
Chris@1 324 .c.o:
Chris@1 325 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Chris@1 326 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Chris@1 327 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@1 328 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@1 329 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
Chris@1 330
Chris@1 331 .c.obj:
Chris@1 332 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Chris@1 333 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Chris@1 334 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Chris@1 335 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@1 336 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
Chris@1 337
Chris@1 338 .c.lo:
Chris@1 339 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Chris@1 340 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Chris@1 341 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Chris@1 342 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Chris@1 343 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
Chris@1 344
Chris@1 345 mostlyclean-libtool:
Chris@1 346 -rm -f *.lo
Chris@1 347
Chris@1 348 clean-libtool:
Chris@1 349 -rm -rf .libs _libs
Chris@1 350
Chris@1 351 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Chris@1 352 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Chris@1 353 unique=`for i in $$list; do \
Chris@1 354 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Chris@1 355 done | \
Chris@1 356 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
Chris@1 357 END { if (nonempty) { for (i in files) print i; }; }'`; \
Chris@1 358 mkid -fID $$unique
Chris@1 359 tags: TAGS
Chris@1 360
Chris@1 361 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Chris@1 362 $(TAGS_FILES) $(LISP)
Chris@1 363 set x; \
Chris@1 364 here=`pwd`; \
Chris@1 365 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Chris@1 366 unique=`for i in $$list; do \
Chris@1 367 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Chris@1 368 done | \
Chris@1 369 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
Chris@1 370 END { if (nonempty) { for (i in files) print i; }; }'`; \
Chris@1 371 shift; \
Chris@1 372 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Chris@1 373 test -n "$$unique" || unique=$$empty_fix; \
Chris@1 374 if test $$# -gt 0; then \
Chris@1 375 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Chris@1 376 "$$@" $$unique; \
Chris@1 377 else \
Chris@1 378 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Chris@1 379 $$unique; \
Chris@1 380 fi; \
Chris@1 381 fi
Chris@1 382 ctags: CTAGS
Chris@1 383 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
Chris@1 384 $(TAGS_FILES) $(LISP)
Chris@1 385 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Chris@1 386 unique=`for i in $$list; do \
Chris@1 387 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Chris@1 388 done | \
Chris@1 389 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
Chris@1 390 END { if (nonempty) { for (i in files) print i; }; }'`; \
Chris@1 391 test -z "$(CTAGS_ARGS)$$unique" \
Chris@1 392 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Chris@1 393 $$unique
Chris@1 394
Chris@1 395 GTAGS:
Chris@1 396 here=`$(am__cd) $(top_builddir) && pwd` \
Chris@1 397 && $(am__cd) $(top_srcdir) \
Chris@1 398 && gtags -i $(GTAGS_ARGS) "$$here"
Chris@1 399
Chris@1 400 distclean-tags:
Chris@1 401 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Chris@1 402
Chris@1 403 distdir: $(DISTFILES)
Chris@1 404 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Chris@1 405 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Chris@1 406 list='$(DISTFILES)'; \
Chris@1 407 dist_files=`for file in $$list; do echo $$file; done | \
Chris@1 408 sed -e "s|^$$srcdirstrip/||;t" \
Chris@1 409 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Chris@1 410 case $$dist_files in \
Chris@1 411 */*) $(MKDIR_P) `echo "$$dist_files" | \
Chris@1 412 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Chris@1 413 sort -u` ;; \
Chris@1 414 esac; \
Chris@1 415 for file in $$dist_files; do \
Chris@1 416 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Chris@1 417 if test -d $$d/$$file; then \
Chris@1 418 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Chris@1 419 if test -d "$(distdir)/$$file"; then \
Chris@1 420 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Chris@1 421 fi; \
Chris@1 422 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Chris@1 423 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Chris@1 424 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Chris@1 425 fi; \
Chris@1 426 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Chris@1 427 else \
Chris@1 428 test -f "$(distdir)/$$file" \
Chris@1 429 || cp -p $$d/$$file "$(distdir)/$$file" \
Chris@1 430 || exit 1; \
Chris@1 431 fi; \
Chris@1 432 done
Chris@1 433 check-am: all-am
Chris@1 434 check: check-am
Chris@1 435 all-am: Makefile $(PROGRAMS)
Chris@1 436 installdirs:
Chris@1 437 install: install-am
Chris@1 438 install-exec: install-exec-am
Chris@1 439 install-data: install-data-am
Chris@1 440 uninstall: uninstall-am
Chris@1 441
Chris@1 442 install-am: all-am
Chris@1 443 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Chris@1 444
Chris@1 445 installcheck: installcheck-am
Chris@1 446 install-strip:
Chris@1 447 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Chris@1 448 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Chris@1 449 `test -z '$(STRIP)' || \
Chris@1 450 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
Chris@1 451 mostlyclean-generic:
Chris@1 452
Chris@1 453 clean-generic:
Chris@1 454
Chris@1 455 distclean-generic:
Chris@1 456 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Chris@1 457 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Chris@1 458
Chris@1 459 maintainer-clean-generic:
Chris@1 460 @echo "This command is intended for maintainers to use"
Chris@1 461 @echo "it deletes files that may require special tools to rebuild."
Chris@1 462 clean: clean-am
Chris@1 463
Chris@1 464 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
Chris@1 465 mostlyclean-am
Chris@1 466
Chris@1 467 distclean: distclean-am
Chris@1 468 -rm -rf ./$(DEPDIR)
Chris@1 469 -rm -f Makefile
Chris@1 470 distclean-am: clean-am distclean-compile distclean-generic \
Chris@1 471 distclean-tags
Chris@1 472
Chris@1 473 dvi: dvi-am
Chris@1 474
Chris@1 475 dvi-am:
Chris@1 476
Chris@1 477 html: html-am
Chris@1 478
Chris@1 479 html-am:
Chris@1 480
Chris@1 481 info: info-am
Chris@1 482
Chris@1 483 info-am:
Chris@1 484
Chris@1 485 install-data-am:
Chris@1 486
Chris@1 487 install-dvi: install-dvi-am
Chris@1 488
Chris@1 489 install-dvi-am:
Chris@1 490
Chris@1 491 install-exec-am:
Chris@1 492
Chris@1 493 install-html: install-html-am
Chris@1 494
Chris@1 495 install-html-am:
Chris@1 496
Chris@1 497 install-info: install-info-am
Chris@1 498
Chris@1 499 install-info-am:
Chris@1 500
Chris@1 501 install-man:
Chris@1 502
Chris@1 503 install-pdf: install-pdf-am
Chris@1 504
Chris@1 505 install-pdf-am:
Chris@1 506
Chris@1 507 install-ps: install-ps-am
Chris@1 508
Chris@1 509 install-ps-am:
Chris@1 510
Chris@1 511 installcheck-am:
Chris@1 512
Chris@1 513 maintainer-clean: maintainer-clean-am
Chris@1 514 -rm -rf ./$(DEPDIR)
Chris@1 515 -rm -f Makefile
Chris@1 516 maintainer-clean-am: distclean-am maintainer-clean-generic
Chris@1 517
Chris@1 518 mostlyclean: mostlyclean-am
Chris@1 519
Chris@1 520 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Chris@1 521 mostlyclean-libtool
Chris@1 522
Chris@1 523 pdf: pdf-am
Chris@1 524
Chris@1 525 pdf-am:
Chris@1 526
Chris@1 527 ps: ps-am
Chris@1 528
Chris@1 529 ps-am:
Chris@1 530
Chris@1 531 uninstall-am:
Chris@1 532
Chris@1 533 .MAKE: install-am install-strip
Chris@1 534
Chris@1 535 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
Chris@1 536 clean-libtool clean-noinstPROGRAMS ctags distclean \
Chris@1 537 distclean-compile distclean-generic distclean-libtool \
Chris@1 538 distclean-tags distdir dvi dvi-am html html-am info info-am \
Chris@1 539 install install-am install-data install-data-am install-dvi \
Chris@1 540 install-dvi-am install-exec install-exec-am install-html \
Chris@1 541 install-html-am install-info install-info-am install-man \
Chris@1 542 install-pdf install-pdf-am install-ps install-ps-am \
Chris@1 543 install-strip installcheck installcheck-am installdirs \
Chris@1 544 maintainer-clean maintainer-clean-generic mostlyclean \
Chris@1 545 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
Chris@1 546 pdf pdf-am ps ps-am tags uninstall uninstall-am
Chris@1 547
Chris@1 548
Chris@1 549 debug:
Chris@1 550 $(MAKE) all CFLAGS="@DEBUG@"
Chris@1 551
Chris@1 552 profile:
Chris@1 553 $(MAKE) all CFLAGS="@PROFILE@"
Chris@1 554
Chris@1 555 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Chris@1 556 # Otherwise a system limit (for SysV at least) may be exceeded.
Chris@1 557 .NOEXPORT: