OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libcpu/] [powerpc/] [mpc505/] [vectors/] [Makefile.am] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
##
2
## $Id: Makefile.am,v 1.2 2001-09-27 12:01:23 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
VPATH = @srcdir@:@srcdir@/../../ppc403/vectors
8
 
9
## FIXME
10
 
11
PGM = ${ARCH}/vectors.rel
12
 
13
## Assembly sources
14
S_FILES = vectors.S align_h.S
15
 
16
vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.o)
17
 
18
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
19
include $(top_srcdir)/../../../../../automake/lib.am
20
 
21
#
22
# (OPTIONAL) Add local stuff here using +=
23
#
24
 
25
$(PGM): $(vectors_rel_OBJECTS)
26
        $(make-rel)
27
 
28
all-local: ${ARCH} $(PGM)
29
 
30
EXTRA_DIST = vectors.S
31
 
32
include $(top_srcdir)/../../../../../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.