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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [sapi/] [src/] [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.11 2002/08/01 11:59:58 ralf Exp
3
##
4
 
5
LIB=$(ARCH)/libsapi.a
6
 
7
EXTENSION_FILES = extension.c extensioncreate.c extensiondelete.c \
8
    extensionident.c
9
C_FILES = debug.c $(EXTENSION_FILES)  fatal.c exinit.c io.c \
10
    itronapi.c posixapi.c rtemsapi.c
11
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
12
 
13
OBJS = $(C_O_FILES)
14
 
15
include $(top_srcdir)/automake/multilib.am
16
include $(top_srcdir)/automake/compile.am
17
include $(top_srcdir)/automake/lib.am
18
 
19
#
20
# Add local stuff here using +=
21
#
22
 
23
AM_CPPFLAGS += -D__RTEMS_INSIDE__
24
 
25
all-local: ${ARCH} $(LIB)
26
 
27
$(LIB): ${OBJS}
28
        $(make-library)
29
 
30
EXTRA_DIST = $(C_FILES)
31
 
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.