Changeset 8c31a89f in rtems


Ignore:
Timestamp:
01/11/04 08:02:24 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cd9ce153
Parents:
970983e
Message:

2004-01-11 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Include compile.am, again. Cleanup.
Location:
cpukit/libnetworking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/ChangeLog

    r970983e r8c31a89f  
     12004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Include compile.am, again.
     4        Cleanup.
     5
    162004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/libnetworking/Makefile.am

    r970983e r8c31a89f  
    66
    77include $(top_srcdir)/automake/multilib.am
    8 include $(top_srcdir)/automake/amcompile.am
     8include $(top_srcdir)/automake/compile.am
    99
    1010AM_CPPFLAGS += -I$(top_builddir)
    1111
     12EXTRA_DIST = README
     13
     14UNUSED_FILES = poll.h
     15
     16UNUSED_FILES += net/zlib.c net/zlib.h
     17UNUSED_FILES += net/ppp.h net/ppp-deflate.c net/bsd-comp.c
     18
    1219if HAS_NETWORKING
    13 
    1420# Add -DFORWARD_PROTOCOL to enable UDP forwarding -- requires missing net/pf.h
    1521libnetworking_CPPFLAGS = -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS \
     
    3339include_HEADERS = bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
    3440    opt_tcpdebug.h resolv.h syslog.h memory.h
    35 
    3641# arpa
    3742
     
    5358include_machine_HEADERS = machine/conf.h machine/cpu.h machine/cpufunc.h \
    5459    machine/endian.h machine/in_cksum.h machine/vmparam.h
     60
     61libnetworking_a_SOURCES += machine/limits.h
    5562
    5663## net
     
    8794    netinet/udp_usrreq.c
    8895
     96## FIXME: these files should be renamed into *.h and put into
     97## libnetworking_a_SOURCES
     98EXTRA_DIST += netinet/in_cksum_arm.c netinet/in_cksum_i386.c \
     99    netinet/in_cksum_m68k.c netinet/in_cksum_powerpc.c
     100
    89101## nfs
    90102
     
    103115    rtems/tftp.h rtems/ftpfs.h rtems/mkrootfs.h
    104116
    105 libnetworking_a_SOURCES += rtems/sghostname.c rtems/issetugid.c rtems/rtems_glue.c \
    106     rtems/rtems_syscall.c rtems/rtems_bootp.c rtems/rtems_showmbuf.c \
    107     rtems/rtems_showroute.c rtems/rtems_showifstat.c \
     117libnetworking_a_SOURCES += rtems/sghostname.c rtems/issetugid.c \
     118    rtems/rtems_glue.c rtems/rtems_syscall.c rtems/rtems_bootp.c \
     119    rtems/rtems_showmbuf.c rtems/rtems_showroute.c rtems/rtems_showifstat.c \
    108120    rtems/rtems_showipstat.c rtems/rtems_showicmpstat.c \
    109121    rtems/rtems_showtcpstat.c rtems/rtems_showudpstat.c rtems/rtems_select.c \
     
    153165    libc/res_stubs.c libc/res_update.c libc/strsep.c libc/rcmd.c
    154166libc_g_a_SOURCES = $(libc_a_SOURCES)
    155 
    156 man_MANS = libc/addr2ascii.3 libc/byteorder.3 libc/ethers.3 \
     167endif
     168
     169UNUSED_FILES += libc/ether_addr.c libc/gethostname.c libc/inet_neta.c \
     170    libc/inet_net_ntop.c libc/inet_net_pton.c libc/iso_addr.c libc/ns_addr.c \
     171    libc/ns_ntoa.c libc/recv.c libc/res_config.h libc/send.c
     172
     173libc_mans = libc/addr2ascii.3 libc/byteorder.3 libc/ethers.3 \
    157174    libc/gethostbyname.3 libc/getnetent.3 libc/getprotoent.3 \
    158175    libc/getservent.3 libc/inet.3 libc/iso_addr.3 libc/linkaddr.3 libc/ns.3 \
    159176    libc/rcmd.3 libc/resolver.3
    160 
     177EXTRA_DIST += $(libc_mans)
     178
     179if HAS_NETWORKING
     180man_MANS = $(libc_MANS)
    161181TMP_LIBS += libc$(LIB_VARIANT).a
    162182
    163 EXTRA_DIST = libc/addr2ascii.3 libc/byteorder.3 libc/ether_addr.c \
    164     libc/ethers.3 libc/gethostbyname.3 libc/gethostname.c libc/getnetbydns.c \
    165     libc/getnetbyht.c libc/getnetbynis.c libc/getnetent.3 \
    166     libc/getnetnamadr.c libc/getproto.c libc/getprotoent.3 libc/getservent.3 \
    167     libc/inet.3 libc/inet_addr.c libc/inet_lnaof.c libc/inet_makeaddr.c \
    168     libc/inet_net_ntop.c libc/inet_net_pton.c libc/inet_neta.c \
    169     libc/inet_netof.c libc/inet_network.c libc/inet_ntoa.c libc/inet_ntop.c \
    170     libc/inet_pton.c libc/map_v4v6.c libc/linkaddr.3 libc/linkaddr.c \
    171     libc/ns.3 libc/ns_addr.c libc/ns_name.c libc/ns_netint.c libc/ns_ntoa.c \
    172     libc/ns_parse.c libc/ns_print.c libc/ns_ttl.c libc/nsap_addr.c \
    173     libc/rcmd.3 libc/rcmd.c libc/recv.c libc/res_comp.c libc/res_config.h \
    174     libc/res_data.c libc/res_debug.c libc/res_init.c libc/res_mkquery.c \
    175     libc/res_mkupdate.c libc/res_query.c libc/res_stubs.c libc/res_update.c \
    176     libc/resolver.3 libc/send.c
    177 
    178183## lib
     184
     185EXTRA_DIST += lib/README
    179186
    180187lib_CPPFLAGS = -DNOPOLL -DNOSELECT
     
    197204all-local: $(PREINSTALL_FILES) $(TMP_LIBS)
    198205endif
     206
     207EXTRA_DIST += $(UNUSED_FILES)
    199208
    200209PREINSTALL_FILES =
Note: See TracChangeset for help on using the changeset viewer.