Author: tom
Date: Wed Oct 1 08:23:35 2008
New Revision: 3038
URL: http://svn.slimdevices.com?rev=3038&root=Jive&view=rev
Log:
moved makefile include file inside packages
Added:
7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am.jive-install.include
(contents, props changed)
- copied, changed from r3032,
7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include
7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.am.jive-install.include
(contents, props changed)
- copied, changed from r3032,
7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include
7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.am.jive-install.include
(contents, props changed)
- copied, changed from r3032,
7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include
Removed:
7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include
Modified:
7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am
7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in
7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.am
7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.in
7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.am
7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.in
Modified: 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am?rev=3038&root=Jive&r1=3037&r2=3038&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am Wed Oct 1 08:23:35 2008
@@ -16,7 +16,7 @@
@test \! -s badsyntax
@rm -f badsyntax
-include $(top_srcdir)/../Makefile.am.jive-install.include
+include Makefile.am.jive-install.include
install-data-local: jive-static-install
##eliminate anything we still want private
Copied: 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am.jive-install.include
(from r3032, 7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include)
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am.jive-install.include?p2=7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am.jive-install.include&p1=7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include&r1=3032&r2=3038&rev=3038&root=Jive&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am.jive-install.include Wed
Oct 1 08:23:35 2008
@@ -1,3 +1,7 @@
+#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
+
JIVE_BUILD_DIR = $(PREFIX)/share/jive/
#touching to try to get jive_73 build to see this file
Propchange:
7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am.jive-install.include
------------------------------------------------------------------------------
svn:mergeinfo =
Modified: 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in?rev=3038&root=Jive&r1=3037&r2=3038&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in Wed Oct 1 08:23:35 2008
@@ -13,6 +13,10 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
+
+#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@
@@ -38,12 +42,11 @@
build_triplet = @build@
host_triplet = @host@
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in \
- $(top_srcdir)/../Makefile.am.jive-install.include \
- $(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
+ $(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)
@[EMAIL PROTECTED] = jiveblit$(EXEEXT)
subdir = .
@@ -134,7 +137,6 @@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
-DSYMUTIL = @DSYMUTIL@
ECHO = @ECHO@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
@@ -155,7 +157,6 @@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
-NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
@@ -168,7 +169,6 @@
SDL_CFLAGS = @SDL_CFLAGS@
SDL_CONFIG = @SDL_CONFIG@
SDL_LIBS = @SDL_LIBS@
-SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
@@ -327,7 +327,7 @@
.SUFFIXES: .pkg .c .lo .o .obj
am--refresh:
@:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am
$(top_srcdir)/../Makefile.am.jive-install.include $(am__configure_deps)
+$(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*) \
@@ -851,7 +851,7 @@
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
- $(mkdir_p) $(distdir)/.. $(distdir)/config $(distdir)/src
+ $(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 \
@@ -1091,6 +1091,8 @@
@test \! -s badsyntax
@rm -f badsyntax
+#touching to try to get jive_73 build to see this file
+
jive-static-install:
mkdir -p $(JIVE_BUILD_DIR)
cd share; tar -pcf - \
Modified: 7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.am
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.am?rev=3038&root=Jive&r1=3037&r2=3038&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.am (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.am Wed Oct 1
08:23:35 2008
@@ -1,7 +1,7 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
-include $(top_srcdir)/../Makefile.am.jive-install.include
+include Makefile.am.jive-install.include
install-data-local: jive-static-install
##eliminate anything we still want private
Copied:
7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.am.jive-install.include
(from r3032, 7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include)
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.am.jive-install.include?p2=7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.am.jive-install.include&p1=7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include&r1=3032&r2=3038&rev=3038&root=Jive&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include (original)
+++
7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.am.jive-install.include
Wed Oct 1 08:23:35 2008
@@ -1,3 +1,7 @@
+#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
+
JIVE_BUILD_DIR = $(PREFIX)/share/jive/
#touching to try to get jive_73 build to see this file
Propchange:
7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.am.jive-install.include
------------------------------------------------------------------------------
svn:mergeinfo =
Modified: 7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.in
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.in?rev=3038&root=Jive&r1=3037&r2=3038&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.in (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay_desktop/Makefile.in Wed Oct 1
08:23:35 2008
@@ -13,6 +13,10 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
+
+#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@
@@ -36,10 +40,10 @@
build_triplet = @build@
host_triplet = @host@
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in \
- $(top_srcdir)/../Makefile.am.jive-install.include \
- $(top_srcdir)/configure config/config.guess config/config.sub \
- config/install-sh config/missing
+ $(srcdir)/Makefile.am.jive-install.include \
+ $(srcdir)/Makefile.in $(top_srcdir)/configure \
+ config/config.guess config/config.sub config/install-sh \
+ config/missing
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.in
@@ -136,7 +140,7 @@
.SUFFIXES:
am--refresh:
@:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am
$(top_srcdir)/../Makefile.am.jive-install.include $(am__configure_deps)
+$(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*) \
@@ -178,7 +182,7 @@
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
- $(mkdir_p) $(distdir)/.. $(distdir)/config
+ $(mkdir_p) $(distdir)/config
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
@@ -391,6 +395,8 @@
pdf-am ps ps-am uninstall uninstall-am uninstall-info-am
+#touching to try to get jive_73 build to see this file
+
jive-static-install:
mkdir -p $(JIVE_BUILD_DIR)
cd share; tar -pcf - \
Modified: 7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.am
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.am?rev=3038&root=Jive&r1=3037&r2=3038&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.am (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.am Wed Oct 1 08:23:35
2008
@@ -27,6 +27,6 @@
src/jive_watchdog.c
-include $(top_srcdir)/../Makefile.am.jive-install.include
+include Makefile.am.jive-install.include
install-data-local: jive-static-install
Copied:
7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.am.jive-install.include
(from r3032, 7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include)
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.am.jive-install.include?p2=7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.am.jive-install.include&p1=7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include&r1=3032&r2=3038&rev=3038&root=Jive&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/Makefile.am.jive-install.include (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.am.jive-install.include
Wed Oct 1 08:23:35 2008
@@ -1,3 +1,7 @@
+#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
+
JIVE_BUILD_DIR = $(PREFIX)/share/jive/
#touching to try to get jive_73 build to see this file
Propchange:
7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.am.jive-install.include
------------------------------------------------------------------------------
svn:mergeinfo =
Modified: 7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.in
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.in?rev=3038&root=Jive&r1=3037&r2=3038&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.in (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay_jive/Makefile.in Wed Oct 1 08:23:35
2008
@@ -13,6 +13,10 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
+
+#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@
@@ -37,11 +41,11 @@
build_triplet = @build@
host_triplet = @host@
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in \
- $(top_srcdir)/../Makefile.am.jive-install.include \
- $(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
+ $(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
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@@ -225,7 +229,7 @@
.SUFFIXES: .c .lo .o .obj
am--refresh:
@:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am
$(top_srcdir)/../Makefile.am.jive-install.include $(am__configure_deps)
+$(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*) \
@@ -428,7 +432,7 @@
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
- $(mkdir_p) $(distdir)/.. $(distdir)/config $(distdir)/src
+ $(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 \
@@ -660,6 +664,8 @@
@test \! -s badsyntax
@rm -f badsyntax
+#touching to try to get jive_73 build to see this file
+
jive-static-install:
mkdir -p $(JIVE_BUILD_DIR)
cd share; tar -pcf - \
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins