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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [samples/] [minimum/] [Makefile.am] - Blame information for rev 751

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 12:02:28 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
SAMPLE = minimum
8
PGM = ${ARCH}/$(SAMPLE).exe
9
 
10
MANAGERS = all
11
 
12
C_FILES = init.c
13
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
14
 
15
DOCTYPES = doc scn
16
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
17
 
18
SRCS = $(DOCS) $(C_FILES) $(H_FILES)
19
OBJS = $(C_O_FILES)
20
 
21
PRINT_SRCS = $(DOCS)
22
 
23
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
24
include $(RTEMS_ROOT)/make/leaf.cfg
25
include $(top_srcdir)/sample.am
26
 
27
#
28
# (OPTIONAL) Add local stuff here using +=
29
#
30
 
31
all-local: ${ARCH} $(TMPINSTALL_FILES)
32
        # This test should not be executed
33
 
34
${PGM}: $(OBJS) $(LINK_FILES)
35
        $(make-exe)
36
 
37
EXTRA_DIST = $(C_FILES) $(DOCS)
38
 
39
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.