Mercurial > ecos
comparison host/infra/testsuite/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 | 74dbf4c3f2e1 |
comparison
equal
deleted
inserted
replaced
| 282:a29ee6c2dd3c | 283:f58bc1b2c2bc |
|---|---|
| 4 ## Makefile.am | 4 ## Makefile.am |
| 5 ## | 5 ## |
| 6 ## Host side implementation of the eCos infrastructure assertions. | 6 ## Host side implementation of the eCos infrastructure assertions. |
| 7 ## | 7 ## |
| 8 ## ===================================================================== | 8 ## ===================================================================== |
| 9 ######COPYRIGHTBEGIN#### | 9 #######ECOSHOSTGPLCOPYRIGHTBEGIN#### |
| 10 ## | |
| 11 ## ---------------------------------------------------------------------------- | 10 ## ---------------------------------------------------------------------------- |
| 12 ## Copyright (C) 1998, 1999, 2000 Red Hat, Inc. | 11 # Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. |
| 13 ## | 12 # |
| 14 ## This file is part of the eCos host tools. | 13 # This file is part of the eCos host tools. |
| 15 ## | 14 # |
| 16 ## This program is free software; you can redistribute it and/or modify it | 15 # 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 | 16 # under the terms of the GNU General Public License as published by the Free |
| 18 ## Software Foundation; either version 2 of the License, or (at your option) | 17 # Software Foundation; either version 2 of the License, or (at your option) |
| 19 ## any later version. | 18 # any later version. |
| 20 ## | 19 # |
| 21 ## This program is distributed in the hope that it will be useful, but WITHOUT | 20 # This program is distributed in the hope that it will be useful, but WITHOUT |
| 22 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 21 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 23 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 22 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 24 ## more details. | 23 # more details. |
| 25 ## | 24 # |
| 26 ## You should have received a copy of the GNU General Public License along with | 25 # 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., | 26 # this program; if not, write to the Free Software Foundation, Inc., |
| 28 ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 27 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 29 ## | 28 # |
| 30 ## ---------------------------------------------------------------------------- | 29 ## ---------------------------------------------------------------------------- |
| 31 ## | 30 #######ECOSHOSTGPLCOPYRIGHTEND#### |
| 32 ######COPYRIGHTEND#### | |
| 33 ## ===================================================================== | 31 ## ===================================================================== |
| 34 #######DESCRIPTIONBEGIN#### | 32 #######DESCRIPTIONBEGIN#### |
| 35 ## | 33 ## |
| 36 ## Author(s): bartv | 34 ## Author(s): bartv |
| 37 ## Contact(s): bartv | 35 ## Contact(s): bartv |
| 39 ## Version: 0.01 | 37 ## Version: 0.01 |
| 40 ## | 38 ## |
| 41 ######DESCRIPTIONEND#### | 39 ######DESCRIPTIONEND#### |
| 42 ## ===================================================================== | 40 ## ===================================================================== |
| 43 | 41 |
| 44 AUTOMAKE_OPTIONS = 1.3 cygnus dejagnu | 42 AUTOMAKE_OPTIONS = 1.3 foreign dejagnu |
