Changeset 7020377 in rtems


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

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

Move networking libraries to c/src/exec/libnetworking

  • configure.ac: Reflect Moval.
  • Makefile.am: Reflect Moval.
  • wrapup/Makefile.am: Reflect Moval.
Location:
c/src/libnetworking
Files:
261 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/libnetworking/ChangeLog

    r72503c6 r7020377  
     12002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Move networking libraries to c/src/exec/libnetworking
     4        * configure.ac: Reflect Moval.
     5        * Makefile.am: Reflect Moval.
     6        * wrapup/Makefile.am: Reflect Moval.
     7
    182002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/libnetworking/Makefile.am

    r72503c6 r7020377  
    55ACLOCAL_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 = rtems_servers pppd rtems_telnetd rtems_webserver wrapup
    98
    109include_HEADERS = \
  • c/src/libnetworking/configure.ac

    r72503c6 r7020377  
    3636# Explicitly list all Makefiles here
    3737AC_CONFIG_FILES([Makefile
    38 arpa/Makefile
    39 machine/Makefile
    40 kern/Makefile
    41 sys/Makefile
    42 vm/Makefile
    43 lib/Makefile
    44 libc/Makefile
    45 net/Makefile
    46 netinet/Makefile
    47 nfs/Makefile
    4838pppd/Makefile
    49 rtems/Makefile
    5039rtems_servers/Makefile
    5140rtems_telnetd/Makefile
  • c/src/libnetworking/wrapup/Makefile.am

    r72503c6 r7020377  
    88endif
    99
    10 NET_O_PIECES = kern lib libc net netinet nfs rtems rtems_servers \
     10NET_O_PIECES = rtems_servers \
    1111    rtems_telnetd pppd $(POSIX_PIECES)
    1212OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
     
    2424        $(make-library)
    2525
    26 $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a: $(LIB)
     26$(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a: $(LIB)
    2727        $(INSTALL_DATA) $< $@
    2828
    29 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a
     29TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a
    3030
    3131all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
Note: See TracChangeset for help on using the changeset viewer.