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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libcpu/] [powerpc/] [mpc6xx/] [exceptions/] [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:25 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
PGM = $(ARCH)/exceptions.rel
8
 
9
C_FILES = raw_exception.c
10
 
11
S_FILES = asm_utils.S
12
 
13
H_FILES = raw_exception.h
14
 
15
exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) \
16
    $(S_FILES:%.S=$(ARCH)/%.o)
17
 
18
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
19
include $(top_srcdir)/../../../../../automake/lib.am
20
 
21
$(PROJECT_INCLUDE)/libcpu:
22
        $(mkinstalldirs) $@
23
$(PROJECT_INCLUDE)/libcpu/%.h: %.h
24
        $(INSTALL_DATA) $< $@
25
 
26
#
27
# (OPTIONAL) Add local stuff here using +=
28
#
29
 
30
$(PGM): $(exceptions_rel_OBJECTS)
31
        $(make-rel)
32
 
33
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
34
    $(PROJECT_INCLUDE)/libcpu/raw_exception.h
35
 
36
all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
37
 
38
.PRECIOUS: $(PGM)
39
 
40
EXTRA_DIST = asm_utils.S raw_exception.c raw_exception.h
41
 
42
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.