repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
include: Assorted spelling fixes.
[wine.git]
/
libs
/
port
/
Makefile.in
blob
71074b265ac2630f38df99aa062a10aeb6452a99
1
DEFS
= -
D__WINESRC__
2
DLLFLAGS
=
@DLLFLAGS@
3
MODULE
=
libwine_port.a
4
5
C_SRCS
=
\
6
ffs.c \
7
fstatvfs.c \
8
getopt.c \
9
getopt1.c \
10
getpagesize.c \
11
interlocked.c \
12
isinf.c \
13
isnan.c \
14
lstat.c \
15
memcpy_unaligned.c \
16
memmove.c \
17
mkstemps.c \
18
poll.c \
19
pread.c \
20
pwrite.c \
21
readlink.c \
22
spawn.c \
23
statvfs.c \
24
strcasecmp.c \
25
strerror.c \
26
strncasecmp.c \
27
symlink.c \
28
usleep.c
29
30
all
: $(
MODULE
)
31
32
@MAKE_RULES@
33
34
$(
MODULE
): $(
OBJS
)
Makefile.in
35
$(
RM
) $
@
36
$(
AR
) $(
ARFLAGS
) $
@
$(
OBJS
)
37
$(
RANLIB
) $
@