makefiles: Move the static library rules to the global Make.rules file.
[wine.git] / libs / port / Makefile.in
blobbcf4c66b331399a946ce654c8bc751185073f8f1
1 DLLFLAGS = @DLLFLAGS@
2 STATICLIB = libwine_port.a
4 C_SRCS = \
5 ffs.c \
6 fstatvfs.c \
7 getopt.c \
8 getopt1.c \
9 interlocked.c \
10 isinf.c \
11 isnan.c \
12 lstat.c \
13 memcpy_unaligned.c \
14 memmove.c \
15 mkstemps.c \
16 poll.c \
17 pread.c \
18 pwrite.c \
19 readlink.c \
20 spawn.c \
21 statvfs.c \
22 strcasecmp.c \
23 strerror.c \
24 strncasecmp.c \
25 symlink.c \
26 usleep.c
28 @MAKE_RULES@