Mercurial > ecos
comparison host/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 | 435cced73e2f |
| children | a2fb80f5315f |
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 ######COPYRIGHTBEGIN#### | 9 #######ECOSHOSTGPLCOPYRIGHTBEGIN#### |
| 10 ## | |
| 11 ## ---------------------------------------------------------------------------- | 10 ## ---------------------------------------------------------------------------- |
| 12 ## Copyright (C) 1998, 1999, 2000 Red Hat, Inc. | 11 ## Copyright (C) 2002 Bart Veer |
| 12 ## Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. | |
| 13 ## | 13 ## |
| 14 ## This file is part of the eCos host tools. | 14 ## This file is part of the eCos host tools. |
| 15 ## | 15 ## |
| 16 ## This program is free software; you can redistribute it and/or modify it | 16 ## This program is free software; you can redistribute it and/or modify it |
| 17 ## under the terms of the GNU General Public License as published by the Free | 17 ## under the terms of the GNU General Public License as published by the Free |
| 26 ## You should have received a copy of the GNU General Public License along with | 26 ## You should have received a copy of the GNU General Public License along with |
| 27 ## this program; if not, write to the Free Software Foundation, Inc., | 27 ## this program; if not, write to the Free Software Foundation, Inc., |
| 28 ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 28 ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 29 ## | 29 ## |
| 30 ## ---------------------------------------------------------------------------- | 30 ## ---------------------------------------------------------------------------- |
| 31 ## | 31 #######ECOSHOSTGPLCOPYRIGHTEND#### |
| 32 ######COPYRIGHTEND#### | |
| 33 ## ===================================================================== | 32 ## ===================================================================== |
| 34 #######DESCRIPTIONBEGIN#### | 33 #######DESCRIPTIONBEGIN#### |
| 35 ## | 34 ## |
| 36 ## Author(s): bartv | 35 ## Author(s): bartv |
| 37 ## Contact(s): bartv | 36 ## Contact(s): bartv |
| 39 ## Version: 0.01 | 38 ## Version: 0.01 |
| 40 ## | 39 ## |
| 41 ######DESCRIPTIONEND#### | 40 ######DESCRIPTIONEND#### |
| 42 ## ===================================================================== | 41 ## ===================================================================== |
| 43 | 42 |
| 44 AUTOMAKE_OPTIONS = 1.3 cygnus | 43 AUTOMAKE_OPTIONS = 1.3 foreign |
| 45 SUBDIRS = @ECOS_DIRS@ | 44 SUBDIRS = @SUBDIRS@ |
