source: rtems/cpukit/librpc/src/xdr/Makefile.am @ 3ad34cad

4.104.114.84.95
Last change on this file since 3ad34cad was 3ad34cad, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 17:02:24

2003-07-08 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove (Merged-in into ../configure.ac)
  • Makefile.am, include/Makefile.am, src/Makefile.am, src/rpc/Makefile.am, src/xdr/Makefile.am: Reflect having merged configure.ac into ../configure.ac.
  • Property mode set to 100644
File size: 609 bytes
RevLine 
[df49c60]1##
2## $Id$
3##
4
[17e97568]5LIB = $(ARCH)/libxdr.a
[df49c60]6
[3ad34cad]7include $(top_srcdir)/automake/multilib.am
8include $(top_srcdir)/automake/compile.am
9include $(top_srcdir)/automake/lib.am
[abc1167]10
[df49c60]11C_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
[83864ea]13C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[df49c60]14
15OBJS = $(C_O_FILES)
16
17noinst_MANS = xdr.3
18
19#
20# Add local stuff here using +=
21#
22
23AM_CPPFLAGS += '-D__P(x)=x'
24
[3ad34cad]25if LIBRPC
[df49c60]26$(LIB): $(OBJS)
27        $(make-library)
28
29man_MANS = $(noinst_MANS)
[abc1167]30all-local: $(ARCH) $(LIB)
[df49c60]31endif
32
33EXTRA_DIST = $(C_FILES) $(noinst_MANS)
34
[3ad34cad]35include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.