# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ #tw touch for poky test #Note: This include file is duplicated in squeezeplay/, squeezeplay_jive/, and squeezeplay_desktop/, so # if you are making changes to it consider making the changes in each of the locations. # The reason for the duplication (rather than a shared file) is that Poky checks out just subdirectory not the top level srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.am.jive-install.include \ $(srcdir)/Makefile.in $(top_srcdir)/configure \ $(top_srcdir)/src/config.h.in config/config.guess \ config/config.sub config/depcomp config/install-sh \ config/ltmain.sh config/missing install-sh missing bin_PROGRAMS = jive$(EXEEXT) @TEST_PROGRAMS_TRUE@test_PROGRAMS = jiveblit$(EXEEXT) subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno configure.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/src/config.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libjiveaudio_la_DEPENDENCIES = am_libjiveaudio_la_OBJECTS = fifo.lo fixed_math.lo mqueue.lo \ streambuf.lo decode.lo decode_alsa.lo decode_flac.lo \ decode_mad.lo decode_output.lo decode_pcm.lo \ decode_portaudio.lo decode_sample.lo decode_tones.lo \ decode_vorbis.lo libjiveaudio_la_OBJECTS = $(am_libjiveaudio_la_OBJECTS) libjivenet_la_DEPENDENCIES = am_libjivenet_la_OBJECTS = jive_dns.lo libjivenet_la_OBJECTS = $(am_libjivenet_la_OBJECTS) libjiveui_la_DEPENDENCIES = am_libjiveui_la_OBJECTS = jive_event.lo jive_font.lo jive_framework.lo \ jive_framework_osx.lo jive_framework_linux.lo jive_group.lo \ jive_icon.lo jive_label.lo jive_menu.lo jive_slider.lo \ jive_style.lo jive_surface.lo jive_textarea.lo \ jive_textinput.lo jive_tile.lo jive_utils.lo jive_widget.lo \ jive_window.lo lua_jiveui.lo libjiveui_la_OBJECTS = $(am_libjiveui_la_OBJECTS) am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(testdir)" binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) testPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) $(test_PROGRAMS) am_jive_OBJECTS = jive.$(OBJEXT) jive_debug.$(OBJEXT) jive_OBJECTS = $(am_jive_OBJECTS) jive_DEPENDENCIES = libjiveui.la libjiveaudio.la libjivenet.la am_jiveblit_OBJECTS = jiveblit.$(OBJEXT) jiveblit_OBJECTS = $(am_jiveblit_OBJECTS) jiveblit_DEPENDENCIES = DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src depcomp = $(SHELL) $(top_srcdir)/config/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(libjiveaudio_la_SOURCES) $(libjivenet_la_SOURCES) \ $(libjiveui_la_SOURCES) $(jive_SOURCES) $(jiveblit_SOURCES) DIST_SOURCES = $(libjiveaudio_la_SOURCES) $(libjivenet_la_SOURCES) \ $(libjiveui_la_SOURCES) $(jive_SOURCES) $(jiveblit_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ { test ! -d $(distdir) \ || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr $(distdir); }; } DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GREP = @GREP@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ NMEDIT = @NMEDIT@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_CONFIG = @SDL_CONFIG@ SDL_LIBS = @SDL_LIBS@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TEST_PROGRAMS_FALSE = @TEST_PROGRAMS_FALSE@ TEST_PROGRAMS_TRUE = @TEST_PROGRAMS_TRUE@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ # Rules for tolua++ binding files SUFFIXES = .pkg TOLUA = tolua++ JIVE_BUILD_DIR = $(DESTDIR)$(pkgdatadir) OSX_LIB_DIR = $(PREFIX)/lib OSX_BUILD_DIR = $(PREFIX) JIVE_DEPENDENCIES_LIB_DIR = $(top_builddir)/.libs JIVE_STATIC_PROGRAM = SqueezePlay OSX_STATIC_LIBS = `$(SDL_CONFIG) --static-libs` \ $(OSX_LIB_DIR)/liblua.a $(OSX_LIB_DIR)/libtolua++.a \ $(OSX_LIB_DIR)/libFLAC.a \ $(OSX_LIB_DIR)/libfreetype.a \ $(OSX_LIB_DIR)/libmad.a \ $(OSX_LIB_DIR)/libvorbisidec.a \ $(OSX_LIB_DIR)/libportaudio.a \ $(OSX_LIB_DIR)/libSDL.a \ $(OSX_LIB_DIR)/libSDL_gfx.a \ $(OSX_LIB_DIR)/libSDL_image.a \ $(OSX_LIB_DIR)/libSDL_ttf.a \ $(OSX_LIB_DIR)/libSDLmain.a \ $(OSX_LIB_DIR)/libpng.a \ $(OSX_LIB_DIR)/libjpeg.a \ $(JIVE_DEPENDENCIES_LIB_DIR)/libjiveaudio.a $(JIVE_DEPENDENCIES_LIB_DIR)/libjivenet.a $(JIVE_DEPENDENCIES_LIB_DIR)/libjiveui.a BUNDLE_NAME = SqueezePlay.app APP_NAME = SqueezePlay Beta BUNDLE_CONTENTS = $(BUNDLE_NAME)/Contents PLIST_FILE = $(BUNDLE_CONTENTS)/Info.plist VERSION_TEXT = $(shell cat ../squeezeplay.version)r$(shell svnversion -n .. | sed -e 's/[MS]//g') DEB_VERSION_TEXT = $(shell cat ../squeezeplay.version)~$(shell svnversion -n .. | sed -e 's/[MS]//g') TGZ_VERSION_TEXT = $(shell cat ../squeezeplay.version)-$(shell svnversion -n .. | sed -e 's/[MS]//g') ICNS_NAME = icon.icns DMG_TEMP_DIR = temp-SqueezePlay_image DMG_IMAGE_DIR = SqueezePlay_image DMG_TMP_IMAGE_FILENAME = $(DMG_TEMP_DIR).dmg DMG_IMAGE_FILENAME = SqueezePlay.dmg # Convenience library: noinst_LTLIBRARIES = libjiveui.la libjiveaudio.la libjivenet.la BUILT_SOURCES = \ src/ui/lua_jiveui.c \ src/version.h libjiveui_la_SOURCES = \ src/ui/jive_event.c \ src/ui/jive_font.c \ src/ui/jive_framework.c \ src/ui/jive_framework_osx.c \ src/ui/jive_framework_linux.c \ src/ui/jive_group.c \ src/ui/jive_icon.c \ src/ui/jive_label.c \ src/ui/jive_menu.c \ src/ui/jive_slider.c \ src/ui/jive_style.c \ src/ui/jive_surface.c \ src/ui/jive_textarea.c \ src/ui/jive_textinput.c \ src/ui/jive_tile.c \ src/ui/jive_utils.c \ src/ui/jive_widget.c \ src/ui/jive_window.c \ src/ui/lua_jiveui.c libjiveui_la_LIBADD = -ltolua++ -llua -lSDL_image -lSDL_ttf -lSDL_gfx -lSDL libjiveaudio_la_SOURCES = \ src/audio/fifo.c \ src/audio/fixed_math.c \ src/audio/mqueue.c \ src/audio/streambuf.c \ src/audio/decode/decode.c \ src/audio/decode/decode_alsa.c \ src/audio/decode/decode_flac.c \ src/audio/decode/decode_mad.c \ src/audio/decode/decode_output.c \ src/audio/decode/decode_pcm.c \ src/audio/decode/decode_portaudio.c \ src/audio/decode/decode_sample.c \ src/audio/decode/decode_tones.c \ src/audio/decode/decode_vorbis.c libjiveaudio_la_LIBADD = -lSDL -lFLAC -lmad -lvorbisidec libjivenet_la_SOURCES = \ src/net/jive_dns.c libjivenet_la_LIBADD = -lSDL # Test programs: jiveblit testdir = $(bindir) jive_SOURCES = \ src/jive.c \ src/jive_debug.c jive_LDADD = libjiveui.la libjiveaudio.la libjivenet.la -llua # Test program: jiveblit jiveblit_SOURCES = \ src/jiveblit.c jiveblit_LDADD = -lSDL_image -lSDL_ttf -lSDL_gfx -lSDL all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .pkg .c .lo .o .obj am--refresh: @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.am.jive-install.include $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ cd $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) cd $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) src/config.h: src/stamp-h1 @if test ! -f $@; then \ rm -f src/stamp-h1; \ $(MAKE) src/stamp-h1; \ else :; fi src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status @rm -f src/stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status src/config.h $(top_srcdir)/src/config.h.in: $(am__configure_deps) cd $(top_srcdir) && $(AUTOHEADER) rm -f src/stamp-h1 touch $@ distclean-hdr: -rm -f src/config.h src/stamp-h1 clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libjiveaudio.la: $(libjiveaudio_la_OBJECTS) $(libjiveaudio_la_DEPENDENCIES) $(LINK) $(libjiveaudio_la_LDFLAGS) $(libjiveaudio_la_OBJECTS) $(libjiveaudio_la_LIBADD) $(LIBS) libjivenet.la: $(libjivenet_la_OBJECTS) $(libjivenet_la_DEPENDENCIES) $(LINK) $(libjivenet_la_LDFLAGS) $(libjivenet_la_OBJECTS) $(libjivenet_la_LIBADD) $(LIBS) libjiveui.la: $(libjiveui_la_OBJECTS) $(libjiveui_la_DEPENDENCIES) $(LINK) $(libjiveui_la_LDFLAGS) $(libjiveui_la_OBJECTS) $(libjiveui_la_LIBADD) $(LIBS) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ || test -f $$p1 \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ rm -f "$(DESTDIR)$(bindir)/$$f"; \ done clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ done install-testPROGRAMS: $(test_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(testdir)" || $(mkdir_p) "$(DESTDIR)$(testdir)" @list='$(test_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ || test -f $$p1 \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(testPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(testdir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(testPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(testdir)/$$f" || exit 1; \ else :; fi; \ done uninstall-testPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(test_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f '$(DESTDIR)$(testdir)/$$f'"; \ rm -f "$(DESTDIR)$(testdir)/$$f"; \ done clean-testPROGRAMS: @list='$(test_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ done jive$(EXEEXT): $(jive_OBJECTS) $(jive_DEPENDENCIES) @rm -f jive$(EXEEXT) $(LINK) $(jive_LDFLAGS) $(jive_OBJECTS) $(jive_LDADD) $(LIBS) jiveblit$(EXEEXT): $(jiveblit_OBJECTS) $(jiveblit_DEPENDENCIES) @rm -f jiveblit$(EXEEXT) $(LINK) $(jiveblit_LDFLAGS) $(jiveblit_OBJECTS) $(jiveblit_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_alsa.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_flac.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_mad.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_output.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_pcm.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_portaudio.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_sample.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_tones.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_vorbis.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fifo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixed_math.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_debug.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_dns.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_event.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_font.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_framework.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_framework_linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_framework_osx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_group.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_icon.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_label.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_menu.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_slider.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_style.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_surface.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_textarea.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_textinput.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_tile.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_utils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_widget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jive_window.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jiveblit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lua_jiveui.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mqueue.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/streambuf.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< fifo.lo: src/audio/fifo.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fifo.lo -MD -MP -MF "$(DEPDIR)/fifo.Tpo" -c -o fifo.lo `test -f 'src/audio/fifo.c' || echo '$(srcdir)/'`src/audio/fifo.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fifo.Tpo" "$(DEPDIR)/fifo.Plo"; else rm -f "$(DEPDIR)/fifo.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/fifo.c' object='fifo.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fifo.lo `test -f 'src/audio/fifo.c' || echo '$(srcdir)/'`src/audio/fifo.c fixed_math.lo: src/audio/fixed_math.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fixed_math.lo -MD -MP -MF "$(DEPDIR)/fixed_math.Tpo" -c -o fixed_math.lo `test -f 'src/audio/fixed_math.c' || echo '$(srcdir)/'`src/audio/fixed_math.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/fixed_math.Tpo" "$(DEPDIR)/fixed_math.Plo"; else rm -f "$(DEPDIR)/fixed_math.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/fixed_math.c' object='fixed_math.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fixed_math.lo `test -f 'src/audio/fixed_math.c' || echo '$(srcdir)/'`src/audio/fixed_math.c mqueue.lo: src/audio/mqueue.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mqueue.lo -MD -MP -MF "$(DEPDIR)/mqueue.Tpo" -c -o mqueue.lo `test -f 'src/audio/mqueue.c' || echo '$(srcdir)/'`src/audio/mqueue.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mqueue.Tpo" "$(DEPDIR)/mqueue.Plo"; else rm -f "$(DEPDIR)/mqueue.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/mqueue.c' object='mqueue.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mqueue.lo `test -f 'src/audio/mqueue.c' || echo '$(srcdir)/'`src/audio/mqueue.c streambuf.lo: src/audio/streambuf.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT streambuf.lo -MD -MP -MF "$(DEPDIR)/streambuf.Tpo" -c -o streambuf.lo `test -f 'src/audio/streambuf.c' || echo '$(srcdir)/'`src/audio/streambuf.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/streambuf.Tpo" "$(DEPDIR)/streambuf.Plo"; else rm -f "$(DEPDIR)/streambuf.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/streambuf.c' object='streambuf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o streambuf.lo `test -f 'src/audio/streambuf.c' || echo '$(srcdir)/'`src/audio/streambuf.c decode.lo: src/audio/decode/decode.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode.lo -MD -MP -MF "$(DEPDIR)/decode.Tpo" -c -o decode.lo `test -f 'src/audio/decode/decode.c' || echo '$(srcdir)/'`src/audio/decode/decode.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/decode.Tpo" "$(DEPDIR)/decode.Plo"; else rm -f "$(DEPDIR)/decode.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/decode/decode.c' object='decode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode.lo `test -f 'src/audio/decode/decode.c' || echo '$(srcdir)/'`src/audio/decode/decode.c decode_alsa.lo: src/audio/decode/decode_alsa.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode_alsa.lo -MD -MP -MF "$(DEPDIR)/decode_alsa.Tpo" -c -o decode_alsa.lo `test -f 'src/audio/decode/decode_alsa.c' || echo '$(srcdir)/'`src/audio/decode/decode_alsa.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/decode_alsa.Tpo" "$(DEPDIR)/decode_alsa.Plo"; else rm -f "$(DEPDIR)/decode_alsa.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/decode/decode_alsa.c' object='decode_alsa.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode_alsa.lo `test -f 'src/audio/decode/decode_alsa.c' || echo '$(srcdir)/'`src/audio/decode/decode_alsa.c decode_flac.lo: src/audio/decode/decode_flac.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode_flac.lo -MD -MP -MF "$(DEPDIR)/decode_flac.Tpo" -c -o decode_flac.lo `test -f 'src/audio/decode/decode_flac.c' || echo '$(srcdir)/'`src/audio/decode/decode_flac.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/decode_flac.Tpo" "$(DEPDIR)/decode_flac.Plo"; else rm -f "$(DEPDIR)/decode_flac.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/decode/decode_flac.c' object='decode_flac.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode_flac.lo `test -f 'src/audio/decode/decode_flac.c' || echo '$(srcdir)/'`src/audio/decode/decode_flac.c decode_mad.lo: src/audio/decode/decode_mad.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode_mad.lo -MD -MP -MF "$(DEPDIR)/decode_mad.Tpo" -c -o decode_mad.lo `test -f 'src/audio/decode/decode_mad.c' || echo '$(srcdir)/'`src/audio/decode/decode_mad.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/decode_mad.Tpo" "$(DEPDIR)/decode_mad.Plo"; else rm -f "$(DEPDIR)/decode_mad.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/decode/decode_mad.c' object='decode_mad.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode_mad.lo `test -f 'src/audio/decode/decode_mad.c' || echo '$(srcdir)/'`src/audio/decode/decode_mad.c decode_output.lo: src/audio/decode/decode_output.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode_output.lo -MD -MP -MF "$(DEPDIR)/decode_output.Tpo" -c -o decode_output.lo `test -f 'src/audio/decode/decode_output.c' || echo '$(srcdir)/'`src/audio/decode/decode_output.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/decode_output.Tpo" "$(DEPDIR)/decode_output.Plo"; else rm -f "$(DEPDIR)/decode_output.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/decode/decode_output.c' object='decode_output.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode_output.lo `test -f 'src/audio/decode/decode_output.c' || echo '$(srcdir)/'`src/audio/decode/decode_output.c decode_pcm.lo: src/audio/decode/decode_pcm.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode_pcm.lo -MD -MP -MF "$(DEPDIR)/decode_pcm.Tpo" -c -o decode_pcm.lo `test -f 'src/audio/decode/decode_pcm.c' || echo '$(srcdir)/'`src/audio/decode/decode_pcm.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/decode_pcm.Tpo" "$(DEPDIR)/decode_pcm.Plo"; else rm -f "$(DEPDIR)/decode_pcm.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/decode/decode_pcm.c' object='decode_pcm.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode_pcm.lo `test -f 'src/audio/decode/decode_pcm.c' || echo '$(srcdir)/'`src/audio/decode/decode_pcm.c decode_portaudio.lo: src/audio/decode/decode_portaudio.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode_portaudio.lo -MD -MP -MF "$(DEPDIR)/decode_portaudio.Tpo" -c -o decode_portaudio.lo `test -f 'src/audio/decode/decode_portaudio.c' || echo '$(srcdir)/'`src/audio/decode/decode_portaudio.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/decode_portaudio.Tpo" "$(DEPDIR)/decode_portaudio.Plo"; else rm -f "$(DEPDIR)/decode_portaudio.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/decode/decode_portaudio.c' object='decode_portaudio.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode_portaudio.lo `test -f 'src/audio/decode/decode_portaudio.c' || echo '$(srcdir)/'`src/audio/decode/decode_portaudio.c decode_sample.lo: src/audio/decode/decode_sample.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode_sample.lo -MD -MP -MF "$(DEPDIR)/decode_sample.Tpo" -c -o decode_sample.lo `test -f 'src/audio/decode/decode_sample.c' || echo '$(srcdir)/'`src/audio/decode/decode_sample.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/decode_sample.Tpo" "$(DEPDIR)/decode_sample.Plo"; else rm -f "$(DEPDIR)/decode_sample.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/decode/decode_sample.c' object='decode_sample.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode_sample.lo `test -f 'src/audio/decode/decode_sample.c' || echo '$(srcdir)/'`src/audio/decode/decode_sample.c decode_tones.lo: src/audio/decode/decode_tones.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode_tones.lo -MD -MP -MF "$(DEPDIR)/decode_tones.Tpo" -c -o decode_tones.lo `test -f 'src/audio/decode/decode_tones.c' || echo '$(srcdir)/'`src/audio/decode/decode_tones.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/decode_tones.Tpo" "$(DEPDIR)/decode_tones.Plo"; else rm -f "$(DEPDIR)/decode_tones.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/decode/decode_tones.c' object='decode_tones.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode_tones.lo `test -f 'src/audio/decode/decode_tones.c' || echo '$(srcdir)/'`src/audio/decode/decode_tones.c decode_vorbis.lo: src/audio/decode/decode_vorbis.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode_vorbis.lo -MD -MP -MF "$(DEPDIR)/decode_vorbis.Tpo" -c -o decode_vorbis.lo `test -f 'src/audio/decode/decode_vorbis.c' || echo '$(srcdir)/'`src/audio/decode/decode_vorbis.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/decode_vorbis.Tpo" "$(DEPDIR)/decode_vorbis.Plo"; else rm -f "$(DEPDIR)/decode_vorbis.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio/decode/decode_vorbis.c' object='decode_vorbis.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode_vorbis.lo `test -f 'src/audio/decode/decode_vorbis.c' || echo '$(srcdir)/'`src/audio/decode/decode_vorbis.c jive_dns.lo: src/net/jive_dns.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_dns.lo -MD -MP -MF "$(DEPDIR)/jive_dns.Tpo" -c -o jive_dns.lo `test -f 'src/net/jive_dns.c' || echo '$(srcdir)/'`src/net/jive_dns.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_dns.Tpo" "$(DEPDIR)/jive_dns.Plo"; else rm -f "$(DEPDIR)/jive_dns.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/net/jive_dns.c' object='jive_dns.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_dns.lo `test -f 'src/net/jive_dns.c' || echo '$(srcdir)/'`src/net/jive_dns.c jive_event.lo: src/ui/jive_event.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_event.lo -MD -MP -MF "$(DEPDIR)/jive_event.Tpo" -c -o jive_event.lo `test -f 'src/ui/jive_event.c' || echo '$(srcdir)/'`src/ui/jive_event.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_event.Tpo" "$(DEPDIR)/jive_event.Plo"; else rm -f "$(DEPDIR)/jive_event.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_event.c' object='jive_event.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_event.lo `test -f 'src/ui/jive_event.c' || echo '$(srcdir)/'`src/ui/jive_event.c jive_font.lo: src/ui/jive_font.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_font.lo -MD -MP -MF "$(DEPDIR)/jive_font.Tpo" -c -o jive_font.lo `test -f 'src/ui/jive_font.c' || echo '$(srcdir)/'`src/ui/jive_font.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_font.Tpo" "$(DEPDIR)/jive_font.Plo"; else rm -f "$(DEPDIR)/jive_font.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_font.c' object='jive_font.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_font.lo `test -f 'src/ui/jive_font.c' || echo '$(srcdir)/'`src/ui/jive_font.c jive_framework.lo: src/ui/jive_framework.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_framework.lo -MD -MP -MF "$(DEPDIR)/jive_framework.Tpo" -c -o jive_framework.lo `test -f 'src/ui/jive_framework.c' || echo '$(srcdir)/'`src/ui/jive_framework.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_framework.Tpo" "$(DEPDIR)/jive_framework.Plo"; else rm -f "$(DEPDIR)/jive_framework.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_framework.c' object='jive_framework.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_framework.lo `test -f 'src/ui/jive_framework.c' || echo '$(srcdir)/'`src/ui/jive_framework.c jive_framework_osx.lo: src/ui/jive_framework_osx.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_framework_osx.lo -MD -MP -MF "$(DEPDIR)/jive_framework_osx.Tpo" -c -o jive_framework_osx.lo `test -f 'src/ui/jive_framework_osx.c' || echo '$(srcdir)/'`src/ui/jive_framework_osx.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_framework_osx.Tpo" "$(DEPDIR)/jive_framework_osx.Plo"; else rm -f "$(DEPDIR)/jive_framework_osx.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_framework_osx.c' object='jive_framework_osx.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_framework_osx.lo `test -f 'src/ui/jive_framework_osx.c' || echo '$(srcdir)/'`src/ui/jive_framework_osx.c jive_framework_linux.lo: src/ui/jive_framework_linux.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_framework_linux.lo -MD -MP -MF "$(DEPDIR)/jive_framework_linux.Tpo" -c -o jive_framework_linux.lo `test -f 'src/ui/jive_framework_linux.c' || echo '$(srcdir)/'`src/ui/jive_framework_linux.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_framework_linux.Tpo" "$(DEPDIR)/jive_framework_linux.Plo"; else rm -f "$(DEPDIR)/jive_framework_linux.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_framework_linux.c' object='jive_framework_linux.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_framework_linux.lo `test -f 'src/ui/jive_framework_linux.c' || echo '$(srcdir)/'`src/ui/jive_framework_linux.c jive_group.lo: src/ui/jive_group.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_group.lo -MD -MP -MF "$(DEPDIR)/jive_group.Tpo" -c -o jive_group.lo `test -f 'src/ui/jive_group.c' || echo '$(srcdir)/'`src/ui/jive_group.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_group.Tpo" "$(DEPDIR)/jive_group.Plo"; else rm -f "$(DEPDIR)/jive_group.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_group.c' object='jive_group.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_group.lo `test -f 'src/ui/jive_group.c' || echo '$(srcdir)/'`src/ui/jive_group.c jive_icon.lo: src/ui/jive_icon.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_icon.lo -MD -MP -MF "$(DEPDIR)/jive_icon.Tpo" -c -o jive_icon.lo `test -f 'src/ui/jive_icon.c' || echo '$(srcdir)/'`src/ui/jive_icon.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_icon.Tpo" "$(DEPDIR)/jive_icon.Plo"; else rm -f "$(DEPDIR)/jive_icon.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_icon.c' object='jive_icon.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_icon.lo `test -f 'src/ui/jive_icon.c' || echo '$(srcdir)/'`src/ui/jive_icon.c jive_label.lo: src/ui/jive_label.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_label.lo -MD -MP -MF "$(DEPDIR)/jive_label.Tpo" -c -o jive_label.lo `test -f 'src/ui/jive_label.c' || echo '$(srcdir)/'`src/ui/jive_label.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_label.Tpo" "$(DEPDIR)/jive_label.Plo"; else rm -f "$(DEPDIR)/jive_label.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_label.c' object='jive_label.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_label.lo `test -f 'src/ui/jive_label.c' || echo '$(srcdir)/'`src/ui/jive_label.c jive_menu.lo: src/ui/jive_menu.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_menu.lo -MD -MP -MF "$(DEPDIR)/jive_menu.Tpo" -c -o jive_menu.lo `test -f 'src/ui/jive_menu.c' || echo '$(srcdir)/'`src/ui/jive_menu.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_menu.Tpo" "$(DEPDIR)/jive_menu.Plo"; else rm -f "$(DEPDIR)/jive_menu.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_menu.c' object='jive_menu.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_menu.lo `test -f 'src/ui/jive_menu.c' || echo '$(srcdir)/'`src/ui/jive_menu.c jive_slider.lo: src/ui/jive_slider.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_slider.lo -MD -MP -MF "$(DEPDIR)/jive_slider.Tpo" -c -o jive_slider.lo `test -f 'src/ui/jive_slider.c' || echo '$(srcdir)/'`src/ui/jive_slider.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_slider.Tpo" "$(DEPDIR)/jive_slider.Plo"; else rm -f "$(DEPDIR)/jive_slider.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_slider.c' object='jive_slider.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_slider.lo `test -f 'src/ui/jive_slider.c' || echo '$(srcdir)/'`src/ui/jive_slider.c jive_style.lo: src/ui/jive_style.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_style.lo -MD -MP -MF "$(DEPDIR)/jive_style.Tpo" -c -o jive_style.lo `test -f 'src/ui/jive_style.c' || echo '$(srcdir)/'`src/ui/jive_style.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_style.Tpo" "$(DEPDIR)/jive_style.Plo"; else rm -f "$(DEPDIR)/jive_style.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_style.c' object='jive_style.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_style.lo `test -f 'src/ui/jive_style.c' || echo '$(srcdir)/'`src/ui/jive_style.c jive_surface.lo: src/ui/jive_surface.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_surface.lo -MD -MP -MF "$(DEPDIR)/jive_surface.Tpo" -c -o jive_surface.lo `test -f 'src/ui/jive_surface.c' || echo '$(srcdir)/'`src/ui/jive_surface.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_surface.Tpo" "$(DEPDIR)/jive_surface.Plo"; else rm -f "$(DEPDIR)/jive_surface.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_surface.c' object='jive_surface.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_surface.lo `test -f 'src/ui/jive_surface.c' || echo '$(srcdir)/'`src/ui/jive_surface.c jive_textarea.lo: src/ui/jive_textarea.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_textarea.lo -MD -MP -MF "$(DEPDIR)/jive_textarea.Tpo" -c -o jive_textarea.lo `test -f 'src/ui/jive_textarea.c' || echo '$(srcdir)/'`src/ui/jive_textarea.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_textarea.Tpo" "$(DEPDIR)/jive_textarea.Plo"; else rm -f "$(DEPDIR)/jive_textarea.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_textarea.c' object='jive_textarea.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_textarea.lo `test -f 'src/ui/jive_textarea.c' || echo '$(srcdir)/'`src/ui/jive_textarea.c jive_textinput.lo: src/ui/jive_textinput.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_textinput.lo -MD -MP -MF "$(DEPDIR)/jive_textinput.Tpo" -c -o jive_textinput.lo `test -f 'src/ui/jive_textinput.c' || echo '$(srcdir)/'`src/ui/jive_textinput.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_textinput.Tpo" "$(DEPDIR)/jive_textinput.Plo"; else rm -f "$(DEPDIR)/jive_textinput.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_textinput.c' object='jive_textinput.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_textinput.lo `test -f 'src/ui/jive_textinput.c' || echo '$(srcdir)/'`src/ui/jive_textinput.c jive_tile.lo: src/ui/jive_tile.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_tile.lo -MD -MP -MF "$(DEPDIR)/jive_tile.Tpo" -c -o jive_tile.lo `test -f 'src/ui/jive_tile.c' || echo '$(srcdir)/'`src/ui/jive_tile.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_tile.Tpo" "$(DEPDIR)/jive_tile.Plo"; else rm -f "$(DEPDIR)/jive_tile.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_tile.c' object='jive_tile.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_tile.lo `test -f 'src/ui/jive_tile.c' || echo '$(srcdir)/'`src/ui/jive_tile.c jive_utils.lo: src/ui/jive_utils.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_utils.lo -MD -MP -MF "$(DEPDIR)/jive_utils.Tpo" -c -o jive_utils.lo `test -f 'src/ui/jive_utils.c' || echo '$(srcdir)/'`src/ui/jive_utils.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_utils.Tpo" "$(DEPDIR)/jive_utils.Plo"; else rm -f "$(DEPDIR)/jive_utils.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_utils.c' object='jive_utils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_utils.lo `test -f 'src/ui/jive_utils.c' || echo '$(srcdir)/'`src/ui/jive_utils.c jive_widget.lo: src/ui/jive_widget.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_widget.lo -MD -MP -MF "$(DEPDIR)/jive_widget.Tpo" -c -o jive_widget.lo `test -f 'src/ui/jive_widget.c' || echo '$(srcdir)/'`src/ui/jive_widget.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_widget.Tpo" "$(DEPDIR)/jive_widget.Plo"; else rm -f "$(DEPDIR)/jive_widget.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_widget.c' object='jive_widget.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_widget.lo `test -f 'src/ui/jive_widget.c' || echo '$(srcdir)/'`src/ui/jive_widget.c jive_window.lo: src/ui/jive_window.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_window.lo -MD -MP -MF "$(DEPDIR)/jive_window.Tpo" -c -o jive_window.lo `test -f 'src/ui/jive_window.c' || echo '$(srcdir)/'`src/ui/jive_window.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_window.Tpo" "$(DEPDIR)/jive_window.Plo"; else rm -f "$(DEPDIR)/jive_window.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/jive_window.c' object='jive_window.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_window.lo `test -f 'src/ui/jive_window.c' || echo '$(srcdir)/'`src/ui/jive_window.c lua_jiveui.lo: src/ui/lua_jiveui.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lua_jiveui.lo -MD -MP -MF "$(DEPDIR)/lua_jiveui.Tpo" -c -o lua_jiveui.lo `test -f 'src/ui/lua_jiveui.c' || echo '$(srcdir)/'`src/ui/lua_jiveui.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lua_jiveui.Tpo" "$(DEPDIR)/lua_jiveui.Plo"; else rm -f "$(DEPDIR)/lua_jiveui.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ui/lua_jiveui.c' object='lua_jiveui.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lua_jiveui.lo `test -f 'src/ui/lua_jiveui.c' || echo '$(srcdir)/'`src/ui/lua_jiveui.c jive.o: src/jive.c @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive.o -MD -MP -MF "$(DEPDIR)/jive.Tpo" -c -o jive.o `test -f 'src/jive.c' || echo '$(srcdir)/'`src/jive.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive.Tpo" "$(DEPDIR)/jive.Po"; else rm -f "$(DEPDIR)/jive.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/jive.c' object='jive.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive.o `test -f 'src/jive.c' || echo '$(srcdir)/'`src/jive.c jive.obj: src/jive.c @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive.obj -MD -MP -MF "$(DEPDIR)/jive.Tpo" -c -o jive.obj `if test -f 'src/jive.c'; then $(CYGPATH_W) 'src/jive.c'; else $(CYGPATH_W) '$(srcdir)/src/jive.c'; fi`; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive.Tpo" "$(DEPDIR)/jive.Po"; else rm -f "$(DEPDIR)/jive.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/jive.c' object='jive.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive.obj `if test -f 'src/jive.c'; then $(CYGPATH_W) 'src/jive.c'; else $(CYGPATH_W) '$(srcdir)/src/jive.c'; fi` jive_debug.o: src/jive_debug.c @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_debug.o -MD -MP -MF "$(DEPDIR)/jive_debug.Tpo" -c -o jive_debug.o `test -f 'src/jive_debug.c' || echo '$(srcdir)/'`src/jive_debug.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_debug.Tpo" "$(DEPDIR)/jive_debug.Po"; else rm -f "$(DEPDIR)/jive_debug.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/jive_debug.c' object='jive_debug.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_debug.o `test -f 'src/jive_debug.c' || echo '$(srcdir)/'`src/jive_debug.c jive_debug.obj: src/jive_debug.c @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jive_debug.obj -MD -MP -MF "$(DEPDIR)/jive_debug.Tpo" -c -o jive_debug.obj `if test -f 'src/jive_debug.c'; then $(CYGPATH_W) 'src/jive_debug.c'; else $(CYGPATH_W) '$(srcdir)/src/jive_debug.c'; fi`; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jive_debug.Tpo" "$(DEPDIR)/jive_debug.Po"; else rm -f "$(DEPDIR)/jive_debug.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/jive_debug.c' object='jive_debug.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jive_debug.obj `if test -f 'src/jive_debug.c'; then $(CYGPATH_W) 'src/jive_debug.c'; else $(CYGPATH_W) '$(srcdir)/src/jive_debug.c'; fi` jiveblit.o: src/jiveblit.c @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jiveblit.o -MD -MP -MF "$(DEPDIR)/jiveblit.Tpo" -c -o jiveblit.o `test -f 'src/jiveblit.c' || echo '$(srcdir)/'`src/jiveblit.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jiveblit.Tpo" "$(DEPDIR)/jiveblit.Po"; else rm -f "$(DEPDIR)/jiveblit.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/jiveblit.c' object='jiveblit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jiveblit.o `test -f 'src/jiveblit.c' || echo '$(srcdir)/'`src/jiveblit.c jiveblit.obj: src/jiveblit.c @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT jiveblit.obj -MD -MP -MF "$(DEPDIR)/jiveblit.Tpo" -c -o jiveblit.obj `if test -f 'src/jiveblit.c'; then $(CYGPATH_W) 'src/jiveblit.c'; else $(CYGPATH_W) '$(srcdir)/src/jiveblit.c'; fi`; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/jiveblit.Tpo" "$(DEPDIR)/jiveblit.Po"; else rm -f "$(DEPDIR)/jiveblit.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/jiveblit.c' object='jiveblit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o jiveblit.obj `if test -f 'src/jiveblit.c'; then $(CYGPATH_W) 'src/jiveblit.c'; else $(CYGPATH_W) '$(srcdir)/src/jiveblit.c'; fi` mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool uninstall-info-am: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) $(mkdir_p) $(distdir)/config $(distdir)/src @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ $(mkdir_p) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && cd $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' distuninstallcheck: @cd $(distuninstallcheck_dir) \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(testdir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool \ clean-noinstLTLIBRARIES clean-testPROGRAMS mostlyclean-am distclean: distclean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-tags dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-data-local install-testPROGRAMS install-exec-am: install-binPROGRAMS install-info: install-info-am install-man: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ uninstall-testPROGRAMS .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool \ clean-noinstLTLIBRARIES clean-testPROGRAMS ctags dist dist-all \ dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip distcheck \ distclean distclean-compile distclean-generic distclean-hdr \ distclean-libtool distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS install-data \ install-data-am install-data-local install-exec \ install-exec-am install-info install-info-am install-man \ install-strip install-testPROGRAMS installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-binPROGRAMS \ uninstall-info-am uninstall-testPROGRAMS .pkg.c: $(TOLUA) $(TOLUAFLAGS) $(AM_TOLUAFLAGS) -n jive -o $@ $^ # Check lua syntax lua-lint: @rm -f badsyntax @find . -name "*.lua" -and \( -exec luac -p '{}' \; -or -print \) > badsyntax @test \! -s badsyntax @rm -f badsyntax jive-static-install: mkdir -p $(JIVE_BUILD_DIR) cd share; tar -pcf - \ `find . \( -name "*.jpg" -o -name "*.gif" -o -name "*.png" -o -name "*.wav" -o -name "*.txt" -o -name "*.lua" \)` \ | tar -C $(JIVE_BUILD_DIR) -pxf - install-data-local: jive-static-install rm -rf $(JIVE_BUILD_DIR)/strict.lua SqueezePlay: $(jive_OBJECTS) $(jive_DEPENDENCIES) $(CC) $(LDFLAGS) \ -force_cpusubtype_ALL \ -framework CoreAudio \ -o $(JIVE_STATIC_PROGRAM) $(jive_OBJECTS) \ $(OSX_STATIC_LIBS) \ -lSystemStubs \ -lz #todo: make clean work the right way(not the rm -rf hackery seen below) SqueezePlay_bundle: SqueezePlay rm -rf $(BUNDLE_CONTENTS)/ rm -rf $(OSX_BUILD_DIR)/$(BUNDLE_NAME) mkdir -p $(BUNDLE_CONTENTS)/MacOS mkdir -p $(BUNDLE_CONTENTS)/Resources mkdir -p $(BUNDLE_CONTENTS)/lib echo "APPLSQPL" > $(BUNDLE_CONTENTS)/PkgInfo cp -R $(OSX_BUILD_DIR)/share/ $(BUNDLE_CONTENTS)/share cp -R $(OSX_BUILD_DIR)/lib/lua/ $(BUNDLE_CONTENTS)/lib/lua cp rsc/$(ICNS_NAME) $(BUNDLE_CONTENTS)/Resources echo "" > $(PLIST_FILE) echo "" >> $(PLIST_FILE) echo "" >> $(PLIST_FILE) echo "" >> $(PLIST_FILE) echo " CFBundleDevelopmentRegion" >> $(PLIST_FILE) echo " English" >> $(PLIST_FILE) echo " CFBundleExecutable" >> $(PLIST_FILE) echo " $(JIVE_STATIC_PROGRAM)" >> $(PLIST_FILE) echo " CFBundleDisplayName" >> $(PLIST_FILE) echo " $(APP_NAME)" >> $(PLIST_FILE) echo " CFBundleIdentifier" >> $(PLIST_FILE) echo " com.logitech.squeezeplay" >> $(PLIST_FILE) echo " CFBundleIconFile" >> $(PLIST_FILE) echo " $(ICNS_NAME)" >> $(PLIST_FILE) echo " CFBundleInfoDictionaryVersion" >> $(PLIST_FILE) echo " 6.0" >> $(PLIST_FILE) echo " CFBundlePackageType" >> $(PLIST_FILE) echo " APPL" >> $(PLIST_FILE) echo " CFBundleSignature" >> $(PLIST_FILE) echo " SQPL" >> $(PLIST_FILE) echo " CFBundleShortVersionString" >> $(PLIST_FILE) echo " $(VERSION_TEXT)" >> $(PLIST_FILE) echo " CFBundleVersion" >> $(PLIST_FILE) echo " $(VERSION_TEXT)" >> $(PLIST_FILE) echo " CFBundleGetInfoString" >> $(PLIST_FILE) echo " $(APP_NAME) $(VERSION_TEXT), Copyright 2008 Logitech" >> $(PLIST_FILE) echo "" >> $(PLIST_FILE) echo "" >> $(PLIST_FILE) chmod 644 $(BUNDLE_CONTENTS)/Resources/* $(INSTALL_PROGRAM) $(JIVE_STATIC_PROGRAM) $(BUNDLE_CONTENTS)/MacOS/ cp -Rp $(BUNDLE_NAME) $(OSX_BUILD_DIR) SqueezePlay_dmg: SqueezePlay_bundle rm -rf $(DMG_IMAGE_DIR) rm -rf $(DMG_TEMP_DIR) -rm $(DMG_TMP_IMAGE_FILENAME) mkdir -p $(DMG_TEMP_DIR) -hdiutil detach "/Volumes/$(DMG_IMAGE_DIR)" hdiutil create -fs HFS+ -layout SPUD -volname "$(DMG_IMAGE_DIR)" -size 100m "$(DMG_TEMP_DIR)" hdiutil mount "$(DMG_TMP_IMAGE_FILENAME)" /Developer/Tools/CpMac -r $(BUNDLE_NAME) /Volumes/$(DMG_IMAGE_DIR) hdiutil detach "/Volumes/$(DMG_IMAGE_DIR)" hdiutil convert -ov -format UDZO "$(DMG_TMP_IMAGE_FILENAME)" -o "$(DMG_IMAGE_FILENAME)" rm -rf $(DMG_IMAGE_DIR) rm -rf $(DMG_TEMP_DIR) -rm $(DMG_TMP_IMAGE_FILENAME) cp -p $(DMG_IMAGE_FILENAME) $(OSX_BUILD_DIR)/SqueezePlay-$(VERSION_TEXT).dmg squeezeplay-tgz: cd $(prefix); tar -zcf ../squeezeplay-$(TGZ_VERSION_TEXT).tgz *; tar -ztvf ../squeezeplay-$(TGZ_VERSION_TEXT).tgz squeezeplay-deb: sed -e 's/_VERSION_/$(DEB_VERSION_TEXT)/g' ../platforms/debian/changelog.in > ../platforms/debian/changelog cd ../platforms; fakeroot dpkg-buildpackage -b; ls -lah ../squeezeplay*.deb src/version.h: FORCE @echo '/* This file is automatically generated */' > src/version.h @echo '#ifndef SQUEEZEPLAY_RELEASE' >> src/version.h @echo '#define SQUEEZEPLAY_RELEASE "'`cat ../squeezeplay.version`'"' >> src/version.h @echo '#endif' >> src/version.h @echo '#ifndef SQUEEZEPLAY_REVISION' >> src/version.h @echo '#define SQUEEZEPLAY_REVISION "'`svnversion -n ..`'"' >> src/version.h @echo '#endif' >> src/version.h @echo '#define JIVE_VERSION SQUEEZEPLAY_RELEASE" r"SQUEEZEPLAY_REVISION' >> src/version.h FORCE: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: