Changeset eb4b28d in rtems


Ignore:
Timestamp:
07/22/02 06:35:33 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
be3e0f7
Parents:
3e83325
Message:

2002-07-22 Ralf Corsepius <corsepiu@…>

  • kern/Makefile.am: Eliminate LIBNAME.
  • lib/Makefile.am: Ditto.
  • libc/Makefile.am: Ditto.
  • net/Makefile.am: Ditto.
  • netinet/Makefile.am: Ditto.
  • nfs/Makefile.am: Ditto.
  • rtems/Makefile.am: Ditto.
  • wrapup/Makefile.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib.
Location:
cpukit/libnetworking
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/ChangeLog

    r3e83325 reb4b28d  
     12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * kern/Makefile.am: Eliminate LIBNAME.
     4        * lib/Makefile.am: Ditto.
     5        * libc/Makefile.am: Ditto.
     6        * net/Makefile.am: Ditto.
     7        * netinet/Makefile.am: Ditto.
     8        * nfs/Makefile.am: Ditto.
     9        * rtems/Makefile.am: Ditto.
     10        * wrapup/Makefile.am: Use project_libdir instead of
     11        $(PROJECT_RELEASE)/lib.
     12
    1132002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
    214
    315        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
    416        Modified to added packed attribute.o
     17
    5182002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    619
  • cpukit/libnetworking/kern/Makefile.am

    r3e83325 reb4b28d  
    33##
    44
    5 
    6 LIBNAME = lib.a
    7 LIB = $(ARCH)/$(LIBNAME)
     5LIB = $(ARCH)/lib.a
    86
    97C_FILES = kern_subr.c uipc_domain.c uipc_mbuf.c uipc_socket.c uipc_socket2.c
  • cpukit/libnetworking/lib/Makefile.am

    r3e83325 reb4b28d  
    33##
    44
    5 
    6 LIBNAME = lib.a
    7 LIB = $(ARCH)/$(LIBNAME)
     5LIB = $(ARCH)/lib.a
    86
    97C_FILES = getprotoby.c rtems_bsdnet_ntp.c ftpfs.c syslog.c tftpDriver.c
  • cpukit/libnetworking/libc/Makefile.am

    r3e83325 reb4b28d  
    33##
    44
    5 
    6 LIBNAME = lib.a
    7 LIB = $(ARCH)/$(LIBNAME)
     5LIB = $(ARCH)/lib.a
    86
    97C_FILES = addr2ascii.c ascii2addr.c base64.c gethostbydns.c gethostbyht.c \
  • cpukit/libnetworking/net/Makefile.am

    r3e83325 reb4b28d  
    66include_netdir = $(includedir)/net
    77
    8 LIBNAME = lib.a
    9 LIB = $(ARCH)/$(LIBNAME)
     8LIB = $(ARCH)/lib.a
    109
    1110C_FILES = if.c if_ethersubr.c if_loop.c radix.c route.c rtsock.c raw_cb.c \
  • cpukit/libnetworking/netinet/Makefile.am

    r3e83325 reb4b28d  
    33##
    44
    5 
    65include_netinetdir = $(includedir)/netinet
    76
    8 LIBNAME = lib.a
    9 LIB = $(ARCH)/$(LIBNAME)
     7LIB = $(ARCH)/lib.a
    108
    119C_FILES = if_ether.c igmp.c in.c in_cksum.c in_pcb.c in_proto.c in_rmx.c \
  • cpukit/libnetworking/nfs/Makefile.am

    r3e83325 reb4b28d  
    33##
    44
    5 
    65include_nfsdir = $(includedir)/nfs
    76
    8 LIBNAME = lib.a
    9 LIB = $(ARCH)/$(LIBNAME)
     7LIB = $(ARCH)/lib.a
    108
    119C_FILES = bootp_subr.c
  • cpukit/libnetworking/rtems/Makefile.am

    r3e83325 reb4b28d  
    55include_rtemsdir = $(includedir)/rtems
    66
    7 LIBNAME = lib.a
    8 LIB = $(ARCH)/$(LIBNAME)
     7LIB = $(ARCH)/lib.a
    98
    109C_FILES = sghostname.c issetugid.c rtems_glue.c rtems_syscall.c \
  • cpukit/libnetworking/wrapup/Makefile.am

    r3e83325 reb4b28d  
    1919        $(make-library)
    2020
    21 $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a: $(LIB)
     21$(project_libdir)/libnetworking$(LIB_VARIANT).a: $(LIB)
    2222        $(INSTALL_DATA) $< $@
    2323
Note: See TracChangeset for help on using the changeset viewer.