OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [librpc/] [src/] [xdr/] [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:03 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4 no-installman
6
 
7
LIBNAME = libxdr
8
LIB = $(ARCH)/$(LIBNAME).a
9
 
10
C_FILES = xdr.c xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c \
11
    xdr_sizeof.c xdr_stdio.c
12
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
13
 
14
OBJS = $(C_O_FILES)
15
 
16
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17
include $(top_srcdir)/../../../automake/lib.am
18
 
19
noinst_MANS = xdr.3
20
 
21
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
22
 
23
#
24
# Add local stuff here using +=
25
#
26
 
27
AM_CPPFLAGS += '-D__P(x)=x'
28
 
29
$(LIB): $(OBJS)
30
        $(make-library)
31
 
32
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
33
        $(INSTALL_DATA) $< $@
34
 
35
if HAS_NETWORKING
36
man_MANS = $(noinst_MANS)
37
all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
38
endif
39
 
40
.PRECIOUS: $(LIB)
41
 
42
EXTRA_DIST = $(C_FILES) $(noinst_MANS)
43
 
44
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.