| Line | |
|---|
| 1 | # Makefile for lib/ip.
|
|---|
| 2 | #
|
|---|
| 3 | # Note: The oneC_sum.c file is not used if there is an assembly equivalent.
|
|---|
| 4 |
|
|---|
| 5 | CFLAGS="-O -D_MINIX -D_POSIX_SOURCE -I. -DNDEBUG"
|
|---|
| 6 |
|
|---|
| 7 | LIBRARIES=libc
|
|---|
| 8 |
|
|---|
| 9 | libc_FILES=" \
|
|---|
| 10 | accept.c \
|
|---|
| 11 | bind.c \
|
|---|
| 12 | connect.c \
|
|---|
| 13 | dhcp_gettag.c \
|
|---|
| 14 | dhcp_settag.c \
|
|---|
| 15 | domainname.c \
|
|---|
| 16 | ether_line.c \
|
|---|
| 17 | ethera2n.c \
|
|---|
| 18 | ethere2a.c \
|
|---|
| 19 | etherh2n.c \
|
|---|
| 20 | ethern2h.c \
|
|---|
| 21 | getdomain.c \
|
|---|
| 22 | gethnmadr.c \
|
|---|
| 23 | gethostent.c \
|
|---|
| 24 | gethostname.c \
|
|---|
| 25 | getifaddrs.c \
|
|---|
| 26 | getnetbyaddr.c \
|
|---|
| 27 | getnetbyname.c \
|
|---|
| 28 | getnetent.c \
|
|---|
| 29 | getpeername.c \
|
|---|
| 30 | getproto.c \
|
|---|
| 31 | getprotoent.c \
|
|---|
| 32 | getprotoname.c \
|
|---|
| 33 | getservent.c \
|
|---|
| 34 | getsockname.c \
|
|---|
| 35 | getsockopt.c \
|
|---|
| 36 | getsrvbyname.c \
|
|---|
| 37 | getsrvbyport.c \
|
|---|
| 38 | hton.c \
|
|---|
| 39 | inet_addr.c \
|
|---|
| 40 | inet_network.c \
|
|---|
| 41 | inet_ntoa.c \
|
|---|
| 42 | listen.c \
|
|---|
| 43 | memcspn.c \
|
|---|
| 44 | oneC_sum.c \
|
|---|
| 45 | rcmd.c \
|
|---|
| 46 | recv.c \
|
|---|
| 47 | recvfrom.c \
|
|---|
| 48 | res_comp.c \
|
|---|
| 49 | res_init.c \
|
|---|
| 50 | res_mkquery.c \
|
|---|
| 51 | res_query.c \
|
|---|
| 52 | res_send.c \
|
|---|
| 53 | ruserok.c \
|
|---|
| 54 | send.c \
|
|---|
| 55 | sendto.c \
|
|---|
| 56 | servxcheck.c \
|
|---|
| 57 | sethostent.c \
|
|---|
| 58 | setsockopt.c \
|
|---|
| 59 | shutdown.c \
|
|---|
| 60 | socket.c \
|
|---|
| 61 | strcasecmp.c"
|
|---|
| 62 |
|
|---|
| 63 | TYPE=both
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.