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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [librpc/] [src/] [xdr/] [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.7 2002/07/22 13:55:34 ralf Exp
3
##
4
 
5
LIB = $(ARCH)/libxdr.a
6
 
7
include $(top_srcdir)/../automake/multilib.am
8
include $(top_srcdir)/../automake/compile.am
9
include $(top_srcdir)/../automake/lib.am
10
 
11
C_FILES = xdr.c xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c \
12
    xdr_sizeof.c xdr_stdio.c
13
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
14
 
15
OBJS = $(C_O_FILES)
16
 
17
noinst_MANS = xdr.3
18
 
19
#
20
# Add local stuff here using +=
21
#
22
 
23
AM_CPPFLAGS += '-D__P(x)=x'
24
 
25
$(LIB): $(OBJS)
26
        $(make-library)
27
 
28
if HAS_NETWORKING
29
man_MANS = $(noinst_MANS)
30
all-local: $(ARCH) $(LIB)
31
endif
32
 
33
EXTRA_DIST = $(C_FILES) $(noinst_MANS)
34
 
35
include $(top_srcdir)/../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.