URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
158 |
chris |
##
|
2 |
208 |
chris |
## $Id: Makefile.am,v 1.2 2001-09-27 12:02:03 chris Exp $
|
3 |
158 |
chris |
##
|
4 |
|
|
|
5 |
|
|
AUTOMAKE_OPTIONS = foreign 1.4 no-installman
|
6 |
|
|
|
7 |
|
|
SUBDIRS = PSD.doc
|
8 |
|
|
|
9 |
|
|
LIBNAME = librpc
|
10 |
|
|
LIB = $(ARCH)/$(LIBNAME).a
|
11 |
|
|
|
12 |
|
|
C_FILES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
|
13 |
|
|
clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c \
|
14 |
|
|
clnt_udp.c get_myaddress.c getrpcent.c getrpcport.c netname.c netnamer.c \
|
15 |
|
|
pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_prot.c pmap_prot2.c \
|
16 |
|
|
pmap_rmt.c rpc_callmsg.c rpc_commondata.c rpc_dtablesize.c rpc_prot.c \
|
17 |
|
|
rpcdname.c rtime.c svc.c svc_auth.c svc_auth_unix.c svc_raw.c svc_run.c \
|
18 |
|
|
svc_simple.c svc_tcp.c svc_udp.c rtems_portmapper.c rtems_rpc.c
|
19 |
|
|
UNUSED_C_FILES = auth_des.c auth_time.c authdes_prot.c clnt_unix.c \
|
20 |
|
|
crypt_client.c des_crypt.c des_soft.c getpublickey.c key_call.c \
|
21 |
|
|
key_prot_xdr.c svc_auth_des.c svc_unix.c
|
22 |
|
|
|
23 |
|
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
24 |
|
|
|
25 |
|
|
OBJS = $(C_O_FILES)
|
26 |
|
|
|
27 |
|
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
28 |
|
|
include $(top_srcdir)/../../../automake/lib.am
|
29 |
|
|
|
30 |
|
|
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
31 |
|
|
|
32 |
|
|
#
|
33 |
|
|
# Add local stuff here using +=
|
34 |
|
|
#
|
35 |
|
|
|
36 |
|
|
AM_CPPFLAGS += '-D__P(x)=x' -D_read=read -D_write=write -D_close=close -D_RTEMS_RPC_INTERNAL_
|
37 |
|
|
|
38 |
|
|
$(LIB): $(OBJS)
|
39 |
|
|
$(make-library)
|
40 |
|
|
|
41 |
|
|
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
42 |
|
|
$(INSTALL_DATA) $< $@
|
43 |
|
|
|
44 |
|
|
noinst_MANS = bindresvport.3 getrpcent.3 publickey.3 rpc.3 rpc_secure.3 \
|
45 |
|
|
rstat_svc.8 des_crypt.3 getrpcport.3 publickey.5 rpc.5 rstat.1 rtime.3
|
46 |
|
|
|
47 |
|
|
if HAS_NETWORKING
|
48 |
|
|
man_MANS = $(noinst_MANS)
|
49 |
|
|
all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
|
50 |
|
|
endif
|
51 |
|
|
|
52 |
|
|
.PRECIOUS: $(LIB)
|
53 |
|
|
|
54 |
|
|
EXTRA_DIST = $(C_FILES) DISCLAIMER $(UNUSED_C_FILES) $(noinst_MANS)
|
55 |
|
|
|
56 |
|
|
include $(top_srcdir)/../../../automake/subdirs.am
|
57 |
|
|
include $(top_srcdir)/../../../automake/local.am
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.