1 |
786 |
skrzyp |
## Process this file with automake to produce Makefile.in
|
2 |
|
|
## =====================================================================
|
3 |
|
|
##
|
4 |
|
|
## Makefile.am
|
5 |
|
|
##
|
6 |
|
|
## eCos host-side software toplevel makefile
|
7 |
|
|
##
|
8 |
|
|
## =====================================================================
|
9 |
|
|
## ####ECOSHOSTGPLCOPYRIGHTBEGIN####
|
10 |
|
|
## -------------------------------------------
|
11 |
|
|
## This file is part of the eCos host tools.
|
12 |
|
|
## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
13 |
|
|
##
|
14 |
|
|
## This program is free software; you can redistribute it and/or modify
|
15 |
|
|
## it under the terms of the GNU General Public License as published by
|
16 |
|
|
## the Free Software Foundation; either version 2 or (at your option) any
|
17 |
|
|
## later version.
|
18 |
|
|
##
|
19 |
|
|
## This program is distributed in the hope that it will be useful, but
|
20 |
|
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
21 |
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
22 |
|
|
## General Public License for more details.
|
23 |
|
|
##
|
24 |
|
|
## You should have received a copy of the GNU General Public License
|
25 |
|
|
## along with this program; if not, write to the
|
26 |
|
|
## Free Software Foundation, Inc., 51 Franklin Street,
|
27 |
|
|
## Fifth Floor, Boston, MA 02110-1301, USA.
|
28 |
|
|
## -------------------------------------------
|
29 |
|
|
## ####ECOSHOSTGPLCOPYRIGHTEND####
|
30 |
|
|
## =====================================================================
|
31 |
|
|
#######DESCRIPTIONBEGIN####
|
32 |
|
|
##
|
33 |
|
|
## Author(s): bartv
|
34 |
|
|
## Contact(s): bartv
|
35 |
|
|
## Date: 1998/12/17
|
36 |
|
|
## Version: 0.01
|
37 |
|
|
##
|
38 |
|
|
######DESCRIPTIONEND####
|
39 |
|
|
## =====================================================================
|
40 |
|
|
|
41 |
|
|
AUTOMAKE_OPTIONS = 1.10 foreign
|
42 |
|
|
SUBDIRS = @subdirs@
|