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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [librpc/] [src/] [xdr/] [Makefile.am] - Rev 1026

Go to most recent revision | Compare with Previous | Blame | View Log

##
## Makefile.am,v 1.7 2002/07/22 13:55:34 ralf Exp
##

LIB = $(ARCH)/libxdr.a

include $(top_srcdir)/../automake/multilib.am
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/lib.am

C_FILES = xdr.c xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c \
    xdr_sizeof.c xdr_stdio.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))

OBJS = $(C_O_FILES)

noinst_MANS = xdr.3

#
# Add local stuff here using +=
#

AM_CPPFLAGS += '-D__P(x)=x'

$(LIB): $(OBJS)
        $(make-library)

if HAS_NETWORKING
man_MANS = $(noinst_MANS)
all-local: $(ARCH) $(LIB)
endif

EXTRA_DIST = $(C_FILES) $(noinst_MANS)

include $(top_srcdir)/../automake/local.am

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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