2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h instead of
	sys/cdefs.h (Nonportable).
	* wrapup/Makefile.am: Removed.
	* Makefile.am: Reworked.
This commit is contained in:
Ralf Corsepius
2003-11-22 12:33:24 +00:00
parent 32195d5d0f
commit 007c9f707a
4 changed files with 463 additions and 101 deletions
+7
View File
@@ -1,3 +1,10 @@
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h instead of
sys/cdefs.h (Nonportable).
* wrapup/Makefile.am: Removed.
* Makefile.am: Reworked.
2003-09-15 Jay Monkman <jtm@smoothsmoothie.com>
PR 482/networking
File diff suppressed because it is too large Load Diff
-2
View File
@@ -1,2 +0,0 @@
Makefile
Makefile.in
-22
View File
@@ -1,22 +0,0 @@
##
## $Id$
##
NET_O_PIECES = lib libc
OBJS = ../$(ARCH)/*.$(OBJEXT)
OBJS += $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
LIB = $(ARCH)/libnetworking.a
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
if HAS_NETWORKING
$(LIB): $(OBJS)
$(make-library)
all-local: $(ARCH) $(LIB)
endif
include $(top_srcdir)/automake/local.am