blob: b9f0e15f70792c0431e17398db976721f5214afb [file] [log] [blame]
The Android Open Source Project593c3652008-10-21 07:00:00 -07001## Process this file with automake to create Makefile.in
2## Configure input file for elfutils.
3##
4## Copyright (C) 1996-2001, 2002 Red Hat, Inc.
5##
6## This program is Open Source software; you can redistribute it and/or
7## modify it under the terms of the Open Software License version 1.0 as
8## published by the Open Source Initiative.
9##
10## You should have received a copy of the Open Software License along
11## with this program; if not, you may obtain a copy of the Open Software
12## License version 1.0 from http://www.opensource.org/licenses/osl.php or
13## by writing the Open Source Initiative c/o Lawrence Rosen, Esq.,
14## 3001 King Ranch Road, Ukiah, CA 95482. */
15##
16EXTRA_DIST = elfutils.sgml
17
18CLEANFILES = elfutils.dvi
19
20# We need only a few special rules to generate the various output formats
21# from the SGML sources.
22.PHONY: dvi pdf html
23dvi: $(srcdir)elfutils.dvi
24pdf: $(srcdir)elfutils.pdf
25
26$(srcdir)%.dvi: %.sgml
27 db2dvi $^
28$(srcdir)%.pdf: %.sgml
29 db2pdf $^