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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [score/] [cpu/] [unix/] [Makefile.am] - Blame information for rev 593

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:31 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
 
8
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9
include $(top_srcdir)/../../../../../../automake/lib.am
10
 
11
SUBDIRS = rtems
12
 
13
AM_CPPFLAGS = -DCPU_SYNC_IO $(LIBC_DEFINES)
14
 
15
C_FILES = cpu.c
16
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
17
 
18
REL = $(ARCH)/rtems-cpu.rel
19
 
20
rtems_cpu_rel_OBJECTS = $(C_O_FILES)
21
 
22
$(REL): $(rtems_cpu_rel_OBJECTS)
23
        $(make-rel)
24
 
25
all-local: $(ARCH) $(rtems_cpu_rel_OBJECTS) $(REL)
26
 
27
.PRECIOUS: $(REL)
28
 
29
EXTRA_DIST = cpu.c
30
 
31
include $(top_srcdir)/../../../../../../automake/subdirs.am
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.