Ulrich Drepper | b08d5a8 | 2005-07-26 05:00:05 +0000 | [diff] [blame] | 1 | ## Process this file with automake to create Makefile.in |
| 2 | ## Configure input file for elfutils. |
| 3 | ## |
| 4 | ## Copyright (C) 1996-2002, 2003, 2004, 2005 Red Hat, Inc. |
| 5 | ## |
| 6 | ## This program is free software; you can redistribute it and/or modify |
| 7 | ## it under the terms of the GNU General Public License as published by |
| 8 | ## the Free Software Foundation, version 2. |
| 9 | ## |
| 10 | ## This program is distributed in the hope that it will be useful, |
| 11 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | ## GNU General Public License for more details. |
| 14 | ## |
| 15 | ## You should have received a copy of the GNU General Public License |
| 16 | ## along with this program; if not, write to the Free Software Foundation, |
| 17 | ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 18 | ## |
| 19 | ACLOCAL_AMFLAGS = -I m4 |
| 20 | |
| 21 | mini_SUBDIRS = config m4 lib libelf libelf-po |
| 22 | # Add doc back when we have some real content. |
Roland McGrath | 1838590 | 2005-07-28 07:12:38 +0000 | [diff] [blame] | 23 | all_SUBDIRS = libebl libdwfl libdw libcpu libasm src po tests |
Ulrich Drepper | b08d5a8 | 2005-07-26 05:00:05 +0000 | [diff] [blame] | 24 | SUBDIRS = $(mini_SUBDIRS) $(all_SUBDIRS) |
| 25 | |
| 26 | EXTRA_DIST = elfutils.spec GPG-KEY NOTES COPYING.GPL |
| 27 | |
| 28 | distcheck-hook: |
| 29 | chmod -R u+w $(distdir) |
| 30 | |
| 31 | rpm: dist |
| 32 | rpmbuild -ts --sign elfutils-@PACKAGE_VERSION@.tar.gz |
| 33 | |
| 34 | # Tell version 3.79 and up of GNU make to not build goals in this |
| 35 | # directory in parallel. |
| 36 | .NOTPARALLEL: |