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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [wrapup/] [posix/] [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:35 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
if HAS_POSIX
8
LIBNAME = libposix
9
LIB = $(ARCH)/$(LIBNAME).a
10
endif
11
 
12
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13
include $(top_srcdir)/../../../automake/lib.am
14
 
15
if HAS_POSIX
16
 
17
POSIX_OBJS = $(wildcard ../../posix/src/$(ARCH)/*.o)
18
 
19
OBJS = $(POSIX_OBJS)
20
 
21
$(LIB): ${OBJS}
22
        $(make-library)
23
 
24
POSIX_LIB = $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
25
 
26
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
27
        $(INSTALL_DATA) $< $@
28
 
29
all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
30
 
31
endif
32
 
33
TMPINSTALL_FILES += $(POSIX_LIB)
34
 
35
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.