repo.or.cz
/
wine
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ole32: Fix several memory leaks in the tests.
[wine/hramrach.git]
/
libs
/
port
/
Makefile.in
blob
c4c0127fe5f2cc388f3d9491f5f71254122b338a
1
DEFS
= -
D__WINESRC__
2
DLLFLAGS
=
@DLLFLAGS@
3
TOPSRCDIR
=
@top_srcdir@
4
TOPOBJDIR
=
..
/
..
5
SRCDIR
=
@
srcdir
@
6
VPATH
=
@
srcdir
@
7
MODULE
=
libwine_port.a
8
9
C_SRCS
=
\
10
ffs.c \
11
fstatvfs.c \
12
futimes.c \
13
getopt.c \
14
getopt1.c \
15
getpagesize.c \
16
gettid.c \
17
interlocked.c \
18
isinf.c \
19
isnan.c \
20
lstat.c \
21
memcpy_unaligned.c \
22
memmove.c \
23
mkstemps.c \
24
poll.c \
25
pread.c \
26
pwrite.c \
27
readlink.c \
28
spawn.c \
29
statvfs.c \
30
strcasecmp.c \
31
strerror.c \
32
strncasecmp.c \
33
symlink.c \
34
usleep.c
35
36
all
: $(
MODULE
)
37
38
@MAKE_RULES@
39
40
$(
MODULE
): $(
OBJS
)
Makefile.in
41
$(
RM
) $
@
42
$(
AR
) $(
ARFLAGS
) $
@
$(
OBJS
)
43
$(
RANLIB
) $
@
44
45
@DEPENDENCIES@
# everything below this line is overwritten by make depend