From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5904 invoked by alias); 12 Dec 2005 05:52:01 -0000 Received: (qmail 5891 invoked by uid 9024); 12 Dec 2005 05:52:00 -0000 Date: Mon, 12 Dec 2005 05:52:00 -0000 Message-ID: <20051212055200.5889.qmail@sourceware.org> From: roland@sourceware.org To: systemtap-cvs@sources.redhat.com Subject: src Makefile.am Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2005-q4/txt/msg00190.txt.bz2 List-Id: CVSROOT: /cvs/systemtap Module name: src Changes by: roland@sourceware.org 2005-12-12 05:52:00 Modified files: . : Makefile.am Log message: 2005-12-11 Roland McGrath PR 1916 * configure.ac: Grok --with-elfutils. * Makefile.am [BUILD_ELFUTILS] (install-elfutils, stamp-elfutils): New targets. [BUILD_ELFUTILS] (stap_LDFLAGS, stap_LDFLAGS): Add flags to point at local elfutils build. [BUILD_ELFUTILS] (BUILT_SOURCES): Add stamp-elfutils. [BUILD_ELFUTILS] (stap_DEPENDENCIES): New variable. [BUILD_ELFUTILS] (lib-elfutils/libdw.so): New target. [BUILD_ELFUTILS] (install-exec-local): Depend on install-elfutils. (loc2c_test_LDADD): Set this to $(stap_LDADD). (loc2c_test_CPPFLAGS, loc2c_test_LDFLAGS): New variables. * Makefile.in: Regenerated. * compile: New file from automakeland. * systemtap.spec.in (elfutils_version): Require 0.118 or later. [bundled_elfutils]: Remove old hacks for building elfutils, and rely on configure --with-elfutils instead. * Makefile.am (pkglibexecdir): New variable. (AM_CPPFLAGS): Use it. (pkglibexec_PROGRAMS): Set this instead of noinst_PROGRAMS with stpd. (pkglibexec_SCRIPTS, CLEANFILES): New variables. (install-exec-local): Target removed. * runtest.sh: Set LD_LIBRARY_PATH when lib-elfutils is in use. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.am.diff?cvsroot=systemtap&r1=1.40&r2=1.41