27 lines
341 B
Makefile
27 lines
341 B
Makefile
STATICLIB = libwine_port.a
|
|
|
|
C_SRCS = \
|
|
ffs.c \
|
|
fstatvfs.c \
|
|
getopt.c \
|
|
getopt1.c \
|
|
interlocked.c \
|
|
isfinite.c \
|
|
isinf.c \
|
|
isnan.c \
|
|
lstat.c \
|
|
memcpy_unaligned.c \
|
|
memmove.c \
|
|
mkstemps.c \
|
|
poll.c \
|
|
pread.c \
|
|
pwrite.c \
|
|
readlink.c \
|
|
spawn.c \
|
|
statvfs.c \
|
|
strcasecmp.c \
|
|
strerror.c \
|
|
strncasecmp.c \
|
|
symlink.c \
|
|
usleep.c
|