blob: 44f0c11ab9fb34f9bfbc5a58cfe1befef12eec92 [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##
4## Copyright (C) 1996-2001, 2002, 2005 Red Hat, Inc.
Mark Wielaardde2ed972012-06-05 17:15:16 +02005## This file is part of elfutils.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00006##
Mark Wielaardde2ed972012-06-05 17:15:16 +02007## This file is free software; you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as published by
9## the Free Software Foundation; either version 3 of the License, or
10## (at your option) any later version.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000011##
Mark Wielaardde2ed972012-06-05 17:15:16 +020012## elfutils is distributed in the hope that it will be useful, but
Ulrich Drepper361df7d2006-04-04 21:38:57 +000013## WITHOUT ANY WARRANTY; without even the implied warranty of
Mark Wielaardde2ed972012-06-05 17:15:16 +020014## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15## GNU General Public License for more details.
Ulrich Drepper361df7d2006-04-04 21:38:57 +000016##
Mark Wielaardde2ed972012-06-05 17:15:16 +020017## You should have received a copy of the GNU General Public License
18## along with this program. If not, see <http://www.gnu.org/licenses/>.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000019EXTRA_DIST = elfutils.sgml
20
21CLEANFILES = elfutils.dvi
22
23# We need only a few special rules to generate the various output formats
24# from the SGML sources.
25.PHONY: dvi pdf html
26pdf: $(srcdir)elfutils.pdf
27dvi: $(srcdir)elfutils.dvi
28
29$(srcdir)%.dvi: %.sgml
30 db2dvi $^
31$(srcdir)%.pdf: %.sgml
32 db2pdf $^