1 |
1254 |
phoenix |
#=============================================================================
|
2 |
|
|
#
|
3 |
|
|
# makefile
|
4 |
|
|
#
|
5 |
|
|
# For building the Component Writer's Guide
|
6 |
|
|
#
|
7 |
|
|
#=============================================================================
|
8 |
|
|
#####ECOSHOSTGPLCOPYRIGHTBEGIN####
|
9 |
|
|
# -------------------------------------------
|
10 |
|
|
# Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
11 |
|
|
#
|
12 |
|
|
# This file is part of the eCos host tools.
|
13 |
|
|
#
|
14 |
|
|
# This program is free software; you can redistribute it and/or modify it
|
15 |
|
|
# under the terms of the GNU General Public License as published by the Free
|
16 |
|
|
# Software Foundation; either version 2 of the License, or (at your option)
|
17 |
|
|
# any later version.
|
18 |
|
|
#
|
19 |
|
|
# This program is distributed in the hope that it will be useful, but WITHOUT
|
20 |
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
21 |
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
22 |
|
|
# more details.
|
23 |
|
|
#
|
24 |
|
|
# You should have received a copy of the GNU General Public License along with
|
25 |
|
|
# this program; if not, write to the Free Software Foundation, Inc.,
|
26 |
|
|
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
27 |
|
|
#
|
28 |
|
|
# -------------------------------------------
|
29 |
|
|
#####ECOSHOSTGPLCOPYRIGHTEND####
|
30 |
|
|
#=============================================================================
|
31 |
|
|
#####DESCRIPTIONBEGIN####
|
32 |
|
|
#
|
33 |
|
|
# Author(s): bartv
|
34 |
|
|
# Date: 2001-04-19
|
35 |
|
|
#####DESCRIPTIONEND####
|
36 |
|
|
#=============================================================================
|
37 |
|
|
|
38 |
|
|
TOPLEVEL := ../../../packages
|
39 |
|
|
MAIN_SGML := main.sgml
|
40 |
|
|
MAIN_HTML := cdl-guide.html
|
41 |
|
|
MAIN_PDF := main.pdf
|
42 |
|
|
OTHER_SGML := concepts.sgml package.sgml language.sgml reference.sgml build.sgml advanced.sgml
|
43 |
|
|
PICTURES := repo version package
|
44 |
|
|
|
45 |
|
|
include $(TOPLEVEL)/pkgconf/rules.doc
|