mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 23:36:13 +08:00
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:
@@ -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
@@ -1,2 +0,0 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user