Changeset 9b28bea5 in rtems
- Timestamp:
- 09/05/00 16:07:35 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7f2c3e3
- Parents:
- 021eeaa
- Files:
-
- 39 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/ChangeLog
r021eeaa r9b28bea5 1 2000-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 1 8 2000-09-05 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/exec/libnetworking/arpa/Makefile.am
r021eeaa r9b28bea5 9 9 noinst_HEADERS = $(H_FILES) 10 10 11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%) 11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \ 12 $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%) 12 13 13 14 $(PROJECT_INCLUDE)/arpa: -
c/src/exec/libnetworking/kern/Makefile.am
r021eeaa r9b28bea5 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 -
c/src/exec/libnetworking/lib/Makefile.am
r021eeaa r9b28bea5 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 -
c/src/exec/libnetworking/libc/Makefile.am
r021eeaa r9b28bea5 22 22 23 23 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 24 include $(top_srcdir)/../../../automake/compile.am 24 25 include $(top_srcdir)/../../../automake/lib.am 25 26 … … 48 49 getservent.3 getservent.c herror.c inet.3 inet_addr.c inet_lnaof.c \ 49 50 inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c \ 50 inet_net of.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 re cv.c res_comp.c res_config.h res_data.c res_debug.c res_init.c \54 res_mk query.c res_mkupdate.c res_query.c res_send.c res_stubs.c \55 res _update.c resolver.3 send.c strsep.c51 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 56 57 57 58 include $(top_srcdir)/../../../automake/local.am -
c/src/exec/libnetworking/net/Makefile.am
r021eeaa r9b28bea5 15 15 16 16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 17 include $(top_srcdir)/../../../automake/compile.am 17 18 include $(top_srcdir)/../../../automake/lib.am 18 19 … … 31 32 .PRECIOUS: $(LIB) 32 33 33 EXTRA_DIST = if.c if_ethersubr.c if_loop.c \34 r adix.c raw_cb.c raw_usrreq.c route.c rtsock.c34 EXTRA_DIST = if.c if_ethersubr.c if_loop.c radix.c raw_cb.c raw_usrreq.c \ 35 route.c rtsock.c 35 36 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.h37 H_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 38 39 39 40 noinst_HEADERS = $(H_FILES) 40 41 41 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net $(H_FILES:%=$(PROJECT_INCLUDE)/net/%) 42 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net \ 43 $(H_FILES:%=$(PROJECT_INCLUDE)/net/%) 42 44 43 45 $(PROJECT_INCLUDE)/net: -
c/src/exec/libnetworking/netinet/Makefile.am
r021eeaa r9b28bea5 17 17 18 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 19 include $(top_srcdir)/../../../automake/compile.am 19 20 include $(top_srcdir)/../../../automake/lib.am 20 21 … … 37 38 ip_divert.c ip_fw.c ip_icmp.c ip_input.c ip_mroute.c ip_output.c \ 38 39 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 40 41 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 42 H_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 45 45 46 46 noinst_HEADERS = $(H_FILES) -
c/src/exec/libnetworking/nfs/Makefile.am
r021eeaa r9b28bea5 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 … … 30 31 .PRECIOUS: $(LIB) 31 32 32 EXTRA_DIST = bootp_subr.c 33 EXTRA_DIST = bootp_subr.c 33 34 34 35 H_FILES = krpc.h nfs.h nfsdiskless.h nfsproto.h rpcv2.h xdr_subs.h … … 36 37 noinst_HEADERS = $(H_FILES) 37 38 38 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%) 39 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs \ 40 $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%) 39 41 40 42 $(PROJECT_INCLUDE)/nfs: … … 44 46 $(INSTALL_DATA) $< $@ 45 47 46 47 48 include $(top_srcdir)/../../../automake/local.am -
c/src/exec/libnetworking/rtems/Makefile.am
r021eeaa r9b28bea5 20 20 noinst_HEADERS = $(H_FILES) 21 21 22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) 22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 23 $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) 23 24 24 25 $(PROJECT_INCLUDE)/rtems: … … 28 29 $(INSTALL_DATA) $< $@ 29 30 30 31 31 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 32 include $(top_srcdir)/../../../automake/compile.am 32 33 include $(top_srcdir)/../../../automake/lib.am 33 34 … … 46 47 .PRECIOUS: $(LIB) 47 48 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 49 EXTRA_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 51 53 52 54 include $(top_srcdir)/../../../automake/local.am -
c/src/exec/libnetworking/sys/Makefile.am
r021eeaa r9b28bea5 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 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 sock et.h socketvar.h sockio.h sysctl.h syslimits.h syslog.h systm.h \11 ttycom.h ttydefaults.hucred.h uio.h un.h7 H_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 12 12 13 13 noinst_HEADERS = $(H_FILES) 14 14 15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%) 15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \ 16 $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%) 16 17 17 18 $(PROJECT_INCLUDE)/sys: -
c/src/exec/libnetworking/wrapup/Makefile.am
r021eeaa r9b28bea5 15 15 16 16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 17 include $(top_srcdir)/../../../automake/compile.am 17 18 include $(top_srcdir)/../../../automake/lib.am 18 19 -
c/src/libnetworking/ChangeLog
r021eeaa r9b28bea5 1 2000-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 1 8 2000-09-05 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/libnetworking/arpa/Makefile.am
r021eeaa r9b28bea5 9 9 noinst_HEADERS = $(H_FILES) 10 10 11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%) 11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \ 12 $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%) 12 13 13 14 $(PROJECT_INCLUDE)/arpa: -
c/src/libnetworking/kern/Makefile.am
r021eeaa r9b28bea5 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 -
c/src/libnetworking/lib/Makefile.am
r021eeaa r9b28bea5 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 -
c/src/libnetworking/libc/Makefile.am
r021eeaa r9b28bea5 22 22 23 23 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 24 include $(top_srcdir)/../../../automake/compile.am 24 25 include $(top_srcdir)/../../../automake/lib.am 25 26 … … 48 49 getservent.3 getservent.c herror.c inet.3 inet_addr.c inet_lnaof.c \ 49 50 inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c \ 50 inet_net of.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 re cv.c res_comp.c res_config.h res_data.c res_debug.c res_init.c \54 res_mk query.c res_mkupdate.c res_query.c res_send.c res_stubs.c \55 res _update.c resolver.3 send.c strsep.c51 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 56 57 57 58 include $(top_srcdir)/../../../automake/local.am -
c/src/libnetworking/net/Makefile.am
r021eeaa r9b28bea5 15 15 16 16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 17 include $(top_srcdir)/../../../automake/compile.am 17 18 include $(top_srcdir)/../../../automake/lib.am 18 19 … … 31 32 .PRECIOUS: $(LIB) 32 33 33 EXTRA_DIST = if.c if_ethersubr.c if_loop.c \34 r adix.c raw_cb.c raw_usrreq.c route.c rtsock.c34 EXTRA_DIST = if.c if_ethersubr.c if_loop.c radix.c raw_cb.c raw_usrreq.c \ 35 route.c rtsock.c 35 36 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.h37 H_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 38 39 39 40 noinst_HEADERS = $(H_FILES) 40 41 41 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net $(H_FILES:%=$(PROJECT_INCLUDE)/net/%) 42 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net \ 43 $(H_FILES:%=$(PROJECT_INCLUDE)/net/%) 42 44 43 45 $(PROJECT_INCLUDE)/net: -
c/src/libnetworking/netinet/Makefile.am
r021eeaa r9b28bea5 17 17 18 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 19 include $(top_srcdir)/../../../automake/compile.am 19 20 include $(top_srcdir)/../../../automake/lib.am 20 21 … … 37 38 ip_divert.c ip_fw.c ip_icmp.c ip_input.c ip_mroute.c ip_output.c \ 38 39 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 40 41 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 42 H_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 45 45 46 46 noinst_HEADERS = $(H_FILES) -
c/src/libnetworking/nfs/Makefile.am
r021eeaa r9b28bea5 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 … … 30 31 .PRECIOUS: $(LIB) 31 32 32 EXTRA_DIST = bootp_subr.c 33 EXTRA_DIST = bootp_subr.c 33 34 34 35 H_FILES = krpc.h nfs.h nfsdiskless.h nfsproto.h rpcv2.h xdr_subs.h … … 36 37 noinst_HEADERS = $(H_FILES) 37 38 38 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%) 39 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs \ 40 $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%) 39 41 40 42 $(PROJECT_INCLUDE)/nfs: … … 44 46 $(INSTALL_DATA) $< $@ 45 47 46 47 48 include $(top_srcdir)/../../../automake/local.am -
c/src/libnetworking/pppd/Makefile.am
r021eeaa r9b28bea5 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../automake/compile.am 18 19 include $(top_srcdir)/../../../automake/lib.am 19 20 -
c/src/libnetworking/rtems/Makefile.am
r021eeaa r9b28bea5 20 20 noinst_HEADERS = $(H_FILES) 21 21 22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) 22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 23 $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) 23 24 24 25 $(PROJECT_INCLUDE)/rtems: … … 28 29 $(INSTALL_DATA) $< $@ 29 30 30 31 31 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 32 include $(top_srcdir)/../../../automake/compile.am 32 33 include $(top_srcdir)/../../../automake/lib.am 33 34 … … 46 47 .PRECIOUS: $(LIB) 47 48 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 49 EXTRA_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 51 53 52 54 include $(top_srcdir)/../../../automake/local.am -
c/src/libnetworking/rtems_servers/Makefile.am
r021eeaa r9b28bea5 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 -
c/src/libnetworking/rtems_webserver/Makefile.am
r021eeaa r9b28bea5 8 8 LIB = $(ARCH)/$(LIBNAME) 9 9 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 s ecurity.c socket.c sym.c uemf.c um.c url.c value.c webrom.c webs.c \13 web suemf.c webmain.c10 C_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 14 14 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 15 15 … … 19 19 20 20 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 21 include $(top_srcdir)/../../../automake/compile.am 21 22 include $(top_srcdir)/../../../automake/lib.am 22 23 … … 42 43 $(INSTALL_DATA) $< $@ 43 44 44 PREINSTALL_FILES += $(PROJECT_INCLUDE) \ 45 $(PROJECT_INCLUDE)/rtems_webserver.h $(PROJECT_INCLUDE)/goahead \ 46 $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h) 45 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems_webserver.h \ 46 $(PROJECT_INCLUDE)/goahead $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h) 47 47 48 48 if HAS_POSIX -
c/src/libnetworking/sys/Makefile.am
r021eeaa r9b28bea5 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 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 sock et.h socketvar.h sockio.h sysctl.h syslimits.h syslog.h systm.h \11 ttycom.h ttydefaults.hucred.h uio.h un.h7 H_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 12 12 13 13 noinst_HEADERS = $(H_FILES) 14 14 15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%) 15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \ 16 $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%) 16 17 17 18 $(PROJECT_INCLUDE)/sys: -
c/src/libnetworking/wrapup/Makefile.am
r021eeaa r9b28bea5 15 15 16 16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 17 include $(top_srcdir)/../../../automake/compile.am 17 18 include $(top_srcdir)/../../../automake/lib.am 18 19 -
cpukit/ftpd/Makefile.am
r021eeaa r9b28bea5 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 -
cpukit/httpd/Makefile.am
r021eeaa r9b28bea5 8 8 LIB = $(ARCH)/$(LIBNAME) 9 9 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 s ecurity.c socket.c sym.c uemf.c um.c url.c value.c webrom.c webs.c \13 web suemf.c webmain.c10 C_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 14 14 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 15 15 … … 19 19 20 20 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 21 include $(top_srcdir)/../../../automake/compile.am 21 22 include $(top_srcdir)/../../../automake/lib.am 22 23 … … 42 43 $(INSTALL_DATA) $< $@ 43 44 44 PREINSTALL_FILES += $(PROJECT_INCLUDE) \ 45 $(PROJECT_INCLUDE)/rtems_webserver.h $(PROJECT_INCLUDE)/goahead \ 46 $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h) 45 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems_webserver.h \ 46 $(PROJECT_INCLUDE)/goahead $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h) 47 47 48 48 if HAS_POSIX -
cpukit/libnetworking/ChangeLog
r021eeaa r9b28bea5 1 2000-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 1 8 2000-09-05 Joel Sherrill <joel@OARcorp.com> 2 9 -
cpukit/libnetworking/arpa/Makefile.am
r021eeaa r9b28bea5 9 9 noinst_HEADERS = $(H_FILES) 10 10 11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%) 11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \ 12 $(H_FILES:%=$(PROJECT_INCLUDE)/arpa/%) 12 13 13 14 $(PROJECT_INCLUDE)/arpa: -
cpukit/libnetworking/kern/Makefile.am
r021eeaa r9b28bea5 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 -
cpukit/libnetworking/lib/Makefile.am
r021eeaa r9b28bea5 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 -
cpukit/libnetworking/libc/Makefile.am
r021eeaa r9b28bea5 22 22 23 23 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 24 include $(top_srcdir)/../../../automake/compile.am 24 25 include $(top_srcdir)/../../../automake/lib.am 25 26 … … 48 49 getservent.3 getservent.c herror.c inet.3 inet_addr.c inet_lnaof.c \ 49 50 inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c \ 50 inet_net of.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 re cv.c res_comp.c res_config.h res_data.c res_debug.c res_init.c \54 res_mk query.c res_mkupdate.c res_query.c res_send.c res_stubs.c \55 res _update.c resolver.3 send.c strsep.c51 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 56 57 57 58 include $(top_srcdir)/../../../automake/local.am -
cpukit/libnetworking/net/Makefile.am
r021eeaa r9b28bea5 15 15 16 16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 17 include $(top_srcdir)/../../../automake/compile.am 17 18 include $(top_srcdir)/../../../automake/lib.am 18 19 … … 31 32 .PRECIOUS: $(LIB) 32 33 33 EXTRA_DIST = if.c if_ethersubr.c if_loop.c \34 r adix.c raw_cb.c raw_usrreq.c route.c rtsock.c34 EXTRA_DIST = if.c if_ethersubr.c if_loop.c radix.c raw_cb.c raw_usrreq.c \ 35 route.c rtsock.c 35 36 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.h37 H_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 38 39 39 40 noinst_HEADERS = $(H_FILES) 40 41 41 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net $(H_FILES:%=$(PROJECT_INCLUDE)/net/%) 42 PREINSTALL_FILES += $(PROJECT_INCLUDE)/net \ 43 $(H_FILES:%=$(PROJECT_INCLUDE)/net/%) 42 44 43 45 $(PROJECT_INCLUDE)/net: -
cpukit/libnetworking/netinet/Makefile.am
r021eeaa r9b28bea5 17 17 18 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 19 include $(top_srcdir)/../../../automake/compile.am 19 20 include $(top_srcdir)/../../../automake/lib.am 20 21 … … 37 38 ip_divert.c ip_fw.c ip_icmp.c ip_input.c ip_mroute.c ip_output.c \ 38 39 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 40 41 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 42 H_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 45 45 46 46 noinst_HEADERS = $(H_FILES) -
cpukit/libnetworking/nfs/Makefile.am
r021eeaa r9b28bea5 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 … … 30 31 .PRECIOUS: $(LIB) 31 32 32 EXTRA_DIST = bootp_subr.c 33 EXTRA_DIST = bootp_subr.c 33 34 34 35 H_FILES = krpc.h nfs.h nfsdiskless.h nfsproto.h rpcv2.h xdr_subs.h … … 36 37 noinst_HEADERS = $(H_FILES) 37 38 38 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%) 39 PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs \ 40 $(H_FILES:%=$(PROJECT_INCLUDE)/nfs/%) 39 41 40 42 $(PROJECT_INCLUDE)/nfs: … … 44 46 $(INSTALL_DATA) $< $@ 45 47 46 47 48 include $(top_srcdir)/../../../automake/local.am -
cpukit/libnetworking/rtems/Makefile.am
r021eeaa r9b28bea5 20 20 noinst_HEADERS = $(H_FILES) 21 21 22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) 22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 23 $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) 23 24 24 25 $(PROJECT_INCLUDE)/rtems: … … 28 29 $(INSTALL_DATA) $< $@ 29 30 30 31 31 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 32 include $(top_srcdir)/../../../automake/compile.am 32 33 include $(top_srcdir)/../../../automake/lib.am 33 34 … … 46 47 .PRECIOUS: $(LIB) 47 48 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 49 EXTRA_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 51 53 52 54 include $(top_srcdir)/../../../automake/local.am -
cpukit/libnetworking/sys/Makefile.am
r021eeaa r9b28bea5 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 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 sock et.h socketvar.h sockio.h sysctl.h syslimits.h syslog.h systm.h \11 ttycom.h ttydefaults.hucred.h uio.h un.h7 H_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 12 12 13 13 noinst_HEADERS = $(H_FILES) 14 14 15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%) 15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \ 16 $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%) 16 17 17 18 $(PROJECT_INCLUDE)/sys: -
cpukit/libnetworking/wrapup/Makefile.am
r021eeaa r9b28bea5 15 15 16 16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 17 include $(top_srcdir)/../../../automake/compile.am 17 18 include $(top_srcdir)/../../../automake/lib.am 18 19 -
cpukit/pppd/Makefile.am
r021eeaa r9b28bea5 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../automake/compile.am 18 19 include $(top_srcdir)/../../../automake/lib.am 19 20
Note: See TracChangeset
for help on using the changeset viewer.