2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Add librpc. AC_PROG_RANLIB.
	* wrapup/Makefile.am: Add librpc.
	Use relative path to lib*.a for
	POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
This commit is contained in:
Ralf Corsepius
2002-06-25 17:15:00 +00:00
parent 3ebe28f20f
commit e73e5766a8
6 changed files with 28 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add librpc. AC_PROG_RANLIB.
* wrapup/Makefile.am: Add librpc.
Use relative path to lib*.a for
POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
2002-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/subdirs.m4: Remove.
+2 -1
View File
@@ -31,6 +31,7 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
AC_PROG_RANLIB
RTEMS_CHECK_NEWLIB
@@ -66,7 +67,7 @@ AC_CONFIG_SUBDIRS([libcsupport])
AC_CONFIG_SUBDIRS([libblock])
AC_CONFIG_SUBDIRS([libfs])
AS_IF([test x"$HAS_NETWORKING" = x"yes"],
[AC_CONFIG_SUBDIRS(libnetworking)])
[AC_CONFIG_SUBDIRS(libnetworking librpc)])
RTEMS_DEFINE_POSIX_API
RTEMS_DEFINE_ITRON_API
+5 -3
View File
@@ -16,11 +16,11 @@ SAPI_OBJS = $(wildcard ../sapi/src/$(ARCH)/*.o)
RTEMS_OBJS = $(wildcard ../rtems/src/$(ARCH)/*.o)
if HAS_POSIX
POSIX_OBJS = $(wildcard ../posix/src/$(ARCH)/*.o)
POSIX_OBJS = ../posix/src/$(ARCH)/libposix.a
endif
if HAS_ITRON
ITRON_OBJS = $(wildcard ../itron/src/$(ARCH)/*.o)
ITRON_OBJS = ../itron/src/$(ARCH)/libitron.a
endif
LIBCSUPPORT_OBJS = ../libcsupport/$(ARCH)/libcsupport.a
@@ -33,7 +33,9 @@ LIBIMFS_OBJS = ../libfs/src/imfs/$(ARCH)/libimfs.a
if HAS_NETWORKING
NETWORKING_OBJS = \
../libnetworking/wrapup/$(ARCH)/libnetworking.a
../libnetworking/wrapup/$(ARCH)/libnetworking.a \
../librpc/src/rpc/$(ARCH)/librpc.a \
../librpc/src/rpc/$(ARCH)/libxdr.a
endif
OBJS = $(CPU_OBJS) $(CORE_OBJS) $(RTEMS_OBJS) $(SAPI_OBJS) \
+7
View File
@@ -1,3 +1,10 @@
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add librpc. AC_PROG_RANLIB.
* wrapup/Makefile.am: Add librpc.
Use relative path to lib*.a for
POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
2002-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/subdirs.m4: Remove.
+2 -1
View File
@@ -31,6 +31,7 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
AC_PROG_RANLIB
RTEMS_CHECK_NEWLIB
@@ -66,7 +67,7 @@ AC_CONFIG_SUBDIRS([libcsupport])
AC_CONFIG_SUBDIRS([libblock])
AC_CONFIG_SUBDIRS([libfs])
AS_IF([test x"$HAS_NETWORKING" = x"yes"],
[AC_CONFIG_SUBDIRS(libnetworking)])
[AC_CONFIG_SUBDIRS(libnetworking librpc)])
RTEMS_DEFINE_POSIX_API
RTEMS_DEFINE_ITRON_API
+5 -3
View File
@@ -16,11 +16,11 @@ SAPI_OBJS = $(wildcard ../sapi/src/$(ARCH)/*.o)
RTEMS_OBJS = $(wildcard ../rtems/src/$(ARCH)/*.o)
if HAS_POSIX
POSIX_OBJS = $(wildcard ../posix/src/$(ARCH)/*.o)
POSIX_OBJS = ../posix/src/$(ARCH)/libposix.a
endif
if HAS_ITRON
ITRON_OBJS = $(wildcard ../itron/src/$(ARCH)/*.o)
ITRON_OBJS = ../itron/src/$(ARCH)/libitron.a
endif
LIBCSUPPORT_OBJS = ../libcsupport/$(ARCH)/libcsupport.a
@@ -33,7 +33,9 @@ LIBIMFS_OBJS = ../libfs/src/imfs/$(ARCH)/libimfs.a
if HAS_NETWORKING
NETWORKING_OBJS = \
../libnetworking/wrapup/$(ARCH)/libnetworking.a
../libnetworking/wrapup/$(ARCH)/libnetworking.a \
../librpc/src/rpc/$(ARCH)/librpc.a \
../librpc/src/rpc/$(ARCH)/libxdr.a
endif
OBJS = $(CPU_OBJS) $(CORE_OBJS) $(RTEMS_OBJS) $(SAPI_OBJS) \