comparison Makefile.am @ 283:f58bc1b2c2bc

Reorganization of the host-side autoconfiscation support, and a couple of minor bug fixes. The main goal is to support per-package host-side software in addition to the generic host-side tools. For example, the synthetic target HAL and device driver packages can now have host subdirectories with support code.
author bartv
date Sun, 11 Aug 2002 21:40:50 +0000
parents e0c0827131d1
children
comparison
equal deleted inserted replaced
282:a29ee6c2dd3c 283:f58bc1b2c2bc
4 ## Makefile.am 4 ## Makefile.am
5 ## 5 ##
6 ## eCos host-side software toplevel makefile 6 ## eCos host-side software toplevel makefile
7 ## 7 ##
8 ## ===================================================================== 8 ## =====================================================================
9 #####ECOSGPLCOPYRIGHTBEGIN#### 9 #######ECOSHOSTGPLCOPYRIGHTBEGIN####
10 # ------------------------------------------- 10 ## -------------------------------------------
11 # This file is part of eCos, the Embedded Configurable Operating System. 11 # Copyright (C) 2002 Bart Veer
12 # Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. 12 # Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
13 # 13 #
14 # eCos is free software; you can redistribute it and/or modify it under 14 # This file is part of the eCos host tools.
15 # the terms of the GNU General Public License as published by the Free
16 # Software Foundation; either version 2 or (at your option) any later version.
17 # 15 #
18 # eCos is distributed in the hope that it will be useful, but WITHOUT ANY 16 # This program is free software; you can redistribute it and/or modify it
19 # WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 # under the terms of the GNU General Public License as published by the Free
20 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 18 # Software Foundation; either version 2 of the License, or (at your option)
21 # for more details. 19 # any later version.
22 # 20 #
23 # You should have received a copy of the GNU General Public License along 21 # This program is distributed in the hope that it will be useful, but WITHOUT
24 # with eCos; if not, write to the Free Software Foundation, Inc., 22 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
25 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 23 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
26 # 24 # more details.
27 # As a special exception, if other files instantiate templates or use macros 25 #
28 # or inline functions from this file, or you compile this file and link it 26 # You should have received a copy of the GNU General Public License along with
29 # with other works to produce a work based on this file, this file does not 27 # this program; if not, write to the Free Software Foundation, Inc.,
30 # by itself cause the resulting work to be covered by the GNU General Public 28 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
31 # License. However the source code for this file must still be made available 29 ## -------------------------------------------
32 # in accordance with section (3) of the GNU General Public License. 30 #######ECOSHOSTGPLCOPYRIGHTEND####
33 #
34 # This exception does not invalidate any other reasons why a work based on
35 # this file might be covered by the GNU General Public License.
36 #
37 # Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
38 # at http://sources.redhat.com/ecos/ecos-license
39 # -------------------------------------------
40 #####ECOSGPLCOPYRIGHTEND####
41 ## ===================================================================== 31 ## =====================================================================
42 #######DESCRIPTIONBEGIN#### 32 #######DESCRIPTIONBEGIN####
43 ## 33 ##
44 ## Author(s): bartv 34 ## Author(s): bartv
45 ## Contact(s): bartv 35 ## Contact(s): bartv
47 ## Version: 0.01 37 ## Version: 0.01
48 ## 38 ##
49 ######DESCRIPTIONEND#### 39 ######DESCRIPTIONEND####
50 ## ===================================================================== 40 ## =====================================================================
51 41
52 AUTOMAKE_OPTIONS = 1.3 cygnus 42 AUTOMAKE_OPTIONS = 1.3 foreign
53 SUBDIRS = host 43 SUBDIRS = @SUBDIRS@
44