mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 20:38:29 +00:00
2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Relocate c/src/libnetworking. * Makefile.am: Reflect moval. * machine/Makefile.am: Ditto. * net/Makefile.am: Ditto. * lib/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * vm/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * sys/Makefile.am: Ditto. * arpa/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * kern/Makefile.am: Ditto. * rtems/Makefile.am: Ditto. * configure.ac: Dittp. * wrapup/Makefile.am: Ditto. Remove references to networking apps.
This commit is contained in:
@@ -1,3 +1,21 @@
|
|||||||
|
2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
Relocate c/src/libnetworking.
|
||||||
|
* Makefile.am: Reflect moval.
|
||||||
|
* machine/Makefile.am: Ditto.
|
||||||
|
* net/Makefile.am: Ditto.
|
||||||
|
* lib/Makefile.am: Ditto.
|
||||||
|
* netinet/Makefile.am: Ditto.
|
||||||
|
* vm/Makefile.am: Ditto.
|
||||||
|
* libc/Makefile.am: Ditto.
|
||||||
|
* sys/Makefile.am: Ditto.
|
||||||
|
* arpa/Makefile.am: Ditto.
|
||||||
|
* nfs/Makefile.am: Ditto.
|
||||||
|
* kern/Makefile.am: Ditto.
|
||||||
|
* rtems/Makefile.am: Ditto.
|
||||||
|
* configure.ac: Dittp.
|
||||||
|
* wrapup/Makefile.am: Ditto. Remove references to networking apps.
|
||||||
|
|
||||||
2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
|
* rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||||
|
|
||||||
SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems \
|
SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems
|
||||||
rtems_servers pppd rtems_telnetd rtems_webserver wrapup
|
# SUBDIRS += rtems_servers pppd rtems_telnetd rtems_webserver
|
||||||
|
SUBDIRS += wrapup
|
||||||
|
|
||||||
include_HEADERS = \
|
include_HEADERS = \
|
||||||
bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
|
bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
|
||||||
@@ -23,5 +24,5 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
EXTRA_DIST = CHANGELOG
|
EXTRA_DIST = CHANGELOG
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/subdirs.am
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ $(PROJECT_INCLUDE)/arpa/%.h: %.h
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_INIT([rtems-c-src-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-c-src-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([arpa])
|
AC_CONFIG_SRCDIR([arpa])
|
||||||
RTEMS_TOP(../../..)
|
RTEMS_TOP(../../../..)
|
||||||
AC_CONFIG_AUX_DIR(../../..)
|
AC_CONFIG_AUX_DIR(../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ RTEMS_ENABLE_NETWORKING
|
|||||||
RTEMS_ENABLE_BARE
|
RTEMS_ENABLE_BARE
|
||||||
RTEMS_ENABLE_POSIX
|
RTEMS_ENABLE_POSIX
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSCPU
|
||||||
|
|
||||||
RTEMS_CHECK_CPU
|
RTEMS_CHECK_CPU
|
||||||
RTEMS_CANONICAL_HOST
|
RTEMS_CANONICAL_HOST
|
||||||
@@ -45,11 +45,7 @@ libc/Makefile
|
|||||||
net/Makefile
|
net/Makefile
|
||||||
netinet/Makefile
|
netinet/Makefile
|
||||||
nfs/Makefile
|
nfs/Makefile
|
||||||
pppd/Makefile
|
|
||||||
rtems/Makefile
|
rtems/Makefile
|
||||||
rtems_servers/Makefile
|
|
||||||
rtems_telnetd/Makefile
|
|
||||||
rtems_webserver/Makefile
|
|
||||||
wrapup/Makefile
|
wrapup/Makefile
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -32,4 +32,4 @@ all-local: $(ARCH) $(OBJS) $(LIB)
|
|||||||
EXTRA_DIST = kern_subr.c uipc_domain.c uipc_mbuf.c uipc_socket.c \
|
EXTRA_DIST = kern_subr.c uipc_domain.c uipc_mbuf.c uipc_socket.c \
|
||||||
uipc_socket2.c
|
uipc_socket2.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -30,4 +30,4 @@ all-local: $(ARCH) $(OBJS) $(LIB)
|
|||||||
|
|
||||||
EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c
|
EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
man_MANS = addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 getnetent.3 \
|
man_MANS = addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 getnetent.3 \
|
||||||
getprotoent.3 getservent.3 inet.3 iso_addr.3 linkaddr.3 ns.3 rcmd.3 \
|
getprotoent.3 getservent.3 inet.3 iso_addr.3 linkaddr.3 ns.3 rcmd.3 \
|
||||||
@@ -54,4 +54,4 @@ EXTRA_DIST = addr2ascii.3 addr2ascii.c ascii2addr.c base64.c byteorder.3 \
|
|||||||
res_mkupdate.c res_query.c res_send.c res_stubs.c res_update.c \
|
res_mkupdate.c res_query.c res_send.c res_stubs.c res_update.c \
|
||||||
resolver.3 send.c strsep.c
|
resolver.3 send.c strsep.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ $(PROJECT_INCLUDE)/machine/%.h: %.h
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -48,4 +48,4 @@ $(PROJECT_INCLUDE)/net:
|
|||||||
$(PROJECT_INCLUDE)/net/%.h: %.h
|
$(PROJECT_INCLUDE)/net/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -16,9 +16,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -53,4 +53,4 @@ $(PROJECT_INCLUDE)/netinet:
|
|||||||
$(PROJECT_INCLUDE)/netinet/%.h: %.h
|
$(PROJECT_INCLUDE)/netinet/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -44,4 +44,4 @@ $(PROJECT_INCLUDE)/nfs:
|
|||||||
$(PROJECT_INCLUDE)/nfs/%.h: %.h
|
$(PROJECT_INCLUDE)/nfs/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
|
|||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -50,4 +50,4 @@ EXTRA_DIST = issetugid.c rtems_bootp.c rtems_glue.c rtems_select.c \
|
|||||||
rtems_showmbuf.c rtems_showroute.c rtems_showtcpstat.c \
|
rtems_showmbuf.c rtems_showroute.c rtems_showtcpstat.c \
|
||||||
rtems_showudpstat.c rtems_syscall.c sghostname.c
|
rtems_showudpstat.c rtems_syscall.c sghostname.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -21,4 +21,4 @@ $(PROJECT_INCLUDE)/sys/%.h: %.h
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -20,4 +20,4 @@ $(PROJECT_INCLUDE)/vm/%.h: %.h
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -3,18 +3,13 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
if HAS_POSIX
|
NET_O_PIECES = kern lib libc net netinet nfs rtems
|
||||||
POSIX_PIECES = rtems_webserver
|
|
||||||
endif
|
|
||||||
|
|
||||||
NET_O_PIECES = kern lib libc net netinet nfs rtems rtems_servers \
|
|
||||||
rtems_telnetd pppd $(POSIX_PIECES)
|
|
||||||
OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
|
OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
|
||||||
LIB = $(ARCH)/libnetworking.a
|
LIB = $(ARCH)/libnetworking.a
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
@@ -32,4 +27,4 @@ all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
|
|||||||
|
|
||||||
.PRECIOUS: $(LIB)
|
.PRECIOUS: $(LIB)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
Relocate c/src/libnetworking.
|
||||||
|
* Makefile.am: Reflect moval.
|
||||||
|
* machine/Makefile.am: Ditto.
|
||||||
|
* net/Makefile.am: Ditto.
|
||||||
|
* lib/Makefile.am: Ditto.
|
||||||
|
* netinet/Makefile.am: Ditto.
|
||||||
|
* vm/Makefile.am: Ditto.
|
||||||
|
* libc/Makefile.am: Ditto.
|
||||||
|
* sys/Makefile.am: Ditto.
|
||||||
|
* arpa/Makefile.am: Ditto.
|
||||||
|
* nfs/Makefile.am: Ditto.
|
||||||
|
* kern/Makefile.am: Ditto.
|
||||||
|
* rtems/Makefile.am: Ditto.
|
||||||
|
* configure.ac: Dittp.
|
||||||
|
* wrapup/Makefile.am: Ditto. Remove references to networking apps.
|
||||||
|
|
||||||
2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
|
* rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||||
|
|
||||||
SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems \
|
SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems
|
||||||
rtems_servers pppd rtems_telnetd rtems_webserver wrapup
|
# SUBDIRS += rtems_servers pppd rtems_telnetd rtems_webserver
|
||||||
|
SUBDIRS += wrapup
|
||||||
|
|
||||||
include_HEADERS = \
|
include_HEADERS = \
|
||||||
bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
|
bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
|
||||||
@@ -23,5 +24,5 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
EXTRA_DIST = CHANGELOG
|
EXTRA_DIST = CHANGELOG
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/subdirs.am
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ $(PROJECT_INCLUDE)/arpa/%.h: %.h
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_INIT([rtems-c-src-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-c-src-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([arpa])
|
AC_CONFIG_SRCDIR([arpa])
|
||||||
RTEMS_TOP(../../..)
|
RTEMS_TOP(../../../..)
|
||||||
AC_CONFIG_AUX_DIR(../../..)
|
AC_CONFIG_AUX_DIR(../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ RTEMS_ENABLE_NETWORKING
|
|||||||
RTEMS_ENABLE_BARE
|
RTEMS_ENABLE_BARE
|
||||||
RTEMS_ENABLE_POSIX
|
RTEMS_ENABLE_POSIX
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSCPU
|
||||||
|
|
||||||
RTEMS_CHECK_CPU
|
RTEMS_CHECK_CPU
|
||||||
RTEMS_CANONICAL_HOST
|
RTEMS_CANONICAL_HOST
|
||||||
@@ -45,11 +45,7 @@ libc/Makefile
|
|||||||
net/Makefile
|
net/Makefile
|
||||||
netinet/Makefile
|
netinet/Makefile
|
||||||
nfs/Makefile
|
nfs/Makefile
|
||||||
pppd/Makefile
|
|
||||||
rtems/Makefile
|
rtems/Makefile
|
||||||
rtems_servers/Makefile
|
|
||||||
rtems_telnetd/Makefile
|
|
||||||
rtems_webserver/Makefile
|
|
||||||
wrapup/Makefile
|
wrapup/Makefile
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -32,4 +32,4 @@ all-local: $(ARCH) $(OBJS) $(LIB)
|
|||||||
EXTRA_DIST = kern_subr.c uipc_domain.c uipc_mbuf.c uipc_socket.c \
|
EXTRA_DIST = kern_subr.c uipc_domain.c uipc_mbuf.c uipc_socket.c \
|
||||||
uipc_socket2.c
|
uipc_socket2.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -30,4 +30,4 @@ all-local: $(ARCH) $(OBJS) $(LIB)
|
|||||||
|
|
||||||
EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c
|
EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
man_MANS = addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 getnetent.3 \
|
man_MANS = addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 getnetent.3 \
|
||||||
getprotoent.3 getservent.3 inet.3 iso_addr.3 linkaddr.3 ns.3 rcmd.3 \
|
getprotoent.3 getservent.3 inet.3 iso_addr.3 linkaddr.3 ns.3 rcmd.3 \
|
||||||
@@ -54,4 +54,4 @@ EXTRA_DIST = addr2ascii.3 addr2ascii.c ascii2addr.c base64.c byteorder.3 \
|
|||||||
res_mkupdate.c res_query.c res_send.c res_stubs.c res_update.c \
|
res_mkupdate.c res_query.c res_send.c res_stubs.c res_update.c \
|
||||||
resolver.3 send.c strsep.c
|
resolver.3 send.c strsep.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ $(PROJECT_INCLUDE)/machine/%.h: %.h
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -48,4 +48,4 @@ $(PROJECT_INCLUDE)/net:
|
|||||||
$(PROJECT_INCLUDE)/net/%.h: %.h
|
$(PROJECT_INCLUDE)/net/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -16,9 +16,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -53,4 +53,4 @@ $(PROJECT_INCLUDE)/netinet:
|
|||||||
$(PROJECT_INCLUDE)/netinet/%.h: %.h
|
$(PROJECT_INCLUDE)/netinet/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -44,4 +44,4 @@ $(PROJECT_INCLUDE)/nfs:
|
|||||||
$(PROJECT_INCLUDE)/nfs/%.h: %.h
|
$(PROJECT_INCLUDE)/nfs/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
|
|||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -50,4 +50,4 @@ EXTRA_DIST = issetugid.c rtems_bootp.c rtems_glue.c rtems_select.c \
|
|||||||
rtems_showmbuf.c rtems_showroute.c rtems_showtcpstat.c \
|
rtems_showmbuf.c rtems_showroute.c rtems_showtcpstat.c \
|
||||||
rtems_showudpstat.c rtems_syscall.c sghostname.c
|
rtems_showudpstat.c rtems_syscall.c sghostname.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -21,4 +21,4 @@ $(PROJECT_INCLUDE)/sys/%.h: %.h
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -20,4 +20,4 @@ $(PROJECT_INCLUDE)/vm/%.h: %.h
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -3,18 +3,13 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
if HAS_POSIX
|
NET_O_PIECES = kern lib libc net netinet nfs rtems
|
||||||
POSIX_PIECES = rtems_webserver
|
|
||||||
endif
|
|
||||||
|
|
||||||
NET_O_PIECES = kern lib libc net netinet nfs rtems rtems_servers \
|
|
||||||
rtems_telnetd pppd $(POSIX_PIECES)
|
|
||||||
OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
|
OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
|
||||||
LIB = $(ARCH)/libnetworking.a
|
LIB = $(ARCH)/libnetworking.a
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
@@ -32,4 +27,4 @@ all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
|
|||||||
|
|
||||||
.PRECIOUS: $(LIB)
|
.PRECIOUS: $(LIB)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user