Mercurial > flash_v2
annotate packages/hal/powerpc/fads/current/src/PKGconf.mak @ 16:4f2df4ab82c8 ecos-sw-1999-06-18
Merge from eCos master repository on 1999-06-18-15:25:04-BST
| author | jlarmour |
|---|---|
| date | Fri, 18 Jun 1999 07:59:09 +0000 |
| parents | 01ce82f3e11a |
| children | c38311975d4f |
| rev | line source |
|---|---|
| 2 | 1 #============================================================================== |
| 2 # | |
| 3 # makefile | |
| 4 # | |
| 5 # hal/powerpc/fads/src | |
| 6 # | |
| 7 #============================================================================== | |
| 8 #============================================================================== | |
| 9 #####UNSUPPORTEDBEGIN#### | |
| 10 # | |
| 11 # ------------------------------------------- | |
| 12 # This source file has been contributed to eCos/Cygnus. It may have been | |
| 13 # changed slightly to provide an interface consistent with those of other | |
| 14 # files. | |
| 15 # | |
| 16 # The functionality and contents of this file is supplied "AS IS" | |
| 17 # without any form of support and will not necessarily be kept up | |
| 18 # to date by Cygnus. | |
| 19 # | |
| 20 # All inquiries about this file, or the functionality provided by it, | |
| 21 # should be directed to the 'ecos-discuss' mailing list (see | |
| 22 # http://sourceware.cygnus.com/ecos/intouch.html for details). | |
| 23 # | |
| 24 # Maintained by: <Unmaintained> | |
| 25 # ------------------------------------------- | |
| 26 # | |
| 27 #####UNSUPPORTEDEND#### | |
| 28 #============================================================================== | |
| 29 #####COPYRIGHTBEGIN#### | |
| 30 # | |
| 31 # ------------------------------------------- | |
| 32 # The contents of this file are subject to the Cygnus eCos Public License | |
| 33 # Version 1.0 (the "License"); you may not use this file except in | |
| 34 # compliance with the License. You may obtain a copy of the License at | |
| 35 # http://sourceware.cygnus.com/ecos | |
| 36 # | |
| 37 # Software distributed under the License is distributed on an "AS IS" | |
| 38 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 39 # License for the specific language governing rights and limitations under | |
| 40 # the License. | |
| 41 # | |
| 42 # The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 43 # September 30, 1998. | |
| 44 # | |
| 45 # The Initial Developer of the Original Code is Cygnus. Portions created | |
| 46 # by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | |
| 47 # ------------------------------------------- | |
| 48 # | |
| 49 #####COPYRIGHTEND#### | |
| 50 #============================================================================== | |
| 51 | |
| 52 PACKAGE := hal_powerpc_fads | |
| 53 include ../../../../../pkgconf/pkgconf.mak | |
| 54 | |
| 55 LIBRARY := libtarget.a | |
|
16
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
56 COMPILE := hal_diag.c hal_aux.c fads.S quicc_smc2.c |
| 2 | 57 OTHER_OBJS := |
| 58 OTHER_TARGETS := | |
| 59 OTHER_CLEAN := | |
| 60 OTHER_DEPS := | |
| 61 | |
| 62 include $(COMPONENT_REPOSITORY)/pkgconf/makrules.src |
