projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 1.5.29.
[wine]
/
libs
/
port
/
Makefile.in
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
interlocked.c \
11
isinf.c \
12
isnan.c \
13
lstat.c \
14
memcpy_unaligned.c \
15
memmove.c \
16
mkstemps.c \
17
poll.c \
18
pread.c \
19
pwrite.c \
20
readlink.c \
21
spawn.c \
22
statvfs.c \
23
strcasecmp.c \
24
strerror.c \
25
strncasecmp.c \
26
symlink.c \
27
usleep.c
28
29
all: $(MODULE)
30
31
@MAKE_RULES@
32
33
$(MODULE): $(OBJS) Makefile.in
34
$(RM) $@
35
$(AR) $(ARFLAGS) $@ $(OBJS)
36
$(RANLIB) $@