| 1 | # Makefile.in generated by automake 1.11.6 from Makefile.am. |
| 2 | # @configure_input@ |
| 3 | |
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software |
| 6 | # Foundation, Inc. |
| 7 | # This Makefile.in is free software; the Free Software Foundation |
| 8 | # gives unlimited permission to copy and/or distribute it, |
| 9 | # with or without modifications, as long as this notice is preserved. |
| 10 | |
| 11 | # This program is distributed in the hope that it will be useful, |
| 12 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 13 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 14 | # PARTICULAR PURPOSE. |
| 15 | |
| 16 | @SET_MAKE@ |
| 17 | |
| 18 | VPATH = @srcdir@ |
| 19 | am__make_dryrun = \ |
| 20 | { \ |
| 21 | am__dry=no; \ |
| 22 | case $$MAKEFLAGS in \ |
| 23 | *\\[\ \ ]*) \ |
| 24 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
| 25 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
| 26 | *) \ |
| 27 | for am__flg in $$MAKEFLAGS; do \ |
| 28 | case $$am__flg in \ |
| 29 | *=*|--*) ;; \ |
| 30 | *n*) am__dry=yes; break;; \ |
| 31 | esac; \ |
| 32 | done;; \ |
| 33 | esac; \ |
| 34 | test $$am__dry = yes; \ |
| 35 | } |
| 36 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 37 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 38 | pkglibdir = $(libdir)/@PACKAGE@ |
| 39 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 40 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 41 | install_sh_DATA = $(install_sh) -c -m 644 |
| 42 | install_sh_PROGRAM = $(install_sh) -c |
| 43 | install_sh_SCRIPT = $(install_sh) -c |
| 44 | INSTALL_HEADER = $(INSTALL_DATA) |
| 45 | transform = $(program_transform_name) |
| 46 | NORMAL_INSTALL = : |
| 47 | PRE_INSTALL = : |
| 48 | POST_INSTALL = : |
| 49 | NORMAL_UNINSTALL = : |
| 50 | PRE_UNINSTALL = : |
| 51 | POST_UNINSTALL = : |
| 52 | build_triplet = @build@ |
| 53 | host_triplet = @host@ |
| 54 | @HAVE_LIBAO_TRUE@bin_PROGRAMS = shairplay$(EXEEXT) |
| 55 | subdir = src |
| 56 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
| 57 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 58 | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ |
| 59 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
| 60 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
| 61 | $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac |
| 62 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 63 | $(ACLOCAL_M4) |
| 64 | mkinstalldirs = $(install_sh) -d |
| 65 | CONFIG_HEADER = $(top_builddir)/config.h |
| 66 | CONFIG_CLEAN_FILES = |
| 67 | CONFIG_CLEAN_VPATH_FILES = |
| 68 | am__installdirs = "$(DESTDIR)$(bindir)" |
| 69 | PROGRAMS = $(bin_PROGRAMS) |
| 70 | am__shairplay_SOURCES_DIST = shairplay.c |
| 71 | @HAVE_LIBAO_TRUE@am_shairplay_OBJECTS = shairplay-shairplay.$(OBJEXT) |
| 72 | shairplay_OBJECTS = $(am_shairplay_OBJECTS) |
| 73 | am__DEPENDENCIES_1 = |
| 74 | @HAVE_LIBAO_TRUE@shairplay_DEPENDENCIES = lib/libshairplay.la \ |
| 75 | @HAVE_LIBAO_TRUE@ $(am__DEPENDENCIES_1) |
| 76 | shairplay_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 77 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(shairplay_CFLAGS) \ |
| 78 | $(CFLAGS) $(shairplay_LDFLAGS) $(LDFLAGS) -o $@ |
| 79 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 80 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
| 81 | am__depfiles_maybe = depfiles |
| 82 | am__mv = mv -f |
| 83 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| 84 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 85 | LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
| 86 | --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
| 87 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 88 | CCLD = $(CC) |
| 89 | LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
| 90 | --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ |
| 91 | $(LDFLAGS) -o $@ |
| 92 | SOURCES = $(shairplay_SOURCES) |
| 93 | DIST_SOURCES = $(am__shairplay_SOURCES_DIST) |
| 94 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
| 95 | html-recursive info-recursive install-data-recursive \ |
| 96 | install-dvi-recursive install-exec-recursive \ |
| 97 | install-html-recursive install-info-recursive \ |
| 98 | install-pdf-recursive install-ps-recursive install-recursive \ |
| 99 | installcheck-recursive installdirs-recursive pdf-recursive \ |
| 100 | ps-recursive uninstall-recursive |
| 101 | am__can_run_installinfo = \ |
| 102 | case $$AM_UPDATE_INFO_DIR in \ |
| 103 | n|no|NO) false;; \ |
| 104 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 105 | esac |
| 106 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 107 | distclean-recursive maintainer-clean-recursive |
| 108 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
| 109 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
| 110 | distdir |
| 111 | ETAGS = etags |
| 112 | CTAGS = ctags |
| 113 | DIST_SUBDIRS = $(SUBDIRS) |
| 114 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 115 | am__relativize = \ |
| 116 | dir0=`pwd`; \ |
| 117 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| 118 | sed_rest='s,^[^/]*/*,,'; \ |
| 119 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
| 120 | sed_butlast='s,/*[^/]*$$,,'; \ |
| 121 | while test -n "$$dir1"; do \ |
| 122 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
| 123 | if test "$$first" != "."; then \ |
| 124 | if test "$$first" = ".."; then \ |
| 125 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
| 126 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
| 127 | else \ |
| 128 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
| 129 | if test "$$first2" = "$$first"; then \ |
| 130 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
| 131 | else \ |
| 132 | dir2="../$$dir2"; \ |
| 133 | fi; \ |
| 134 | dir0="$$dir0"/"$$first"; \ |
| 135 | fi; \ |
| 136 | fi; \ |
| 137 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
| 138 | done; \ |
| 139 | reldir="$$dir2" |
| 140 | ACLOCAL = @ACLOCAL@ |
| 141 | AMTAR = @AMTAR@ |
| 142 | AR = @AR@ |
| 143 | AUTOCONF = @AUTOCONF@ |
| 144 | AUTOHEADER = @AUTOHEADER@ |
| 145 | AUTOMAKE = @AUTOMAKE@ |
| 146 | AWK = @AWK@ |
| 147 | CC = @CC@ |
| 148 | CCDEPMODE = @CCDEPMODE@ |
| 149 | CFLAGS = @CFLAGS@ |
| 150 | CPP = @CPP@ |
| 151 | CPPFLAGS = @CPPFLAGS@ |
| 152 | CYGPATH_W = @CYGPATH_W@ |
| 153 | DEFS = @DEFS@ |
| 154 | DEPDIR = @DEPDIR@ |
| 155 | DLLTOOL = @DLLTOOL@ |
| 156 | DSYMUTIL = @DSYMUTIL@ |
| 157 | DUMPBIN = @DUMPBIN@ |
| 158 | ECHO_C = @ECHO_C@ |
| 159 | ECHO_N = @ECHO_N@ |
| 160 | ECHO_T = @ECHO_T@ |
| 161 | EGREP = @EGREP@ |
| 162 | EXEEXT = @EXEEXT@ |
| 163 | FGREP = @FGREP@ |
| 164 | GREP = @GREP@ |
| 165 | INSTALL = @INSTALL@ |
| 166 | INSTALL_DATA = @INSTALL_DATA@ |
| 167 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 168 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 169 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 170 | LD = @LD@ |
| 171 | LDFLAGS = @LDFLAGS@ |
| 172 | LIBADD_DL = @LIBADD_DL@ |
| 173 | LIBADD_DLD_LINK = @LIBADD_DLD_LINK@ |
| 174 | LIBADD_DLOPEN = @LIBADD_DLOPEN@ |
| 175 | LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@ |
| 176 | LIBM = @LIBM@ |
| 177 | LIBOBJS = @LIBOBJS@ |
| 178 | LIBS = @LIBS@ |
| 179 | LIBTOOL = @LIBTOOL@ |
| 180 | LIPO = @LIPO@ |
| 181 | LN_S = @LN_S@ |
| 182 | LTLIBOBJS = @LTLIBOBJS@ |
| 183 | LT_DLLOADERS = @LT_DLLOADERS@ |
| 184 | LT_DLPREOPEN = @LT_DLPREOPEN@ |
| 185 | MAKEINFO = @MAKEINFO@ |
| 186 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 187 | MKDIR_P = @MKDIR_P@ |
| 188 | NM = @NM@ |
| 189 | NMEDIT = @NMEDIT@ |
| 190 | OBJDUMP = @OBJDUMP@ |
| 191 | OBJEXT = @OBJEXT@ |
| 192 | OTOOL = @OTOOL@ |
| 193 | OTOOL64 = @OTOOL64@ |
| 194 | PACKAGE = @PACKAGE@ |
| 195 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 196 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 197 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 198 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 199 | PACKAGE_URL = @PACKAGE_URL@ |
| 200 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 201 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 202 | PKG_CONFIG = @PKG_CONFIG@ |
| 203 | RANLIB = @RANLIB@ |
| 204 | SED = @SED@ |
| 205 | SET_MAKE = @SET_MAKE@ |
| 206 | SHELL = @SHELL@ |
| 207 | STRIP = @STRIP@ |
| 208 | VERSION = @VERSION@ |
| 209 | abs_builddir = @abs_builddir@ |
| 210 | abs_srcdir = @abs_srcdir@ |
| 211 | abs_top_builddir = @abs_top_builddir@ |
| 212 | abs_top_srcdir = @abs_top_srcdir@ |
| 213 | ac_ct_AR = @ac_ct_AR@ |
| 214 | ac_ct_CC = @ac_ct_CC@ |
| 215 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 216 | am__include = @am__include@ |
| 217 | am__leading_dot = @am__leading_dot@ |
| 218 | am__quote = @am__quote@ |
| 219 | am__tar = @am__tar@ |
| 220 | am__untar = @am__untar@ |
| 221 | bindir = @bindir@ |
| 222 | build = @build@ |
| 223 | build_alias = @build_alias@ |
| 224 | build_cpu = @build_cpu@ |
| 225 | build_os = @build_os@ |
| 226 | build_vendor = @build_vendor@ |
| 227 | builddir = @builddir@ |
| 228 | datadir = @datadir@ |
| 229 | datarootdir = @datarootdir@ |
| 230 | docdir = @docdir@ |
| 231 | dvidir = @dvidir@ |
| 232 | exec_prefix = @exec_prefix@ |
| 233 | host = @host@ |
| 234 | host_alias = @host_alias@ |
| 235 | host_cpu = @host_cpu@ |
| 236 | host_os = @host_os@ |
| 237 | host_vendor = @host_vendor@ |
| 238 | htmldir = @htmldir@ |
| 239 | includedir = @includedir@ |
| 240 | infodir = @infodir@ |
| 241 | install_sh = @install_sh@ |
| 242 | libao_CFLAGS = @libao_CFLAGS@ |
| 243 | libao_LIBS = @libao_LIBS@ |
| 244 | libdir = @libdir@ |
| 245 | libexecdir = @libexecdir@ |
| 246 | localedir = @localedir@ |
| 247 | localstatedir = @localstatedir@ |
| 248 | mandir = @mandir@ |
| 249 | mkdir_p = @mkdir_p@ |
| 250 | oldincludedir = @oldincludedir@ |
| 251 | pdfdir = @pdfdir@ |
| 252 | prefix = @prefix@ |
| 253 | program_transform_name = @program_transform_name@ |
| 254 | psdir = @psdir@ |
| 255 | sbindir = @sbindir@ |
| 256 | sharedstatedir = @sharedstatedir@ |
| 257 | srcdir = @srcdir@ |
| 258 | sysconfdir = @sysconfdir@ |
| 259 | target_alias = @target_alias@ |
| 260 | top_build_prefix = @top_build_prefix@ |
| 261 | top_builddir = @top_builddir@ |
| 262 | top_srcdir = @top_srcdir@ |
| 263 | SUBDIRS = lib |
| 264 | AM_CPPFLAGS = -I$(top_srcdir)/include |
| 265 | @HAVE_LIBAO_TRUE@shairplay_SOURCES = shairplay.c |
| 266 | @HAVE_LIBAO_TRUE@shairplay_LDADD = lib/libshairplay.la $(libao_LIBS) |
| 267 | @HAVE_LIBAO_TRUE@shairplay_CFLAGS = $(libao_CFLAGS) |
| 268 | @HAVE_LIBAO_TRUE@shairplay_LDFLAGS = -static-libtool-libs |
| 269 | all: all-recursive |
| 270 | |
| 271 | .SUFFIXES: |
| 272 | .SUFFIXES: .c .lo .o .obj |
| 273 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 274 | @for dep in $?; do \ |
| 275 | case '$(am__configure_deps)' in \ |
| 276 | *$$dep*) \ |
| 277 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 278 | && { if test -f $@; then exit 0; else break; fi; }; \ |
| 279 | exit 1;; \ |
| 280 | esac; \ |
| 281 | done; \ |
| 282 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ |
| 283 | $(am__cd) $(top_srcdir) && \ |
| 284 | $(AUTOMAKE) --foreign src/Makefile |
| 285 | .PRECIOUS: Makefile |
| 286 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 287 | @case '$?' in \ |
| 288 | *config.status*) \ |
| 289 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 290 | *) \ |
| 291 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 292 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 293 | esac; |
| 294 | |
| 295 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 296 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 297 | |
| 298 | $(top_srcdir)/configure: $(am__configure_deps) |
| 299 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 300 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
| 301 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 302 | $(am__aclocal_m4_deps): |
| 303 | install-binPROGRAMS: $(bin_PROGRAMS) |
| 304 | @$(NORMAL_INSTALL) |
| 305 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 306 | if test -n "$$list"; then \ |
| 307 | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
| 308 | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
| 309 | fi; \ |
| 310 | for p in $$list; do echo "$$p $$p"; done | \ |
| 311 | sed 's/$(EXEEXT)$$//' | \ |
| 312 | while read p p1; do if test -f $$p || test -f $$p1; \ |
| 313 | then echo "$$p"; echo "$$p"; else :; fi; \ |
| 314 | done | \ |
| 315 | sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
| 316 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 317 | sed 'N;N;N;s,\n, ,g' | \ |
| 318 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
| 319 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
| 320 | if ($$2 == $$4) files[d] = files[d] " " $$1; \ |
| 321 | else { print "f", $$3 "/" $$4, $$1; } } \ |
| 322 | END { for (d in files) print "f", d, files[d] }' | \ |
| 323 | while read type dir files; do \ |
| 324 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
| 325 | test -z "$$files" || { \ |
| 326 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ |
| 327 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ |
| 328 | } \ |
| 329 | ; done |
| 330 | |
| 331 | uninstall-binPROGRAMS: |
| 332 | @$(NORMAL_UNINSTALL) |
| 333 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 334 | files=`for p in $$list; do echo "$$p"; done | \ |
| 335 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 336 | -e 's/$$/$(EXEEXT)/' `; \ |
| 337 | test -n "$$list" || exit 0; \ |
| 338 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 339 | cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| 340 | |
| 341 | clean-binPROGRAMS: |
| 342 | @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ |
| 343 | echo " rm -f" $$list; \ |
| 344 | rm -f $$list || exit $$?; \ |
| 345 | test -n "$(EXEEXT)" || exit 0; \ |
| 346 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
| 347 | echo " rm -f" $$list; \ |
| 348 | rm -f $$list |
| 349 | shairplay$(EXEEXT): $(shairplay_OBJECTS) $(shairplay_DEPENDENCIES) $(EXTRA_shairplay_DEPENDENCIES) |
| 350 | @rm -f shairplay$(EXEEXT) |
| 351 | $(shairplay_LINK) $(shairplay_OBJECTS) $(shairplay_LDADD) $(LIBS) |
| 352 | |
| 353 | mostlyclean-compile: |
| 354 | -rm -f *.$(OBJEXT) |
| 355 | |
| 356 | distclean-compile: |
| 357 | -rm -f *.tab.c |
| 358 | |
| 359 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shairplay-shairplay.Po@am__quote@ |
| 360 | |
| 361 | .c.o: |
| 362 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 363 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 364 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 365 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 366 | @am__fastdepCC_FALSE@ $(COMPILE) -c $< |
| 367 | |
| 368 | .c.obj: |
| 369 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 370 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 371 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 372 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 373 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
| 374 | |
| 375 | .c.lo: |
| 376 | @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 377 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
| 378 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 379 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 380 | @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< |
| 381 | |
| 382 | shairplay-shairplay.o: shairplay.c |
| 383 | @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shairplay_CFLAGS) $(CFLAGS) -MT shairplay-shairplay.o -MD -MP -MF $(DEPDIR)/shairplay-shairplay.Tpo -c -o shairplay-shairplay.o `test -f 'shairplay.c' || echo '$(srcdir)/'`shairplay.c |
| 384 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/shairplay-shairplay.Tpo $(DEPDIR)/shairplay-shairplay.Po |
| 385 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='shairplay.c' object='shairplay-shairplay.o' libtool=no @AMDEPBACKSLASH@ |
| 386 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 387 | @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shairplay_CFLAGS) $(CFLAGS) -c -o shairplay-shairplay.o `test -f 'shairplay.c' || echo '$(srcdir)/'`shairplay.c |
| 388 | |
| 389 | shairplay-shairplay.obj: shairplay.c |
| 390 | @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shairplay_CFLAGS) $(CFLAGS) -MT shairplay-shairplay.obj -MD -MP -MF $(DEPDIR)/shairplay-shairplay.Tpo -c -o shairplay-shairplay.obj `if test -f 'shairplay.c'; then $(CYGPATH_W) 'shairplay.c'; else $(CYGPATH_W) '$(srcdir)/shairplay.c'; fi` |
| 391 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/shairplay-shairplay.Tpo $(DEPDIR)/shairplay-shairplay.Po |
| 392 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='shairplay.c' object='shairplay-shairplay.obj' libtool=no @AMDEPBACKSLASH@ |
| 393 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 394 | @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(shairplay_CFLAGS) $(CFLAGS) -c -o shairplay-shairplay.obj `if test -f 'shairplay.c'; then $(CYGPATH_W) 'shairplay.c'; else $(CYGPATH_W) '$(srcdir)/shairplay.c'; fi` |
| 395 | |
| 396 | mostlyclean-libtool: |
| 397 | -rm -f *.lo |
| 398 | |
| 399 | clean-libtool: |
| 400 | -rm -rf .libs _libs |
| 401 | |
| 402 | # This directory's subdirectories are mostly independent; you can cd |
| 403 | # into them and run `make' without going through this Makefile. |
| 404 | # To change the values of `make' variables: instead of editing Makefiles, |
| 405 | # (1) if the variable is set in `config.status', edit `config.status' |
| 406 | # (which will cause the Makefiles to be regenerated when you run `make'); |
| 407 | # (2) otherwise, pass the desired values on the `make' command line. |
| 408 | $(RECURSIVE_TARGETS): |
| 409 | @fail= failcom='exit 1'; \ |
| 410 | for f in x $$MAKEFLAGS; do \ |
| 411 | case $$f in \ |
| 412 | *=* | --[!k]*);; \ |
| 413 | *k*) failcom='fail=yes';; \ |
| 414 | esac; \ |
| 415 | done; \ |
| 416 | dot_seen=no; \ |
| 417 | target=`echo $@ | sed s/-recursive//`; \ |
| 418 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 419 | echo "Making $$target in $$subdir"; \ |
| 420 | if test "$$subdir" = "."; then \ |
| 421 | dot_seen=yes; \ |
| 422 | local_target="$$target-am"; \ |
| 423 | else \ |
| 424 | local_target="$$target"; \ |
| 425 | fi; \ |
| 426 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 427 | || eval $$failcom; \ |
| 428 | done; \ |
| 429 | if test "$$dot_seen" = "no"; then \ |
| 430 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 431 | fi; test -z "$$fail" |
| 432 | |
| 433 | $(RECURSIVE_CLEAN_TARGETS): |
| 434 | @fail= failcom='exit 1'; \ |
| 435 | for f in x $$MAKEFLAGS; do \ |
| 436 | case $$f in \ |
| 437 | *=* | --[!k]*);; \ |
| 438 | *k*) failcom='fail=yes';; \ |
| 439 | esac; \ |
| 440 | done; \ |
| 441 | dot_seen=no; \ |
| 442 | case "$@" in \ |
| 443 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 444 | *) list='$(SUBDIRS)' ;; \ |
| 445 | esac; \ |
| 446 | rev=''; for subdir in $$list; do \ |
| 447 | if test "$$subdir" = "."; then :; else \ |
| 448 | rev="$$subdir $$rev"; \ |
| 449 | fi; \ |
| 450 | done; \ |
| 451 | rev="$$rev ."; \ |
| 452 | target=`echo $@ | sed s/-recursive//`; \ |
| 453 | for subdir in $$rev; do \ |
| 454 | echo "Making $$target in $$subdir"; \ |
| 455 | if test "$$subdir" = "."; then \ |
| 456 | local_target="$$target-am"; \ |
| 457 | else \ |
| 458 | local_target="$$target"; \ |
| 459 | fi; \ |
| 460 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 461 | || eval $$failcom; \ |
| 462 | done && test -z "$$fail" |
| 463 | tags-recursive: |
| 464 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 465 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
| 466 | done |
| 467 | ctags-recursive: |
| 468 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 469 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
| 470 | done |
| 471 | |
| 472 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 473 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 474 | unique=`for i in $$list; do \ |
| 475 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 476 | done | \ |
| 477 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 478 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 479 | mkid -fID $$unique |
| 480 | tags: TAGS |
| 481 | |
| 482 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 483 | $(TAGS_FILES) $(LISP) |
| 484 | set x; \ |
| 485 | here=`pwd`; \ |
| 486 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| 487 | include_option=--etags-include; \ |
| 488 | empty_fix=.; \ |
| 489 | else \ |
| 490 | include_option=--include; \ |
| 491 | empty_fix=; \ |
| 492 | fi; \ |
| 493 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 494 | if test "$$subdir" = .; then :; else \ |
| 495 | test ! -f $$subdir/TAGS || \ |
| 496 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 497 | fi; \ |
| 498 | done; \ |
| 499 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 500 | unique=`for i in $$list; do \ |
| 501 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 502 | done | \ |
| 503 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 504 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 505 | shift; \ |
| 506 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 507 | test -n "$$unique" || unique=$$empty_fix; \ |
| 508 | if test $$# -gt 0; then \ |
| 509 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 510 | "$$@" $$unique; \ |
| 511 | else \ |
| 512 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 513 | $$unique; \ |
| 514 | fi; \ |
| 515 | fi |
| 516 | ctags: CTAGS |
| 517 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 518 | $(TAGS_FILES) $(LISP) |
| 519 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 520 | unique=`for i in $$list; do \ |
| 521 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 522 | done | \ |
| 523 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 524 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 525 | test -z "$(CTAGS_ARGS)$$unique" \ |
| 526 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 527 | $$unique |
| 528 | |
| 529 | GTAGS: |
| 530 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 531 | && $(am__cd) $(top_srcdir) \ |
| 532 | && gtags -i $(GTAGS_ARGS) "$$here" |
| 533 | |
| 534 | distclean-tags: |
| 535 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 536 | |
| 537 | distdir: $(DISTFILES) |
| 538 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 539 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 540 | list='$(DISTFILES)'; \ |
| 541 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 542 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 543 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 544 | case $$dist_files in \ |
| 545 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 546 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 547 | sort -u` ;; \ |
| 548 | esac; \ |
| 549 | for file in $$dist_files; do \ |
| 550 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 551 | if test -d $$d/$$file; then \ |
| 552 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 553 | if test -d "$(distdir)/$$file"; then \ |
| 554 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 555 | fi; \ |
| 556 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 557 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 558 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 559 | fi; \ |
| 560 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 561 | else \ |
| 562 | test -f "$(distdir)/$$file" \ |
| 563 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 564 | || exit 1; \ |
| 565 | fi; \ |
| 566 | done |
| 567 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 568 | if test "$$subdir" = .; then :; else \ |
| 569 | $(am__make_dryrun) \ |
| 570 | || test -d "$(distdir)/$$subdir" \ |
| 571 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 572 | || exit 1; \ |
| 573 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 574 | $(am__relativize); \ |
| 575 | new_distdir=$$reldir; \ |
| 576 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
| 577 | $(am__relativize); \ |
| 578 | new_top_distdir=$$reldir; \ |
| 579 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
| 580 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
| 581 | ($(am__cd) $$subdir && \ |
| 582 | $(MAKE) $(AM_MAKEFLAGS) \ |
| 583 | top_distdir="$$new_top_distdir" \ |
| 584 | distdir="$$new_distdir" \ |
| 585 | am__remove_distdir=: \ |
| 586 | am__skip_length_check=: \ |
| 587 | am__skip_mode_fix=: \ |
| 588 | distdir) \ |
| 589 | || exit 1; \ |
| 590 | fi; \ |
| 591 | done |
| 592 | check-am: all-am |
| 593 | check: check-recursive |
| 594 | all-am: Makefile $(PROGRAMS) |
| 595 | installdirs: installdirs-recursive |
| 596 | installdirs-am: |
| 597 | for dir in "$(DESTDIR)$(bindir)"; do \ |
| 598 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 599 | done |
| 600 | install: install-recursive |
| 601 | install-exec: install-exec-recursive |
| 602 | install-data: install-data-recursive |
| 603 | uninstall: uninstall-recursive |
| 604 | |
| 605 | install-am: all-am |
| 606 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 607 | |
| 608 | installcheck: installcheck-recursive |
| 609 | install-strip: |
| 610 | if test -z '$(STRIP)'; then \ |
| 611 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 612 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 613 | install; \ |
| 614 | else \ |
| 615 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 616 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 617 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 618 | fi |
| 619 | mostlyclean-generic: |
| 620 | |
| 621 | clean-generic: |
| 622 | |
| 623 | distclean-generic: |
| 624 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 625 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 626 | |
| 627 | maintainer-clean-generic: |
| 628 | @echo "This command is intended for maintainers to use" |
| 629 | @echo "it deletes files that may require special tools to rebuild." |
| 630 | clean: clean-recursive |
| 631 | |
| 632 | clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am |
| 633 | |
| 634 | distclean: distclean-recursive |
| 635 | -rm -rf ./$(DEPDIR) |
| 636 | -rm -f Makefile |
| 637 | distclean-am: clean-am distclean-compile distclean-generic \ |
| 638 | distclean-tags |
| 639 | |
| 640 | dvi: dvi-recursive |
| 641 | |
| 642 | dvi-am: |
| 643 | |
| 644 | html: html-recursive |
| 645 | |
| 646 | html-am: |
| 647 | |
| 648 | info: info-recursive |
| 649 | |
| 650 | info-am: |
| 651 | |
| 652 | install-data-am: |
| 653 | |
| 654 | install-dvi: install-dvi-recursive |
| 655 | |
| 656 | install-dvi-am: |
| 657 | |
| 658 | install-exec-am: install-binPROGRAMS |
| 659 | |
| 660 | install-html: install-html-recursive |
| 661 | |
| 662 | install-html-am: |
| 663 | |
| 664 | install-info: install-info-recursive |
| 665 | |
| 666 | install-info-am: |
| 667 | |
| 668 | install-man: |
| 669 | |
| 670 | install-pdf: install-pdf-recursive |
| 671 | |
| 672 | install-pdf-am: |
| 673 | |
| 674 | install-ps: install-ps-recursive |
| 675 | |
| 676 | install-ps-am: |
| 677 | |
| 678 | installcheck-am: |
| 679 | |
| 680 | maintainer-clean: maintainer-clean-recursive |
| 681 | -rm -rf ./$(DEPDIR) |
| 682 | -rm -f Makefile |
| 683 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 684 | |
| 685 | mostlyclean: mostlyclean-recursive |
| 686 | |
| 687 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| 688 | mostlyclean-libtool |
| 689 | |
| 690 | pdf: pdf-recursive |
| 691 | |
| 692 | pdf-am: |
| 693 | |
| 694 | ps: ps-recursive |
| 695 | |
| 696 | ps-am: |
| 697 | |
| 698 | uninstall-am: uninstall-binPROGRAMS |
| 699 | |
| 700 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ |
| 701 | install-am install-strip tags-recursive |
| 702 | |
| 703 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
| 704 | all all-am check check-am clean clean-binPROGRAMS \ |
| 705 | clean-generic clean-libtool ctags ctags-recursive distclean \ |
| 706 | distclean-compile distclean-generic distclean-libtool \ |
| 707 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
| 708 | install install-am install-binPROGRAMS install-data \ |
| 709 | install-data-am install-dvi install-dvi-am install-exec \ |
| 710 | install-exec-am install-html install-html-am install-info \ |
| 711 | install-info-am install-man install-pdf install-pdf-am \ |
| 712 | install-ps install-ps-am install-strip installcheck \ |
| 713 | installcheck-am installdirs installdirs-am maintainer-clean \ |
| 714 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 715 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 716 | tags tags-recursive uninstall uninstall-am \ |
| 717 | uninstall-binPROGRAMS |
| 718 | |
| 719 | |
| 720 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 721 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 722 | .NOEXPORT: |