search for: am_makeflag

Displaying 4 results from an estimated 4 matches for "am_makeflag".

Did you mean: am_makeflags
2008 Jul 17
0
r1515 - branches/trunk-make-package: anybody interested in taking over?
...ake-package/Makefile.am > > ============================================================================== > --- /trunk/Makefile.am (original) > +++ branches/trunk-make-package/Makefile.am Thu Jul 17 14:27:24 2008 > @@ -26,6 +26,10 @@ > distcheck-light: > $(MAKE) $(AM_MAKEFLAGS) DISTCHECK_FLAGS="$(DISTCHECK_LIGHT_FLAGS)" > distcheck > > +package: > + @echo "Creating package(s) for $(OS_NAME)" > + cd packaging; $(MAKE) $(AM_MAKEFLAGS) $(OS_NAME) > + > # ------------------------------------------------------------------...
2008 Dec 08
0
sndio support for libao
...++ libao-0.8.8/src/plugins/Makefile.am Mon Dec 8 16:34:44 2008 @@ -1,4 +1,5 @@ ## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = foreign -SUBDIRS = oss esd arts alsa alsa09 sun irix macosx nas pulse +SUBDIRS = oss esd arts alsa alsa09 sun irix macosx nas pulse sndio +AM_MAKEFLAGS = LIBTOOL="$(LIBTOOL) --tag=disable-static" diff -uNrp libao-0.8.8.orig/src/plugins/sndio/Makefile.am libao-0.8.8/src/plugins/sndio/Makefile.am --- libao-0.8.8.orig/src/plugins/sndio/Makefile.am Thu Jan 1 01:00:00 1970 +++ libao-0.8.8/src/plugins/sndio/Makefile.am Mon Dec 8 16:35:29 20...
2009 Jul 13
2
[PATCH] Add shave support
...+ + if test x"$enable_shave" = xyes; then + dnl where can we find the shave scripts? + m4_if([$1],, + [shavedir="$ac_pwd"], + [shavedir="$ac_pwd/$1"]) + AC_SUBST(shavedir) + + dnl make is now quiet + AC_SUBST([MAKEFLAGS], [-s]) + AC_SUBST([AM_MAKEFLAGS], ['`test -z $V && echo -s`']) + + dnl we need sed + AC_CHECK_PROG(SED,sed,sed,false) + + dnl substitute libtool + SHAVE_SAVED_LIBTOOL=$LIBTOOL + LIBTOOL="${SHELL} ${shavedir}/shave-libtool '${SHAVE_SAVED_LIBTOOL}'" + AC_SUBST(LIBTOOL) + + dnl...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...rlauth-plugin.h + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/urlauth/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src...