Changeset 9b28bea5 in rtems


Ignore:
Timestamp:
09/05/00 16:07:35 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7f2c3e3
Parents:
021eeaa
Message:

2000-09-04 Ralf Corsepius <corsepiu@…>

  • kern/Makefile.am, lib/Makefile.am, libc/Makefile.am, net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am, pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am, rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
Files:
39 edited

Legend:

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

    r021eeaa r9b28bea5  
     12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
     4        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
     5        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
     6        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
     7
    182000-09-05      Joel Sherrill <joel@OARcorp.com>
    29
  • c/src/exec/libnetworking/arpa/Makefile.am

    r021eeaa r9b28bea5  
    99noinst_HEADERS = $(H_FILES)
    1010
    11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%)
     11PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \
     12    $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%)
    1213
    1314$(PROJECT_INCLUDE)/arpa:
  • c/src/exec/libnetworking/kern/Makefile.am

    r021eeaa r9b28bea5  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../automake/compile.am
    1617include $(top_srcdir)/../../../automake/lib.am
    1718
  • c/src/exec/libnetworking/lib/Makefile.am

    r021eeaa r9b28bea5  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../automake/compile.am
    1617include $(top_srcdir)/../../../automake/lib.am
    1718
  • c/src/exec/libnetworking/libc/Makefile.am

    r021eeaa r9b28bea5  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     24include $(top_srcdir)/../../../automake/compile.am
    2425include $(top_srcdir)/../../../automake/lib.am
    2526
     
    4849    getservent.3 getservent.c herror.c inet.3 inet_addr.c inet_lnaof.c \
    4950    inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c \
    50     inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c map_v4v6.c \
    51     linkaddr.3 linkaddr.c map_v4v6.c ns.3 ns_addr.c ns_name.c ns_netint.c \
    52     ns_ntoa.c ns_parse.c ns_print.c ns_ttl.c nsap_addr.c rcmd.3 rcmd.c \
    53     recv.c res_comp.c res_config.h res_data.c res_debug.c res_init.c \
    54     res_mkquery.c res_mkupdate.c res_query.c res_send.c res_stubs.c \
    55     res_update.c resolver.3 send.c strsep.c
     51    inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c map_v4v6.c linkaddr.3 \
     52    linkaddr.c ns.3 ns_addr.c ns_name.c ns_netint.c ns_ntoa.c ns_parse.c \
     53    ns_print.c ns_ttl.c nsap_addr.c rcmd.3 rcmd.c recv.c res_comp.c \
     54    res_config.h res_data.c res_debug.c res_init.c res_mkquery.c \
     55    res_mkupdate.c res_query.c res_send.c res_stubs.c res_update.c \
     56    resolver.3 send.c strsep.c
    5657
    5758include $(top_srcdir)/../../../automake/local.am
  • c/src/exec/libnetworking/net/Makefile.am

    r021eeaa r9b28bea5  
    1515
    1616include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     17include $(top_srcdir)/../../../automake/compile.am
    1718include $(top_srcdir)/../../../automake/lib.am
    1819
     
    3132.PRECIOUS: $(LIB)
    3233
    33 EXTRA_DIST = if.c if_ethersubr.c if_loop.c \
    34     radix.c raw_cb.c raw_usrreq.c route.c rtsock.c
     34EXTRA_DIST = if.c if_ethersubr.c if_loop.c radix.c raw_cb.c raw_usrreq.c \
     35    route.c rtsock.c
    3536
    36 H_FILES = bpf.h ethernet.h if.h if_arp.h if_dl.h if_llc.h if_ppp.h if_types.h \
    37     netisr.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h
     37H_FILES = bpf.h ethernet.h if.h if_arp.h if_dl.h if_llc.h if_ppp.h \
     38    if_types.h netisr.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h
    3839
    3940noinst_HEADERS = $(H_FILES)
    4041
    41 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net $(H_FILES:%=$(PROJECT_INCLUDE)/net/%)
     42PREINSTALL_FILES += $(PROJECT_INCLUDE)/net \
     43    $(H_FILES:%=$(PROJECT_INCLUDE)/net/%)
    4244
    4345$(PROJECT_INCLUDE)/net:
  • c/src/exec/libnetworking/netinet/Makefile.am

    r021eeaa r9b28bea5  
    1717
    1818include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     19include $(top_srcdir)/../../../automake/compile.am
    1920include $(top_srcdir)/../../../automake/lib.am
    2021
     
    3738    ip_divert.c ip_fw.c ip_icmp.c ip_input.c ip_mroute.c ip_output.c \
    3839    raw_ip.c tcp_debug.c tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c \
    39     tcp_usrreq.c udp_usrreq.c 
     40    tcp_usrreq.c udp_usrreq.c
    4041
    41 H_FILES = icmp_var.h if_ether.h igmp.h igmp_var.h in.h \
    42     in_pcb.h in_systm.h in_var.h ip.h ip_fw.h ip_icmp.h \
    43     ip_mroute.h ip_var.h tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h \
    44     tcp_timer.h tcp_var.h tcpip.h udp.h udp_var.h
     42H_FILES = icmp_var.h if_ether.h igmp.h igmp_var.h in.h in_pcb.h in_systm.h \
     43    in_var.h ip.h ip_fw.h ip_icmp.h ip_mroute.h ip_var.h tcp.h tcp_debug.h \
     44    tcp_fsm.h tcp_seq.h tcp_timer.h tcp_var.h tcpip.h udp.h udp_var.h
    4545
    4646noinst_HEADERS = $(H_FILES)
  • c/src/exec/libnetworking/nfs/Makefile.am

    r021eeaa r9b28bea5  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../automake/compile.am
    1617include $(top_srcdir)/../../../automake/lib.am
    1718
     
    3031.PRECIOUS: $(LIB)
    3132
    32 EXTRA_DIST = bootp_subr.c 
     33EXTRA_DIST = bootp_subr.c
    3334
    3435H_FILES = krpc.h nfs.h nfsdiskless.h nfsproto.h rpcv2.h xdr_subs.h
     
    3637noinst_HEADERS = $(H_FILES)
    3738
    38 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%)
     39PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs \
     40    $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%)
    3941
    4042$(PROJECT_INCLUDE)/nfs:
     
    4446        $(INSTALL_DATA) $< $@
    4547
    46 
    4748include $(top_srcdir)/../../../automake/local.am
  • c/src/exec/libnetworking/rtems/Makefile.am

    r021eeaa r9b28bea5  
    2020noinst_HEADERS = $(H_FILES)
    2121
    22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)
     22PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     23    $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)
    2324
    2425$(PROJECT_INCLUDE)/rtems:
     
    2829        $(INSTALL_DATA) $< $@
    2930
    30 
    3131include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     32include $(top_srcdir)/../../../automake/compile.am
    3233include $(top_srcdir)/../../../automake/lib.am
    3334
     
    4647.PRECIOUS: $(LIB)
    4748
    48 EXTRA_DIST = issetugid.c rtems_bootp.c rtems_glue.c rtems_select.c rtems_showicmpstat.c \
    49     rtems_showifstat.c rtems_showipstat.c rtems_showmbuf.c rtems_showroute.c \
    50     rtems_showtcpstat.c rtems_showudpstat.c rtems_syscall.c sghostname.c
     49EXTRA_DIST = issetugid.c rtems_bootp.c rtems_glue.c rtems_select.c \
     50    rtems_showicmpstat.c rtems_showifstat.c rtems_showipstat.c \
     51    rtems_showmbuf.c rtems_showroute.c rtems_showtcpstat.c \
     52    rtems_showudpstat.c rtems_syscall.c sghostname.c
    5153
    5254include $(top_srcdir)/../../../automake/local.am
  • c/src/exec/libnetworking/sys/Makefile.am

    r021eeaa r9b28bea5  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = buf.h callout.h conf.h domain.h filio.h \
    8     ioctl.h kernel.h libkern.h malloc.h mbuf.h mount.h param.h proc.h \
    9     protosw.h queue.h reboot.h resourcevar.h rtprio.h select.h signalvar.h \
    10     socket.h socketvar.h sockio.h sysctl.h syslimits.h syslog.h systm.h \
    11     ttycom.h ttydefaults.h ucred.h uio.h un.h
     7H_FILES = buf.h callout.h conf.h domain.h filio.h ioctl.h kernel.h libkern.h \
     8    malloc.h mbuf.h mount.h param.h proc.h protosw.h queue.h reboot.h \
     9    resourcevar.h rtprio.h select.h signalvar.h socket.h socketvar.h \
     10    sockio.h sysctl.h syslimits.h syslog.h systm.h ttycom.h ttydefaults.h \
     11    ucred.h uio.h un.h
    1212
    1313noinst_HEADERS = $(H_FILES)
    1414
    15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
     15PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
     16    $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
    1617
    1718$(PROJECT_INCLUDE)/sys:
  • c/src/exec/libnetworking/wrapup/Makefile.am

    r021eeaa r9b28bea5  
    1515
    1616include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     17include $(top_srcdir)/../../../automake/compile.am
    1718include $(top_srcdir)/../../../automake/lib.am
    1819
  • c/src/libnetworking/ChangeLog

    r021eeaa r9b28bea5  
     12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
     4        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
     5        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
     6        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
     7
    182000-09-05      Joel Sherrill <joel@OARcorp.com>
    29
  • c/src/libnetworking/arpa/Makefile.am

    r021eeaa r9b28bea5  
    99noinst_HEADERS = $(H_FILES)
    1010
    11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%)
     11PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \
     12    $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%)
    1213
    1314$(PROJECT_INCLUDE)/arpa:
  • c/src/libnetworking/kern/Makefile.am

    r021eeaa r9b28bea5  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../automake/compile.am
    1617include $(top_srcdir)/../../../automake/lib.am
    1718
  • c/src/libnetworking/lib/Makefile.am

    r021eeaa r9b28bea5  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../automake/compile.am
    1617include $(top_srcdir)/../../../automake/lib.am
    1718
  • c/src/libnetworking/libc/Makefile.am

    r021eeaa r9b28bea5  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     24include $(top_srcdir)/../../../automake/compile.am
    2425include $(top_srcdir)/../../../automake/lib.am
    2526
     
    4849    getservent.3 getservent.c herror.c inet.3 inet_addr.c inet_lnaof.c \
    4950    inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c \
    50     inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c map_v4v6.c \
    51     linkaddr.3 linkaddr.c map_v4v6.c ns.3 ns_addr.c ns_name.c ns_netint.c \
    52     ns_ntoa.c ns_parse.c ns_print.c ns_ttl.c nsap_addr.c rcmd.3 rcmd.c \
    53     recv.c res_comp.c res_config.h res_data.c res_debug.c res_init.c \
    54     res_mkquery.c res_mkupdate.c res_query.c res_send.c res_stubs.c \
    55     res_update.c resolver.3 send.c strsep.c
     51    inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c map_v4v6.c linkaddr.3 \
     52    linkaddr.c ns.3 ns_addr.c ns_name.c ns_netint.c ns_ntoa.c ns_parse.c \
     53    ns_print.c ns_ttl.c nsap_addr.c rcmd.3 rcmd.c recv.c res_comp.c \
     54    res_config.h res_data.c res_debug.c res_init.c res_mkquery.c \
     55    res_mkupdate.c res_query.c res_send.c res_stubs.c res_update.c \
     56    resolver.3 send.c strsep.c
    5657
    5758include $(top_srcdir)/../../../automake/local.am
  • c/src/libnetworking/net/Makefile.am

    r021eeaa r9b28bea5  
    1515
    1616include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     17include $(top_srcdir)/../../../automake/compile.am
    1718include $(top_srcdir)/../../../automake/lib.am
    1819
     
    3132.PRECIOUS: $(LIB)
    3233
    33 EXTRA_DIST = if.c if_ethersubr.c if_loop.c \
    34     radix.c raw_cb.c raw_usrreq.c route.c rtsock.c
     34EXTRA_DIST = if.c if_ethersubr.c if_loop.c radix.c raw_cb.c raw_usrreq.c \
     35    route.c rtsock.c
    3536
    36 H_FILES = bpf.h ethernet.h if.h if_arp.h if_dl.h if_llc.h if_ppp.h if_types.h \
    37     netisr.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h
     37H_FILES = bpf.h ethernet.h if.h if_arp.h if_dl.h if_llc.h if_ppp.h \
     38    if_types.h netisr.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h
    3839
    3940noinst_HEADERS = $(H_FILES)
    4041
    41 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net $(H_FILES:%=$(PROJECT_INCLUDE)/net/%)
     42PREINSTALL_FILES += $(PROJECT_INCLUDE)/net \
     43    $(H_FILES:%=$(PROJECT_INCLUDE)/net/%)
    4244
    4345$(PROJECT_INCLUDE)/net:
  • c/src/libnetworking/netinet/Makefile.am

    r021eeaa r9b28bea5  
    1717
    1818include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     19include $(top_srcdir)/../../../automake/compile.am
    1920include $(top_srcdir)/../../../automake/lib.am
    2021
     
    3738    ip_divert.c ip_fw.c ip_icmp.c ip_input.c ip_mroute.c ip_output.c \
    3839    raw_ip.c tcp_debug.c tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c \
    39     tcp_usrreq.c udp_usrreq.c 
     40    tcp_usrreq.c udp_usrreq.c
    4041
    41 H_FILES = icmp_var.h if_ether.h igmp.h igmp_var.h in.h \
    42     in_pcb.h in_systm.h in_var.h ip.h ip_fw.h ip_icmp.h \
    43     ip_mroute.h ip_var.h tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h \
    44     tcp_timer.h tcp_var.h tcpip.h udp.h udp_var.h
     42H_FILES = icmp_var.h if_ether.h igmp.h igmp_var.h in.h in_pcb.h in_systm.h \
     43    in_var.h ip.h ip_fw.h ip_icmp.h ip_mroute.h ip_var.h tcp.h tcp_debug.h \
     44    tcp_fsm.h tcp_seq.h tcp_timer.h tcp_var.h tcpip.h udp.h udp_var.h
    4545
    4646noinst_HEADERS = $(H_FILES)
  • c/src/libnetworking/nfs/Makefile.am

    r021eeaa r9b28bea5  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../automake/compile.am
    1617include $(top_srcdir)/../../../automake/lib.am
    1718
     
    3031.PRECIOUS: $(LIB)
    3132
    32 EXTRA_DIST = bootp_subr.c 
     33EXTRA_DIST = bootp_subr.c
    3334
    3435H_FILES = krpc.h nfs.h nfsdiskless.h nfsproto.h rpcv2.h xdr_subs.h
     
    3637noinst_HEADERS = $(H_FILES)
    3738
    38 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%)
     39PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs \
     40    $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%)
    3941
    4042$(PROJECT_INCLUDE)/nfs:
     
    4446        $(INSTALL_DATA) $< $@
    4547
    46 
    4748include $(top_srcdir)/../../../automake/local.am
  • c/src/libnetworking/pppd/Makefile.am

    r021eeaa r9b28bea5  
    1616
    1717include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     18include $(top_srcdir)/../../../automake/compile.am
    1819include $(top_srcdir)/../../../automake/lib.am
    1920
  • c/src/libnetworking/rtems/Makefile.am

    r021eeaa r9b28bea5  
    2020noinst_HEADERS = $(H_FILES)
    2121
    22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)
     22PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     23    $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)
    2324
    2425$(PROJECT_INCLUDE)/rtems:
     
    2829        $(INSTALL_DATA) $< $@
    2930
    30 
    3131include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     32include $(top_srcdir)/../../../automake/compile.am
    3233include $(top_srcdir)/../../../automake/lib.am
    3334
     
    4647.PRECIOUS: $(LIB)
    4748
    48 EXTRA_DIST = issetugid.c rtems_bootp.c rtems_glue.c rtems_select.c rtems_showicmpstat.c \
    49     rtems_showifstat.c rtems_showipstat.c rtems_showmbuf.c rtems_showroute.c \
    50     rtems_showtcpstat.c rtems_showudpstat.c rtems_syscall.c sghostname.c
     49EXTRA_DIST = issetugid.c rtems_bootp.c rtems_glue.c rtems_select.c \
     50    rtems_showicmpstat.c rtems_showifstat.c rtems_showipstat.c \
     51    rtems_showmbuf.c rtems_showroute.c rtems_showtcpstat.c \
     52    rtems_showudpstat.c rtems_syscall.c sghostname.c
    5153
    5254include $(top_srcdir)/../../../automake/local.am
  • c/src/libnetworking/rtems_servers/Makefile.am

    r021eeaa r9b28bea5  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../automake/compile.am
    1617include $(top_srcdir)/../../../automake/lib.am
    1718
  • c/src/libnetworking/rtems_webserver/Makefile.am

    r021eeaa r9b28bea5  
    88LIB = $(ARCH)/$(LIBNAME)
    99
    10 C_FILES = asp.c balloc.c base64.c default.c ejlex.c ejparse.c emfdb.c \
    11     form.c h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c \
    12     security.c socket.c sym.c uemf.c um.c url.c value.c webrom.c webs.c \
    13     websuemf.c webmain.c
     10C_FILES = asp.c balloc.c base64.c default.c ejlex.c ejparse.c emfdb.c form.c \
     11    h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c security.c \
     12    socket.c sym.c uemf.c um.c url.c value.c webrom.c webs.c websuemf.c \
     13    webmain.c
    1414C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    1515
     
    1919
    2020include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     21include $(top_srcdir)/../../../automake/compile.am
    2122include $(top_srcdir)/../../../automake/lib.am
    2223
     
    4243        $(INSTALL_DATA) $< $@
    4344
    44 PREINSTALL_FILES += $(PROJECT_INCLUDE) \
    45     $(PROJECT_INCLUDE)/rtems_webserver.h $(PROJECT_INCLUDE)/goahead \
    46     $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h)
     45PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems_webserver.h \
     46    $(PROJECT_INCLUDE)/goahead $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h)
    4747
    4848if HAS_POSIX
  • c/src/libnetworking/sys/Makefile.am

    r021eeaa r9b28bea5  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = buf.h callout.h conf.h domain.h filio.h \
    8     ioctl.h kernel.h libkern.h malloc.h mbuf.h mount.h param.h proc.h \
    9     protosw.h queue.h reboot.h resourcevar.h rtprio.h select.h signalvar.h \
    10     socket.h socketvar.h sockio.h sysctl.h syslimits.h syslog.h systm.h \
    11     ttycom.h ttydefaults.h ucred.h uio.h un.h
     7H_FILES = buf.h callout.h conf.h domain.h filio.h ioctl.h kernel.h libkern.h \
     8    malloc.h mbuf.h mount.h param.h proc.h protosw.h queue.h reboot.h \
     9    resourcevar.h rtprio.h select.h signalvar.h socket.h socketvar.h \
     10    sockio.h sysctl.h syslimits.h syslog.h systm.h ttycom.h ttydefaults.h \
     11    ucred.h uio.h un.h
    1212
    1313noinst_HEADERS = $(H_FILES)
    1414
    15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
     15PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
     16    $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
    1617
    1718$(PROJECT_INCLUDE)/sys:
  • c/src/libnetworking/wrapup/Makefile.am

    r021eeaa r9b28bea5  
    1515
    1616include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     17include $(top_srcdir)/../../../automake/compile.am
    1718include $(top_srcdir)/../../../automake/lib.am
    1819
  • cpukit/ftpd/Makefile.am

    r021eeaa r9b28bea5  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../automake/compile.am
    1617include $(top_srcdir)/../../../automake/lib.am
    1718
  • cpukit/httpd/Makefile.am

    r021eeaa r9b28bea5  
    88LIB = $(ARCH)/$(LIBNAME)
    99
    10 C_FILES = asp.c balloc.c base64.c default.c ejlex.c ejparse.c emfdb.c \
    11     form.c h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c \
    12     security.c socket.c sym.c uemf.c um.c url.c value.c webrom.c webs.c \
    13     websuemf.c webmain.c
     10C_FILES = asp.c balloc.c base64.c default.c ejlex.c ejparse.c emfdb.c form.c \
     11    h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c security.c \
     12    socket.c sym.c uemf.c um.c url.c value.c webrom.c webs.c websuemf.c \
     13    webmain.c
    1414C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    1515
     
    1919
    2020include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     21include $(top_srcdir)/../../../automake/compile.am
    2122include $(top_srcdir)/../../../automake/lib.am
    2223
     
    4243        $(INSTALL_DATA) $< $@
    4344
    44 PREINSTALL_FILES += $(PROJECT_INCLUDE) \
    45     $(PROJECT_INCLUDE)/rtems_webserver.h $(PROJECT_INCLUDE)/goahead \
    46     $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h)
     45PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems_webserver.h \
     46    $(PROJECT_INCLUDE)/goahead $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h)
    4747
    4848if HAS_POSIX
  • cpukit/libnetworking/ChangeLog

    r021eeaa r9b28bea5  
     12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
     4        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
     5        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
     6        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
     7
    182000-09-05      Joel Sherrill <joel@OARcorp.com>
    29
  • cpukit/libnetworking/arpa/Makefile.am

    r021eeaa r9b28bea5  
    99noinst_HEADERS = $(H_FILES)
    1010
    11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%)
     11PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \
     12    $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%)
    1213
    1314$(PROJECT_INCLUDE)/arpa:
  • cpukit/libnetworking/kern/Makefile.am

    r021eeaa r9b28bea5  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../automake/compile.am
    1617include $(top_srcdir)/../../../automake/lib.am
    1718
  • cpukit/libnetworking/lib/Makefile.am

    r021eeaa r9b28bea5  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../automake/compile.am
    1617include $(top_srcdir)/../../../automake/lib.am
    1718
  • cpukit/libnetworking/libc/Makefile.am

    r021eeaa r9b28bea5  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     24include $(top_srcdir)/../../../automake/compile.am
    2425include $(top_srcdir)/../../../automake/lib.am
    2526
     
    4849    getservent.3 getservent.c herror.c inet.3 inet_addr.c inet_lnaof.c \
    4950    inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c \
    50     inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c map_v4v6.c \
    51     linkaddr.3 linkaddr.c map_v4v6.c ns.3 ns_addr.c ns_name.c ns_netint.c \
    52     ns_ntoa.c ns_parse.c ns_print.c ns_ttl.c nsap_addr.c rcmd.3 rcmd.c \
    53     recv.c res_comp.c res_config.h res_data.c res_debug.c res_init.c \
    54     res_mkquery.c res_mkupdate.c res_query.c res_send.c res_stubs.c \
    55     res_update.c resolver.3 send.c strsep.c
     51    inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c map_v4v6.c linkaddr.3 \
     52    linkaddr.c ns.3 ns_addr.c ns_name.c ns_netint.c ns_ntoa.c ns_parse.c \
     53    ns_print.c ns_ttl.c nsap_addr.c rcmd.3 rcmd.c recv.c res_comp.c \
     54    res_config.h res_data.c res_debug.c res_init.c res_mkquery.c \
     55    res_mkupdate.c res_query.c res_send.c res_stubs.c res_update.c \
     56    resolver.3 send.c strsep.c
    5657
    5758include $(top_srcdir)/../../../automake/local.am
  • cpukit/libnetworking/net/Makefile.am

    r021eeaa r9b28bea5  
    1515
    1616include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     17include $(top_srcdir)/../../../automake/compile.am
    1718include $(top_srcdir)/../../../automake/lib.am
    1819
     
    3132.PRECIOUS: $(LIB)
    3233
    33 EXTRA_DIST = if.c if_ethersubr.c if_loop.c \
    34     radix.c raw_cb.c raw_usrreq.c route.c rtsock.c
     34EXTRA_DIST = if.c if_ethersubr.c if_loop.c radix.c raw_cb.c raw_usrreq.c \
     35    route.c rtsock.c
    3536
    36 H_FILES = bpf.h ethernet.h if.h if_arp.h if_dl.h if_llc.h if_ppp.h if_types.h \
    37     netisr.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h
     37H_FILES = bpf.h ethernet.h if.h if_arp.h if_dl.h if_llc.h if_ppp.h \
     38    if_types.h netisr.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h
    3839
    3940noinst_HEADERS = $(H_FILES)
    4041
    41 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net $(H_FILES:%=$(PROJECT_INCLUDE)/net/%)
     42PREINSTALL_FILES += $(PROJECT_INCLUDE)/net \
     43    $(H_FILES:%=$(PROJECT_INCLUDE)/net/%)
    4244
    4345$(PROJECT_INCLUDE)/net:
  • cpukit/libnetworking/netinet/Makefile.am

    r021eeaa r9b28bea5  
    1717
    1818include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     19include $(top_srcdir)/../../../automake/compile.am
    1920include $(top_srcdir)/../../../automake/lib.am
    2021
     
    3738    ip_divert.c ip_fw.c ip_icmp.c ip_input.c ip_mroute.c ip_output.c \
    3839    raw_ip.c tcp_debug.c tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c \
    39     tcp_usrreq.c udp_usrreq.c 
     40    tcp_usrreq.c udp_usrreq.c
    4041
    41 H_FILES = icmp_var.h if_ether.h igmp.h igmp_var.h in.h \
    42     in_pcb.h in_systm.h in_var.h ip.h ip_fw.h ip_icmp.h \
    43     ip_mroute.h ip_var.h tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h \
    44     tcp_timer.h tcp_var.h tcpip.h udp.h udp_var.h
     42H_FILES = icmp_var.h if_ether.h igmp.h igmp_var.h in.h in_pcb.h in_systm.h \
     43    in_var.h ip.h ip_fw.h ip_icmp.h ip_mroute.h ip_var.h tcp.h tcp_debug.h \
     44    tcp_fsm.h tcp_seq.h tcp_timer.h tcp_var.h tcpip.h udp.h udp_var.h
    4545
    4646noinst_HEADERS = $(H_FILES)
  • cpukit/libnetworking/nfs/Makefile.am

    r021eeaa r9b28bea5  
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     16include $(top_srcdir)/../../../automake/compile.am
    1617include $(top_srcdir)/../../../automake/lib.am
    1718
     
    3031.PRECIOUS: $(LIB)
    3132
    32 EXTRA_DIST = bootp_subr.c 
     33EXTRA_DIST = bootp_subr.c
    3334
    3435H_FILES = krpc.h nfs.h nfsdiskless.h nfsproto.h rpcv2.h xdr_subs.h
     
    3637noinst_HEADERS = $(H_FILES)
    3738
    38 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%)
     39PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs \
     40    $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%)
    3941
    4042$(PROJECT_INCLUDE)/nfs:
     
    4446        $(INSTALL_DATA) $< $@
    4547
    46 
    4748include $(top_srcdir)/../../../automake/local.am
  • cpukit/libnetworking/rtems/Makefile.am

    r021eeaa r9b28bea5  
    2020noinst_HEADERS = $(H_FILES)
    2121
    22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)
     22PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     23    $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)
    2324
    2425$(PROJECT_INCLUDE)/rtems:
     
    2829        $(INSTALL_DATA) $< $@
    2930
    30 
    3131include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     32include $(top_srcdir)/../../../automake/compile.am
    3233include $(top_srcdir)/../../../automake/lib.am
    3334
     
    4647.PRECIOUS: $(LIB)
    4748
    48 EXTRA_DIST = issetugid.c rtems_bootp.c rtems_glue.c rtems_select.c rtems_showicmpstat.c \
    49     rtems_showifstat.c rtems_showipstat.c rtems_showmbuf.c rtems_showroute.c \
    50     rtems_showtcpstat.c rtems_showudpstat.c rtems_syscall.c sghostname.c
     49EXTRA_DIST = issetugid.c rtems_bootp.c rtems_glue.c rtems_select.c \
     50    rtems_showicmpstat.c rtems_showifstat.c rtems_showipstat.c \
     51    rtems_showmbuf.c rtems_showroute.c rtems_showtcpstat.c \
     52    rtems_showudpstat.c rtems_syscall.c sghostname.c
    5153
    5254include $(top_srcdir)/../../../automake/local.am
  • cpukit/libnetworking/sys/Makefile.am

    r021eeaa r9b28bea5  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = buf.h callout.h conf.h domain.h filio.h \
    8     ioctl.h kernel.h libkern.h malloc.h mbuf.h mount.h param.h proc.h \
    9     protosw.h queue.h reboot.h resourcevar.h rtprio.h select.h signalvar.h \
    10     socket.h socketvar.h sockio.h sysctl.h syslimits.h syslog.h systm.h \
    11     ttycom.h ttydefaults.h ucred.h uio.h un.h
     7H_FILES = buf.h callout.h conf.h domain.h filio.h ioctl.h kernel.h libkern.h \
     8    malloc.h mbuf.h mount.h param.h proc.h protosw.h queue.h reboot.h \
     9    resourcevar.h rtprio.h select.h signalvar.h socket.h socketvar.h \
     10    sockio.h sysctl.h syslimits.h syslog.h systm.h ttycom.h ttydefaults.h \
     11    ucred.h uio.h un.h
    1212
    1313noinst_HEADERS = $(H_FILES)
    1414
    15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
     15PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
     16    $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
    1617
    1718$(PROJECT_INCLUDE)/sys:
  • cpukit/libnetworking/wrapup/Makefile.am

    r021eeaa r9b28bea5  
    1515
    1616include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     17include $(top_srcdir)/../../../automake/compile.am
    1718include $(top_srcdir)/../../../automake/lib.am
    1819
  • cpukit/pppd/Makefile.am

    r021eeaa r9b28bea5  
    1616
    1717include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     18include $(top_srcdir)/../../../automake/compile.am
    1819include $(top_srcdir)/../../../automake/lib.am
    1920
Note: See TracChangeset for help on using the changeset viewer.