Changeset 8a79786 in rtems


Ignore:
Timestamp:
05/29/02 17:00:59 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3e39b47
Parents:
f3e9ad0
Message:

2002-05-29 Ralf Corsepius <corsepiu@…>

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.
Files:
30 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libnetworking/ChangeLog

    rf3e9ad0 r8a79786  
     12002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Relocate c/src/libnetworking.
     4        * Makefile.am: Reflect moval.
     5        * machine/Makefile.am: Ditto.
     6        * net/Makefile.am: Ditto.
     7        * lib/Makefile.am: Ditto.
     8        * netinet/Makefile.am: Ditto.
     9        * vm/Makefile.am: Ditto.
     10        * libc/Makefile.am: Ditto.
     11        * sys/Makefile.am: Ditto.
     12        * arpa/Makefile.am: Ditto.
     13        * nfs/Makefile.am: Ditto.
     14        * kern/Makefile.am: Ditto.
     15        * rtems/Makefile.am: Ditto.
     16        * configure.ac: Dittp.
     17        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
     18
    1192002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    220
  • c/src/exec/libnetworking/Makefile.am

    rf3e9ad0 r8a79786  
    33##
    44
    5 ACLOCAL_AMFLAGS = -I ../../../aclocal
     5ACLOCAL_AMFLAGS = -I ../../../../aclocal
    66
    7 SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems \
    8     rtems_servers pppd rtems_telnetd rtems_webserver wrapup
     7SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems
     8# SUBDIRS += rtems_servers pppd rtems_telnetd rtems_webserver
     9SUBDIRS += wrapup
    910
    1011include_HEADERS = \
     
    2425EXTRA_DIST = CHANGELOG
    2526
    26 include $(top_srcdir)/../../../automake/subdirs.am
    27 include $(top_srcdir)/../../../automake/local.am
     27include $(top_srcdir)/../../../../automake/subdirs.am
     28include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/arpa/Makefile.am

    rf3e9ad0 r8a79786  
    1919all-local: $(PREINSTALL_FILES)
    2020
    21 include $(top_srcdir)/../../../automake/local.am
     21include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/configure.ac

    rf3e9ad0 r8a79786  
    66AC_INIT([rtems-c-src-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
    77AC_CONFIG_SRCDIR([arpa])
    8 RTEMS_TOP(../../..)
    9 AC_CONFIG_AUX_DIR(../../..)
     8RTEMS_TOP(../../../..)
     9AC_CONFIG_AUX_DIR(../../../..)
    1010
    1111RTEMS_CANONICAL_TARGET_CPU
     
    1818RTEMS_ENABLE_POSIX
    1919
    20 RTEMS_ENV_RTEMSBSP
     20RTEMS_ENV_RTEMSCPU
    2121
    2222RTEMS_CHECK_CPU
     
    4646netinet/Makefile
    4747nfs/Makefile
    48 pppd/Makefile
    4948rtems/Makefile
    50 rtems_servers/Makefile
    51 rtems_telnetd/Makefile
    52 rtems_webserver/Makefile
    5349wrapup/Makefile
    5450])
  • c/src/exec/libnetworking/kern/Makefile.am

    rf3e9ad0 r8a79786  
    1212OBJS = $(C_O_FILES)
    1313
    14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    15 include $(top_srcdir)/../../../automake/compile.am
    16 include $(top_srcdir)/../../../automake/lib.am
     14include $(top_srcdir)/../../../../automake/multilib.am
     15include $(top_srcdir)/../../../../automake/compile.am
     16include $(top_srcdir)/../../../../automake/lib.am
    1717
    1818#
     
    3333    uipc_socket2.c
    3434
    35 include $(top_srcdir)/../../../automake/local.am
     35include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/lib/Makefile.am

    rf3e9ad0 r8a79786  
    1212OBJS = $(C_O_FILES)
    1313
    14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    15 include $(top_srcdir)/../../../automake/compile.am
    16 include $(top_srcdir)/../../../automake/lib.am
     14include $(top_srcdir)/../../../../automake/multilib.am
     15include $(top_srcdir)/../../../../automake/compile.am
     16include $(top_srcdir)/../../../../automake/lib.am
    1717
    1818#
     
    3131EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c
    3232
    33 include $(top_srcdir)/../../../automake/local.am
     33include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/libc/Makefile.am

    rf3e9ad0 r8a79786  
    2020OBJS = $(C_O_FILES)
    2121
    22 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    23 include $(top_srcdir)/../../../automake/compile.am
    24 include $(top_srcdir)/../../../automake/lib.am
     22include $(top_srcdir)/../../../../automake/multilib.am
     23include $(top_srcdir)/../../../../automake/compile.am
     24include $(top_srcdir)/../../../../automake/lib.am
    2525
    2626man_MANS = addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 getnetent.3 \
     
    5555    resolver.3 send.c strsep.c
    5656
    57 include $(top_srcdir)/../../../automake/local.am
     57include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/machine/Makefile.am

    rf3e9ad0 r8a79786  
    2020all-local: $(PREINSTALL_FILES)
    2121
    22 include $(top_srcdir)/../../../automake/local.am
     22include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/net/Makefile.am

    rf3e9ad0 r8a79786  
    1515OBJS = $(C_O_FILES)
    1616
    17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    18 include $(top_srcdir)/../../../automake/compile.am
    19 include $(top_srcdir)/../../../automake/lib.am
     17include $(top_srcdir)/../../../../automake/multilib.am
     18include $(top_srcdir)/../../../../automake/compile.am
     19include $(top_srcdir)/../../../../automake/lib.am
    2020
    2121#
     
    4949        $(INSTALL_DATA) $< $@
    5050
    51 include $(top_srcdir)/../../../automake/local.am
     51include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/netinet/Makefile.am

    rf3e9ad0 r8a79786  
    1717OBJS = $(C_O_FILES)
    1818
    19 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    20 include $(top_srcdir)/../../../automake/compile.am
    21 include $(top_srcdir)/../../../automake/lib.am
     19include $(top_srcdir)/../../../../automake/multilib.am
     20include $(top_srcdir)/../../../../automake/compile.am
     21include $(top_srcdir)/../../../../automake/lib.am
    2222
    2323#
     
    5454        $(INSTALL_DATA) $< $@
    5555
    56 include $(top_srcdir)/../../../automake/local.am
     56include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/nfs/Makefile.am

    rf3e9ad0 r8a79786  
    1414OBJS = $(C_O_FILES)
    1515
    16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    17 include $(top_srcdir)/../../../automake/compile.am
    18 include $(top_srcdir)/../../../automake/lib.am
     16include $(top_srcdir)/../../../../automake/multilib.am
     17include $(top_srcdir)/../../../../automake/compile.am
     18include $(top_srcdir)/../../../../automake/lib.am
    1919
    2020#
     
    4545        $(INSTALL_DATA) $< $@
    4646
    47 include $(top_srcdir)/../../../automake/local.am
     47include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/rtems/Makefile.am

    rf3e9ad0 r8a79786  
    2929
    3030include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    31 include $(top_srcdir)/../../../automake/compile.am
    32 include $(top_srcdir)/../../../automake/lib.am
     31include $(top_srcdir)/../../../../automake/compile.am
     32include $(top_srcdir)/../../../../automake/lib.am
    3333
    3434#
     
    5151    rtems_showudpstat.c rtems_syscall.c sghostname.c
    5252
    53 include $(top_srcdir)/../../../automake/local.am
     53include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/sys/Makefile.am

    rf3e9ad0 r8a79786  
    2222all-local: $(PREINSTALL_FILES)
    2323
    24 include $(top_srcdir)/../../../automake/local.am
     24include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/vm/Makefile.am

    rf3e9ad0 r8a79786  
    2121all-local: $(PREINSTALL_FILES)
    2222
    23 include $(top_srcdir)/../../../automake/local.am
     23include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libnetworking/wrapup/Makefile.am

    rf3e9ad0 r8a79786  
    44
    55
    6 if HAS_POSIX
    7 POSIX_PIECES = rtems_webserver
    8 endif
    9 
    10 NET_O_PIECES = kern lib libc net netinet nfs rtems rtems_servers \
    11     rtems_telnetd pppd $(POSIX_PIECES)
     6NET_O_PIECES = kern lib libc net netinet nfs rtems
    127OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
    138LIB = $(ARCH)/libnetworking.a
    149
    15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    16 include $(top_srcdir)/../../../automake/compile.am
    17 include $(top_srcdir)/../../../automake/lib.am
     10include $(top_srcdir)/../../../../automake/multilib.am
     11include $(top_srcdir)/../../../../automake/compile.am
     12include $(top_srcdir)/../../../../automake/lib.am
    1813
    1914#
     
    3328.PRECIOUS: $(LIB)
    3429
    35 include $(top_srcdir)/../../../automake/local.am
     30include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/ChangeLog

    rf3e9ad0 r8a79786  
     12002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Relocate c/src/libnetworking.
     4        * Makefile.am: Reflect moval.
     5        * machine/Makefile.am: Ditto.
     6        * net/Makefile.am: Ditto.
     7        * lib/Makefile.am: Ditto.
     8        * netinet/Makefile.am: Ditto.
     9        * vm/Makefile.am: Ditto.
     10        * libc/Makefile.am: Ditto.
     11        * sys/Makefile.am: Ditto.
     12        * arpa/Makefile.am: Ditto.
     13        * nfs/Makefile.am: Ditto.
     14        * kern/Makefile.am: Ditto.
     15        * rtems/Makefile.am: Ditto.
     16        * configure.ac: Dittp.
     17        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
     18
    1192002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    220
  • cpukit/libnetworking/Makefile.am

    rf3e9ad0 r8a79786  
    33##
    44
    5 ACLOCAL_AMFLAGS = -I ../../../aclocal
     5ACLOCAL_AMFLAGS = -I ../../../../aclocal
    66
    7 SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems \
    8     rtems_servers pppd rtems_telnetd rtems_webserver wrapup
     7SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems
     8# SUBDIRS += rtems_servers pppd rtems_telnetd rtems_webserver
     9SUBDIRS += wrapup
    910
    1011include_HEADERS = \
     
    2425EXTRA_DIST = CHANGELOG
    2526
    26 include $(top_srcdir)/../../../automake/subdirs.am
    27 include $(top_srcdir)/../../../automake/local.am
     27include $(top_srcdir)/../../../../automake/subdirs.am
     28include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/arpa/Makefile.am

    rf3e9ad0 r8a79786  
    1919all-local: $(PREINSTALL_FILES)
    2020
    21 include $(top_srcdir)/../../../automake/local.am
     21include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/configure.ac

    rf3e9ad0 r8a79786  
    66AC_INIT([rtems-c-src-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
    77AC_CONFIG_SRCDIR([arpa])
    8 RTEMS_TOP(../../..)
    9 AC_CONFIG_AUX_DIR(../../..)
     8RTEMS_TOP(../../../..)
     9AC_CONFIG_AUX_DIR(../../../..)
    1010
    1111RTEMS_CANONICAL_TARGET_CPU
     
    1818RTEMS_ENABLE_POSIX
    1919
    20 RTEMS_ENV_RTEMSBSP
     20RTEMS_ENV_RTEMSCPU
    2121
    2222RTEMS_CHECK_CPU
     
    4646netinet/Makefile
    4747nfs/Makefile
    48 pppd/Makefile
    4948rtems/Makefile
    50 rtems_servers/Makefile
    51 rtems_telnetd/Makefile
    52 rtems_webserver/Makefile
    5349wrapup/Makefile
    5450])
  • cpukit/libnetworking/kern/Makefile.am

    rf3e9ad0 r8a79786  
    1212OBJS = $(C_O_FILES)
    1313
    14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    15 include $(top_srcdir)/../../../automake/compile.am
    16 include $(top_srcdir)/../../../automake/lib.am
     14include $(top_srcdir)/../../../../automake/multilib.am
     15include $(top_srcdir)/../../../../automake/compile.am
     16include $(top_srcdir)/../../../../automake/lib.am
    1717
    1818#
     
    3333    uipc_socket2.c
    3434
    35 include $(top_srcdir)/../../../automake/local.am
     35include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/lib/Makefile.am

    rf3e9ad0 r8a79786  
    1212OBJS = $(C_O_FILES)
    1313
    14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    15 include $(top_srcdir)/../../../automake/compile.am
    16 include $(top_srcdir)/../../../automake/lib.am
     14include $(top_srcdir)/../../../../automake/multilib.am
     15include $(top_srcdir)/../../../../automake/compile.am
     16include $(top_srcdir)/../../../../automake/lib.am
    1717
    1818#
     
    3131EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c
    3232
    33 include $(top_srcdir)/../../../automake/local.am
     33include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/libc/Makefile.am

    rf3e9ad0 r8a79786  
    2020OBJS = $(C_O_FILES)
    2121
    22 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    23 include $(top_srcdir)/../../../automake/compile.am
    24 include $(top_srcdir)/../../../automake/lib.am
     22include $(top_srcdir)/../../../../automake/multilib.am
     23include $(top_srcdir)/../../../../automake/compile.am
     24include $(top_srcdir)/../../../../automake/lib.am
    2525
    2626man_MANS = addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 getnetent.3 \
     
    5555    resolver.3 send.c strsep.c
    5656
    57 include $(top_srcdir)/../../../automake/local.am
     57include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/machine/Makefile.am

    rf3e9ad0 r8a79786  
    2020all-local: $(PREINSTALL_FILES)
    2121
    22 include $(top_srcdir)/../../../automake/local.am
     22include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/net/Makefile.am

    rf3e9ad0 r8a79786  
    1515OBJS = $(C_O_FILES)
    1616
    17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    18 include $(top_srcdir)/../../../automake/compile.am
    19 include $(top_srcdir)/../../../automake/lib.am
     17include $(top_srcdir)/../../../../automake/multilib.am
     18include $(top_srcdir)/../../../../automake/compile.am
     19include $(top_srcdir)/../../../../automake/lib.am
    2020
    2121#
     
    4949        $(INSTALL_DATA) $< $@
    5050
    51 include $(top_srcdir)/../../../automake/local.am
     51include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/netinet/Makefile.am

    rf3e9ad0 r8a79786  
    1717OBJS = $(C_O_FILES)
    1818
    19 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    20 include $(top_srcdir)/../../../automake/compile.am
    21 include $(top_srcdir)/../../../automake/lib.am
     19include $(top_srcdir)/../../../../automake/multilib.am
     20include $(top_srcdir)/../../../../automake/compile.am
     21include $(top_srcdir)/../../../../automake/lib.am
    2222
    2323#
     
    5454        $(INSTALL_DATA) $< $@
    5555
    56 include $(top_srcdir)/../../../automake/local.am
     56include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/nfs/Makefile.am

    rf3e9ad0 r8a79786  
    1414OBJS = $(C_O_FILES)
    1515
    16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    17 include $(top_srcdir)/../../../automake/compile.am
    18 include $(top_srcdir)/../../../automake/lib.am
     16include $(top_srcdir)/../../../../automake/multilib.am
     17include $(top_srcdir)/../../../../automake/compile.am
     18include $(top_srcdir)/../../../../automake/lib.am
    1919
    2020#
     
    4545        $(INSTALL_DATA) $< $@
    4646
    47 include $(top_srcdir)/../../../automake/local.am
     47include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/rtems/Makefile.am

    rf3e9ad0 r8a79786  
    2929
    3030include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    31 include $(top_srcdir)/../../../automake/compile.am
    32 include $(top_srcdir)/../../../automake/lib.am
     31include $(top_srcdir)/../../../../automake/compile.am
     32include $(top_srcdir)/../../../../automake/lib.am
    3333
    3434#
     
    5151    rtems_showudpstat.c rtems_syscall.c sghostname.c
    5252
    53 include $(top_srcdir)/../../../automake/local.am
     53include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/sys/Makefile.am

    rf3e9ad0 r8a79786  
    2222all-local: $(PREINSTALL_FILES)
    2323
    24 include $(top_srcdir)/../../../automake/local.am
     24include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/vm/Makefile.am

    rf3e9ad0 r8a79786  
    2121all-local: $(PREINSTALL_FILES)
    2222
    23 include $(top_srcdir)/../../../automake/local.am
     23include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libnetworking/wrapup/Makefile.am

    rf3e9ad0 r8a79786  
    44
    55
    6 if HAS_POSIX
    7 POSIX_PIECES = rtems_webserver
    8 endif
    9 
    10 NET_O_PIECES = kern lib libc net netinet nfs rtems rtems_servers \
    11     rtems_telnetd pppd $(POSIX_PIECES)
     6NET_O_PIECES = kern lib libc net netinet nfs rtems
    127OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
    138LIB = $(ARCH)/libnetworking.a
    149
    15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    16 include $(top_srcdir)/../../../automake/compile.am
    17 include $(top_srcdir)/../../../automake/lib.am
     10include $(top_srcdir)/../../../../automake/multilib.am
     11include $(top_srcdir)/../../../../automake/compile.am
     12include $(top_srcdir)/../../../../automake/lib.am
    1813
    1914#
     
    3328.PRECIOUS: $(LIB)
    3429
    35 include $(top_srcdir)/../../../automake/local.am
     30include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.