blob: 8e8b1f756e7cacfde8234dccb4b4e6613e8d825e [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 Drepper361df7d2006-04-04 21:38:57 +00004## Copyright (C) 1996-2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
5## 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
30mini_SUBDIRS = config m4 lib libelf libelf-po
31# Add doc back when we have some real content.
Roland McGrathe47ab762005-11-17 03:16:00 +000032all_SUBDIRS = libebl libdwfl libdw libcpu libasm backends src po tests
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000033SUBDIRS = $(mini_SUBDIRS) $(all_SUBDIRS)
34
Ulrich Drepper361df7d2006-04-04 21:38:57 +000035EXTRA_DIST = elfutils.spec GPG-KEY NOTES
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000036
Roland McGrath9365d2c2005-11-18 23:55:47 +000037# Make sure the test install uses lib64 when $LIB will yield lib64.
38# Make sure the test build uses the same compiler, which on e.g. ppc64
39# determines which platform we are actually testing.
40DISTCHECK_CONFIGURE_FLAGS = \
41 --libdir=`echo $(libdir) | sed "s,^$(exec_prefix),$$dc_install_base,"`\
42 CC="$(CC)"
43
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000044distcheck-hook:
45 chmod -R u+w $(distdir)
46
47rpm: dist
48 rpmbuild -ts --sign elfutils-@PACKAGE_VERSION@.tar.gz
49
50# Tell version 3.79 and up of GNU make to not build goals in this
51# directory in parallel.
52.NOTPARALLEL: