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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [samples/] [unlimited/] [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:02:29 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
SAMPLE = unlimited
8
PGM = ${ARCH}/$(SAMPLE).exe
9
 
10
MANAGERS = io event
11
 
12
C_FILES = init.c test1.c test2.c test3.c
13
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
14
 
15
H_FILES = system.h
16
noinst_HEADERS = $(H_FILES)
17
 
18
DOCTYPES = doc scn
19
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
20
 
21
SRCS = $(DOCS) $(C_FILES) $(H_FILES)
22
OBJS = $(C_O_FILES)
23
 
24
PRINT_SRCS = $(DOCS)
25
 
26
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
27
include $(RTEMS_ROOT)/make/leaf.cfg
28
include $(top_srcdir)/sample.am
29
 
30
#
31
# (OPTIONAL) Add local stuff here using +=
32
#
33
 
34
all-local: ${ARCH} $(TMPINSTALL_FILES)
35
 
36
${PGM}: $(OBJS) $(LINK_FILES)
37
        $(make-exe)
38
 
39
EXTRA_DIST = $(C_FILES) $(DOCS)
40
 
41
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.