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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [samples/] [cdtest/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
##  Makefile.am,v 1.8 2002/03/28 00:44:22 joel Exp
3
##
4
 
5
 
6
SAMPLE = cdtest
7
PGM = ${ARCH}/$(SAMPLE).exe
8
 
9
MANAGERS = all
10
 
11
C_FILES = init.c
12
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
 
14
CC_FILES = main.cc
15
CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.o)
16
 
17
H_FILES = system.h
18
noinst_HEADERS = $(H_FILES)
19
 
20
DOCTYPES = scn
21
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
22
 
23
SRCS = $(DOCS) $(C_FILES) $(CC_FILES) $(H_FILES)
24
OBJS = $(C_O_FILES) $(CC_O_FILES)
25
 
26
PRINT_SRCS = $(DOCS)
27
 
28
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
29
include $(top_srcdir)/../../../../automake/compile.am
30
include $(top_srcdir)/../../../../automake/leaf.am
31
include $(top_srcdir)/sample.am
32
 
33
#
34
# (OPTIONAL) Add local stuff here using +=
35
#
36
 
37
if HAS_CXX
38
${PGM}: $(OBJS) $(LINK_FILES)
39
        $(make-cxx-exe)
40
 
41
all-local: ${ARCH} $(TMPINSTALL_FILES)
42
else
43
all-local:
44
endif
45
 
46
EXTRA_DIST = $(C_FILES) $(CC_FILES) $(DOCS)
47
 
48
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.