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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [rtems/] [optman/] [Makefile.am] - Blame information for rev 735

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
##
2
##  $Id: Makefile.am,v 1.2 2001-09-27 11:59:19 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
C_FILES = no-dpmem.c no-event.c no-msg.c no-mp.c no-part.c no-region.c \
8
    no-rtmon.c no-sem.c no-signal.c no-timer.c
9
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
10
 
11
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
12
 
13
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14
include $(top_srcdir)/../../../automake/lib.am
15
 
16
TMPINSTALL_FILES += \
17
    $(C_FILES:%.c=$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel)
18
 
19
$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel
20
        $(INSTALL_DATA) $< $@
21
 
22
#
23
# (OPTIONAL) Add local stuff here using +=
24
#
25
 
26
ASM4FLAGS += -I$(PROJECT_INCLUDE)/rtems
27
 
28
all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES)
29
 
30
.PRECIOUS: $(PGMS)
31
 
32
EXTRA_DIST = $(C_FILES)
33
 
34
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.