source: rtems/cpukit/libnetworking/Makefile.am @ cb68253

5
Last change on this file since cb68253 was cb68253, checked in by Sebastian Huber <sebastian.huber@…>, on 09/07/18 at 04:19:02

network: Use kernel/user space header files

Add and use <machine/rtems-bsd-kernel-space.h> and
<machine/rtems-bsd-user-space.h> similar to the libbsd to avoid command
line defines and defines scattered throught the code base.

Simplify cpukit/libnetworking/Makefile.am.

Update #3375.

  • Property mode set to 100644
File size: 5.8 KB
Line 
1include $(top_srcdir)/automake/multilib.am
2include $(top_srcdir)/automake/compile.am
3
4project_lib_LIBRARIES =
5TMPINSTALL_FILES =
6
7project_lib_LIBRARIES += libftpfs.a
8libftpfs_a_SOURCES = lib/ftpfs.c
9$(PROJECT_LIB)/libftpfs.a: libftpfs.a
10        $(INSTALL_DATA) $< $(PROJECT_LIB)/libftpfs.a
11TMPINSTALL_FILES += $(PROJECT_LIB)/libftpfs.a
12
13project_lib_LIBRARIES += libtftpfs.a
14libtftpfs_a_SOURCES = lib/tftpDriver.c
15$(PROJECT_LIB)/libtftpfs.a: libtftpfs.a
16        $(INSTALL_DATA) $< $(PROJECT_LIB)/libtftpfs.a
17TMPINSTALL_FILES += $(PROJECT_LIB)/libtftpfs.a
18
19if LIBNETWORKING
20noinst_LIBRARIES = libnetworking.a
21libnetworking_a_SOURCES =
22libnetworking_a_SOURCES += kern/kern_mib.c
23libnetworking_a_SOURCES += kern/kern_subr.c
24libnetworking_a_SOURCES += kern/kern_sysctl.c
25libnetworking_a_SOURCES += kern/uipc_domain.c
26libnetworking_a_SOURCES += kern/uipc_mbuf.c
27libnetworking_a_SOURCES += kern/uipc_socket2.c
28libnetworking_a_SOURCES += kern/uipc_socket.c
29libnetworking_a_SOURCES += libc/base64.c
30libnetworking_a_SOURCES += libc/gethostbydns.c
31libnetworking_a_SOURCES += libc/gethostbyht.c
32libnetworking_a_SOURCES += libc/gethostbynis.c
33libnetworking_a_SOURCES += libc/gethostnamadr.c
34libnetworking_a_SOURCES += libc/getifaddrs.c
35libnetworking_a_SOURCES += libc/getnameinfo.c
36libnetworking_a_SOURCES += libc/getnetbydns.c
37libnetworking_a_SOURCES += libc/getnetbyht.c
38libnetworking_a_SOURCES += libc/getnetbynis.c
39libnetworking_a_SOURCES += libc/getnetnamadr.c
40libnetworking_a_SOURCES += libc/getproto.c
41libnetworking_a_SOURCES += libc/getprotoent.c
42libnetworking_a_SOURCES += libc/getprotoname.c
43libnetworking_a_SOURCES += libc/getservbyname.c
44libnetworking_a_SOURCES += libc/getservbyport.c
45libnetworking_a_SOURCES += libc/getservent.c
46libnetworking_a_SOURCES += libc/herror.c
47libnetworking_a_SOURCES += libc/if_indextoname.c
48libnetworking_a_SOURCES += libc/if_nameindex.c
49libnetworking_a_SOURCES += libc/inet_addr.c
50libnetworking_a_SOURCES += libc/inet_lnaof.c
51libnetworking_a_SOURCES += libc/inet_makeaddr.c
52libnetworking_a_SOURCES += libc/inet_netof.c
53libnetworking_a_SOURCES += libc/inet_network.c
54libnetworking_a_SOURCES += libc/inet_ntoa.c
55libnetworking_a_SOURCES += libc/inet_ntop.c
56libnetworking_a_SOURCES += libc/inet_pton.c
57libnetworking_a_SOURCES += libc/linkaddr.c
58libnetworking_a_SOURCES += libc/map_v4v6.c
59libnetworking_a_SOURCES += libc/nsap_addr.c
60libnetworking_a_SOURCES += libc/ns_name.c
61libnetworking_a_SOURCES += libc/ns_netint.c
62libnetworking_a_SOURCES += libc/ns_parse.c
63libnetworking_a_SOURCES += libc/ns_print.c
64libnetworking_a_SOURCES += libc/ns_ttl.c
65libnetworking_a_SOURCES += libc/rcmd.c
66libnetworking_a_SOURCES += libc/recv.c
67libnetworking_a_SOURCES += libc/res_comp.c
68libnetworking_a_SOURCES += libc/res_data.c
69libnetworking_a_SOURCES += libc/res_debug.c
70libnetworking_a_SOURCES += libc/res_init.c
71libnetworking_a_SOURCES += libc/res_mkquery.c
72libnetworking_a_SOURCES += libc/res_mkupdate.c
73libnetworking_a_SOURCES += libc/res_query.c
74libnetworking_a_SOURCES += libc/res_send.c
75libnetworking_a_SOURCES += libc/res_stubs.c
76libnetworking_a_SOURCES += libc/res_update.c
77libnetworking_a_SOURCES += libc/send.c
78libnetworking_a_SOURCES += libc/strsep.c
79libnetworking_a_SOURCES += lib/getprotoby.c
80libnetworking_a_SOURCES += lib/rtems_bsdnet_ntp.c
81libnetworking_a_SOURCES += lib/syslog.c
82libnetworking_a_SOURCES += net/if.c
83libnetworking_a_SOURCES += net/if_ethersubr.c
84libnetworking_a_SOURCES += net/if_loop.c
85libnetworking_a_SOURCES += net/if_ppp.c
86libnetworking_a_SOURCES += netinet/if_ether.c
87libnetworking_a_SOURCES += netinet/igmp.c
88libnetworking_a_SOURCES += netinet/in.c
89libnetworking_a_SOURCES += netinet/in_cksum.c
90libnetworking_a_SOURCES += netinet/in_pcb.c
91libnetworking_a_SOURCES += netinet/in_proto.c
92libnetworking_a_SOURCES += netinet/in_rmx.c
93libnetworking_a_SOURCES += netinet/ip_divert.c
94libnetworking_a_SOURCES += netinet/ip_fw.c
95libnetworking_a_SOURCES += netinet/ip_icmp.c
96libnetworking_a_SOURCES += netinet/ip_input.c
97libnetworking_a_SOURCES += netinet/ip_mroute.c
98libnetworking_a_SOURCES += netinet/ip_output.c
99libnetworking_a_SOURCES += netinet/raw_ip.c
100libnetworking_a_SOURCES += netinet/tcp_debug.c
101libnetworking_a_SOURCES += netinet/tcp_input.c
102libnetworking_a_SOURCES += netinet/tcp_output.c
103libnetworking_a_SOURCES += netinet/tcp_subr.c
104libnetworking_a_SOURCES += netinet/tcp_timer.c
105libnetworking_a_SOURCES += netinet/tcp_usrreq.c
106libnetworking_a_SOURCES += netinet/udp_usrreq.c
107libnetworking_a_SOURCES += net/ppp_tty.c
108libnetworking_a_SOURCES += net/radix.c
109libnetworking_a_SOURCES += net/raw_cb.c
110libnetworking_a_SOURCES += net/raw_usrreq.c
111libnetworking_a_SOURCES += net/route.c
112libnetworking_a_SOURCES += net/rtsock.c
113libnetworking_a_SOURCES += net/slcompress.c
114libnetworking_a_SOURCES += nfs/bootp_subr.c
115libnetworking_a_SOURCES += rtems/mkrootfs.c
116libnetworking_a_SOURCES += rtems/rtems_bootp.c
117libnetworking_a_SOURCES += rtems/rtems_bsdnet_malloc_starvation.c
118libnetworking_a_SOURCES += rtems/rtems_dhcp.c
119libnetworking_a_SOURCES += rtems/rtems_dhcp_failsafe.c
120libnetworking_a_SOURCES += rtems/rtems_glue.c
121libnetworking_a_SOURCES += rtems/rtems_malloc_mbuf.c
122libnetworking_a_SOURCES += rtems/rtems_mii_ioctl.c
123libnetworking_a_SOURCES += rtems/rtems_mii_ioctl_kern.c
124libnetworking_a_SOURCES += rtems/rtems_select.c
125libnetworking_a_SOURCES += rtems/rtems_showicmpstat.c
126libnetworking_a_SOURCES += rtems/rtems_showifstat.c
127libnetworking_a_SOURCES += rtems/rtems_showipstat.c
128libnetworking_a_SOURCES += rtems/rtems_showmbuf.c
129libnetworking_a_SOURCES += rtems/rtems_showroute.c
130libnetworking_a_SOURCES += rtems/rtems_showtcpstat.c
131libnetworking_a_SOURCES += rtems/rtems_showudpstat.c
132libnetworking_a_SOURCES += rtems/rtems_socketpair.c
133libnetworking_a_SOURCES += rtems/rtems_syscall_api.c
134libnetworking_a_SOURCES += rtems/rtems_syscall.c
135libnetworking_a_SOURCES += rtems/sghostname.c
136endif
137
138include $(top_srcdir)/automake/local.am
139if LIBNETWORKING
140include $(srcdir)/headers.am
141endif
Note: See TracBrowser for help on using the repository browser.