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