repo.or.cz
/
wine
/
wine64.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
d3d8: Remove unused code.
[wine/wine64.git]
/
libs
/
port
/
Makefile.in
blob
68dc8f127027defe33e61d642eee7266db6b438c
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
pread.c \
25
pwrite.c \
26
readlink.c \
27
spawn.c \
28
statvfs.c \
29
strcasecmp.c \
30
strerror.c \
31
strncasecmp.c \
32
usleep.c
33
34
all
: $(
MODULE
)
35
36
@MAKE_RULES@
37
38
$(
MODULE
): $(
OBJS
)
Makefile.in
39
$(
RM
) $
@
40
$(
AR
) $(
ARFLAGS
) $
@
$(
OBJS
)
41
$(
RANLIB
) $
@
42
43
@DEPENDENCIES@
# everything below this line is overwritten by make depend