Joren's new library make system (minus Makefiles)
This commit is contained in:
@@ -1,60 +0,0 @@
|
||||
# Makefile for lib/ip.
|
||||
#
|
||||
# Note: The oneC_sum.c file is not used if there is an assembly equivalent.
|
||||
|
||||
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE -I. -DNDEBUG
|
||||
|
||||
LIBRARIES = libc
|
||||
|
||||
libc_OBJECTS = \
|
||||
accept.o \
|
||||
bind.o \
|
||||
connect.o \
|
||||
dhcp_gettag.o \
|
||||
dhcp_settag.o \
|
||||
ether_line.o \
|
||||
ethera2n.o \
|
||||
ethere2a.o \
|
||||
etherh2n.o \
|
||||
ethern2h.o \
|
||||
getdomain.o \
|
||||
gethnmadr.o \
|
||||
gethostent.o \
|
||||
gethostname.o \
|
||||
getnetent.o \
|
||||
getnetbyname.o \
|
||||
getnetbyaddr.o \
|
||||
getpeername.o \
|
||||
getproto.o \
|
||||
getprotoent.o \
|
||||
getprotoname.o \
|
||||
getservent.o \
|
||||
getsockname.o \
|
||||
getsockopt.o \
|
||||
getsrvbyname.o \
|
||||
getsrvbyport.o \
|
||||
hton.o \
|
||||
inet_addr.o \
|
||||
inet_network.o \
|
||||
inet_ntoa.o \
|
||||
listen.o \
|
||||
memcspn.o \
|
||||
rcmd.o \
|
||||
recv.o \
|
||||
recvfrom.o \
|
||||
res_comp.o \
|
||||
res_init.o \
|
||||
res_mkquery.o \
|
||||
res_query.o \
|
||||
res_send.o \
|
||||
ruserok.o \
|
||||
send.o \
|
||||
sendto.o \
|
||||
sethostent.o \
|
||||
setsockopt.o \
|
||||
servxcheck.o \
|
||||
shutdown.o \
|
||||
socket.o \
|
||||
strcasecmp.o \
|
||||
|
||||
include ../Makefile.inc
|
||||
61
lib/ip/Makefile.in
Normal file
61
lib/ip/Makefile.in
Normal file
@@ -0,0 +1,61 @@
|
||||
# Makefile for lib/ip.
|
||||
#
|
||||
# Note: The oneC_sum.c file is not used if there is an assembly equivalent.
|
||||
|
||||
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE -I. -DNDEBUG"
|
||||
|
||||
LIBRARIES=libc
|
||||
|
||||
libc_FILES=" \
|
||||
accept.c \
|
||||
bind.c \
|
||||
connect.c \
|
||||
dhcp_gettag.c \
|
||||
dhcp_settag.c \
|
||||
ether_line.c \
|
||||
ethera2n.c \
|
||||
ethere2a.c \
|
||||
etherh2n.c \
|
||||
ethern2h.c \
|
||||
getdomain.c \
|
||||
gethnmadr.c \
|
||||
gethostent.c \
|
||||
gethostname.c \
|
||||
getnetbyaddr.c \
|
||||
getnetbyname.c \
|
||||
getnetent.c \
|
||||
getpeername.c \
|
||||
getproto.c \
|
||||
getprotoent.c \
|
||||
getprotoname.c \
|
||||
getservent.c \
|
||||
getsockname.c \
|
||||
getsockopt.c \
|
||||
getsrvbyname.c \
|
||||
getsrvbyport.c \
|
||||
hton.c \
|
||||
inet_addr.c \
|
||||
inet_network.c \
|
||||
inet_ntoa.c \
|
||||
listen.c \
|
||||
memcspn.c \
|
||||
oneC_sum.c \
|
||||
rcmd.c \
|
||||
recv.c \
|
||||
recvfrom.c \
|
||||
res_comp.c \
|
||||
res_init.c \
|
||||
res_mkquery.c \
|
||||
res_query.c \
|
||||
res_send.c \
|
||||
ruserok.c \
|
||||
send.c \
|
||||
sendto.c \
|
||||
servxcheck.c \
|
||||
sethostent.c \
|
||||
setsockopt.c \
|
||||
shutdown.c \
|
||||
socket.c \
|
||||
strcasecmp.c"
|
||||
|
||||
TYPE=both
|
||||
Reference in New Issue
Block a user