blob: 4decc55f6e25ea73cc5983c871e262eda1d62723 [file] [log] [blame]
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001## Process this file with automake to create Makefile.in
2## Configure input file for elfutils.
3##
Ulrich Drepper01f73702009-01-22 23:32:11 -08004## Copyright (C) 1996-2002, 2003, 2004, 2005, 2006, 2008, 2009 Red Hat, Inc.
Ulrich Drepper361df7d2006-04-04 21:38:57 +00005## This file is part of Red Hat elfutils.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00006##
Ulrich Drepper361df7d2006-04-04 21:38:57 +00007## Red Hat elfutils is free software; you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as published by the
9## Free Software Foundation; version 2 of the License.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000010##
Ulrich Drepper361df7d2006-04-04 21:38:57 +000011## Red Hat elfutils is distributed in the hope that it will be useful, but
12## WITHOUT ANY WARRANTY; without even the implied warranty of
13## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14## General Public License for more details.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000015##
Ulrich Drepper361df7d2006-04-04 21:38:57 +000016## You should have received a copy of the GNU General Public License along
17## with Red Hat elfutils; if not, write to the Free Software Foundation,
Ulrich Drepper1e9ef502006-04-04 22:29:06 +000018## Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA.
Ulrich Drepper361df7d2006-04-04 21:38:57 +000019##
20## Red Hat elfutils is an included package of the Open Invention Network.
21## An included package of the Open Invention Network is a package for which
22## Open Invention Network licensees cross-license their patents. No patent
23## license is granted, either expressly or impliedly, by designation as an
24## included package. Should you wish to participate in the Open Invention
25## Network licensing program, please visit www.openinventionnetwork.com
26## <http://www.openinventionnetwork.com>.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000027##
28ACLOCAL_AMFLAGS = -I m4
29
Roland McGrathfbc72452008-12-16 17:03:03 -080030pkginclude_HEADERS = version.h
31
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000032# Add doc back when we have some real content.
Ulrich Drepper2c9ee4f2007-06-06 02:49:30 +000033SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
34 src po tests
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000035
Roland McGrath8190db62006-12-17 23:56:51 +000036EXTRA_DIST = elfutils.spec GPG-KEY NOTES EXCEPTION
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000037
Roland McGrath9365d2c2005-11-18 23:55:47 +000038# Make sure the test install uses lib64 when $LIB will yield lib64.
39# Make sure the test build uses the same compiler, which on e.g. ppc64
40# determines which platform we are actually testing.
41DISTCHECK_CONFIGURE_FLAGS = \
42 --libdir=`echo $(libdir) | sed "s,^$(exec_prefix),$$dc_install_base,"`\
43 CC="$(CC)"
44
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000045distcheck-hook:
46 chmod -R u+w $(distdir)
47
48rpm: dist
Ulrich Drepper01f73702009-01-22 23:32:11 -080049 rpmbuild -ts --sign elfutils-@PACKAGE_VERSION@.tar.bz2
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000050
51# Tell version 3.79 and up of GNU make to not build goals in this
52# directory in parallel.
53.NOTPARALLEL: