2013-10-05 11:01:58 +02:00
|
|
|
STATICLIB = libwine_port.a
|
2003-03-19 22:09:16 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
2004-10-19 23:53:26 +00:00
|
|
|
ffs.c \
|
2004-04-06 03:33:25 +00:00
|
|
|
fstatvfs.c \
|
2003-03-19 22:44:55 +00:00
|
|
|
getopt.c \
|
|
|
|
getopt1.c \
|
2003-03-20 22:06:16 +00:00
|
|
|
interlocked.c \
|
2013-11-29 15:06:33 +01:00
|
|
|
isfinite.c \
|
2008-04-29 17:08:53 +02:00
|
|
|
isinf.c \
|
2008-10-14 16:06:49 -05:00
|
|
|
isnan.c \
|
2003-03-19 22:09:16 +00:00
|
|
|
lstat.c \
|
2003-03-20 23:44:36 +00:00
|
|
|
memcpy_unaligned.c \
|
2003-03-19 22:09:16 +00:00
|
|
|
memmove.c \
|
2003-03-20 21:07:49 +00:00
|
|
|
mkstemps.c \
|
2008-12-22 17:36:18 +01:00
|
|
|
poll.c \
|
2003-03-19 22:09:16 +00:00
|
|
|
pread.c \
|
|
|
|
pwrite.c \
|
2004-01-08 05:07:05 +00:00
|
|
|
readlink.c \
|
2003-04-02 05:20:12 +00:00
|
|
|
spawn.c \
|
2004-03-05 21:03:46 +00:00
|
|
|
statvfs.c \
|
2003-03-19 22:09:16 +00:00
|
|
|
strcasecmp.c \
|
|
|
|
strerror.c \
|
|
|
|
strncasecmp.c \
|
2008-12-22 10:47:16 +01:00
|
|
|
symlink.c \
|
2003-03-19 22:09:16 +00:00
|
|
|
usleep.c
|