Changeset 3ad34cad in rtems
- Timestamp:
- 07/08/03 17:02:24 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- da0fc5d
- Parents:
- 47f6eea
- Location:
- cpukit/librpc
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/librpc/ChangeLog
r47f6eea r3ad34cad 1 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove (Merged-in into ../configure.ac) 4 * Makefile.am, include/Makefile.am, src/Makefile.am, 5 src/rpc/Makefile.am, src/xdr/Makefile.am: 6 Reflect having merged configure.ac into ../configure.ac. 7 1 8 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
cpukit/librpc/Makefile.am
r47f6eea r3ad34cad 3 3 ## 4 4 5 ACLOCAL_AMFLAGS = -I ../aclocal6 7 if rpc_not_supported8 SUBDIRS =9 else10 5 SUBDIRS = include src 11 endif12 6 13 7 EXTRA_DIST = README_RTEMS 14 8 15 include $(top_srcdir)/ ../automake/subdirs.am16 include $(top_srcdir)/ ../automake/local.am9 include $(top_srcdir)/automake/subdirs.am 10 include $(top_srcdir)/automake/local.am -
cpukit/librpc/src/Makefile.am
r47f6eea r3ad34cad 3 3 ## 4 4 5 6 5 SUBDIRS = xdr rpc 7 6 8 include $(top_srcdir)/ ../automake/subdirs.am9 include $(top_srcdir)/ ../automake/local.am7 include $(top_srcdir)/automake/subdirs.am 8 include $(top_srcdir)/automake/local.am -
cpukit/librpc/src/rpc/Makefile.am
r47f6eea r3ad34cad 3 3 ## 4 4 5 include $(top_srcdir)/ ../automake/multilib.am6 include $(top_srcdir)/ ../automake/compile.am7 include $(top_srcdir)/ ../automake/lib.am5 include $(top_srcdir)/automake/multilib.am 6 include $(top_srcdir)/automake/compile.am 7 include $(top_srcdir)/automake/lib.am 8 8 9 9 LIB = $(ARCH)/librpc.a … … 30 30 AM_CPPFLAGS += '-D__P(x)=x' -D_RPC_read=read -D_RPC_write=write -D_RPC_close=close -D_RTEMS_RPC_INTERNAL_ 31 31 32 if LIBRPC 32 33 $(LIB): $(OBJS) 33 34 $(make-library) … … 36 37 rstat_svc.8 des_crypt.3 getrpcport.3 publickey.5 rpc.5 rstat.1 rtime.3 37 38 38 if HAS_NETWORKING39 39 man_MANS = $(noinst_MANS) 40 40 all-local: $(ARCH) $(LIB) … … 46 46 PSD.doc/rpcgen.ms PSD.doc/xdr.nts.ms PSD.doc/xdr.rfc.ms 47 47 48 include $(top_srcdir)/ ../automake/local.am48 include $(top_srcdir)/automake/local.am -
cpukit/librpc/src/xdr/Makefile.am
r47f6eea r3ad34cad 5 5 LIB = $(ARCH)/libxdr.a 6 6 7 include $(top_srcdir)/ ../automake/multilib.am8 include $(top_srcdir)/ ../automake/compile.am9 include $(top_srcdir)/ ../automake/lib.am7 include $(top_srcdir)/automake/multilib.am 8 include $(top_srcdir)/automake/compile.am 9 include $(top_srcdir)/automake/lib.am 10 10 11 11 C_FILES = xdr.c xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c \ … … 23 23 AM_CPPFLAGS += '-D__P(x)=x' 24 24 25 if LIBRPC 25 26 $(LIB): $(OBJS) 26 27 $(make-library) 27 28 28 if HAS_NETWORKING29 29 man_MANS = $(noinst_MANS) 30 30 all-local: $(ARCH) $(LIB) … … 33 33 EXTRA_DIST = $(C_FILES) $(noinst_MANS) 34 34 35 include $(top_srcdir)/ ../automake/local.am35 include $(top_srcdir)/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.