Mercurial > nand-ecoscentric
annotate packages/hal/mips/arch/current/src/PKGconf.mak @ 6:d376b777e2ce ecos-sw-1999-05-14
Merge from eCos master repository on 1999-05-14-19:27:43-BST
| author | jlarmour |
|---|---|
| date | Fri, 14 May 1999 12:20:00 +0000 |
| parents | 1d7f19c9e4d1 |
| children | 4741a3c3496a |
| rev | line source |
|---|---|
| 0 | 1 #============================================================================== |
| 2 # | |
| 3 # makefile | |
| 4 # | |
| 5 # hal/mips/arch/src | |
| 6 # | |
| 7 #============================================================================== | |
| 8 #####COPYRIGHTBEGIN#### | |
| 9 # | |
| 10 # ------------------------------------------- | |
| 11 # The contents of this file are subject to the Cygnus eCos Public License | |
| 12 # Version 1.0 (the "License"); you may not use this file except in | |
| 13 # compliance with the License. You may obtain a copy of the License at | |
| 14 # http://sourceware.cygnus.com/ecos | |
| 15 # | |
| 16 # Software distributed under the License is distributed on an "AS IS" | |
| 17 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 18 # License for the specific language governing rights and limitations under | |
| 19 # the License. | |
| 20 # | |
| 21 # The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 22 # September 30, 1998. | |
| 23 # | |
| 24 # The Initial Developer of the Original Code is Cygnus. Portions created | |
| 2 | 25 # by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
| 0 | 26 # ------------------------------------------- |
| 27 # | |
| 28 #####COPYRIGHTEND#### | |
| 29 #============================================================================== | |
| 30 | |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
31 PACKAGE := hal_mips |
| 0 | 32 include ../../../../../pkgconf/pkgconf.mak |
| 33 | |
| 34 LIBRARY := libtarget.a | |
| 35 COMPILE := hal_misc.c context.S mips-stub.c | |
| 36 OTHER_OBJS := | |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
37 OTHER_TARGETS := vectors.stamp |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
38 OTHER_DEPS := $(PACKAGE)_vectors.d |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
39 OTHER_CLEAN := vectors.clean |
| 0 | 40 |
| 41 include $(COMPONENT_REPOSITORY)/pkgconf/makrules.src | |
| 42 | |
| 43 vectors.stamp: $(PACKAGE)_vectors.o | |
| 44 $(CP) $< $(PREFIX)/lib/vectors.o | |
| 45 @$(TOUCH) $@ | |
| 46 | |
| 47 vectors.clean: | |
| 48 $(RM) $(PREFIX)/lib/vectors.o $(PACKAGE)_vectors.o | |
| 49 $(RM) vectors.stamp | |
| 50 | |
| 51 $(PACKAGE)_vectors.o: $(BUILD_TREE)/pkgconf/pkgconf.mak \ | |
| 52 $(BUILD_TREE)/pkgconf/makevars $(PACKAGE_RULES_FILE) |
